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/01/28 16:04:47 UTC

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

Author: tabish
Date: Fri Jan 28 15:04:47 2011
New Revision: 1064718

URL: http://svn.apache.org/viewvc?rev=1064718&view=rev
Log:
https://issues.apache.org/jira/browse/AMQNET-290

Updated project files

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj

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=1064718&r1=1064717&r2=1064718&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj Fri Jan 28 15:04:47 2011
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{08321F42-4B3D-4815-B592-95962BAC3B9F}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -310,6 +310,7 @@
     </Compile>
     <Compile Include="src\main\csharp\NetTxConnection.cs" />
     <Compile Include="src\main\csharp\NetTxConnectionFactory.cs" />
+    <Compile Include="src\main\csharp\NetTxRecoveryPolicy.cs" />
     <Compile Include="src\main\csharp\NetTxSession.cs" />
     <Compile Include="src\main\csharp\OpenWire\BaseDataStreamMarshaller.cs">
       <SubType>Code</SubType>
@@ -964,6 +965,11 @@
     <Compile Include="src\main\csharp\TransactionContext.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="src\main\csharp\Transactions\IRecoveryLogger.cs" />
+    <Compile Include="src\main\csharp\Transactions\IRecoveryLoggerFactory.cs" />
+    <Compile Include="src\main\csharp\Transactions\RecoveryFileLogger.cs" />
+    <Compile Include="src\main\csharp\Transactions\RecoveryFileLoggerFactory.cs" />
+    <Compile Include="src\main\csharp\Transactions\RecoveryLoggerFactoryAttribute.cs" />
     <Compile Include="src\main\csharp\Transport\ActiveMQTransportFactoryAttribute.cs" />
     <Compile Include="src\main\csharp\Transport\Discovery\DiscoveryTransportFactory.cs" />
     <Compile Include="src\main\csharp\Transport\Discovery\Multicast\MulticastDiscoveryAgent.cs" />
@@ -1011,6 +1017,8 @@
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="src\main\csharp\Util\ActiveMQMessageTransformation.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" />
     <Compile Include="src\main\csharp\Util\IdGenerator.cs" />
     <Compile Include="src\main\csharp\Util\MemoryUsage.cs" />