2017-10-16 22:49:31 +03:00
|
|
|
<Project>
|
2017-08-29 19:52:04 +03:00
|
|
|
<Import Project="version.xml" />
|
2017-02-01 21:35:51 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/Hosting</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:49:31 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-29 19:52:04 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
2017-02-01 21:35:51 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
|
|
|
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
2017-07-06 22:11:38 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2017-02-01 21:35:51 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|