FastGithub/Directory.Build.props
2021-10-25 17:37:34 +08:00

16 lines
566 B
XML

<Project>
<PropertyGroup>
<Version>2.0.5</Version>
<Nullable>enable</Nullable>
<Description>github加速神器</Description>
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>