Author: tabish
Date: Wed Nov 3 21:20:20 2010
New Revision: 1030693
URL: http://svn.apache.org/viewvc?rev=1030693&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQNET-290
Updated project files
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj?rev=1030693&r1=1030692&r2=1030693&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
Wed Nov 3 21:20:20 2010
@@ -79,6 +79,8 @@
<Compile Include="src\test\csharp\IndividualAckTest.cs" />
<Compile Include="src\test\csharp\MessageListenerRedeliveryTest.cs" />
<Compile Include="src\test\csharp\MessageProducerTest.cs" />
+ <Compile Include="src\test\csharp\NetTxConnectionFactoryTest.cs" />
+ <Compile Include="src\test\csharp\NetTxTransactionTest.cs" />
<Compile Include="src\test\csharp\NMSConnectionFactoryTest.cs" />
<Compile Include="src\test\csharp\OpenWire\BooleanStreamTest.cs">
<SubType>Code</SubType>
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj?rev=1030693&r1=1030692&r2=1030693&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
Wed Nov 3 21:20:20 2010
@@ -307,6 +307,9 @@
<Compile Include="src\main\csharp\MessageProducer.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="src\main\csharp\NetTxConnection.cs" />
+ <Compile Include="src\main\csharp\NetTxConnectionFactory.cs" />
+ <Compile Include="src\main\csharp\NetTxSession.cs" />
<Compile Include="src\main\csharp\OpenWire\BaseDataStreamMarshaller.cs">
<SubType>Code</SubType>
</Compile>