aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix
diff options
context:
space:
mode:
authorMattiwatti <mattiwatti@gmail.com>2019-04-08 23:25:10 +0200
committerMattiwatti <mattiwatti@gmail.com>2019-04-08 23:25:10 +0200
commit21828acd6551d32a02b5f61fdc6c3a10ce0811e6 (patch)
treec2f47695a8e0cc595754c32b91782ca8dfc8189a /Application/EfiDSEFix
parentd50a2aa7397e22558842faccc76a5d372c6e318c (diff)
Update to VS2019
Diffstat (limited to 'Application/EfiDSEFix')
-rw-r--r--Application/EfiDSEFix/src/EfiDSEFix.vcxproj11
1 files changed, 7 insertions, 4 deletions
diff --git a/Application/EfiDSEFix/src/EfiDSEFix.vcxproj b/Application/EfiDSEFix/src/EfiDSEFix.vcxproj
index f3b2637..eb6bc7a 100644
--- a/Application/EfiDSEFix/src/EfiDSEFix.vcxproj
+++ b/Application/EfiDSEFix/src/EfiDSEFix.vcxproj
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
@@ -7,10 +7,11 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
+ <VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{B2924789-9912-4B6F-8F7B-53240AC3BA0E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>EfiDSEFix</RootNamespace>
- <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>EfiDSEFix</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -19,11 +20,13 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
+ <ImportGroup Label="Shared">
+ </ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>