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 33 <DependencyVariant >WinUI</DependencyVariant >
44 </PropertyGroup >
55
6+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
7+ <PublishAot >true</PublishAot >
8+ </PropertyGroup >
9+
610 <Import Project =" $(MSBuildThisFileDirectory)\App.Head.props" />
711 <Import Project =" $(MSBuildThisFileDirectory)\Head.WinAppSdk.props" />
812 <Import Project =" $(MSBuildThisFileDirectory)\App.Head.WinAppSdk.Dependencies.props" />
Original file line number Diff line number Diff line change 1515 <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
1616
1717 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
18- <PublishAot >true</PublishAot >
1918 <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-$(Platform)</RuntimeIdentifier >
2019 <RuntimeIdentifier Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-$(Platform)</RuntimeIdentifier >
2120 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments