We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a3148 commit 1561302Copy full SHA for 1561302
SER.csproj
@@ -19,15 +19,15 @@
19
<DebugSymbols>true</DebugSymbols>
20
<DebugType>embedded</DebugType>
21
<Optimize>false</Optimize>
22
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DefineConstants>DEBUG;TRACE;HAVE_NULLABLE_ATTRIBUTES</DefineConstants>
23
<OutputPath>bin\Debug\</OutputPath>
24
<WarningLevel>4</WarningLevel>
25
</PropertyGroup>
26
27
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
28
<DebugType>full</DebugType>
29
<Optimize>true</Optimize>
30
- <DefineConstants>TRACE</DefineConstants>
+ <DefineConstants>TRACE;HAVE_NULLABLE_ATTRIBUTES</DefineConstants>
31
<OutputPath>bin\Release\</OutputPath>
32
33
0 commit comments