Reformat csproj

Disable Release Variants debug symbols
This commit is contained in:
ChsBuffer
2021-02-20 15:29:48 +08:00
parent af3fa23862
commit aa627cbaf9
3 changed files with 35 additions and 28 deletions

View File

@@ -8,9 +8,14 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
<!-- NET Framework -->
<Reference Include="System.Windows.Forms"/>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
</Project>