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.
1 parent c6d23d9 commit 4bb8fd1Copy full SHA for 4bb8fd1
common/Labs.Head.Uwp.props
@@ -9,8 +9,4 @@
9
<PropertyGroup>
10
<TargetFramework>$(UwpTargetFramework)</TargetFramework>
11
</PropertyGroup>
12
-
13
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
14
- <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
15
- </PropertyGroup>
16
</Project>
common/Labs.Uwp.Base.props
@@ -8,6 +8,10 @@
8
<IncludeContentInPack>false</IncludeContentInPack>
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
+ <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
+ </PropertyGroup>
+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
17
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
0 commit comments