diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 14:22:39 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 14:22:39 -0800 |
commit | fc8649b12fc1280d81e8dd4d35736ed69c0d9909 (patch) | |
tree | 7d6686c82dd6d738bdb54eb54d9989a4549cfdb5 /Source/Source.vcxproj | |
parent | 039b48fe49c31f6033a17aabab353b7b7696e11b (diff) | |
download | witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.tar.gz witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.tar.bz2 witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.zip |
Keep WIP
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 08e44a1..05f9ffa 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -165,6 +165,7 @@ | |||
165 | <ClInclude Include="Random.h" /> | 165 | <ClInclude Include="Random.h" /> |
166 | <ClInclude Include="Randomizer.h" /> | 166 | <ClInclude Include="Randomizer.h" /> |
167 | <ClInclude Include="Randomizer2.h" /> | 167 | <ClInclude Include="Randomizer2.h" /> |
168 | <ClInclude Include="Randomizer2Core.h" /> | ||
168 | <ClInclude Include="Solver.h" /> | 169 | <ClInclude Include="Solver.h" /> |
169 | <ClInclude Include="Validator.h" /> | 170 | <ClInclude Include="Validator.h" /> |
170 | </ItemGroup> | 171 | </ItemGroup> |
@@ -176,6 +177,7 @@ | |||
176 | <ClCompile Include="Random.cpp" /> | 177 | <ClCompile Include="Random.cpp" /> |
177 | <ClCompile Include="Randomizer.cpp" /> | 178 | <ClCompile Include="Randomizer.cpp" /> |
178 | <ClCompile Include="Randomizer2.cpp" /> | 179 | <ClCompile Include="Randomizer2.cpp" /> |
180 | <ClCompile Include="Randomizer2Core.cpp" /> | ||
179 | <ClCompile Include="Solver.cpp" /> | 181 | <ClCompile Include="Solver.cpp" /> |
180 | <ClCompile Include="Validator.cpp" /> | 182 | <ClCompile Include="Validator.cpp" /> |
181 | </ItemGroup> | 183 | </ItemGroup> |