Author: chirino
Date: Wed Feb 28 07:19:34 2007
New Revision: 512798
URL: http://svn.apache.org/viewvc?view=rev&rev=512798
Log:
Updated vs2005 build to use new dll names
Modified:
activemq/activemq-dotnet/trunk/vs2005-activemq-cf20.csproj
activemq/activemq-dotnet/trunk/vs2005-activemq-test.csproj
activemq/activemq-dotnet/trunk/vs2005-activemq.csproj
activemq/activemq-dotnet/trunk/vs2005-msmq-test.csproj
activemq/activemq-dotnet/trunk/vs2005-msmq.csproj
activemq/activemq-dotnet/trunk/vs2005-nms-cf20.csproj
activemq/activemq-dotnet/trunk/vs2005-nms-test.csproj
activemq/activemq-dotnet/trunk/vs2005-nms.csproj
Modified: activemq/activemq-dotnet/trunk/vs2005-activemq-cf20.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-activemq-cf20.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-activemq-cf20.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-activemq-cf20.csproj Wed Feb 28
07:19:34 2007
@@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ActiveMQ</RootNamespace>
- <AssemblyName>Apache.ActiveMQ.CF20</AssemblyName>
+ <AssemblyName>NMS.ActiveMQ</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
@@ -22,7 +22,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\cf-2.0\debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
@@ -34,8 +34,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
+ <OutputPath>build\cf-2.0\release\</OutputPath>
+ <DefineConstants>TRACE;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
Modified: activemq/activemq-dotnet/trunk/vs2005-activemq-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-activemq-test.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-activemq-test.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-activemq-test.csproj Wed Feb 28
07:19:34 2007
@@ -7,7 +7,7 @@
<ProjectGuid>{EB943C69-2C9B-45E7-B95B-FB916E7057ED}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ActiveMQ</RootNamespace>
- <AssemblyName>ActiveMQ-test</AssemblyName>
+ <AssemblyName>ActiveMQ.Test</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
@@ -16,14 +16,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
Modified: activemq/activemq-dotnet/trunk/vs2005-activemq.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-activemq.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-activemq.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-activemq.csproj Wed Feb 28 07:19:34
2007
@@ -7,7 +7,7 @@
<ProjectGuid>{08321F42-4B3D-4815-B592-95962BAC3B9F}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ActiveMQ</RootNamespace>
- <AssemblyName>ActiveMQ</AssemblyName>
+ <AssemblyName>NMS.ActiveMQ</AssemblyName>
<WarningLevel>4</WarningLevel>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>activemq-dotnet.snk</AssemblyOriginatorKeyFile>
@@ -16,14 +16,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
Modified: activemq/activemq-dotnet/trunk/vs2005-msmq-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-msmq-test.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-msmq-test.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-msmq-test.csproj Wed Feb 28 07:19:34
2007
@@ -7,7 +7,7 @@
<ProjectGuid>{2F31ED5C-44A2-464A-BD55-2B5B010654E8}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>MSMQ</RootNamespace>
- <AssemblyName>MSMQ-test</AssemblyName>
+ <AssemblyName>NMS.MSMQ.Test</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
@@ -16,14 +16,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
Modified: activemq/activemq-dotnet/trunk/vs2005-msmq.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-msmq.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-msmq.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-msmq.csproj Wed Feb 28 07:19:34 2007
@@ -7,7 +7,7 @@
<ProjectGuid>{A5FCA129-991B-4CB2-987A-B25E43B0F5EC}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>MSMQ</RootNamespace>
- <AssemblyName>MSMQ</AssemblyName>
+ <AssemblyName>NMS.MSMQ</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
@@ -18,14 +18,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
Modified: activemq/activemq-dotnet/trunk/vs2005-nms-cf20.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-nms-cf20.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-nms-cf20.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-nms-cf20.csproj Wed Feb 28 07:19:34
2007
@@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NMS</RootNamespace>
- <AssemblyName>Apache.NMS.CF20</AssemblyName>
+ <AssemblyName>NMS</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
@@ -22,8 +22,8 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
+ <OutputPath>build\cf-2.0\debug\</OutputPath>
+ <DefineConstants>TRACE;DEBUG;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
@@ -34,8 +34,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
+ <OutputPath>build\cf-2.0\release\</OutputPath>
+ <DefineConstants>TRACE;PocketPC, NETCF, NETCF_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
Modified: activemq/activemq-dotnet/trunk/vs2005-nms-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-nms-test.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-nms-test.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-nms-test.csproj Wed Feb 28 07:19:34
2007
@@ -7,7 +7,7 @@
<ProjectGuid>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>NMS.Test</RootNamespace>
- <AssemblyName>NMS-test</AssemblyName>
+ <AssemblyName>NMS.Test</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
@@ -16,14 +16,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
Modified: activemq/activemq-dotnet/trunk/vs2005-nms.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/vs2005-nms.csproj?view=diff&rev=512798&r1=512797&r2=512798
==============================================================================
--- activemq/activemq-dotnet/trunk/vs2005-nms.csproj (original)
+++ activemq/activemq-dotnet/trunk/vs2005-nms.csproj Wed Feb 28 07:19:34 2007
@@ -18,14 +18,14 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>build\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>build\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>