From 159eefdd99a0c853e366eca80eca6cba62c80b95 Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Sun, 20 Jun 2021 02:58:38 +0300 Subject: [PATCH] Fixed issue with UseDotNetNativeToolchain for all platforms except x86, however crashes on runtime --- .../Properties/Default.rd.xml | 22 ++++++++++++-- .../SolutionTemplate.UWP.csproj | 30 ++++++++++--------- 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/src/Templates/SolutionTemplate/SolutionTemplate.UWP/Properties/Default.rd.xml b/src/Templates/SolutionTemplate/SolutionTemplate.UWP/Properties/Default.rd.xml index fcaf3e10..9f664f2e 100644 --- a/src/Templates/SolutionTemplate/SolutionTemplate.UWP/Properties/Default.rd.xml +++ b/src/Templates/SolutionTemplate/SolutionTemplate.UWP/Properties/Default.rd.xml @@ -17,14 +17,30 @@ + + - - - + + + + + diff --git a/src/Templates/SolutionTemplate/SolutionTemplate.UWP/SolutionTemplate.UWP.csproj b/src/Templates/SolutionTemplate/SolutionTemplate.UWP/SolutionTemplate.UWP.csproj index dc17f199..54f0cbb5 100644 --- a/src/Templates/SolutionTemplate/SolutionTemplate.UWP/SolutionTemplate.UWP.csproj +++ b/src/Templates/SolutionTemplate/SolutionTemplate.UWP/SolutionTemplate.UWP.csproj @@ -27,6 +27,7 @@ x86 {7727D8AD-8883-427D-A77A-7C8639ACE4AF} AppContainerExe + bin\$(Platform)\$(Configuration)\ Properties SolutionTemplate $(AssemblyBaseName).UWP @@ -42,7 +43,6 @@ true - bin\x86\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP ;2008 full @@ -50,9 +50,9 @@ false prompt true + false - bin\x86\Release\ TRACE;NETFX_CORE;WINDOWS_UWP true ;2008 @@ -61,11 +61,11 @@ false prompt true + false true - bin\ARM\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP ;2008 full @@ -73,9 +73,9 @@ false prompt true + false - bin\ARM\Release\ TRACE;NETFX_CORE;WINDOWS_UWP true ;2008 @@ -84,22 +84,21 @@ false prompt true + true true - bin\ARM64\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP ;2008 full ARM64 false prompt - true + false true - true + false - bin\ARM64\Release\ TRACE;NETFX_CORE;WINDOWS_UWP true ;2008 @@ -107,21 +106,23 @@ ARM64 false prompt - true + false + true + true true - bin\x64\Debug\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP ;2008 full x64 false prompt - true + false + true + false - bin\x64\Release\ TRACE;NETFX_CORE;WINDOWS_UWP true ;2008 @@ -129,8 +130,9 @@ x64 false prompt - true - false + false + true + true