|
3 | 3 | <OutputType>WinExe</OutputType>
|
4 | 4 | <TargetFramework>net6.0</TargetFramework>
|
5 | 5 | <Nullable>enable</Nullable>
|
6 |
| - <!--Avalonia doesn't support TrimMode=link currently,but we are working on that https://github.com/AvaloniaUI/Avalonia/issues/6892 --> |
7 | 6 | <TrimMode>copyused</TrimMode>
|
8 | 7 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
9 | 8 | <ApplicationIcon>Assets\KitX-Icon-256x.ico</ApplicationIcon>
|
10 |
| - <!--<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>--> |
11 | 9 | <BaseOutputPath>..\KitX Build\Dashboard\</BaseOutputPath>
|
12 | 10 | <BaseIntermediateOutputPath>..\KitX Build\Temp\Dashboard\</BaseIntermediateOutputPath>
|
13 |
| - |
14 |
| - <!--<AssemblyVersion>3.2204.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</AssemblyVersion> |
15 |
| - <FileVersion>3.2204.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</FileVersion> |
16 |
| - <Version>3.2204.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays).$([System.Math]::Floor($([MSBuild]::Divide($([System.DateTime]::UtcNow.TimeOfDay.TotalSeconds), 1.32))))</Version>--> |
17 |
| - |
18 | 11 | <AssemblyVersion>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</AssemblyVersion>
|
19 | 12 | <FileVersion>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</FileVersion>
|
20 | 13 | <Version>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</Version>
|
21 | 14 | </PropertyGroup>
|
22 | 15 |
|
23 |
| - <!--<PropertyGroup> |
24 |
| - <IlcOptimizationPreference>Speed</IlcOptimizationPreference> |
25 |
| - <IlcFoldIdenticalMethodBodies>true</IlcFoldIdenticalMethodBodies> |
26 |
| - </PropertyGroup> |
27 |
| - <ItemGroup> |
| 16 | + <!--<ItemGroup> |
28 | 17 | <PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
|
29 | 18 | </ItemGroup>-->
|
30 | 19 |
|
|
105 | 94 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
106 | 95 | </None>
|
107 | 96 | <None Update="Assets\KitX-Icon.png">
|
108 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 97 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
109 | 98 | </None>
|
110 | 99 | <None Update="Assets\ThirdPartLicense.md">
|
111 | 100 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
115 | 104 | </None>
|
116 | 105 | </ItemGroup>
|
117 | 106 | <ItemGroup>
|
118 |
| - <EmbeddedResource Include="Assets\KitX-Icon-128x.ico"> |
119 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
120 |
| - </EmbeddedResource> |
121 |
| - <EmbeddedResource Include="Assets\KitX-Icon-16x.ico"> |
122 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
123 |
| - </EmbeddedResource> |
124 |
| - <EmbeddedResource Include="Assets\KitX-Icon-256x.ico"> |
125 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
126 |
| - </EmbeddedResource> |
127 |
| - <EmbeddedResource Include="Assets\KitX-Icon-32x.ico"> |
128 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
129 |
| - </EmbeddedResource> |
130 |
| - <EmbeddedResource Include="Assets\KitX-Icon-48x.ico"> |
131 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
132 |
| - </EmbeddedResource> |
133 |
| - <EmbeddedResource Include="Assets\KitX-Icon-64x.ico"> |
134 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
135 |
| - </EmbeddedResource> |
| 107 | + <EmbeddedResource Include="Assets\KitX-Icon-128x.ico"> |
| 108 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 109 | + </EmbeddedResource> |
| 110 | + <EmbeddedResource Include="Assets\KitX-Icon-16x.ico"> |
| 111 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 112 | + </EmbeddedResource> |
| 113 | + <EmbeddedResource Include="Assets\KitX-Icon-256x.ico"> |
| 114 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 115 | + </EmbeddedResource> |
| 116 | + <EmbeddedResource Include="Assets\KitX-Icon-32x.ico"> |
| 117 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 118 | + </EmbeddedResource> |
| 119 | + <EmbeddedResource Include="Assets\KitX-Icon-48x.ico"> |
| 120 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 121 | + </EmbeddedResource> |
| 122 | + <EmbeddedResource Include="Assets\KitX-Icon-64x.ico"> |
| 123 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 124 | + </EmbeddedResource> |
136 | 125 | </ItemGroup>
|
137 | 126 | <ItemGroup>
|
138 |
| - <!--This helps with theme dll-s trimming. |
139 |
| - If you will publish your application in self-contained mode with p:PublishTrimmed=true and it will use Fluent theme Default theme will be trimmed from the output and vice versa. |
140 |
| - https://github.com/AvaloniaUI/Avalonia/issues/5593 --> |
141 | 127 | <TrimmableAssembly Include="Avalonia.Themes.Fluent" />
|
142 | 128 | <TrimmableAssembly Include="Avalonia.Themes.Default" />
|
143 | 129 | </ItemGroup>
|
144 | 130 | <ItemGroup>
|
145 | 131 | <PackageReference Include="Avalonia" Version="0.10.18" />
|
146 | 132 | <PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
|
147 |
| - <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> |
148 | 133 | <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.18" />
|
149 | 134 | <PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="0.10.18" />
|
150 | 135 | <PackageReference Include="Avalonia.ReactiveUI" Version="0.10.18" />
|
|
165 | 150 | <PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
|
166 | 151 | </ItemGroup>
|
167 | 152 | <ItemGroup>
|
168 |
| - <ProjectReference Include="..\KitX Dashboard Helper\KitX.Fonts\KitX.Fonts.csproj" /> |
169 |
| - <ProjectReference Include="..\KitX File Format Helper\KitX.KXP.Helper\KitX.KXP.Helper.csproj" /> |
170 |
| - <ProjectReference Include="..\KitX Rules\KitX.Web.Rules\KitX.Web.Rules.csproj" /> |
| 153 | + <ProjectReference Include="..\KitX Dashboard Helper\KitX.Fonts\KitX.Fonts.csproj" /> |
| 154 | + <ProjectReference Include="..\KitX File Format Helper\KitX.KXP.Helper\KitX.KXP.Helper.csproj" /> |
| 155 | + <ProjectReference Include="..\KitX Rules\KitX.Web.Rules\KitX.Web.Rules.csproj" /> |
171 | 156 | </ItemGroup>
|
172 |
| - <!--<ItemGroup> |
173 |
| - <Compile Update="Views\AnouncementsWindow.axaml.cs"> |
174 |
| - <DependentUpon>AnouncementsWindow.axaml</DependentUpon> |
175 |
| - </Compile> |
176 |
| - <Compile Update="Views\Pages\Controls\DeviceCard.axaml.cs"> |
177 |
| - <DependentUpon>DeviceCard.axaml</DependentUpon> |
178 |
| - </Compile> |
179 |
| - <Compile Update="Views\Pages\Controls\Home_ActivityLog.axaml.cs"> |
180 |
| - <DependentUpon>Home_ActivityLog.axaml</DependentUpon> |
181 |
| - </Compile> |
182 |
| - <Compile Update="Views\Pages\Controls\Home_Count.axaml.cs"> |
183 |
| - <DependentUpon>Home_Count.axaml</DependentUpon> |
184 |
| - </Compile> |
185 |
| - <Compile Update="Views\Pages\Controls\Home_RecentUse.axaml.cs"> |
186 |
| - <DependentUpon>Home_RecentUse.axaml</DependentUpon> |
187 |
| - </Compile> |
188 |
| - </ItemGroup>--> |
189 |
| - <ProjectExtensions> |
190 |
| - <VisualStudio> |
191 |
| - <UserProperties properties_4launchsettings_1json__JsonSchema="" /> |
192 |
| - </VisualStudio> |
193 |
| - </ProjectExtensions> |
194 | 157 | </Project>
|
0 commit comments