diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 05f9ffa..33e3697 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -161,7 +161,7 @@ | |||
161 | <ClInclude Include="Memory.h" /> | 161 | <ClInclude Include="Memory.h" /> |
162 | <ClInclude Include="Puzzle.h" /> | 162 | <ClInclude Include="Puzzle.h" /> |
163 | <ClInclude Include="Panels.h" /> | 163 | <ClInclude Include="Panels.h" /> |
164 | <ClInclude Include="PuzzlerSerializer.h" /> | 164 | <ClInclude Include="PuzzleSerializer.h" /> |
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" /> |
@@ -173,7 +173,7 @@ | |||
173 | <ClCompile Include="ChallengeRandomizer.cpp" /> | 173 | <ClCompile Include="ChallengeRandomizer.cpp" /> |
174 | <ClCompile Include="Memory.cpp" /> | 174 | <ClCompile Include="Memory.cpp" /> |
175 | <ClCompile Include="Puzzle.cpp" /> | 175 | <ClCompile Include="Puzzle.cpp" /> |
176 | <ClCompile Include="PuzzlerSerializer.cpp" /> | 176 | <ClCompile Include="PuzzleSerializer.cpp" /> |
177 | <ClCompile Include="Random.cpp" /> | 177 | <ClCompile Include="Random.cpp" /> |
178 | <ClCompile Include="Randomizer.cpp" /> | 178 | <ClCompile Include="Randomizer.cpp" /> |
179 | <ClCompile Include="Randomizer2.cpp" /> | 179 | <ClCompile Include="Randomizer2.cpp" /> |