13 lines
405 B
XML
13 lines
405 B
XML
<Project>
|
||
<PropertyGroup>
|
||
<Version>1.0.2</Version>
|
||
<Nullable>enable</Nullable>
|
||
<Description>github定制版的dns服务,解析github最优的ip</Description>
|
||
<Copyright>https://github.com/xljiulang/FastGithub</Copyright>
|
||
</PropertyGroup>
|
||
|
||
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||
<DebugType>none</DebugType>
|
||
<DebugSymbols>false</DebugSymbols>
|
||
</PropertyGroup>
|
||
</Project> |