Author: chirino
Date: Wed May 3 06:44:59 2006
New Revision: 399303
URL: http://svn.apache.org/viewcvs?rev=399303&view=rev
Log:
Added win32 project files to build cms
Added:
incubator/activemq/trunk/cms/cms.win32/
incubator/activemq/trunk/cms/cms.win32/activemqcms/
incubator/activemq/trunk/cms/cms.win32/activemqcms/activemqcms.vcproj
incubator/activemq/trunk/cms/cms.win32/cms/
incubator/activemq/trunk/cms/cms.win32/cms.sln
incubator/activemq/trunk/cms/cms.win32/cms/cms.vcproj
incubator/activemq/trunk/cms/cms.win32/test/
incubator/activemq/trunk/cms/cms.win32/test/test.vcproj
Added: incubator/activemq/trunk/cms/cms.win32/activemqcms/activemqcms.vcproj
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/cms/cms.win32/activemqcms/activemqcms.vcproj?rev=399303&view=auto
==============================================================================
--- incubator/activemq/trunk/cms/cms.win32/activemqcms/activemqcms.vcproj
(added)
+++ incubator/activemq/trunk/cms/cms.win32/activemqcms/activemqcms.vcproj Wed
May 3 06:44:59 2006
@@ -0,0 +1,486 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="activemqcms"
+ ProjectGUID="{8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}"
+ RootNamespace="activemqcms"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories=""C:\sandbox\activemq-4-branch\cms\activemqcms\src";"C:\sandbox\activemq-4-branch\cms\cms\src""
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ <ProjectReference
+
ReferencedProjectIdentifier="{1C7470CC-B963-4ED3-BD25-EE19CB1B626B}"
+ RelativePathToProject=".\cms\cms.vcproj"
+ />
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\activemqcms.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQConnection.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQConnectionFactory.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQPublisher.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQSession.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQSubscriber.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\AggregateProtocolAdapter.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\DestinationPool.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\PendingMessagePool.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ProtocolAdapter.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\stdafx.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompFrame.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompIO.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompTransport.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompTransportFactory.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQBytesMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQConnection.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQConnectionFactory.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQException.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQPublisher.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQSession.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQSubscriber.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQTextMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\ActiveMQTopic.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\AggregateProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\BufferedInputStream.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\BufferedInputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\BufferedOutputStream.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\BufferedOutputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\BytesProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ConnectedMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ConnectedProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ConnectMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ConnectProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\DestinationMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\DestinationPool.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\DisconnectMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\DisconnectProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ErrorMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ErrorProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\InputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\IOException.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\concurrent\Lock.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\concurrent\Mutex.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\OutputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\PendingMessagePool.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\PendingMessagePoolSession.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\ProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\Socket.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\Socket.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\SocketException.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\SocketStream.cpp"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\io\SocketStream.h"
+ >
+ </File>
+ <File
+ RelativePath=".\stdafx.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompBytesMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompFrame.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompInputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompIO.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompMessageListener.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompOutputStream.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompTextMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompTransport.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\StompTransportFactory.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\SubscribeMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\SubscribeProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\concurrent\Synchronizable.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\TextProtocolAdapter.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\TopicListener.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\TransactionMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\Transport.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\TransportFactory.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\UnsubscribeMessage.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\activemqcms\src\activemq\transport\stomp\UnsubscribeProtocolAdapter.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: incubator/activemq/trunk/cms/cms.win32/cms.sln
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/cms/cms.win32/cms.sln?rev=399303&view=auto
==============================================================================
--- incubator/activemq/trunk/cms/cms.win32/cms.sln (added)
+++ incubator/activemq/trunk/cms/cms.win32/cms.sln Wed May 3 06:44:59 2006
@@ -0,0 +1,32 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "activemqcms",
"activemqcms\activemqcms.vcproj", "{8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cms", "cms\cms.vcproj",
"{1C7470CC-B963-4ED3-BD25-EE19CB1B626B}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test",
"test\test.vcproj", "{919C9DC8-203D-4817-8AD2-E184DA4E3C7B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}.Debug|Win32.ActiveCfg =
Debug|Win32
+ {8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}.Debug|Win32.Build.0 =
Debug|Win32
+ {8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}.Release|Win32.ActiveCfg
= Release|Win32
+ {8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}.Release|Win32.Build.0 =
Release|Win32
+ {1C7470CC-B963-4ED3-BD25-EE19CB1B626B}.Debug|Win32.ActiveCfg =
Debug|Win32
+ {1C7470CC-B963-4ED3-BD25-EE19CB1B626B}.Debug|Win32.Build.0 =
Debug|Win32
+ {1C7470CC-B963-4ED3-BD25-EE19CB1B626B}.Release|Win32.ActiveCfg
= Release|Win32
+ {1C7470CC-B963-4ED3-BD25-EE19CB1B626B}.Release|Win32.Build.0 =
Release|Win32
+ {919C9DC8-203D-4817-8AD2-E184DA4E3C7B}.Debug|Win32.ActiveCfg =
Debug|Win32
+ {919C9DC8-203D-4817-8AD2-E184DA4E3C7B}.Debug|Win32.Build.0 =
Debug|Win32
+ {919C9DC8-203D-4817-8AD2-E184DA4E3C7B}.Release|Win32.ActiveCfg
= Release|Win32
+ {919C9DC8-203D-4817-8AD2-E184DA4E3C7B}.Release|Win32.Build.0 =
Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Added: incubator/activemq/trunk/cms/cms.win32/cms/cms.vcproj
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/cms/cms.win32/cms/cms.vcproj?rev=399303&view=auto
==============================================================================
--- incubator/activemq/trunk/cms/cms.win32/cms/cms.vcproj (added)
+++ incubator/activemq/trunk/cms/cms.win32/cms/cms.vcproj Wed May 3 06:44:59
2006
@@ -0,0 +1,269 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="cms"
+ ProjectGUID="{1C7470CC-B963-4ED3-BD25-EE19CB1B626B}"
+ RootNamespace="cms"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\cms\src\cms\BytesMessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Closeable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\CMSException.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Connection.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\ConnectionFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Destination.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\ExceptionListener.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Message.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\MessageConsumer.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\MessageListener.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\MessageProducer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Queue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Service.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Session.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\TextMessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Topic.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\TopicConnection.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\TopicConnectionFactory.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\TopicPublisher.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\TopicSession.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\TopicSubscriber.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\TransactionController.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\XAResource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\XASession.h"
+ >
+ </File>
+ <File
+
RelativePath="..\..\cms\src\cms\XATopicSession.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\cms\src\cms\Xid.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: incubator/activemq/trunk/cms/cms.win32/test/test.vcproj
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/cms/cms.win32/test/test.vcproj?rev=399303&view=auto
==============================================================================
--- incubator/activemq/trunk/cms/cms.win32/test/test.vcproj (added)
+++ incubator/activemq/trunk/cms/cms.win32/test/test.vcproj Wed May 3 06:44:59
2006
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="test"
+ ProjectGUID="{919C9DC8-203D-4817-8AD2-E184DA4E3C7B}"
+ RootNamespace="test"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ <ProjectReference
+
ReferencedProjectIdentifier="{8B83D5C0-1C54-48B0-9980-6E3546CF0CE5}"
+ RelativePathToProject=".\activemqcms\activemqcms.vcproj"
+ />
+ <ProjectReference
+
ReferencedProjectIdentifier="{1C7470CC-B963-4ED3-BD25-EE19CB1B626B}"
+ RelativePathToProject=".\cms\cms.vcproj"
+ />
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\test\main.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>