diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index da9ac51..e46475b 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -167,7 +167,6 @@ | |||
167 | <ClInclude Include="Randomizer.h" /> | 167 | <ClInclude Include="Randomizer.h" /> |
168 | <ClInclude Include="RandomizerCore.h" /> | 168 | <ClInclude Include="RandomizerCore.h" /> |
169 | <ClInclude Include="Resource.h" /> | 169 | <ClInclude Include="Resource.h" /> |
170 | <ClInclude Include="stdafx.h" /> | ||
171 | <ClInclude Include="Version.h" /> | 170 | <ClInclude Include="Version.h" /> |
172 | </ItemGroup> | 171 | </ItemGroup> |
173 | <ItemGroup> | 172 | <ItemGroup> |
@@ -175,12 +174,6 @@ | |||
175 | <ClCompile Include="Memory.cpp" /> | 174 | <ClCompile Include="Memory.cpp" /> |
176 | <ClCompile Include="Randomizer.cpp" /> | 175 | <ClCompile Include="Randomizer.cpp" /> |
177 | <ClCompile Include="RandomizerCore.cpp" /> | 176 | <ClCompile Include="RandomizerCore.cpp" /> |
178 | <ClCompile Include="stdafx.cpp"> | ||
179 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
180 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | ||
181 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
182 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | ||
183 | </ClCompile> | ||
184 | </ItemGroup> | 177 | </ItemGroup> |
185 | <ItemGroup> | 178 | <ItemGroup> |
186 | <ResourceCompile Include="Version.rc" /> | 179 | <ResourceCompile Include="Version.rc" /> |