diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-18 14:34:34 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-18 14:34:34 -0800 |
commit | c10b73f30280e5dd758b77e2ef8e5a622ff3c876 (patch) | |
tree | 516924b39c353354d72a7020b1c3643a7f35f0b0 /Source/Source.vcxproj | |
parent | 145bfe30527ca604be7100f4515290152c8bc55b (diff) | |
download | witness-tutorializer-c10b73f30280e5dd758b77e2ef8e5a622ff3c876.tar.gz witness-tutorializer-c10b73f30280e5dd758b77e2ef8e5a622ff3c876.tar.bz2 witness-tutorializer-c10b73f30280e5dd758b77e2ef8e5a622ff3c876.zip |
Works, on old version
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 85ce6e1..cf6756a 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -157,6 +157,7 @@ | |||
157 | </Link> | 157 | </Link> |
158 | </ItemDefinitionGroup> | 158 | </ItemDefinitionGroup> |
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="ChallengeRandomizer.h" /> | ||
160 | <ClInclude Include="json.hpp" /> | 161 | <ClInclude Include="json.hpp" /> |
161 | <ClInclude Include="Memory.h" /> | 162 | <ClInclude Include="Memory.h" /> |
162 | <ClInclude Include="Panel.h" /> | 163 | <ClInclude Include="Panel.h" /> |
@@ -165,6 +166,7 @@ | |||
165 | <ClInclude Include="Randomizer.h" /> | 166 | <ClInclude Include="Randomizer.h" /> |
166 | </ItemGroup> | 167 | </ItemGroup> |
167 | <ItemGroup> | 168 | <ItemGroup> |
169 | <ClCompile Include="ChallengeRandomizer.cpp" /> | ||
168 | <ClCompile Include="Memory.cpp" /> | 170 | <ClCompile Include="Memory.cpp" /> |
169 | <ClCompile Include="Panel.cpp" /> | 171 | <ClCompile Include="Panel.cpp" /> |
170 | <ClCompile Include="Random.cpp" /> | 172 | <ClCompile Include="Random.cpp" /> |