QuantumUNET.csproj: disable obsolete warnings

the obsolete methods will never be removed so let's not flood build logs with them
This commit is contained in:
Chris Yeninas 2021-11-27 20:17:49 -05:00
parent 565d03f266
commit 7631fc2f7b

View File

@ -4,6 +4,7 @@
<Product>QuantumUNET</Product>
<ProjectGuid>{C8C53004-1508-4F86-A419-4292C188DC2A}</ProjectGuid>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<NoWarn>1701;1702;0618</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>