Author: tabish
Date: Tue Mar 30 14:04:12 2010
New Revision: 929146
URL: http://svn.apache.org/viewvc?rev=929146&view=rev
Log:
Update the DevStudio project files to add missing 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=929146&r1=929145&r2=929146&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
Tue Mar 30 14:04:12 2010
@@ -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>
@@ -84,6 +84,7 @@
</Compile>
<Compile Include="src\test\csharp\OpenWire\MaxInactivityDurationTest.cs" />
<Compile Include="src\test\csharp\OpenWire\PrefetchSizeZeroTest.cs" />
+ <Compile Include="src\test\csharp\QueueBrowserTests.cs" />
<Compile Include="src\test\csharp\RollbackRedeliveryTest.cs" />
<Compile Include="src\test\csharp\Threads\CompositeTaskRunnerTest.cs" />
<Compile Include="src\test\csharp\Threads\DedicatedTaskRunnerTest.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=929146&r1=929145&r2=929146&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj
Tue Mar 30 14:04:12 2010
@@ -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>{08321F42-4B3D-4815-B592-95962BAC3B9F}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -865,6 +865,7 @@
<Compile Include="src\main\csharp\OpenWire\V5\WireFormatInfoMarshaller.cs"
/>
<Compile
Include="src\main\csharp\OpenWire\V5\XATransactionIdMarshaller.cs" />
<Compile Include="src\main\csharp\PrefetchPolicy.cs" />
+ <Compile Include="src\main\csharp\QueueBrowser.cs" />
<Compile Include="src\main\csharp\Session.cs">
<SubType>Code</SubType>
</Compile>
@@ -921,6 +922,8 @@
<Compile Include="src\main\csharp\Transport\ResponseCorrelator.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="src\main\csharp\Transport\Tcp\SslTransport.cs" />
+ <Compile Include="src\main\csharp\Transport\Tcp\SslTransportFactory.cs" />
<Compile Include="src\main\csharp\Transport\Tcp\TcpTransport.cs">
<SubType>Code</SubType>
</Compile>