Author: tabish
Date: Sun Jun 10 13:43:54 2007
New Revision: 545938

URL: http://svn.apache.org/viewvc?view=rev&rev=545938
Log:
https://issues.apache.org/activemq/browse/AMQCPP-103

Building up the Decaf Library

Added:
    
activemq/activemq-cpp/trunk/src/decaf/vs2005-build/vs2005-decaf-unittests.vcproj

Added: 
activemq/activemq-cpp/trunk/src/decaf/vs2005-build/vs2005-decaf-unittests.vcproj
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/vs2005-build/vs2005-decaf-unittests.vcproj?view=auto&rev=545938
==============================================================================
--- 
activemq/activemq-cpp/trunk/src/decaf/vs2005-build/vs2005-decaf-unittests.vcproj
 (added)
+++ 
activemq/activemq-cpp/trunk/src/decaf/vs2005-build/vs2005-decaf-unittests.vcproj
 Sun Jun 10 13:43:54 2007
@@ -0,0 +1,535 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+       ProjectType="Visual C++"
+       Version="8.00"
+       Name="vs2005-decaf-unittests"
+       ProjectGUID="{71582D83-8CC9-4C85-83BF-2E272B6DAE8A}"
+       RootNamespace="vs2005decafunittests"
+       Keyword="Win32Proj"
+       >
+       <Platforms>
+               <Platform
+                       Name="Win32"
+               />
+       </Platforms>
+       <ToolFiles>
+       </ToolFiles>
+       <Configurations>
+               <Configuration
+                       Name="Debug|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="1"
+                       CharacterSet="1"
+                       BuildLogFile="$(IntDir)\$(ProjectName)\BuildLog.htm"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="..\src\test;..\src\main;&quot;C:\Program 
Files\CPPUnit\include&quot;;&quot;C:\Program Files\Microsoft Platform 
SDK\Include&quot;;&quot;D:\Program Files\Microsoft Platform 
SDK\Include&quot;;&quot;C:\Apps\cppunit-1.11.6\include&quot;;&quot;E:\dev\cppunit-1.11.6\include&quot;"
+                               
PreprocessorDefinitions="WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;NOMINMAX"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               UsePrecompiledHeader="0"
+                               ObjectFile="$(IntDir)\$(ProjectName)\"
+                               
ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
+                               
XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="true"
+                               DebugInformationFormat="4"
+                               DisableSpecificWarnings="4290, 4101"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="ws2_32.lib rpcrt4.lib 
cppunitd.lib"
+                               OutputFile="$(OutDir)\$(ProjectName).exe"
+                               LinkIncremental="2"
+                               AdditionalLibraryDirectories="&quot;C:\Program 
Files\CPPUnit\lib&quot;;&quot;C:\Apps\cppunit-1.11.6\lib&quot;;&quot;E:\dev\cppunit-1.11.6\lib&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Lib&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Lib&quot;"
+                               
ManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).intermediate.manifest"
+                               GenerateDebugInformation="true"
+                               SubSystem="1"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                               
OutputManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest"
+                               
ManifestResourceFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest.res"
+                               
DependencyInformationFile="$(IntDir)\$(ProjectName)\mt.dep"
+                       />
+                       <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"
+                       BuildLogFile="$(IntDir)\$(ProjectName)\BuildLog.htm"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               
AdditionalIncludeDirectories="..\src\test;..\src\main;&quot;C:\Program 
Files\CPPUnit\include&quot;;&quot;C:\Apps\cppunit-1.11.6\include&quot;;&quot;E:\dev\cppunit-1.11.6\include&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Include&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Include&quot;"
+                               
PreprocessorDefinitions="WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;NOMINMAX"
+                               RuntimeLibrary="2"
+                               UsePrecompiledHeader="0"
+                               ObjectFile="$(IntDir)\$(ProjectName)\"
+                               
ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
+                               
XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
+                               WarningLevel="2"
+                               Detect64BitPortabilityProblems="true"
+                               DebugInformationFormat="3"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="ws2_32.lib rpcrt4.lib 
cppunit.lib"
+                               OutputFile="$(OutDir)\$(ProjectName).exe"
+                               LinkIncremental="1"
+                               AdditionalLibraryDirectories="&quot;C:\Program 
Files\CPPUnit\lib&quot;;&quot;C:\Apps\cppunit-1.11.6\lib&quot;;&quot;E:\dev\cppunit-1.11.6\lib&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Lib&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Lib&quot;"
+                               
ManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).intermediate.manifest"
+                               GenerateDebugInformation="true"
+                               SubSystem="1"
+                               OptimizeReferences="2"
+                               EnableCOMDATFolding="2"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                               
OutputManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest"
+                               
ManifestResourceFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest.res"
+                               
DependencyInformationFile="$(IntDir)\$(ProjectName)\mt.dep"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="ReleaseDLL|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="1"
+                       CharacterSet="1"
+                       WholeProgramOptimization="1"
+                       BuildLogFile="$(IntDir)\$(ProjectName)\BuildLog.htm"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               
AdditionalIncludeDirectories="..\src\test;..\src\main;&quot;C:\Program 
Files\CPPUnit\include&quot;;&quot;C:\Apps\cppunit-1.11.6\include&quot;;&quot;E:\dev\cppunit-1.11.6\include&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Include&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Include&quot;"
+                               
PreprocessorDefinitions="WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;DECAF_DLL"
+                               RuntimeLibrary="2"
+                               UsePrecompiledHeader="0"
+                               ObjectFile="$(IntDir)\$(ProjectName)\"
+                               
ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
+                               
XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
+                               WarningLevel="2"
+                               Detect64BitPortabilityProblems="true"
+                               DebugInformationFormat="3"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="ws2_32.lib rpcrt4.lib 
cppunit.lib"
+                               OutputFile="$(OutDir)\$(ProjectName).exe"
+                               LinkIncremental="1"
+                               AdditionalLibraryDirectories="&quot;C:\Program 
Files\CPPUnit\lib&quot;;&quot;C:\Apps\cppunit-1.11.6\lib&quot;;&quot;E:\dev\cppunit-1.11.6\lib&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Lib&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Lib&quot;"
+                               
ManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).intermediate.manifest"
+                               GenerateDebugInformation="true"
+                               SubSystem="1"
+                               OptimizeReferences="2"
+                               EnableCOMDATFolding="2"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                               
OutputManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest"
+                               
ManifestResourceFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest.res"
+                               
DependencyInformationFile="$(IntDir)\$(ProjectName)\mt.dep"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="DebugDLL|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="1"
+                       CharacterSet="1"
+                       BuildLogFile="$(IntDir)\$(ProjectName)\BuildLog.htm"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="..\src\test;..\src\main;&quot;C:\Program 
Files\CPPUnit\include&quot;;&quot;C:\Program Files\Microsoft Platform 
SDK\Include&quot;;&quot;D:\Program Files\Microsoft Platform 
SDK\Include&quot;;&quot;C:\Apps\cppunit-1.11.6\include&quot;;&quot;E:\dev\cppunit-1.11.6\include&quot;"
+                               
PreprocessorDefinitions="WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;DECAF_DLL"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               UsePrecompiledHeader="0"
+                               ObjectFile="$(IntDir)\$(ProjectName)\"
+                               
ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb"
+                               
XMLDocumentationFileName="$(IntDir)\$(ProjectName)\"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="true"
+                               DebugInformationFormat="4"
+                               DisableSpecificWarnings="4290, 4101"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="ws2_32.lib rpcrt4.lib 
cppunitd.lib"
+                               OutputFile="$(OutDir)\$(ProjectName).exe"
+                               LinkIncremental="2"
+                               AdditionalLibraryDirectories="&quot;C:\Program 
Files\CPPUnit\lib&quot;;&quot;C:\Apps\cppunit-1.11.6\lib&quot;;&quot;E:\dev\cppunit-1.11.6\lib&quot;;&quot;C:\Program
 Files\Microsoft Platform SDK\Lib&quot;;&quot;D:\Program Files\Microsoft 
