--- trunk/TSAdminTool/Admin.csproj 2012/07/12 17:03:02 59 +++ trunk/TSAdminTool/Admin.csproj 2012/07/12 17:12:08 60 @@ -57,12 +57,13 @@ <RunCodeAnalysis>false</RunCodeAnalysis> </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)' == 'Evaluation Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> |