Skip to content

Commit 1561302

Browse files
appease the compiler
1 parent 91a3148 commit 1561302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SER.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>embedded</DebugType>
2121
<Optimize>false</Optimize>
22-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<DefineConstants>DEBUG;TRACE;HAVE_NULLABLE_ATTRIBUTES</DefineConstants>
2323
<OutputPath>bin\Debug\</OutputPath>
2424
<WarningLevel>4</WarningLevel>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2828
<DebugType>full</DebugType>
2929
<Optimize>true</Optimize>
30-
<DefineConstants>TRACE</DefineConstants>
30+
<DefineConstants>TRACE;HAVE_NULLABLE_ATTRIBUTES</DefineConstants>
3131
<OutputPath>bin\Release\</OutputPath>
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>

0 commit comments

Comments
 (0)