File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1010 <AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
1111 <SuppressTrimAnalysisWarnings >true</SuppressTrimAnalysisWarnings >
1212
13- <PublishAot >true</PublishAot >
14- <PublishTrimmed >true</PublishTrimmed >
15- <TrimMode >link</TrimMode >
16- <OptimizationPreference >Size</OptimizationPreference >
17-
1813 <Product >SourceGit</Product >
1914 <Description >OpenSource GIT client</Description >
2015 <Company >sourcegit-scm</Company >
2520 <RepositoryType >Public</RepositoryType >
2621 </PropertyGroup >
2722
23+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
24+ <PublishAot >true</PublishAot >
25+ <PublishTrimmed >true</PublishTrimmed >
26+ <TrimMode >link</TrimMode >
27+ <OptimizationPreference >Size</OptimizationPreference >
28+ </PropertyGroup >
29+
2830 <ItemGroup >
2931 <AvaloniaResource Include =" App.ico" />
3032 <AvaloniaResource Include =" Resources/ExternalToolIcons/*" />
You can’t perform that action at this time.
0 commit comments