Files
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 10:07:20 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
</PropertyGroup>
2023-06-08 13:21:03 -04:00
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Server' " />
</Project>