From b96ca4abd89c38f75283d8c05b106cbe5a5ee12b Mon Sep 17 00:00:00 2001 From: Tom van Dijck Date: Thu, 4 Mar 2021 09:08:09 +0100 Subject: [PATCH] Make it output sane visual studio project names, and use VS2019. --- templates/solution.sln | 4 ++-- templates/vcxproj.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/solution.sln b/templates/solution.sln index 29a7d5c..c7e515c 100644 --- a/templates/solution.sln +++ b/templates/solution.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2002 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.452 MinimumVisualStudioVersion = 10.0.40219.1 {projects} Global diff --git a/templates/vcxproj.xml b/templates/vcxproj.xml index 2b9aca0..82b45f9 100644 --- a/templates/vcxproj.xml +++ b/templates/vcxproj.xml @@ -1,5 +1,5 @@ - + {project_configs} @@ -7,8 +7,8 @@ {config_properties} - {target.label.absolute} - 15.0 + {target.label.name} + 16.0 {target.guid} MakeFileProj false @@ -21,7 +21,7 @@ Makefile - v120 + v142 true