diff options
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 aebeaeb..08e44a1 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -161,6 +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="Random.h" /> | 165 | <ClInclude Include="Random.h" /> |
165 | <ClInclude Include="Randomizer.h" /> | 166 | <ClInclude Include="Randomizer.h" /> |
166 | <ClInclude Include="Randomizer2.h" /> | 167 | <ClInclude Include="Randomizer2.h" /> |
@@ -171,6 +172,7 @@ | |||
171 | <ClCompile Include="ChallengeRandomizer.cpp" /> | 172 | <ClCompile Include="ChallengeRandomizer.cpp" /> |
172 | <ClCompile Include="Memory.cpp" /> | 173 | <ClCompile Include="Memory.cpp" /> |
173 | <ClCompile Include="Puzzle.cpp" /> | 174 | <ClCompile Include="Puzzle.cpp" /> |
175 | <ClCompile Include="PuzzlerSerializer.cpp" /> | ||
174 | <ClCompile Include="Random.cpp" /> | 176 | <ClCompile Include="Random.cpp" /> |
175 | <ClCompile Include="Randomizer.cpp" /> | 177 | <ClCompile Include="Randomizer.cpp" /> |
176 | <ClCompile Include="Randomizer2.cpp" /> | 178 | <ClCompile Include="Randomizer2.cpp" /> |