From 5a68214b7a194f0d52e8f24602cfc92300843144 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 16 Nov 2013 12:11:19 -0800 Subject: [PATCH] Fixed bug 2232 - Version Mismatch in VS2013 Solution File Joe LeVeque Line 3 of SDL_VS2013.sln file reads "# Visual Studio 2012" instead of "# Visual Studio 2013" which causes Windows to associate the file with Visual Studio 2012, if installed, instead of Visual Studio 2013. --- VisualC/SDL_VS2010.sln | 3 +-- VisualC/SDL_VS2010EE.sln | 3 +-- VisualC/SDL_VS2012.sln | 3 +-- VisualC/SDL_VS2012EE.sln | 3 +-- VisualC/SDL_VS2013.sln | 5 ++--- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/VisualC/SDL_VS2010.sln b/VisualC/SDL_VS2010.sln index 3a493acd38f02..9ae8f44ff7e47 100644 --- a/VisualC/SDL_VS2010.sln +++ b/VisualC/SDL_VS2010.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 +Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2010.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject diff --git a/VisualC/SDL_VS2010EE.sln b/VisualC/SDL_VS2010EE.sln index d5213da46d818..c1f16429cdc92 100644 --- a/VisualC/SDL_VS2010EE.sln +++ b/VisualC/SDL_VS2010EE.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 +Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2010.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject diff --git a/VisualC/SDL_VS2012.sln b/VisualC/SDL_VS2012.sln index 80335339183f3..cdf6bafc55372 100644 --- a/VisualC/SDL_VS2012.sln +++ b/VisualC/SDL_VS2012.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2012.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject diff --git a/VisualC/SDL_VS2012EE.sln b/VisualC/SDL_VS2012EE.sln index 456f699827795..17eee5fffde42 100644 --- a/VisualC/SDL_VS2012EE.sln +++ b/VisualC/SDL_VS2012EE.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2012.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject diff --git a/VisualC/SDL_VS2013.sln b/VisualC/SDL_VS2013.sln index 3ccb1cca44262..e4521439a3439 100644 --- a/VisualC/SDL_VS2013.sln +++ b/VisualC/SDL_VS2013.sln @@ -1,6 +1,5 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2", "SDL\SDL_VS2013.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2main", "SDLmain\SDLmain_VS2013.vcxproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"