Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix building the tests with Visual Studio 2012 (thanks Isaac!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 7, 2013
1 parent 5c96132 commit 164fafa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VisualC/tests/testatomic/testatomic_VS2012.vcxproj
Expand Up @@ -222,10 +222,10 @@
<ClCompile Include="..\..\..\test\testatomic.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
</ProjectReference>
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
Expand Up @@ -229,13 +229,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
<ClCompile Include="..\..\..\test\testrendertarget.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
</ProjectReference>
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj">
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
</ProjectReference>
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions VisualC/tests/testscale/testscale_VS2012.vcxproj
Expand Up @@ -230,13 +230,13 @@ copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
<ClCompile Include="..\..\..\test\testscale.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
<ProjectReference Include="..\..\SDLmain\SDLmain_VS2012.vcxproj">
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
</ProjectReference>
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
<ProjectReference Include="..\..\SDLtest\SDLtest_VS2012.vcxproj">
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
</ProjectReference>
<ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
<ProjectReference Include="..\..\SDL\SDL_VS2012.vcxproj">
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit 164fafa

Please sign in to comment.