Make sure any constants defined at higher levels are not clobbered and define a couple more

This commit is contained in:
Brandon Thetford
2024-02-16 19:45:34 -07:00
parent 242a62987a
commit 71f0db1cb7

View File

@@ -16,6 +16,7 @@
<RootNamespace>Terminal.Gui</RootNamespace>
<AssemblyName>Terminal.Gui</AssemblyName>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>