summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-09 14:23:42 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-09 14:23:42 -0800
commit98db209c9008492baec6bb482b047d386fbdd42b (patch)
tree9f4a932ed1ff2367a98fe02908fee4c884a2d4ed /Source/Source.vcxproj
parent36be1ed32ac9a554f0b11fcc13b5699e717b81f2 (diff)
downloadwitness-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.vcxproj2
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>