|
|
@@ -18,7 +18,7 @@
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
+ <DefineConstants>TRACE;DEBUG;FEATURE_THREAD_COUNTDOWNEVENT</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
@@ -26,7 +26,7 @@
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <DefineConstants>TRACE;FEATURE_THREAD_COUNTDOWNEVENT</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
</PropertyGroup>
|