2017-11-01 00:43:19 +03:00
|
|
|
<Project>
|
2017-11-14 21:40:53 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-11-01 00:43:19 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-21 02:22:19 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-02-03 03:16:03 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/Identity</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:50:09 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-30 00:13:32 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
2017-02-03 03:16:03 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
2017-07-06 22:14:21 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2018-08-23 20:46:36 +03:00
|
|
|
<!-- Workaround microsoft/msbuild#3626 -->
|
|
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
|
2017-02-03 03:16:03 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|