mirror of
https://github.com/bitwarden/server
synced 2026-02-08 04:33:23 +00:00
17 lines
539 B
XML
17 lines
539 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<Sdk Name="Bitwarden.Server.Sdk" />
|
|
|
|
<PropertyGroup>
|
|
<UserSecretsId>bitwarden-Events</UserSecretsId>
|
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Events' " />
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Events-SelfHost' " />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|