diff options
author | Mattiwatti <mattiwatti@gmail.com> | 2019-04-08 23:25:10 +0200 |
---|---|---|
committer | Mattiwatti <mattiwatti@gmail.com> | 2019-04-08 23:25:10 +0200 |
commit | 21828acd6551d32a02b5f61fdc6c3a10ce0811e6 (patch) | |
tree | c2f47695a8e0cc595754c32b91782ca8dfc8189a /EfiGuard.props | |
parent | d50a2aa7397e22558842faccc76a5d372c6e318c (diff) |
Update to VS2019
Diffstat (limited to 'EfiGuard.props')
-rw-r--r-- | EfiGuard.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EfiGuard.props b/EfiGuard.props index c31b390..ad96488 100644 --- a/EfiGuard.props +++ b/EfiGuard.props @@ -12,7 +12,7 @@ <LibraryPath>$(SolutionDir)..\..\VisualUefi\EDK-II\$(Platform)\$(Configuration)</LibraryPath> </PropertyGroup> <PropertyGroup Label="Globals"> - <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <PropertyGroup> <LocalDebuggerCommand>$(SolutionDir)..\..\VisualUefi\debugger\qemu.exe</LocalDebuggerCommand> |