25 |
|
<WarningLevel>4</WarningLevel> |
26 |
|
</PropertyGroup> |
27 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 |
< |
<DebugType>pdbonly</DebugType> |
28 |
> |
<DebugType>full</DebugType> |
29 |
|
<Optimize>true</Optimize> |
30 |
|
<OutputPath>bin\Release\</OutputPath> |
31 |
< |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
31 |
> |
<DefineConstants>TRACE</DefineConstants> |
32 |
|
<ErrorReport>prompt</ErrorReport> |
33 |
|
<WarningLevel>4</WarningLevel> |
34 |
+ |
<DebugSymbols>true</DebugSymbols> |
35 |
|
</PropertyGroup> |
36 |
|
<ItemGroup> |
37 |
|
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |