1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/Server/Server.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
222 B
XML
Raw Normal View History

2018-08-01 16:07:20 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
</PropertyGroup>
2023-06-08 19:21:03 +02:00
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Server' " />
</Project>