* Petr Jelinek wrote:

On 07/04/16 00:50, Michael Paquier wrote:
On Thu, Apr 7, 2016 at 7:44 AM, Michael Paquier
<michael.paqu...@gmail.com> wrote:
On Thu, Apr 7, 2016 at 6:11 AM, Petr Jelinek <p...@2ndquadrant.com>
wrote:
On 06/04/16 22:50, Andrew Dunstan wrote:

   * VS2015 appears to create version 12 solution files, not
     version 14, and the tools complained about version 14.

The "14" is the toolset version, i.e. the Visual Studio 2015 C/C++ compiler; this number appears in the .vcxproj files. The "12" is the file format version of the solution (.sln) files.

There are quite a few version numbers involved. Creating and building a C project in VS 2015 involves a solution file of version 12 referencing a project file whose only version number is the 2003 in the XML namespace URL, feeding it to MSBuild version 14, which then invokes the compiler (in version 19). And then there is the <PlatformToolset> element, where the 14 is repeated as "v140", at least, I think it is the same number.

--
Christian



--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to