From c2c980351116e45f6dd6344cb4261f8ed3b5a736 Mon Sep 17 00:00:00 2001 From: Oscar Calvo Date: Mon, 30 Sep 2019 12:45:42 -0700 Subject: [PATCH] Improve Intellisense handling --- Microsoft.WinRT.Win32.targets | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Microsoft.WinRT.Win32.targets b/Microsoft.WinRT.Win32.targets index f970d7e..a64761e 100644 --- a/Microsoft.WinRT.Win32.targets +++ b/Microsoft.WinRT.Win32.targets @@ -8,7 +8,10 @@ true + + + <_DisableAppxCopy>true @@ -21,7 +24,7 @@ $(BaseIntermediateOutputPath)\$(Platform)\$(Configuration)\$(TargetFramework)\ - + @@ -60,7 +63,8 @@ + Outputs="@(_AppxInputs->'%(FinalTargetPath)')" + Condition="'$(_DisableAppxCopy)'==''"> @@ -185,9 +189,11 @@ + Outputs="$(MergedApplicationManifest)" + Condition="'$(_DisableAppxCopy)'==''">