summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-06 22:01:42 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-06 22:10:39 +0100
commit6a0b4051773ebf7948b34022acf5ded8eec1fde3 (patch)
tree11a2c9c49304f56b8fa50ab2ec4ed2632efdce47
parentf07fa85bc720294480ae8edd9b7a8e34350d99f0 (diff)
downloadcurl-6a0b4051773ebf7948b34022acf5ded8eec1fde3.tar.gz
build: Fixed file format version number in VC12 solution files
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.
-rw-r--r--projects/Windows/VC12/curl.sln2
-rw-r--r--projects/Windows/VC12/lib/libcurl.sln2
-rw-r--r--projects/Windows/VC12/src/curlsrc.sln2
3 files changed, 3 insertions, 3 deletions
diff --git a/projects/Windows/VC12/curl.sln b/projects/Windows/VC12/curl.sln
index 93d317b4c..9345f7ffd 100644
--- a/projects/Windows/VC12/curl.sln
+++ b/projects/Windows/VC12/curl.sln
@@ -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
diff --git a/projects/Windows/VC12/lib/libcurl.sln b/projects/Windows/VC12/lib/libcurl.sln
index 87b6c3de1..3f13ce0a1 100644
--- a/projects/Windows/VC12/lib/libcurl.sln
+++ b/projects/Windows/VC12/lib/libcurl.sln
@@ -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
diff --git a/projects/Windows/VC12/src/curlsrc.sln b/projects/Windows/VC12/src/curlsrc.sln
index 3bf3b7bea..6cc3073b6 100644
--- a/projects/Windows/VC12/src/curlsrc.sln
+++ b/projects/Windows/VC12/src/curlsrc.sln
@@ -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