UWP compilation fix

This commit is contained in:
BADIM-PC\Vadim
2017-09-26 15:33:29 +03:00
parent 2c1b7a456d
commit 74e72569ea
6 changed files with 5 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<DebuggerMachineName>XboxOne</DebuggerMachineName>
<DebuggerFlavor>UWPRemoteDebugger</DebuggerFlavor>
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebuggerMachineName>XboxOne</DebuggerMachineName>