Updated VS2010 project for the new version.rc location - thanks to Rainer Deyke

This commit is contained in:
Sam Lantinga 2012-02-04 10:42:12 -05:00
parent 3ed5d99c40
commit 777b9659e9

View file

@ -436,7 +436,7 @@
<ClCompile Include="..\..\src\events\SDL_windowevents.c" /> <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="Version.rc" /> <ResourceCompile Include="..\..\src\main\windows\version.rc" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">