Platform SDK\Lib&quot;"
+                               
ManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).intermediate.manifest"
+                               GenerateDebugInformation="true"
+                               SubSystem="1"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                               
OutputManifestFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest"
+                               
ManifestResourceFile="$(IntDir)\$(ProjectName)\$(TargetFileName).embed.manifest.res"
+                               
DependencyInformationFile="$(IntDir)\$(ProjectName)\mt.dep"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+       </Configurations>
+       <References>
+       </References>
+       <Files>
+               <Filter
+                       Name="decaf"
+                       >
+                       <Filter
+                               Name="io"
+                               >
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\BufferedInputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\BufferedInputStreamTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\BufferedOutputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\BufferedOutputStreamTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\ByteArrayInputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\ByteArrayInputStreamTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\ByteArrayOutputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\ByteArrayOutputStreamTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\DataInputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\DataInputStreamTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\DataOutputStreamTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\io\DataOutputStreamTest.h"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="lang"
+                               >
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\BooleanTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\BooleanTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\IntegerTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\IntegerTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\LongTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\LongTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\ThreadTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\lang\ThreadTest.h"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="util"
+                               >
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\DateTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\DateTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\Endian.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\Endian.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\GuidTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\GuidTest.h"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\StringTokenizerTest.cpp"
+                                       >
+                               </File>
+                               <File
+                                       
RelativePath="..\src\test\decaf\util\StringTokenizerTest.h"
+                                       >
+                               </File>
+                               <Filter
+                                       Name="concurrent"
+                                       >
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\CountDownLatchTest.cpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\CountDownLatchTest.h"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\MutexTest.cpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\MutexTest.h"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\ThreadPoolTest.cpp"
+                                               >
+                                       </File>
+                                       <File
+                                               
RelativePath="..\src\test\decaf\util\concurrent\ThreadPoolTest.h"
+                                               >
+                                       </File>
+                               </Filter>
+                       </Filter>
+               </Filter>
+               <File
+                       RelativePath="..\src\test\main.cpp"
+                       >
+               </File>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>


Reply via email to