Suppress unnecessary output

This commit is contained in:
Brandon Thetford
2024-02-29 06:57:00 -07:00
parent 568eb7faeb
commit b75f36ebf3

View File

@@ -21,6 +21,7 @@
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
<NoLogo>True</NoLogo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>True</Optimize>