зеркало из https://github.com/aspnet/Identity.git
9 строки
348 B
XML
9 строки
348 B
XML
<Project>
|
|
<ItemGroup>
|
|
<Solutions Update="$(RepositoryRoot)Identity.sln">
|
|
<!-- the 'DebugNoWPF' and 'ReleaseNoWPF' configurations exclude the WPF project, which doesn't build with Microsoft.NET.Sdk yet. -->
|
|
<AdditionalProperties>Configuration=$(Configuration)NoWPF</AdditionalProperties>
|
|
</Solutions>
|
|
</ItemGroup>
|
|
</Project>
|