mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
9 lines
222 B
XML
9 lines
222 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Server' " />
|
|
</Project>
|