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 2011/07/08 20:01:32 UTC

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

Author: tabish
Date: Fri Jul  8 18:01:31 2011
New Revision: 1144406

URL: http://svn.apache.org/viewvc?rev=1144406&view=rev
Log:
Update project files to include new files added for.

https://issues.apache.org/jira/browse/AMQNET-334

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=1144406&r1=1144405&r2=1144406&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 Fri Jul  8 18:01:31 2011
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.30729</ProductVersion>
+    <ProductVersion>9.0.21022</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{EB943C69-2C9B-45E7-B95B-FB916E7057ED}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -98,6 +98,7 @@
     <Compile Include="src\test\csharp\QueueBrowserTests.cs" />
     <Compile Include="src\test\csharp\QueueConsumerPriorityTest.cs" />
     <Compile Include="src\test\csharp\RollbackRedeliveryTest.cs" />
+    <Compile Include="src\test\csharp\TempDestinationTest.cs" />
     <Compile Include="src\test\csharp\Threads\CompositeTaskRunnerTest.cs" />
     <Compile Include="src\test\csharp\Threads\DedicatedTaskRunnerTest.cs" />
     <Compile Include="src\test\csharp\Threads\ThreadPoolExecutorTest.cs" />

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=1144406&r1=1144405&r2=1144406&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj Fri Jul  8 18:01:31 2011
@@ -68,6 +68,7 @@
     <Reference Include="System.Transactions" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="src\main\csharp\AdvisoryConsumer.cs" />
     <Compile Include="src\main\csharp\BrokerException.cs">
       <SubType>Code</SubType>
     </Compile>
@@ -288,6 +289,7 @@
     <Compile Include="src\main\csharp\ConnectionFactory.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="src\main\csharp\ConnectionFailedException.cs" />
     <Compile Include="src\main\csharp\ConnectionMetaData.cs" />
     <Compile Include="src\main\csharp\ConsumerClosedException.cs">
       <SubType>Code</SubType>
@@ -1017,6 +1019,7 @@
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="src\main\csharp\Util\ActiveMQMessageTransformation.cs" />
+    <Compile Include="src\main\csharp\Util\AdvisorySupport.cs" />
     <Compile Include="src\main\csharp\Util\FactoryAttribute.cs" />
     <Compile Include="src\main\csharp\Util\FactoryFinder.cs" />
     <Compile Include="src\main\csharp\Util\FifoMessageDispatchChannel.cs" />