Updated VS2010 project for the new version.rc location - thanks to Rainer Deyke
1.1 --- a/VisualC/SDL/SDL_VS2010.vcxproj Sat Feb 04 10:40:04 2012 -0500
1.2 +++ b/VisualC/SDL/SDL_VS2010.vcxproj Sat Feb 04 10:42:12 2012 -0500
1.3 @@ -436,7 +436,7 @@
1.4 <ClCompile Include="..\..\src\events\SDL_windowevents.c" />
1.5 </ItemGroup>
1.6 <ItemGroup>
1.7 - <ResourceCompile Include="Version.rc" />
1.8 + <ResourceCompile Include="..\..\src\main\windows\version.rc" />
1.9 </ItemGroup>
1.10 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1.11 <ImportGroup Label="ExtensionTargets">