Skip to content

Commit 4bb8fd1

Browse files
committed
Moved <UseDotNetNativeToolchain> flag to Uwp.Base.props
1 parent c6d23d9 commit 4bb8fd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/Labs.Head.Uwp.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@
99
<PropertyGroup>
1010
<TargetFramework>$(UwpTargetFramework)</TargetFramework>
1111
</PropertyGroup>
12-
13-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
14-
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
15-
</PropertyGroup>
1612
</Project>

common/Labs.Uwp.Base.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<IncludeContentInPack>false</IncludeContentInPack>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
12+
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
13+
</PropertyGroup>
14+
1115
<PropertyGroup>
1216
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1317
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>

0 commit comments

Comments
 (0)