diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2020-03-03 21:25:56 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2020-03-03 21:25:56 -0800 |
commit | 3ece17f201686342e8aff90148f360245788b234 (patch) | |
tree | a1deba5c1b09ecdc56d2c94b880ef8767289371d /Source/Source.vcxproj | |
parent | e77cfa1596f996cc50c1601ee29891a7fb7eb62d (diff) | |
download | witness-tutorializer-3ece17f201686342e8aff90148f360245788b234.tar.gz witness-tutorializer-3ece17f201686342e8aff90148f360245788b234.tar.bz2 witness-tutorializer-3ece17f201686342e8aff90148f360245788b234.zip |
add support for puzzle serialization
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 76fdcef..78b5f00 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -162,6 +162,7 @@ | |||
162 | </ItemDefinitionGroup> | 162 | </ItemDefinitionGroup> |
163 | <ItemGroup> | 163 | <ItemGroup> |
164 | <ClInclude Include="ChallengeRandomizer.h" /> | 164 | <ClInclude Include="ChallengeRandomizer.h" /> |
165 | <ClInclude Include="json.hpp" /> | ||
165 | <ClInclude Include="Memory.h" /> | 166 | <ClInclude Include="Memory.h" /> |
166 | <ClInclude Include="MemoryException.h" /> | 167 | <ClInclude Include="MemoryException.h" /> |
167 | <ClInclude Include="pch.h" /> | 168 | <ClInclude Include="pch.h" /> |