Author: jgomes Date: Fri Jul 18 14:09:00 2008 New Revision: 678039 URL: http://svn.apache.org/viewvc?rev=678039&view=rev Log: Output debug symbols for all builds.
Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems.csproj Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj?rev=678039&r1=678038&r2=678039&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj Fri Jul 18 14:09:00 2008 @@ -41,11 +41,12 @@ <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugSymbols>false</DebugSymbols> + <DebugSymbols>true</DebugSymbols> <Optimize>true</Optimize> <OutputPath>build\net-2.0\release\</OutputPath> <DefineConstants>TRACE;NET,NET_2_0</DefineConstants> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <DebugType>full</DebugType> </PropertyGroup> <ItemGroup> <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems.csproj?rev=678039&r1=678038&r2=678039&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems.csproj Fri Jul 18 14:09:00 2008 @@ -39,12 +39,13 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>none</DebugType> + <DebugType>full</DebugType> <Optimize>true</Optimize> <OutputPath>build\net-2.0\release\</OutputPath> <DefineConstants>TRACE;NET,NET_2_0</DefineConstants> <ErrorReport>none</ErrorReport> <WarningLevel>4</WarningLevel> + <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> <Reference Include="System" />