File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
<DependencyVariant >WinUI</DependencyVariant >
4
4
</PropertyGroup >
5
5
6
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
7
+ <PublishAot >true</PublishAot >
8
+ </PropertyGroup >
9
+
6
10
<Import Project =" $(MSBuildThisFileDirectory)\App.Head.props" />
7
11
<Import Project =" $(MSBuildThisFileDirectory)\Head.WinAppSdk.props" />
8
12
<Import Project =" $(MSBuildThisFileDirectory)\App.Head.WinAppSdk.Dependencies.props" />
Original file line number Diff line number Diff line change 15
15
<Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
16
16
17
17
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
18
- <PublishAot >true</PublishAot >
19
18
<RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-$(Platform)</RuntimeIdentifier >
20
19
<RuntimeIdentifier Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-$(Platform)</RuntimeIdentifier >
21
20
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments