Identity/build/repo.targets

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>