You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/11/02 17:37:19 UTC

svn commit: r831958 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj

Author: tabish
Date: Mon Nov  2 16:37:19 2009
New Revision: 831958

URL: http://svn.apache.org/viewvc?rev=831958&view=rev
Log:
Add missing files to Windows Project

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.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=831958&r1=831957&r2=831958&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 Mon Nov  2 16:37:19 2009
@@ -62,6 +62,10 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="src\test\csharp\AMQQueueTransactionTest.cs" />
+    <Compile Include="src\test\csharp\AMQRedeliveryPolicyTest.cs" />
+    <Compile Include="src\test\csharp\AMQTopicTransactionTest.cs" />
+    <Compile Include="src\test\csharp\AMQTransactionTestSupport.cs" />
     <Compile Include="src\test\csharp\Commands\ActiveMQBytesMessageTest.cs" />
     <Compile Include="src\test\csharp\Commands\ActiveMQMapMessageTest.cs" />
     <Compile Include="src\test\csharp\Commands\ActiveMQMessageTest.cs" />
@@ -74,6 +78,7 @@
     <Compile Include="src\test\csharp\ConnectionMetaDataTest.cs" />
     <Compile Include="src\test\csharp\ExclusiveConsumerTest.cs" />
     <Compile Include="src\test\csharp\IndividualAckTest.cs" />
+    <Compile Include="src\test\csharp\MessageListenerRedeliveryTest.cs" />
     <Compile Include="src\test\csharp\NMSConnectionFactoryTest.cs" />
     <Compile Include="src\test\csharp\OpenWire\BooleanStreamTest.cs">
       <SubType>Code</SubType>