19 строки
755 B
Plaintext
19 строки
755 B
Plaintext
|
<Project>
|
||
|
<Import Project="version.xml" />
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<Product>Microsoft .NET</Product>
|
||
|
<RepositoryUrl>https://github.com/aspnet/DotNetTools</RepositoryUrl>
|
||
|
<RepositoryType>git</RepositoryType>
|
||
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
||
|
<SignAssembly>true</SignAssembly>
|
||
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
||
|
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
||
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||
|
|
||
|
<!-- Binary compatiblity is not a goal for command-line tools. -->
|
||
|
<EnableApiCheck>false</EnableApiCheck>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|