You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/12/04 17:37:12 UTC

svn commit: r887257 - in /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk: vs2008-stomp-test.csproj vs2008-stomp.csproj vs2008-stomp.sln

Author: tabish
Date: Fri Dec  4 16:37:12 2009
New Revision: 887257

URL: http://svn.apache.org/viewvc?rev=887257&view=rev
Log:
Add initial VS2008 project files

Added:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp-test.csproj
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.csproj
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln   (with props)

Added: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp-test.csproj?rev=887257&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp-test.csproj (added)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp-test.csproj Fri Dec  4 16:37:12 2009
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AssemblyName>vs2008-stomp-test</AssemblyName>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug</OutputPath>
+    <DefineConstants>DEBUG</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>none</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Release</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Xml" />
+    <Reference Include="System.Data" />
+    <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NUnit\mono-2.0\nunit.framework.dll</HintPath>
+    </Reference>
+    <Reference Include="nunit.framework.extensions, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\NUnit\mono-2.0\nunit.framework.extensions.dll</HintPath>
+    </Reference>
+    <Reference Include="Apache.NMS.Test, Version=1.3.0.1797, Culture=neutral, PublicKeyToken=82756feee3957618">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\Apache.NMS\mono-2.0\Apache.NMS.Test.dll</HintPath>
+    </Reference>
+    <Reference Include="Apache.NMS, Version=1.3.0.1797, Culture=neutral, PublicKeyToken=82756feee3957618">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\Apache.NMS\mono-2.0\Apache.NMS.dll</HintPath>
+    </Reference>
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <ProjectReference Include="vs2008-stomp.csproj">
+      <Project>{AA51947C-1370-44DC-8692-1C8EFC5945F7}</Project>
+      <Name>vs2008-stomp</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="nmsprovider-test.config" />
+    <None Include="LICENSE.txt" />
+    <None Include="keyfile\NMSKey.snk" />
+  </ItemGroup>
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties>
+        <Policies>
+          <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="True" NoTabsAfterNonTabs="False" RemoveTrailingWhitespace="True" EolMarker="Native" />
+        </Policies>
+      </Properties>
+    </MonoDevelop>
+  </ProjectExtensions>
+</Project>
\ No newline at end of file

