about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn Cronin <jncronin@tysos.org>2018-10-15 13:33:48 +0100
committerJohn Cronin <jncronin@tysos.org>2018-10-15 13:33:48 +0100
commit6e9c25aa34cf9fa164f942415332cf47bb20dea5 (patch)
tree91552548800b32346cf13935063b87ec2fe1642f
parentfaf293b85046ff5616d49517afab856604fc9948 (diff)
downloadmkgpt-6e9c25aa34cf9fa164f942415332cf47bb20dea5.tar.gz
Upgrade VC++ project to latest build tools
-rw-r--r--mkgpt.vcxproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/mkgpt.vcxproj b/mkgpt.vcxproj
index c9d7e97..6d4352c 100644
--- a/mkgpt.vcxproj
+++ b/mkgpt.vcxproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>

-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

   <ItemGroup Label="ProjectConfigurations">

     <ProjectConfiguration Include="Debug|Win32">

       <Configuration>Debug</Configuration>

@@ -13,18 +13,19 @@
   <PropertyGroup Label="Globals">

     <ProjectGuid>{40443019-486A-4245-8816-9F1FEEB9FE9D}</ProjectGuid>

     <RootNamespace>mkgpt</RootNamespace>

+    <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>

   </PropertyGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

     <ConfigurationType>Application</ConfigurationType>

     <UseDebugLibraries>true</UseDebugLibraries>

-    <PlatformToolset>v110</PlatformToolset>

+    <PlatformToolset>v141</PlatformToolset>

     <CharacterSet>MultiByte</CharacterSet>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

     <ConfigurationType>Application</ConfigurationType>

     <UseDebugLibraries>false</UseDebugLibraries>

-    <PlatformToolset>v110</PlatformToolset>

+    <PlatformToolset>v141</PlatformToolset>

     <WholeProgramOptimization>true</WholeProgramOptimization>

     <CharacterSet>MultiByte</CharacterSet>

   </PropertyGroup>