We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4ac4d commit 24aa44dCopy full SHA for 24aa44d
1 file changed
Examples/MyDbWebApi/MyDbWebApi.csproj
@@ -24,15 +24,15 @@
24
<DebugType>full</DebugType>
25
<Optimize>false</Optimize>
26
<OutputPath>bin\</OutputPath>
27
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;NO_SAMPLE</DefineConstants>
28
<ErrorReport>prompt</ErrorReport>
29
<WarningLevel>4</WarningLevel>
30
</PropertyGroup>
31
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
<DebugType>pdbonly</DebugType>
33
<Optimize>true</Optimize>
34
35
- <DefineConstants>TRACE</DefineConstants>
+ <DefineConstants>TRACE;NO_SAMPLE</DefineConstants>
36
37
38
0 commit comments