зеркало из https://github.com/aspnet/Identity.git
23 строки
1.0 KiB
XML
23 строки
1.0 KiB
XML
<Project>
|
|
<Import
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
<Import Project="version.props" />
|
|
<Import Project="build\dependencies.props" />
|
|
<Import Project="build\sources.props" />
|
|
|
|
<PropertyGroup>
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
<RepositoryUrl>https://github.com/aspnet/Identity</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
|
<SignAssembly>true</SignAssembly>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<!-- Workaround microsoft/msbuild#3626 -->
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|