Parent Directory
|
Revision Log
|
Patch
--- trunk/TSControlPanel/Cpanel.csproj 2012/07/12 14:51:57 50 +++ trunk/TSControlPanel/Cpanel.csproj 2012/07/12 17:12:08 60 @@ -49,12 +49,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> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Beta Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols>
ViewVC Help | |
Powered by ViewVC 1.1.22 |