Merge pull request #371 from misternebula/disable-warnings

QuantumUNET.csproj: disable obsolete warnings
This commit is contained in:
_nebula 2021-11-28 10:57:14 +00:00 committed by GitHub
commit 85ac530dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>