1
0
mirror of https://github.com/bitwarden/server synced 2026-02-08 20:50:13 +00:00

feat: Add compiler conditional ServiceDefaults to included projects

This commit is contained in:
Stephon Brown
2025-12-10 17:02:41 -06:00
parent f570887999
commit 7597b4ea71
10 changed files with 61 additions and 19 deletions

View File

@@ -7,6 +7,7 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Admin' " />
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Admin-SelfHost' " />
<ItemGroup>
<ProjectReference Include="..\..\ServiceDefaults\ServiceDefaults.csproj" Condition="'$(Configuration)' == 'Debug'" />
<ProjectReference Include="..\..\util\MySqlMigrations\MySqlMigrations.csproj" />
<ProjectReference Include="..\..\util\PostgresMigrations\PostgresMigrations.csproj" />
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />