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

svn commit: r589800 - /activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj

Author: chirino
Date: Mon Oct 29 11:47:14 2007
New Revision: 589800

URL: http://svn.apache.org/viewvc?rev=589800&view=rev
Log:
Got the project name and dll matching. still need to get the namespace to match.

Modified:
    activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj?rev=589800&r1=589799&r2=589800&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2005-ems.csproj Mon Oct 29 11:47:14 2007
@@ -6,8 +6,8 @@
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{2AF5EBB5-9873-4B35-A8FC-8B6E74242767}</ProjectGuid>
     <OutputType>Library</OutputType>
-    <RootNamespace>NMS.EMS</RootNamespace>
-    <AssemblyName>NMS.EMS</AssemblyName>
+    <RootNamespace>Apache.NMS.EMS</RootNamespace>
+    <AssemblyName>Apache.NMS.EMS</AssemblyName>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -27,9 +27,9 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="NMS, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+    <Reference Include="Apache.NMS, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>lib\NMS.dll</HintPath>
+      <HintPath>lib\Apache.NMS.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />