You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/10/01 19:14:55 UTC

svn commit: r820720 - /activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj

Author: jgomes
Date: Thu Oct  1 17:14:55 2009
New Revision: 820720

URL: http://svn.apache.org/viewvc?rev=820720&view=rev
Log:
Added NMSExceptionSupport.cs to project file.

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

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj?rev=820720&r1=820719&r2=820720&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms.csproj Thu Oct  1 17:14:55 2009
@@ -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>{300C1716-0674-4D01-8F5D-151E59A504FE}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -91,6 +91,7 @@
     <Compile Include="src\main\csharp\Util\EndianBinaryWriter.cs" />
     <Compile Include="src\main\csharp\Util\EndianSupport.cs" />
     <Compile Include="src\main\csharp\Util\MessagePropertyHelper.cs" />
+    <Compile Include="src\main\csharp\Util\NMSExceptionSupport.cs" />
     <Compile Include="src\main\csharp\Util\PrimitiveMap.cs" />
     <Compile Include="src\main\csharp\Util\SessionUtils.cs" />
     <Compile Include="src\main\csharp\Util\URISupport.cs">