Author: chirino
Date: Thu Nov 1 11:26:12 2007
New Revision: 591110
URL: http://svn.apache.org/viewvc?rev=591110&view=rev
Log:
Updated vs build to use svn externals to bring in NMS dependency.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq-test.csproj
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.csproj
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.sln
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq-test.csproj?rev=591110&r1=591109&r2=591110&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq-test.csproj Thu Nov
1 11:26:12 2007
@@ -28,14 +28,6 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Apache.NMS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>$(USERPROFILE)\.nant\repository\org.apache.activemq\Apache.NMS\1.0-SNAPSHOT\net-2.0\debug\Apache.NMS.dll</HintPath>
- </Reference>
- <Reference Include="Apache.NMS.Test, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>$(USERPROFILE)\.nant\repository\org.apache.activemq\Apache.NMS\1.0-SNAPSHOT\net-2.0\debug\Apache.NMS.Test.dll</HintPath>
- </Reference>
<Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(USERPROFILE)\.nant\repository\org.nunit\nunit\2.2.8\all\nunit.framework.dll</HintPath>
@@ -72,6 +64,14 @@
<Compile Include="src\test\csharp\TransactionTest.cs" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="vendor\Apache.NMS\vs2005-nms-test.csproj">
+ <Project>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</Project>
+ <Name>vs2005-nms-test</Name>
+ </ProjectReference>
+ <ProjectReference Include="vendor\Apache.NMS\vs2005-nms.csproj">
+ <Project>{300C1716-0674-4D01-8F5D-151E59A504FE}</Project>
+ <Name>vs2005-nms</Name>
+ </ProjectReference>
<ProjectReference Include="vs2005-activemq.csproj">
<Project>{08321F42-4B3D-4815-B592-95962BAC3B9F}</Project>
<Name>vs2005-activemq</Name>
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.csproj?rev=591110&r1=591109&r2=591110&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.csproj Thu Nov 1 11:26:12
2007
@@ -28,10 +28,6 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Apache.NMS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>$(USERPROFILE)\.nant\repository\org.apache.activemq\Apache.NMS\1.0-SNAPSHOT\net-2.0\debug\Apache.NMS.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
@@ -707,6 +703,12 @@
<Compile Include="src\main\csharp\Util\URISupport.cs">
<SubType>Code</SubType>
</Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="vendor\Apache.NMS\vs2005-nms.csproj">
+ <Project>{300C1716-0674-4D01-8F5D-151E59A504FE}</Project>
+ <Name>vs2005-nms</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.sln
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.sln?rev=591110&r1=591109&r2=591110&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.sln (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2005-activemq.sln Thu Nov 1 11:26:12
2007
@@ -5,6 +5,10 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-activemq-test", "vs2005-activemq-test.csproj",
"{EB943C69-2C9B-45E7-B95B-FB916E7057ED}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-nms", "vendor\Apache.NMS\vs2005-nms.csproj",
"{300C1716-0674-4D01-8F5D-151E59A504FE}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-nms-test", "vendor\Apache.NMS\vs2005-nms-test.csproj",
"{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -19,6 +23,14 @@
{EB943C69-2C9B-45E7-B95B-FB916E7057ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB943C69-2C9B-45E7-B95B-FB916E7057ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB943C69-2C9B-45E7-B95B-FB916E7057ED}.Release|Any CPU.Build.0 = Release|Any CPU
+ {300C1716-0674-4D01-8F5D-151E59A504FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {300C1716-0674-4D01-8F5D-151E59A504FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {300C1716-0674-4D01-8F5D-151E59A504FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {300C1716-0674-4D01-8F5D-151E59A504FE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|