Parent Directory
|
Revision Log
|
Patch
--- trunk/CSDLL/CSDLL.csproj 2012/07/12 14:51:57 50 +++ trunk/CSDLL/CSDLL.csproj 2012/07/12 17:12:08 60 @@ -48,12 +48,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;PRO</DefineConstants> + <DefineConstants>TRACE;PRO</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">
ViewVC Help | |
Powered by ViewVC 1.1.22 |