about summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r--Source/Source.vcxproj10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 1cfb484..7d6b20a 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -161,7 +161,6 @@
161 </Link> 161 </Link>
162 </ItemDefinitionGroup> 162 </ItemDefinitionGroup>
163 <ItemGroup> 163 <ItemGroup>
164 <ClInclude Include="ChallengeRandomizer.h" />
165 <ClInclude Include="json.hpp" /> 164 <ClInclude Include="json.hpp" />
166 <ClInclude Include="Memory.h" /> 165 <ClInclude Include="Memory.h" />
167 <ClInclude Include="MemoryException.h" /> 166 <ClInclude Include="MemoryException.h" />
@@ -172,13 +171,8 @@
172 <ClInclude Include="PuzzleSerializer.h" /> 171 <ClInclude Include="PuzzleSerializer.h" />
173 <ClInclude Include="Random.h" /> 172 <ClInclude Include="Random.h" />
174 <ClInclude Include="Randomizer.h" /> 173 <ClInclude Include="Randomizer.h" />
175 <ClInclude Include="Randomizer2.h" />
176 <ClInclude Include="Randomizer2Core.h" />
177 <ClInclude Include="Solver.h" />
178 <ClInclude Include="Validator.h" />
179 </ItemGroup> 174 </ItemGroup>
180 <ItemGroup> 175 <ItemGroup>
181 <ClCompile Include="ChallengeRandomizer.cpp" />
182 <ClCompile Include="Memory.cpp" /> 176 <ClCompile Include="Memory.cpp" />
183 <ClCompile Include="pch.cpp"> 177 <ClCompile Include="pch.cpp">
184 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> 178 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@@ -190,10 +184,6 @@
190 <ClCompile Include="PuzzleSerializer.cpp" /> 184 <ClCompile Include="PuzzleSerializer.cpp" />
191 <ClCompile Include="Random.cpp" /> 185 <ClCompile Include="Random.cpp" />
192 <ClCompile Include="Randomizer.cpp" /> 186 <ClCompile Include="Randomizer.cpp" />
193 <ClCompile Include="Randomizer2.cpp" />
194 <ClCompile Include="Randomizer2Core.cpp" />
195 <ClCompile Include="Solver.cpp" />
196 <ClCompile Include="Validator.cpp" />
197 </ItemGroup> 187 </ItemGroup>
198 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 188 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
199 <ImportGroup Label="ExtensionTargets"> 189 <ImportGroup Label="ExtensionTargets">