Author: tabish
Date: Wed Nov 11 21:24:08 2009
New Revision: 835076
URL:
http://svn.apache.org/viewvc?rev=835076&view=revLog:
Add missing files to Windows Project
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=835076&r1=835075&r2=835076&view=diff==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq.csproj Wed Nov 11 21:24:08 2009
@@ -274,6 +274,7 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="src\main\csharp\CommonAssemblyInfo.cs" />
+ <Compile Include="src\main\csharp\CompressionPolicy.cs" />
<Compile Include="src\main\csharp\Connection.cs">
<SubType>Code</SubType>
</Compile>
@@ -291,6 +292,7 @@
<Compile Include="src\main\csharp\DestinationFilter.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="src\main\csharp\ICompressionPolicy.cs" />
<Compile Include="src\main\csharp\IDispatcher.cs" />
<Compile Include="src\main\csharp\IOException.cs" />
<Compile Include="src\main\csharp\ISynchronization.cs">