--- trunk/AnywhereTS.Logging/AnywhereTS.Logging.csproj 2012/07/12 14:51:57 50 +++ trunk/AnywhereTS.Logging/AnywhereTS.Logging.csproj 2012/07/12 17:12:08 60 @@ -25,12 +25,13 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> + <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> + <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |