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)
commit6a0b4051773ebf7948b34022acf5ded8eec1fde3
tree11a2c9c49304f56b8fa50ab2ec4ed2632efdce47
parentf07fa85bc720294480ae8edd9b7a8e34350d99f0
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.
projects/Windows/VC12/curl.sln
projects/Windows/VC12/lib/libcurl.sln
projects/Windows/VC12/src/curlsrc.sln