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 2012/07/14 02:46:55 UTC

svn commit: r1361457 - in /activemq/activemq-dotnet/Apache.NMS/trunk: vs2008-nms-test.csproj vs2010-nms-test-net2.0.csproj vs2010-nms-test-net3.5.csproj vs2010-nms-test-net4.0.csproj

Author: jgomes
Date: Sat Jul 14 00:46:54 2012
New Revision: 1361457

URL: http://svn.apache.org/viewvc?rev=1361457&view=rev
Log:
Add references to System.Web.dll assembly.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net2.0.csproj
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net3.5.csproj
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net4.0.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=1361457&r1=1361456&r2=1361457&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Sat Jul 14 00:46:54 2012
@@ -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>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -63,6 +63,7 @@
       <HintPath>lib\NUnit\net-3.5\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Web" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net2.0.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net2.0.csproj?rev=1361457&r1=1361456&r2=1361457&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net2.0.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net2.0.csproj Sat Jul 14 00:46:54 2012
@@ -68,6 +68,7 @@
       <HintPath>lib\NUnit\net-2.0\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Web" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net3.5.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net3.5.csproj?rev=1361457&r1=1361456&r2=1361457&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net3.5.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net3.5.csproj Sat Jul 14 00:46:54 2012
@@ -70,6 +70,7 @@
       <HintPath>lib\NUnit\net-3.5\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Web" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net4.0.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net4.0.csproj?rev=1361457&r1=1361456&r2=1361457&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net4.0.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-test-net4.0.csproj Sat Jul 14 00:46:54 2012
@@ -70,6 +70,7 @@
       <HintPath>lib\NUnit\net-4.0\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Web" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>