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 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> |