2018-08-03 19:18:39 +03:00
|
|
|
<Project>
|
2017-12-13 01:37:42 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-11-01 03:33:49 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-20 23:15:49 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2016-12-15 06:30:44 +03:00
|
|
|
|
2016-12-14 20:13:00 +03:00
|
|
|
<PropertyGroup>
|
2017-01-12 01:01:15 +03:00
|
|
|
<Product>Microsoft .NET</Product>
|
2016-12-14 20:13:00 +03:00
|
|
|
<RepositoryUrl>https://github.com/aspnet/DotNetTools</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:48:58 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-18 19:55:10 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
2016-12-14 20:13:00 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
2018-06-06 08:31:24 +03:00
|
|
|
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
|
2017-12-29 02:45:45 +03:00
|
|
|
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
|
2018-08-03 19:18:39 +03:00
|
|
|
<AssemblySigning3rdPartyCertName>Microsoft3rdPartyAppComponentDual</AssemblySigning3rdPartyCertName>
|
2018-06-06 08:31:24 +03:00
|
|
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
2017-07-06 22:07:31 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2017-08-18 19:55:10 +03:00
|
|
|
|
2017-03-26 01:30:49 +03:00
|
|
|
<!-- Binary compatiblity is not a goal for command-line tools. -->
|
|
|
|
<EnableApiCheck>false</EnableApiCheck>
|
2017-09-22 22:19:39 +03:00
|
|
|
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
|
|
|
|
<BaseOutputPath>$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\</BaseOutputPath>
|
2016-12-14 20:13:00 +03:00
|
|
|
</PropertyGroup>
|
2016-12-15 06:30:44 +03:00
|
|
|
|
2017-02-15 03:03:54 +03:00
|
|
|
</Project>
|