You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2014/01/29 00:42:18 UTC

svn commit: r1562311 - in /activemq/activemq-dotnet/Apache.NMS.AMQP/trunk: src/test/csharp/HelloWorld/Properties/ vs2010-HelloWorld.csproj vs2010-amqp.csproj

Author: jgomes
Date: Tue Jan 28 23:42:18 2014
New Revision: 1562311

URL: http://svn.apache.org/r1562311
Log:
Fix duplicate AssemmblyInfo build errors.

Removed:
    activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/src/test/csharp/HelloWorld/Properties/
Modified:
    activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-HelloWorld.csproj
    activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-amqp.csproj

Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-HelloWorld.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-HelloWorld.csproj?rev=1562311&r1=1562310&r2=1562311&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-HelloWorld.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-HelloWorld.csproj Tue Jan 28 23:42:18 2014
@@ -65,8 +65,8 @@ under the License.
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />
     <Compile Include="src\test\csharp\HelloWorld\HelloWorld.cs" />
-    <Compile Include="src\test\csharp\HelloWorld\Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="src\test\csharp\HelloWorld\app.config" />

Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-amqp.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-amqp.csproj?rev=1562311&r1=1562310&r2=1562311&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-amqp.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/vs2010-amqp.csproj Tue Jan 28 23:42:18 2014
@@ -71,6 +71,7 @@ under the License.
     <OutputPath>build\net-4.0\debug\</OutputPath>
     <DefineConstants>TRACE;DEBUG;NET,NET_4_0</DefineConstants>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -79,6 +80,7 @@ under the License.
     <DefineConstants>TRACE;NET,NET_4_0</DefineConstants>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <DebugType>full</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Apache.NMS">