mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
10 lines
405 B
XML
10 lines
405 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Version>1.0.0</Version>
|
|
<TargetFramework Condition="'$(TargetFramework)' == ''">net10.0</TargetFramework>
|
|
<Nullable Condition="'$(Nullable)' == ''">enable</Nullable>
|
|
<ImplicitUsings Condition="'$(ImplicitUsings)' == ''">enable</ImplicitUsings>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);**\obj_audit\**</DefaultItemExcludes>
|
|
</PropertyGroup>
|
|
</Project>
|