aboutsummaryrefslogtreecommitdiff
path: root/EfiGuard.props
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 /EfiGuard.props
parentd50a2aa7397e22558842faccc76a5d372c6e318c (diff)
Update to VS2019
Diffstat (limited to 'EfiGuard.props')
-rw-r--r--EfiGuard.props2
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>