mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
15 lines
472 B
XML
15 lines
472 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>0.1.0</Version>
|
|
<VersionPrefix>0.1.0</VersionPrefix>
|
|
<PackageVersion>0.1.0</PackageVersion>
|
|
<AssemblyVersion>0.1.0.0</AssemblyVersion>
|
|
<FileVersion>0.1.0.0</FileVersion>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
</Project>
|