diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-09 14:23:42 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-09 14:23:42 -0800 |
commit | 98db209c9008492baec6bb482b047d386fbdd42b (patch) | |
tree | 9f4a932ed1ff2367a98fe02908fee4c884a2d4ed /Source/Source.vcxproj | |
parent | 36be1ed32ac9a554f0b11fcc13b5699e717b81f2 (diff) | |
download | witness-tutorializer-98db209c9008492baec6bb482b047d386fbdd42b.tar.gz witness-tutorializer-98db209c9008492baec6bb482b047d386fbdd42b.tar.bz2 witness-tutorializer-98db209c9008492baec6bb482b047d386fbdd42b.zip |
One down, 522 to go.
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 92aa9d7..aebeaeb 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -163,6 +163,7 @@ | |||
163 | <ClInclude Include="Panels.h" /> | 163 | <ClInclude Include="Panels.h" /> |
164 | <ClInclude Include="Random.h" /> | 164 | <ClInclude Include="Random.h" /> |
165 | <ClInclude Include="Randomizer.h" /> | 165 | <ClInclude Include="Randomizer.h" /> |
166 | <ClInclude Include="Randomizer2.h" /> | ||
166 | <ClInclude Include="Solver.h" /> | 167 | <ClInclude Include="Solver.h" /> |
167 | <ClInclude Include="Validator.h" /> | 168 | <ClInclude Include="Validator.h" /> |
168 | </ItemGroup> | 169 | </ItemGroup> |
@@ -172,6 +173,7 @@ | |||
172 | <ClCompile Include="Puzzle.cpp" /> | 173 | <ClCompile Include="Puzzle.cpp" /> |
173 | <ClCompile Include="Random.cpp" /> | 174 | <ClCompile Include="Random.cpp" /> |
174 | <ClCompile Include="Randomizer.cpp" /> | 175 | <ClCompile Include="Randomizer.cpp" /> |
176 | <ClCompile Include="Randomizer2.cpp" /> | ||
175 | <ClCompile Include="Solver.cpp" /> | 177 | <ClCompile Include="Solver.cpp" /> |
176 | <ClCompile Include="Validator.cpp" /> | 178 | <ClCompile Include="Validator.cpp" /> |
177 | </ItemGroup> | 179 | </ItemGroup> |