diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:12:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:12:29 -0400 |
commit | c60df0e75e63f488d94fd744ad70df8124dc7724 (patch) | |
tree | 92940cd8c0da9102c7f1f9ef37ed4d4b5d341985 /Source/Source.vcxproj | |
parent | 02327bf40bb9f6ef8d5e17fa982da70a3fe93eb4 (diff) | |
download | witness-tutorializer-c60df0e75e63f488d94fd744ad70df8124dc7724.tar.gz witness-tutorializer-c60df0e75e63f488d94fd744ad70df8124dc7724.tar.bz2 witness-tutorializer-c60df0e75e63f488d94fd744ad70df8124dc7724.zip |
Souped up the UI
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 1cfb484..8d6104c 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -172,8 +172,6 @@ | |||
172 | <ClInclude Include="PuzzleSerializer.h" /> | 172 | <ClInclude Include="PuzzleSerializer.h" /> |
173 | <ClInclude Include="Random.h" /> | 173 | <ClInclude Include="Random.h" /> |
174 | <ClInclude Include="Randomizer.h" /> | 174 | <ClInclude Include="Randomizer.h" /> |
175 | <ClInclude Include="Randomizer2.h" /> | ||
176 | <ClInclude Include="Randomizer2Core.h" /> | ||
177 | <ClInclude Include="Solver.h" /> | 175 | <ClInclude Include="Solver.h" /> |
178 | <ClInclude Include="Validator.h" /> | 176 | <ClInclude Include="Validator.h" /> |
179 | </ItemGroup> | 177 | </ItemGroup> |
@@ -190,8 +188,6 @@ | |||
190 | <ClCompile Include="PuzzleSerializer.cpp" /> | 188 | <ClCompile Include="PuzzleSerializer.cpp" /> |
191 | <ClCompile Include="Random.cpp" /> | 189 | <ClCompile Include="Random.cpp" /> |
192 | <ClCompile Include="Randomizer.cpp" /> | 190 | <ClCompile Include="Randomizer.cpp" /> |
193 | <ClCompile Include="Randomizer2.cpp" /> | ||
194 | <ClCompile Include="Randomizer2Core.cpp" /> | ||
195 | <ClCompile Include="Solver.cpp" /> | 191 | <ClCompile Include="Solver.cpp" /> |
196 | <ClCompile Include="Validator.cpp" /> | 192 | <ClCompile Include="Validator.cpp" /> |
197 | </ItemGroup> | 193 | </ItemGroup> |