Author: tabish
Date: Thu Aug 26 18:14:19 2010
New Revision: 989859
URL: http://svn.apache.org/viewvc?rev=989859&view=rev
Log:
Project file updates
Modified:
activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj?rev=989859&r1=989858&r2=989859&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Thu Aug 26
18:14:19 2010
@@ -73,6 +73,18 @@
<Compile Include="src\test\csharp\BytesMessageTest.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="src\test\csharp\Commands\BytesMessage.cs" />
+ <Compile Include="src\test\csharp\Commands\Destination.cs" />
+ <Compile Include="src\test\csharp\Commands\MapMessage.cs" />
+ <Compile Include="src\test\csharp\Commands\Message.cs" />
+ <Compile Include="src\test\csharp\Commands\ObjectMessage.cs" />
+ <Compile Include="src\test\csharp\Commands\Queue.cs" />
+ <Compile Include="src\test\csharp\Commands\StreamMessage.cs" />
+ <Compile Include="src\test\csharp\Commands\TempDestination.cs" />
+ <Compile Include="src\test\csharp\Commands\TempQueue.cs" />
+ <Compile Include="src\test\csharp\Commands\TempTopic.cs" />
+ <Compile Include="src\test\csharp\Commands\TextMessage.cs" />
+ <Compile Include="src\test\csharp\Commands\Topic.cs" />
<Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />
<Compile Include="src\test\csharp\ConnectionTest.cs" />
<Compile Include="src\test\csharp\ConsumerTest.cs">
@@ -84,6 +96,7 @@
<Compile Include="src\test\csharp\EndianBinaryReaderTest.cs" />
<Compile Include="src\test\csharp\EndianBinaryWriterTest.cs" />
<Compile Include="src\test\csharp\EndianTest.cs" />
+ <Compile Include="src\test\csharp\ForgeinMessageTransformationTest.cs" />
<Compile Include="src\test\csharp\NMSPropertyTest.cs" />
<Compile Include="src\test\csharp\NMSTestSupport.cs">
<SubType>Code</SubType>