Files
LanMountainDesktop/testicon/testicon.csproj

12 lines
272 B
XML
Raw Normal View History

2026-03-01 00:34:07 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2026-03-19 00:17:21 +08:00
<Version>1.0.0</Version>
2026-03-01 00:34:07 +08:00
</PropertyGroup>
</Project>