]> granicus.if.org Git - curl/commitdiff
build: Fixed file format version number in VC12 solution files
authorSteve Holme <steve_holme@hotmail.com>
Tue, 6 May 2014 21:01:42 +0000 (22:01 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 6 May 2014 21:10:39 +0000 (22:10 +0100)
Unlike previous versions of Visual Studio the VC12 solution file format
does not increment the format version number, but instead, only changes
the version comment text.

This incorrectly set version number would cause problems for any third
party piece of software that would read the solution file expecting the
version number to be 12.00 and found it to be 13.00, such as some build
accelerators.

Verified against a freshly created solution file which was generated
with VC12.

projects/Windows/VC12/curl.sln
projects/Windows/VC12/lib/libcurl.sln
projects/Windows/VC12/src/curlsrc.sln

index 93d317b4ce0168c333c0729bb9ed61530b33d133..9345f7ffd1c93eedd7a0a1186455a5ea9d650e6c 100644 (file)
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 13.00
+Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2013
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}"
        ProjectSection(ProjectDependencies) = postProject
index 87b6c3de1389276ad831e86afb2f5f42f047b86c..3f13ce0a1f4185934ebe5c6c0321b009423ffd69 100644 (file)
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 13.00
+Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2013
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "libcurl.vcxproj", "{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}"
 EndProject
index 3bf3b7beaf1f55ec6b6a1ed4058688459bc9df2e..6cc3073b6d38a91748a5874bc7c87428f25a9b22 100644 (file)
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 13.00
+Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2013
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}"
 EndProject