2017-11-01 00:57:40 +03:00
|
|
|
<Project>
|
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-20 23:43:30 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-08-31 00:48:58 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/javascriptservices</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:50:26 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-31 00:48:58 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|