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 16:43:10 UTC

svn commit: r589690 - in /activemq/activemq-dotnet/NMS.MSMQ/trunk: ./ src/main/csharp/ActiveMQ/ src/main/csharp/NMS/ src/main/csharp/Stomp/ src/main/csharp/TIBCO/ src/sandbox/ src/test/csharp/ActiveMQ/ src/test/csharp/NMS/ src/test/csharp/Stomp/

Author: chirino
Date: Mon Oct 29 08:43:08 2007
New Revision: 589690

URL: http://svn.apache.org/viewvc?rev=589690&view=rev
Log:
Copied over the NMS.MSMQ module to it's own project

Added:
    activemq/activemq-dotnet/NMS.MSMQ/trunk/
      - copied from r589638, activemq/activemq-dotnet/trunk/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.sln
Removed:
    activemq/activemq-dotnet/NMS.MSMQ/trunk/.project
    activemq/activemq-dotnet/NMS.MSMQ/trunk/build-xbuild.sh
    activemq/activemq-dotnet/NMS.MSMQ/trunk/monodevelop-activemq-test.mdp
    activemq/activemq-dotnet/NMS.MSMQ/trunk/monodevelop-activemq.mdp
    activemq/activemq-dotnet/NMS.MSMQ/trunk/monodevelop-nms-test.mdp
    activemq/activemq-dotnet/NMS.MSMQ/trunk/monodevelop-nms.mdp
    activemq/activemq-dotnet/NMS.MSMQ/trunk/monodevelop.mds
    activemq/activemq-dotnet/NMS.MSMQ/trunk/pom.xml
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop-activemq-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop-activemq.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop-nms-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop-nms.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/sharpdevelop.sln
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/main/csharp/ActiveMQ/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/main/csharp/NMS/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/main/csharp/Stomp/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/main/csharp/TIBCO/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/sandbox/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/test/csharp/ActiveMQ/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/test/csharp/NMS/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/src/test/csharp/Stomp/
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-activemq-cf20.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-activemq-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-activemq.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-nms-cf20.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-nms-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-nms.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-stomp-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-tibco.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005.sln
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005.suo
Modified:
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq-test.csproj
    activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.csproj

Modified: activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq-test.csproj?rev=589690&r1=589638&r2=589690&view=diff
==============================================================================
--- activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq-test.csproj (original)
+++ activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq-test.csproj Mon Oct 29 08:43:08 2007
@@ -28,6 +28,18 @@
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="NMS, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NMS.dll</HintPath>
+    </Reference>
+    <Reference Include="NMS.ActiveMQ, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NMS.ActiveMQ.dll</HintPath>
+    </Reference>
+    <Reference Include="NMS.Test, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NMS.Test.dll</HintPath>
+    </Reference>
     <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>lib\all\nunit\nunit.framework.dll</HintPath>
@@ -38,21 +50,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="vs2005-activemq.csproj">
-      <Project>{08321F42-4B3D-4815-B592-95962BAC3B9F}</Project>
-      <Name>vs2005-activemq</Name>
-    </ProjectReference>
     <ProjectReference Include="vs2005-msmq.csproj">
       <Project>{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}</Project>
       <Name>vs2005-msmq</Name>
-    </ProjectReference>
-    <ProjectReference Include="vs2005-nms-test.csproj">
-      <Project>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</Project>
-      <Name>vs2005-nms-test</Name>
-    </ProjectReference>
-    <ProjectReference Include="vs2005-nms.csproj">
-      <Project>{300C1716-0674-4D01-8F5D-151E59A504FE}</Project>
-      <Name>vs2005-nms</Name>
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>

Modified: activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.csproj?rev=589690&r1=589638&r2=589690&view=diff
==============================================================================
--- activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.csproj (original)
+++ activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.csproj Mon Oct 29 08:43:08 2007
@@ -30,6 +30,14 @@
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="NMS, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NMS.dll</HintPath>
+    </Reference>
+    <Reference Include="NMS.ActiveMQ, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NMS.ActiveMQ.dll</HintPath>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
     <Reference Include="System.Messaging" />
@@ -53,16 +61,6 @@
     <Compile Include="src\main\csharp\MSMQ\Session.cs" />
     <Compile Include="src\main\csharp\MSMQ\StreamMessage.cs" />
     <Compile Include="src\main\csharp\MSMQ\TextMessage.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="vs2005-activemq.csproj">
-      <Project>{08321F42-4B3D-4815-B592-95962BAC3B9F}</Project>
-      <Name>vs2005-activemq</Name>
-    </ProjectReference>
-    <ProjectReference Include="vs2005-nms.csproj">
-      <Project>{300C1716-0674-4D01-8F5D-151E59A504FE}</Project>
-      <Name>vs2005-nms</Name>
-    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <None Include="activemq-dotnet.snk" />

Added: activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.sln
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.sln?rev=589690&view=auto
==============================================================================
--- activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.sln (added)
+++ activemq/activemq-dotnet/NMS.MSMQ/trunk/vs2005-msmq.sln Mon Oct 29 08:43:08 2007
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual C# Express 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-msmq", "vs2005-msmq.csproj", "{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-msmq-test", "vs2005-msmq-test.csproj", "{2F31ED5C-44A2-464A-BD55-2B5B010654E8}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}.Release|Any CPU.Build.0 = Release|Any CPU
+		{2F31ED5C-44A2-464A-BD55-2B5B010654E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{2F31ED5C-44A2-464A-BD55-2B5B010654E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{2F31ED5C-44A2-464A-BD55-2B5B010654E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{2F31ED5C-44A2-464A-BD55-2B5B010654E8}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal