1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Project configuration tune-up (#2994)

This commit is contained in:
Matt Bishop
2023-06-08 13:21:03 -04:00
committed by GitHub
parent cc4b6bb2fa
commit 6a9e7a1d0a
28 changed files with 95 additions and 59 deletions

View File

@ -15,6 +15,8 @@
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Api' " />
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Api-SelfHost' " />
<ItemGroup>
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
<ProjectReference Include="..\Core\Core.csproj" />