Added: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.csproj?rev=887257&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.csproj (added)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.csproj Fri Dec  4 16:37:12 2009
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{AA51947C-1370-44DC-8692-1C8EFC5945F7}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AssemblyName>Apache.NMS.Stomp</AssemblyName>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\net-2.0\debug</OutputPath>
+    <DefineConstants>TRACE;DEBUG;NET,NET_2_0</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>none</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\net-2.0\release</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+    <DefineConstants>TRACE;NET,NET_2_0</DefineConstants>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="Apache.NMS, Version=1.3.0.1797, Culture=neutral, PublicKeyToken=82756feee3957618">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\NMS\build\mono-2.0\debug\Apache.NMS.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <Compile Include="src\main\csharp\Commands\BaseCommand.cs" />
+    <Compile Include="src\main\csharp\Commands\BaseDataStructure.cs" />
+    <Compile Include="src\main\csharp\Commands\BrokerError.cs" />
+    <Compile Include="src\main\csharp\Commands\Command.cs" />
+    <Compile Include="src\main\csharp\Commands\ConnectionId.cs" />
+    <Compile Include="src\main\csharp\Commands\ConnectionInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\ConsumerId.cs" />
+    <Compile Include="src\main\csharp\Commands\ConsumerInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\DataStructure.cs" />
+    <Compile Include="src\main\csharp\Commands\ExceptionResponse.cs" />
+    <Compile Include="src\main\csharp\Commands\MarshallAware.cs" />
+    <Compile Include="src\main\csharp\Commands\Message.cs" />
+    <Compile Include="src\main\csharp\Commands\MessageAck.cs" />
+    <Compile Include="src\main\csharp\Commands\MessageId.cs" />
+    <Compile Include="src\main\csharp\Commands\ProducerId.cs" />
+    <Compile Include="src\main\csharp\Commands\ProducerInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\RemoveInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\Response.cs" />
+    <Compile Include="src\main\csharp\Commands\SessionId.cs" />
+    <Compile Include="src\main\csharp\Commands\SessionInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\StompBytesMessage.cs" />
+    <Compile Include="src\main\csharp\Commands\StompDestination.cs" />
+    <Compile Include="src\main\csharp\Commands\StompMapMessage.cs" />
+    <Compile Include="src\main\csharp\Commands\StompMessage.cs" />
+    <Compile Include="src\main\csharp\Commands\StompQueue.cs" />
+    <Compile Include="src\main\csharp\Commands\StompStreamMessage.cs" />
+    <Compile Include="src\main\csharp\Commands\StompTempDestination.cs" />
+    <Compile Include="src\main\csharp\Commands\StompTempQueue.cs" />
+    <Compile Include="src\main\csharp\Commands\StompTempTopic.cs" />
+    <Compile Include="src\main\csharp\Commands\StompTextMessage.cs" />
+    <Compile Include="src\main\csharp\Commands\StompTopic.cs" />
+    <Compile Include="src\main\csharp\Commands\SubscriptionInfo.cs" />
+    <Compile Include="src\main\csharp\Commands\TransactionId.cs" />
+    <Compile Include="src\main\csharp\Commands\TransactionInfo.cs" />
+    <Compile Include="src\main\csharp\Protocol\StompFrameStream.cs" />
+    <Compile Include="src\main\csharp\Protocol\StompHelper.cs" />
+    <Compile Include="src\main\csharp\Protocol\StompWireFormat.cs" />
+    <Compile Include="src\main\csharp\Transport\Tcp\TcpTransport.cs" />
+    <Compile Include="src\main\csharp\Transport\Tcp\TcpTransportFactory.cs" />
+    <Compile Include="src\main\csharp\Transport\FutureResponse.cs" />
+    <Compile Include="src\main\csharp\Transport\ITransport.cs" />
+    <Compile Include="src\main\csharp\Transport\ITransportFactory.cs" />
+    <Compile Include="src\main\csharp\Transport\IWireFormat.cs" />
+    <Compile Include="src\main\csharp\Transport\LoggingTransport.cs" />
+    <Compile Include="src\main\csharp\Transport\MutexTransport.cs" />
+    <Compile Include="src\main\csharp\Transport\ResponseCorrelator.cs" />
+    <Compile Include="src\main\csharp\Transport\TransportFactory.cs" />
+    <Compile Include="src\main\csharp\Transport\TransportFilter.cs" />
+    <Compile Include="src\main\csharp\Util\MessageDispatchChannel.cs" />
+    <Compile Include="src\main\csharp\CommonAssemblyInfo.cs" />
+    <Compile Include="src\main\csharp\Connection.cs" />
+    <Compile Include="src\main\csharp\ConnectionFactory.cs" />
+    <Compile Include="src\main\csharp\ConnectionMetaData.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="keyfile\NMSKey.snk" />
+    <None Include="NOTICE.txt" />
+    <None Include="LICENSE.txt" />
+  </ItemGroup>
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties>
+        <Policies>
+          <TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="True" NoTabsAfterNonTabs="False" RemoveTrailingWhitespace="True" EolMarker="Native" />
+        </Policies>
+      </Properties>
+    </MonoDevelop>
+  </ProjectExtensions>
+</Project>
\ No newline at end of file

Added: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln?rev=887257&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln (added)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln Fri Dec  4 16:37:12 2009
@@ -0,0 +1,27 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2008-stomp", "vs2008-stomp.csproj", "{AA51947C-1370-44DC-8692-1C8EFC5945F7}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2008-stomp-test", "vs2008-stomp-test.csproj", "{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{AA51947C-1370-44DC-8692-1C8EFC5945F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{AA51947C-1370-44DC-8692-1C8EFC5945F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{AA51947C-1370-44DC-8692-1C8EFC5945F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{AA51947C-1370-44DC-8692-1C8EFC5945F7}.Release|Any CPU.Build.0 = Release|Any CPU
+		{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{E8C995C3-FF81-491B-A3B7-9D7C753BDDC3}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(MonoDevelopProperties) = preSolution
+		version = 0.1
+		StartupItem = vs2008-stomp.csproj
+	EndGlobalSection
+EndGlobal

Propchange: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/vs2008-stomp.sln
------------------------------------------------------------------------------
    svn:eol-style = CRLF