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 10
10
<AvaloniaUseCompiledBindingsByDefault >true</AvaloniaUseCompiledBindingsByDefault >
11
11
<SuppressTrimAnalysisWarnings >true</SuppressTrimAnalysisWarnings >
12
12
13
- <PublishAot >true</PublishAot >
14
- <PublishTrimmed >true</PublishTrimmed >
15
- <TrimMode >link</TrimMode >
16
- <OptimizationPreference >Size</OptimizationPreference >
17
-
18
13
<Product >SourceGit</Product >
19
14
<Description >OpenSource GIT client</Description >
20
15
<Company >sourcegit-scm</Company >
25
20
<RepositoryType >Public</RepositoryType >
26
21
</PropertyGroup >
27
22
23
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
24
+ <PublishAot >true</PublishAot >
25
+ <PublishTrimmed >true</PublishTrimmed >
26
+ <TrimMode >link</TrimMode >
27
+ <OptimizationPreference >Size</OptimizationPreference >
28
+ </PropertyGroup >
29
+
28
30
<ItemGroup >
29
31
<AvaloniaResource Include =" App.ico" />
30
32
<AvaloniaResource Include =" Resources/ExternalToolIcons/*" />
You can’t perform that action at this time.
0 commit comments