Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppRuntime/LanMountainDesktop.AirAppRuntime.csproj

21 lines
814 B
XML
Raw Permalink Normal View History

2026-05-31 19:41:10 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PublishAot>false</PublishAot>
<SelfContained>false</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
2026-08-11 19:41:54 +08:00
<ApplicationIcon>..\..\desktop\LanMountainDesktop\Assets\logo_nightly.ico</ApplicationIcon>
2026-05-31 19:41:10 +08:00
</PropertyGroup>
<ItemGroup>
2026-08-11 19:41:54 +08:00
<ProjectReference Include="..\..\core\LanMountainDesktop.Core\LanMountainDesktop.Core.csproj" />
2026-05-31 19:41:10 +08:00
</ItemGroup>
</Project>