We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d0f0b4 + e7cbfdb commit 39dae75Copy full SHA for 39dae75
Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj
@@ -1592,6 +1592,9 @@
1592
<UseVSHostingProcess>false</UseVSHostingProcess>
1593
<ErrorReport>prompt</ErrorReport>
1594
<Prefer32Bit>true</Prefer32Bit>
1595
+ <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
1596
+ <RunCodeAnalysis>false</RunCodeAnalysis>
1597
+ <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
1598
</PropertyGroup>
1599
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
1600
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
0 commit comments