48 |
|
<WarningLevel>4</WarningLevel> |
49 |
|
</PropertyGroup> |
50 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
51 |
< |
<DebugType>pdbonly</DebugType> |
51 |
> |
<DebugType>full</DebugType> |
52 |
|
<Optimize>true</Optimize> |
53 |
|
<OutputPath>bin\Release\</OutputPath> |
54 |
< |
<DefineConstants>DEBUG;TRACE;PRO</DefineConstants> |
54 |
> |
<DefineConstants>TRACE;PRO</DefineConstants> |
55 |
|
<ErrorReport>prompt</ErrorReport> |
56 |
|
<WarningLevel>4</WarningLevel> |
57 |
+ |
<DebugSymbols>true</DebugSymbols> |
58 |
|
</PropertyGroup> |
59 |
|
<ItemGroup> |
60 |
|
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |