diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 0fed93c..92aa9d7 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -158,19 +158,22 @@ | |||
158 | </ItemDefinitionGroup> | 158 | </ItemDefinitionGroup> |
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="ChallengeRandomizer.h" /> | 160 | <ClInclude Include="ChallengeRandomizer.h" /> |
161 | <ClInclude Include="json.hpp" /> | ||
162 | <ClInclude Include="Memory.h" /> | 161 | <ClInclude Include="Memory.h" /> |
163 | <ClInclude Include="Panel.h" /> | 162 | <ClInclude Include="Puzzle.h" /> |
164 | <ClInclude Include="Panels.h" /> | 163 | <ClInclude Include="Panels.h" /> |
165 | <ClInclude Include="Random.h" /> | 164 | <ClInclude Include="Random.h" /> |
166 | <ClInclude Include="Randomizer.h" /> | 165 | <ClInclude Include="Randomizer.h" /> |
166 | <ClInclude Include="Solver.h" /> | ||
167 | <ClInclude Include="Validator.h" /> | ||
167 | </ItemGroup> | 168 | </ItemGroup> |
168 | <ItemGroup> | 169 | <ItemGroup> |
169 | <ClCompile Include="ChallengeRandomizer.cpp" /> | 170 | <ClCompile Include="ChallengeRandomizer.cpp" /> |
170 | <ClCompile Include="Memory.cpp" /> | 171 | <ClCompile Include="Memory.cpp" /> |
171 | <ClCompile Include="Panel.cpp" /> | 172 | <ClCompile Include="Puzzle.cpp" /> |
172 | <ClCompile Include="Random.cpp" /> | 173 | <ClCompile Include="Random.cpp" /> |
173 | <ClCompile Include="Randomizer.cpp" /> | 174 | <ClCompile Include="Randomizer.cpp" /> |
175 | <ClCompile Include="Solver.cpp" /> | ||
176 | <ClCompile Include="Validator.cpp" /> | ||
174 | </ItemGroup> | 177 | </ItemGroup> |
175 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 178 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
176 | <ImportGroup Label="ExtensionTargets"> | 179 | <ImportGroup Label="ExtensionTargets"> |