|
39 | 39 | <UseVSHostingProcess>false</UseVSHostingProcess> |
40 | 40 | <ErrorReport>prompt</ErrorReport> |
41 | 41 | <Prefer32Bit>true</Prefer32Bit> |
| 42 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
42 | 43 | </PropertyGroup> |
43 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
44 | 45 | <OutputPath>bin\x86\Release\</OutputPath> |
|
62 | 63 | <UseVSHostingProcess>false</UseVSHostingProcess> |
63 | 64 | <ErrorReport>prompt</ErrorReport> |
64 | 65 | <Prefer32Bit>true</Prefer32Bit> |
| 66 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
65 | 67 | </PropertyGroup> |
66 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
67 | 69 | <OutputPath>bin\ARM\Release\</OutputPath> |
|
85 | 87 | <UseVSHostingProcess>false</UseVSHostingProcess> |
86 | 88 | <ErrorReport>prompt</ErrorReport> |
87 | 89 | <Prefer32Bit>true</Prefer32Bit> |
88 | | - <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 90 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
89 | 91 | </PropertyGroup> |
90 | 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
91 | 93 | <OutputPath>bin\ARM64\Release\</OutputPath> |
|
109 | 111 | <UseVSHostingProcess>false</UseVSHostingProcess> |
110 | 112 | <ErrorReport>prompt</ErrorReport> |
111 | 113 | <Prefer32Bit>true</Prefer32Bit> |
| 114 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
112 | 115 | </PropertyGroup> |
113 | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
114 | 117 | <OutputPath>bin\x64\Release\</OutputPath> |
|
618 | 621 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
619 | 622 | <VisualStudioVersion>14.0</VisualStudioVersion> |
620 | 623 | </PropertyGroup> |
| 624 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'"> |
| 625 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
| 626 | + </PropertyGroup> |
| 627 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 628 | + <UseDotNetNativeToolchain>false</UseDotNetNativeToolchain> |
| 629 | + </PropertyGroup> |
621 | 630 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
622 | 631 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
623 | 632 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments