Skip to content

Commit 24aa44d

Browse files
committed
Added NO_SAMPLE conditional compilation symbol into example server
1 parent ff4ac4d commit 24aa44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/MyDbWebApi/MyDbWebApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<DebugType>full</DebugType>
2525
<Optimize>false</Optimize>
2626
<OutputPath>bin\</OutputPath>
27-
<DefineConstants>DEBUG;TRACE</DefineConstants>
27+
<DefineConstants>TRACE;DEBUG;NO_SAMPLE</DefineConstants>
2828
<ErrorReport>prompt</ErrorReport>
2929
<WarningLevel>4</WarningLevel>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NO_SAMPLE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

0 commit comments

Comments
 (0)