diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-07 10:15:29 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-07 10:15:29 -0800 |
commit | 616fb965878997e4225afa651c5a4206a504fb61 (patch) | |
tree | 5405b0611d0b1b455778b9161f23e7304962c034 /Source/Source.vcxproj | |
parent | 5085af8b5163f14d37284b5ee0e8fb2c4aaef7cb (diff) | |
download | witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.tar.gz witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.tar.bz2 witness-tutorializer-616fb965878997e4225afa651c5a4206a504fb61.zip |
Design for new version -- will still have to do conversions.
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index b60349c..0fed93c 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -158,7 +158,9 @@ | |||
158 | </ItemDefinitionGroup> | 158 | </ItemDefinitionGroup> |
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="ChallengeRandomizer.h" /> | 160 | <ClInclude Include="ChallengeRandomizer.h" /> |
161 | <ClInclude Include="json.hpp" /> | ||
161 | <ClInclude Include="Memory.h" /> | 162 | <ClInclude Include="Memory.h" /> |
163 | <ClInclude Include="Panel.h" /> | ||
162 | <ClInclude Include="Panels.h" /> | 164 | <ClInclude Include="Panels.h" /> |
163 | <ClInclude Include="Random.h" /> | 165 | <ClInclude Include="Random.h" /> |
164 | <ClInclude Include="Randomizer.h" /> | 166 | <ClInclude Include="Randomizer.h" /> |
@@ -166,6 +168,7 @@ | |||
166 | <ItemGroup> | 168 | <ItemGroup> |
167 | <ClCompile Include="ChallengeRandomizer.cpp" /> | 169 | <ClCompile Include="ChallengeRandomizer.cpp" /> |
168 | <ClCompile Include="Memory.cpp" /> | 170 | <ClCompile Include="Memory.cpp" /> |
171 | <ClCompile Include="Panel.cpp" /> | ||
169 | <ClCompile Include="Random.cpp" /> | 172 | <ClCompile Include="Random.cpp" /> |
170 | <ClCompile Include="Randomizer.cpp" /> | 173 | <ClCompile Include="Randomizer.cpp" /> |
171 | </ItemGroup> | 174 | </ItemGroup> |