Fix building the tests with Visual Studio 2012 (thanks Isaac!)
This commit is contained in:
parent
89c3ac1eab
commit
2e821930a3
3 changed files with 8 additions and 8 deletions
|
@ -222,10 +222,10 @@
|
||||||
<ClCompile Include="..\..\..\test\testatomic.c" />
|
<ClCompile Include="..\..\..\test\testatomic.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
|
||||||
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
|
||||||
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -229,13 +229,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
|
||||||
<ClCompile Include="..\..\..\test\testrendertarget.c" />
|
<ClCompile Include="..\..\..\test\testrendertarget.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
|
||||||
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj">
|
||||||
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
|
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
|
||||||
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -230,13 +230,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
|
||||||
<ClCompile Include="..\..\..\test\testscale.c" />
|
<ClCompile Include="..\..\..\test\testscale.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
|
||||||
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj">
|
||||||
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
|
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
|
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
|
||||||
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue