Files
server/util/Server/Server.csproj

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

11 lines
377 B
XML
Raw Normal View History

2018-08-01 10:07:20 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
2026-01-13 04:02:56 -05:00
<!-- These opt outs should be removed when all warnings are addressed -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1305</WarningsNotAsErrors>
</PropertyGroup>
2023-06-08 13:21:03 -04:00
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Server' " />
</Project>