FastGithub/Directory.Build.props
2021-07-24 23:30:47 +08:00

13 lines
370 B
XML

<Project>
<PropertyGroup>
<Version>1.1.0</Version>
<Nullable>enable</Nullable>
<Description>github加速神器</Description>
<Copyright>https://github.com/xljiulang/FastGithub</Copyright>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>