summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo')
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/build_instructions.txt28
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom/sdo_axiom.vcproj165
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.vcproj146
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj657
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_samples/sdo_samples.vcproj169
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.plg411
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj163
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.sln44
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.suobin0 -> 13824 bytes
9 files changed, 1783 insertions, 0 deletions
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/build_instructions.txt b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/build_instructions.txt
new file mode 100644
index 0000000000..8d2e518ef8
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/build_instructions.txt
@@ -0,0 +1,28 @@
+Tuscany SDO Build Instructions
+===============================
+
+The project is dependent on libxml
+(available here: http://www.zlatkovic.com/libxml.en.html)
+
+The versions required are these:
+ libxml2-2.6.20.win32
+ iconv-1.9.1.win32
+ zlib-1.2.2.win32
+
+By default, the projects are set up to look for these in directories located by the
+environment variables: LIBXML2_HOME, ICONV_HOME and ZLIB_HOME. These need to be set
+before launching Visual Studio.
+
+The two projects sdo_axiom and sdo_axiom_test are dependent on AXIS2C, and require that
+an environment variable AXIS2C_HOME be set to where axis2c is installed. Axis2c can be
+located at http://ws.apache.org/axis2/c/.
+
+Open the build solution \sdo\runtime\projectsvc7\tuscany_sdo\tuscany_sdo.sln
+
+Rebuild the solution
+
+There are several signed-unsigned mismatches which we are working to fix, but these
+warnings should not cause any problems in running the project.
+
+NOTE:
+The output is copied to the deploy directory from both VC6 and VC7 builds. \ No newline at end of file
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom/sdo_axiom.vcproj b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom/sdo_axiom.vcproj
new file mode 100644
index 0000000000..6ac55e31fb
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom/sdo_axiom.vcproj
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="sdo_axiom"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\deploy\include,$(AXIS2C_HOME)\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDO_AXIOM_EXPORTS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/sdo_axiom.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="axis2_parser.lib axis2_util.lib axiom.lib tuscany_sdo.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Release/tuscany_sdo_axiom.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib,$(AXIS2C_HOME)\lib"
+ ProgramDatabaseFile=".\Release/tuscany_sdo_axiom.pdb"
+ ImportLibrary=".\Release/tuscany_sdo_axiom.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/sdo_axiom.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Release\tuscany_sdo_axiom.dll ..\..\..\deploy\bin
+copy Release\tuscany_sdo_axiom.lib ..\..\..\deploy\lib
+copy ..\..\..\runtime\core\sdo_axiom\sdo_axiom.h ..\..\..\deploy\include\
+copy ..\..\..\runtime\core\sdo_axiom\sdo_axiom_export.h ..\..\..\deploy\include\
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\deploy\include,$(AXIS2C_HOME)\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SDO_AXIOM_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ PrecompiledHeaderFile=".\Debug/sdo_axiom.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="axis2_parser.lib axis2_util.lib axiom.lib tuscany_sdo.lib odbc32.lib odbccp32.lib"
+ OutputFile="Debug/tuscany_sdo_axiom.dll"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib,$(AXIS2C_HOME)\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/tuscany_sdo_axiom.pdb"
+ ImportLibrary=".\Debug/tuscany_sdo_axiom.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/sdo_axiom.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Debug\tuscany_sdo_axiom.dll ..\..\..\deploy\bin
+copy Debug\tuscany_sdo_axiom.pdb ..\..\..\deploy\bin
+copy Debug\tuscany_sdo_axiom.lib ..\..\..\deploy\lib
+copy ..\..\..\runtime\core\sdo_axiom\sdo_axiom.h ..\..\..\deploy\include\
+copy ..\..\..\runtime\core\sdo_axiom\sdo_axiom_export.h ..\..\..\deploy\include\
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\runtime\core\sdo_axiom\sdo_axiom.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\runtime\core\sdo_axiom\sdo_axiom.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\sdo_axiom\sdo_axiom_export.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.vcproj b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.vcproj
new file mode 100644
index 0000000000..1b30370060
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_axiom_test/sdo_axiom_test.vcproj
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="sdo_axiom_test"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\deploy\include,$(AXIS2C_HOME)\include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/sdo_axiom_test.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="tuscany_sdo.lib tuscany_sdo_axiom.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Release/sdo_axiom_test.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ ProgramDatabaseFile=".\Release/sdo_axiom_test.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/sdo_axiom_test.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\deploy\include,$(AXIS2C_HOME)\include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ PrecompiledHeaderFile=".\Debug/sdo_axiom_test.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="tuscany_sdo.lib tuscany_sdo_axiom.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Debug/sdo_axiom_test.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/sdo_axiom_test.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/sdo_axiom_test.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\..\deploy\bin\*.dll Debug
+copy ..\..\..\deploy\bin\*.pdb Debug
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\runtime\core\sdo_axiom_test\sdo_axiom_test.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\runtime\core\sdo_axiom_test\sdo_axiom_test.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj
new file mode 100644
index 0000000000..259d340520
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_runtime/sdo_runtime.vcproj
@@ -0,0 +1,657 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="sdo_runtime"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\runtime\core\src,$(LIBXML2_HOME)\include,$(ICONV_HOME)\include,$(ZLIB_HOME)\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SDO_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ PrecompiledHeaderFile=".\Debug/sdo_runtime.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib libxml2.lib"
+ OutputFile=".\Debug\tuscany_sdo.dll"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="$(LIBXML2_HOME)\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/tuscany_sdo.pdb"
+ ImportLibrary=".\Debug/tuscany_sdo.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\..\..\..\runtime\core\Debug/sdo_runtime.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="copyout"
+ CommandLine="if not exist ..\..\..\deploy mkdir ..\..\..\deploy
+if not exist ..\..\..\deploy\bin mkdir ..\..\..\deploy\bin
+if not exist ..\..\..\deploy\lib mkdir ..\..\..\deploy\lib
+if not exist ..\..\..\deploy\include mkdir ..\..\..\deploy\include
+if not exist ..\..\..\deploy\include\commonj mkdir ..\..\..\deploy\include\commonj
+if not exist ..\..\..\deploy\include\commonj\sdo mkdir ..\..\..\deploy\include\commonj\sdo
+
+copy .\Debug\tuscany_sdo.dll ..\..\..\deploy\bin
+copy .\Debug\tuscany_sdo.lib ..\..\..\deploy\lib
+copy ..\..\..\runtime\core\src\commonj\sdo\*.h ..\..\..\deploy\include\commonj\sdo
+copy .\Debug\tuscany_sdo.pdb ..\..\..\deploy\bin
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\runtime\core\src,$(LIBXML2_HOME)\include,$(ICONV_HOME)\include,$(ZLIB_HOME)\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDO_EXPORTS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/sdo_runtime.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib libxml2.lib"
+ OutputFile=".\Release\tuscany_sdo.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="$(LIBXML2_HOME)\lib"
+ ProgramDatabaseFile=".\Release/tuscany_sdo.pdb"
+ ImportLibrary=".\Release/tuscany_sdo.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\..\..\..\runtime\core\Release/sdo_runtime.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="copyout"
+ CommandLine="if not exist ..\..\..\deploy mkdir ..\..\..\deploy
+if not exist ..\..\..\deploy\bin mkdir ..\..\..\deploy\bin
+if not exist ..\..\..\deploy\lib mkdir ..\..\..\deploy\lib
+if not exist ..\..\..\deploy\include mkdir ..\..\..\deploy\include
+if not exist ..\..\..\deploy\include\commonj mkdir ..\..\..\deploy\include\commonj
+if not exist ..\..\..\deploy\include\commonj\sdo mkdir ..\..\..\deploy\include\commonj\sdo
+
+copy .\Release\tuscany_sdo.dll ..\..\..\deploy\bin
+copy .\Release\tuscany_sdo.lib ..\..\..\deploy\lib
+copy ..\..\..\runtime\core\src\commonj\sdo\*.h ..\..\..\deploy\include\commonj\sdo
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\CopyHelper.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASProperty.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASType.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASValue.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASValues.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataFactory.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataFactoryImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataGraph.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataGraphImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObject.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectInstance.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectListImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DefaultLogWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\EqualityHelper.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\GroupDefinition.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\GroupEvent.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\HelperProvider.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logger.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ParserErrorSetter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Property.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyDefinition.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyDefinitionImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertySetting.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\RefCountingObject.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\RefCountingPointer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Attribute.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Attributes.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Namespaces.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Parser.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDODate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDORuntimeException.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSAX2Parser.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOString.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOUtils.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLBufferWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLFileWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLStreamWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLString.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDBufferWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDFileWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDStreamWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Sequence.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SequenceImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Setting.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SettingList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Type.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinition.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitions.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionsImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLDocument.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLDocumentImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLHelper.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLHelperImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLQName.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelper.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelperImpl.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDPropertyInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDTypeInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectList.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\CopyHelper.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASProperty.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASType.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASValue.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DASValues.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataFactory.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataFactoryImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataGraph.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataGraphImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObject.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectInstance.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectList.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DataObjectListImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\DefaultLogWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\EqualityHelper.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\GroupDefinition.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\GroupEvent.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\HelperProvider.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\LogWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logger.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Logging.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\ParserErrorSetter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Property.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyDefinition.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyDefinitionImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertyList.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\PropertySetting.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\RefCountingObject.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\RefCountingPointer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Attribute.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Attributes.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Namespaces.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SAX2Parser.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDO.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDODate.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDORuntimeException.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSAX2Parser.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSPI.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOString.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLBufferWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLFileWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLStreamWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLString.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXMLWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDBufferWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDFileWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDStreamWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SDOXSDWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoCheck.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Sequence.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SequenceImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Setting.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\SettingList.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\Type.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinition.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitions.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionsImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\TypeList.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLDocument.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLDocumentImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLHelper.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLHelperImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XMLQName.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelper.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDHelperImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDPropertyInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XSDTypeInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\XpathHelper.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\disable_warn.h">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\src\commonj\sdo\export.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ <File
+ RelativePath="..\..\..\Committers Guide.txt">
+ </File>
+ <File
+ RelativePath="..\..\..\readme.txt">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_samples/sdo_samples.vcproj b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_samples/sdo_samples.vcproj
new file mode 100644
index 0000000000..6a27381a8f
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_samples/sdo_samples.vcproj
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="sdo_samples"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\runtime\core\samples\Debug"
+ IntermediateDirectory=".\..\..\..\runtime\core\samples\Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\deploy\include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ PrecompiledHeaderFile=".\..\..\..\runtime\core\samples\Debug/sdo_samples.pch"
+ AssemblerListingLocation=".\..\..\..\runtime\core\samples\Debug/"
+ ObjectFile=".\..\..\..\runtime\core\samples\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\runtime\core\samples\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="tuscany_sdo.lib odbc32.lib odbccp32.lib"
+ OutputFile="..\..\..\runtime\core\samples\Debug/samples.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\runtime\core\samples\Debug/samples.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\runtime\core\samples\Debug/sdo_samples.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\..\runtime\core\samples\*.xsd ..\..\..\runtime\core\samples\Debug
+copy ..\..\..\runtime\core\samples\*.xml ..\..\..\runtime\core\samples\Debug
+copy ..\..\..\deploy\bin\*.dll ..\..\..\runtime\core\samples\Debug
+copy ..\..\..\deploy\bin\*.pdb ..\..\..\runtime\core\samples\Debug
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\deploy\include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/sdo_samples.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib tuscany_sdo.lib"
+ OutputFile=".\Release/sdo_samples.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ ProgramDatabaseFile=".\Release/sdo_samples.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\runtime\core\samples\Release/sdo_samples.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\..\runtime\core\samples\*.xsd .s\Release
+copy ..\..\..\runtime\core\samples\*.xml .\Release
+copy ..\..\..\runtime\core\samples\*.wsdl .\Release
+copy ..\..\..\deploy\bin\*.dll .\Release
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\runtime\core\samples\ChangeSummarySave.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\samples\ObjectCreation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\samples\Query.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\samples\Substitutes.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\samples\XSDLoading.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\samples\samples.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\runtime\core\samples\samples.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.plg b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.plg
new file mode 100644
index 0000000000..0f9c2a532b
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.plg
@@ -0,0 +1,411 @@
+<html>
+<body>
+<pre>
+<h1>Build Log</h1>
+<h3>
+--------------------Configuration: sdo_runtime - Win32 Debug--------------------
+</h3>
+<h3>Command Lines</h3>
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp" with contents
+[
+/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\runtime\core\src" /I "c:\apache\libs\libxml2-2.6.19.win32\include" /I "c:\apache\libs\iconv-1.9.1.win32\include" /I "c:\apache\libs\zlib-1.2.2.win32\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SDO_EXPORTS" /Fo"..\..\..\runtime\core\Debug/" /Fd"..\..\..\runtime\core\Debug/" /FD /GZ /c
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\ChangeSummary.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\ChangeSummaryImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\CopyHelper.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DASProperty.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DASType.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DASValue.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DASValues.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataFactory.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataFactoryImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataGraph.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataGraphImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataObject.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataObjectImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataObjectInstance.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataObjectList.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DataObjectListImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\DefaultLogWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\EqualityHelper.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\GroupDefinition.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\GroupEvent.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\HelperProvider.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\Logger.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\LogWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\ParserErrorSetter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\Property.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\PropertyDefinition.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\PropertyDefinitionImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\PropertyImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\PropertyList.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\PropertySetting.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\RefCountingObject.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\RefCountingPointer.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SAX2Attribute.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SAX2Attributes.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SAX2Namespaces.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SAX2Parser.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SchemaInfo.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SdoCheck.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDODate.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SdoRuntime.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDORuntimeException.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOSAX2Parser.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOString.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOUtils.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXMLBufferWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXMLFileWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXMLStreamWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXMLString.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXMLWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXSDBufferWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXSDFileWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXSDStreamWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SDOXSDWriter.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\Sequence.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SequenceImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\Setting.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\SettingList.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\Type.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeDefinition.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeDefinitionImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeDefinitions.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeDefinitionsImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\TypeList.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XMLDocument.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XMLDocumentImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XMLHelper.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XMLHelperImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XMLQName.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XpathHelper.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XSDHelper.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XSDHelperImpl.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XSDPropertyInfo.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\src\commonj\sdo\XSDTypeInfo.cpp"
+]
+Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp"
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp" with contents
+[
+kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libxml2.lib /nologo /dll /incremental:yes /pdb:"..\..\..\runtime\core\Debug/tuscany_sdo.pdb" /debug /machine:I386 /out:"..\..\..\runtime\core\Debug\tuscany_sdo.dll" /implib:"..\..\..\runtime\core\Debug/tuscany_sdo.lib" /pdbtype:sept /libpath:"c:\apache\libs\libxml2-2.6.19.win32\lib"
+\apache\checkout_rc1\sdo\runtime\core\Debug\ChangedDataObjectListImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\ChangeSummary.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\ChangeSummaryBuilder.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\ChangeSummaryImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\CopyHelper.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DASProperty.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DASType.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DASValue.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DASValues.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataFactory.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataFactoryImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataGraph.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataGraphImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataObject.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataObjectImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataObjectInstance.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataObjectList.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DataObjectListImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\DefaultLogWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\EqualityHelper.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\GroupDefinition.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\GroupEvent.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\HelperProvider.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\Logger.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\LogWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\ParserErrorSetter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\Property.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\PropertyDefinition.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\PropertyDefinitionImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\PropertyImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\PropertyList.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\PropertySetting.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\RefCountingObject.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\RefCountingPointer.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SAX2Attribute.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SAX2Attributes.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SAX2Namespaces.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SAX2Parser.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SchemaInfo.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SdoCheck.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDODate.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SdoRuntime.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDORuntimeException.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOSAX2Parser.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOSchemaSAX2Parser.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOString.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOUtils.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXMLBufferWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXMLFileWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXMLStreamWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXMLString.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXMLWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXSDBufferWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXSDFileWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXSDStreamWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SDOXSDWriter.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\Sequence.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SequenceImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\Setting.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\SettingList.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\Type.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeDefinition.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeDefinitionImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeDefinitions.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeDefinitionsImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\TypeList.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XMLDocument.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XMLDocumentImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XMLHelper.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XMLHelperImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XMLQName.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XpathHelper.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XSDHelper.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XSDHelperImpl.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XSDPropertyInfo.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\XSDTypeInfo.obj
+]
+Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp"
+<h3>Output Window</h3>
+Compiling...
+ChangedDataObjectListImpl.cpp
+ChangeSummary.cpp
+ChangeSummaryBuilder.cpp
+ChangeSummaryImpl.cpp
+CopyHelper.cpp
+DASProperty.cpp
+DASType.cpp
+DASValue.cpp
+DASValues.cpp
+DataFactory.cpp
+DataFactoryImpl.cpp
+DataGraph.cpp
+DataGraphImpl.cpp
+DataObject.cpp
+DataObjectImpl.cpp
+DataObjectInstance.cpp
+DataObjectList.cpp
+DataObjectListImpl.cpp
+DefaultLogWriter.cpp
+EqualityHelper.cpp
+Generating Code...
+Compiling...
+GroupDefinition.cpp
+GroupEvent.cpp
+HelperProvider.cpp
+Logger.cpp
+LogWriter.cpp
+ParserErrorSetter.cpp
+Property.cpp
+PropertyDefinition.cpp
+PropertyDefinitionImpl.cpp
+PropertyImpl.cpp
+PropertyList.cpp
+PropertySetting.cpp
+RefCountingObject.cpp
+RefCountingPointer.cpp
+SAX2Attribute.cpp
+SAX2Attributes.cpp
+SAX2Namespaces.cpp
+SAX2Parser.cpp
+SchemaInfo.cpp
+SdoCheck.cpp
+Generating Code...
+Compiling...
+SDODate.cpp
+SdoRuntime.cpp
+SDORuntimeException.cpp
+SDOSAX2Parser.cpp
+SDOSchemaSAX2Parser.cpp
+SDOString.cpp
+SDOUtils.cpp
+SDOXMLBufferWriter.cpp
+SDOXMLFileWriter.cpp
+SDOXMLStreamWriter.cpp
+SDOXMLString.cpp
+SDOXMLWriter.cpp
+SDOXSDBufferWriter.cpp
+SDOXSDFileWriter.cpp
+SDOXSDStreamWriter.cpp
+SDOXSDWriter.cpp
+Sequence.cpp
+SequenceImpl.cpp
+Setting.cpp
+SettingList.cpp
+Generating Code...
+Compiling...
+Type.cpp
+TypeDefinition.cpp
+TypeDefinitionImpl.cpp
+TypeDefinitions.cpp
+TypeDefinitionsImpl.cpp
+TypeImpl.cpp
+TypeList.cpp
+XMLDocument.cpp
+XMLDocumentImpl.cpp
+XMLHelper.cpp
+XMLHelperImpl.cpp
+XMLQName.cpp
+XpathHelper.cpp
+XSDHelper.cpp
+XSDHelperImpl.cpp
+XSDPropertyInfo.cpp
+XSDTypeInfo.cpp
+Generating Code...
+Linking...
+ Creating library ..\..\..\runtime\core\Debug/tuscany_sdo.lib and object ..\..\..\runtime\core\Debug/tuscany_sdo.exp
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP92.bat" with contents
+[
+@echo off
+copy ..\..\..\runtime\core\Debug\tuscany_sdo.dll ..\..\..\deploy\bin
+copy ..\..\..\runtime\core\Debug\tuscany_sdo.lib ..\..\..\deploy\lib
+copy ..\..\..\runtime\core\src\commonj\sdo\*.h ..\..\..\deploy\include\commonj\sdo
+copy ..\..\..\runtime\core\Debug\tuscany_sdo.pdb ..\..\..\deploy\bin
+]
+Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP92.bat"
+copyout
+ 1 file(s) copied.
+ 1 file(s) copied.
+..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectList.h
+..\..\..\runtime\core\src\commonj\sdo\ChangedDataObjectListImpl.h
+..\..\..\runtime\core\src\commonj\sdo\ChangeSummary.h
+..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryBuilder.h
+..\..\..\runtime\core\src\commonj\sdo\ChangeSummaryImpl.h
+..\..\..\runtime\core\src\commonj\sdo\CopyHelper.h
+..\..\..\runtime\core\src\commonj\sdo\DASProperty.h
+..\..\..\runtime\core\src\commonj\sdo\DASType.h
+..\..\..\runtime\core\src\commonj\sdo\DASValue.h
+..\..\..\runtime\core\src\commonj\sdo\DASValues.h
+..\..\..\runtime\core\src\commonj\sdo\DataFactory.h
+..\..\..\runtime\core\src\commonj\sdo\DataFactoryImpl.h
+..\..\..\runtime\core\src\commonj\sdo\DataGraph.h
+..\..\..\runtime\core\src\commonj\sdo\DataGraphImpl.h
+..\..\..\runtime\core\src\commonj\sdo\DataObject.h
+..\..\..\runtime\core\src\commonj\sdo\DataObjectImpl.h
+..\..\..\runtime\core\src\commonj\sdo\DataObjectInstance.h
+..\..\..\runtime\core\src\commonj\sdo\DataObjectList.h
+..\..\..\runtime\core\src\commonj\sdo\DataObjectListImpl.h
+..\..\..\runtime\core\src\commonj\sdo\DefaultLogWriter.h
+..\..\..\runtime\core\src\commonj\sdo\disable_warn.h
+..\..\..\runtime\core\src\commonj\sdo\EqualityHelper.h
+..\..\..\runtime\core\src\commonj\sdo\export.h
+..\..\..\runtime\core\src\commonj\sdo\GroupDefinition.h
+..\..\..\runtime\core\src\commonj\sdo\GroupEvent.h
+..\..\..\runtime\core\src\commonj\sdo\HelperProvider.h
+..\..\..\runtime\core\src\commonj\sdo\Logger.h
+..\..\..\runtime\core\src\commonj\sdo\Logging.h
+..\..\..\runtime\core\src\commonj\sdo\LogWriter.h
+..\..\..\runtime\core\src\commonj\sdo\ParserErrorSetter.h
+..\..\..\runtime\core\src\commonj\sdo\Property.h
+..\..\..\runtime\core\src\commonj\sdo\PropertyDefinition.h
+..\..\..\runtime\core\src\commonj\sdo\PropertyDefinitionImpl.h
+..\..\..\runtime\core\src\commonj\sdo\PropertyImpl.h
+..\..\..\runtime\core\src\commonj\sdo\PropertyList.h
+..\..\..\runtime\core\src\commonj\sdo\PropertySetting.h
+..\..\..\runtime\core\src\commonj\sdo\RefCountingObject.h
+..\..\..\runtime\core\src\commonj\sdo\RefCountingPointer.h
+..\..\..\runtime\core\src\commonj\sdo\SAX2Attribute.h
+..\..\..\runtime\core\src\commonj\sdo\SAX2Attributes.h
+..\..\..\runtime\core\src\commonj\sdo\SAX2Namespaces.h
+..\..\..\runtime\core\src\commonj\sdo\SAX2Parser.h
+..\..\..\runtime\core\src\commonj\sdo\SchemaInfo.h
+..\..\..\runtime\core\src\commonj\sdo\SDO.h
+..\..\..\runtime\core\src\commonj\sdo\SdoCheck.h
+..\..\..\runtime\core\src\commonj\sdo\SDODate.h
+..\..\..\runtime\core\src\commonj\sdo\SdoRuntime.h
+..\..\..\runtime\core\src\commonj\sdo\SDORuntimeException.h
+..\..\..\runtime\core\src\commonj\sdo\SDOSAX2Parser.h
+..\..\..\runtime\core\src\commonj\sdo\SDOSchemaSAX2Parser.h
+..\..\..\runtime\core\src\commonj\sdo\SDOSPI.h
+..\..\..\runtime\core\src\commonj\sdo\SDOString.h
+..\..\..\runtime\core\src\commonj\sdo\SDOUtils.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXMLBufferWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXMLFileWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXMLStreamWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXMLString.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXMLWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXSDBufferWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXSDFileWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXSDStreamWriter.h
+..\..\..\runtime\core\src\commonj\sdo\SDOXSDWriter.h
+..\..\..\runtime\core\src\commonj\sdo\Sequence.h
+..\..\..\runtime\core\src\commonj\sdo\SequenceImpl.h
+..\..\..\runtime\core\src\commonj\sdo\Setting.h
+..\..\..\runtime\core\src\commonj\sdo\SettingList.h
+..\..\..\runtime\core\src\commonj\sdo\Type.h
+..\..\..\runtime\core\src\commonj\sdo\TypeDefinition.h
+..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionImpl.h
+..\..\..\runtime\core\src\commonj\sdo\TypeDefinitions.h
+..\..\..\runtime\core\src\commonj\sdo\TypeDefinitionsImpl.h
+..\..\..\runtime\core\src\commonj\sdo\TypeImpl.h
+..\..\..\runtime\core\src\commonj\sdo\TypeList.h
+..\..\..\runtime\core\src\commonj\sdo\XMLDocument.h
+..\..\..\runtime\core\src\commonj\sdo\XMLDocumentImpl.h
+..\..\..\runtime\core\src\commonj\sdo\XMLHelper.h
+..\..\..\runtime\core\src\commonj\sdo\XMLHelperImpl.h
+..\..\..\runtime\core\src\commonj\sdo\XMLQName.h
+..\..\..\runtime\core\src\commonj\sdo\XpathHelper.h
+..\..\..\runtime\core\src\commonj\sdo\XSDHelper.h
+..\..\..\runtime\core\src\commonj\sdo\XSDHelperImpl.h
+..\..\..\runtime\core\src\commonj\sdo\XSDPropertyInfo.h
+..\..\..\runtime\core\src\commonj\sdo\XSDTypeInfo.h
+ 83 file(s) copied.
+ 1 file(s) copied.
+<h3>
+--------------------Configuration: sdo_test - Win32 Debug--------------------
+</h3>
+<h3>Command Lines</h3>
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP93.tmp" with contents
+[
+/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\..\..\deploy\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fo"..\..\..\runtime\core\test\Debug/" /Fd"..\..\..\runtime\core\test\Debug/" /FD /GZ /Zm200 /c
+"C:\apache\checkout_rc1\sdo\runtime\core\test\main.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\test\SdoGenerate.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\test\sdotest.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\test\sdotest2.cpp"
+"C:\apache\checkout_rc1\sdo\runtime\core\test\utils.cpp"
+]
+Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP93.tmp"
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP94.tmp" with contents
+[
+tuscany_sdo.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"..\..\..\runtime\core\test\Debug/sdo_test.pdb" /debug /machine:I386 /out:"..\..\..\runtime\core\test\Debug/sdo_test.exe" /pdbtype:sept /libpath:"..\..\..\deploy\lib"
+\apache\checkout_rc1\sdo\runtime\core\test\Debug\main.obj
+\apache\checkout_rc1\sdo\runtime\core\test\Debug\SdoGenerate.obj
+\apache\checkout_rc1\sdo\runtime\core\test\Debug\sdotest.obj
+\apache\checkout_rc1\sdo\runtime\core\test\Debug\sdotest2.obj
+\apache\checkout_rc1\sdo\runtime\core\test\Debug\utils.obj
+\apache\checkout_rc1\sdo\runtime\core\Debug\tuscany_sdo.lib
+]
+Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP94.tmp"
+<h3>Output Window</h3>
+Compiling...
+main.cpp
+SdoGenerate.cpp
+sdotest.cpp
+sdotest2.cpp
+utils.cpp
+Generating Code...
+Linking...
+Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP96.bat" with contents
+[
+@echo off
+copy ..\..\..\deploy\bin\*.dll ..\..\..\runtime\core\test\Debug
+copy ..\..\..\deploy\bin\*.pdb ..\..\..\runtime\core\test\Debug
+]
+Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP96.bat"
+
+..\..\..\deploy\bin\tuscany_sdo.dll
+ 1 file(s) copied.
+..\..\..\deploy\bin\tuscany_sdo.pdb
+ 1 file(s) copied.
+
+
+
+<h3>Results</h3>
+sdo_test.exe - 0 error(s), 0 warning(s)
+</pre>
+</body>
+</html>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj
new file mode 100644
index 0000000000..825c1eb017
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/sdo_test/sdo_test.vcproj
@@ -0,0 +1,163 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="sdo_test"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\deploy\include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\Release/sdo_test.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib tuscany_sdo.lib"
+ OutputFile=".\Release/sdo_test.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ ProgramDatabaseFile=".\Release/sdo_test.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\runtime\core\test\Release/sdo_test.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\..\deploy\bin\*.dll Release"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm200 "
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\deploy\include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ PrecompiledHeaderFile=".\Debug/sdo_test.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="tuscany_sdo.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Debug/sdo_test.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\deploy\lib"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/sdo_test.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\runtime\core\test\Debug/sdo_test.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy ..\..\..\deploy\bin\*.dll Debug
+copy ..\..\..\deploy\bin\*.pdb Debug
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\runtime\core\test\SdoGenerate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\test\main.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\test\sdotest.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\test\sdotest2.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\runtime\core\test\utils.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\runtime\core\test\sdotest.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ <File
+ RelativePath="..\build_instructions.txt">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.sln b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.sln
new file mode 100644
index 0000000000..dd45b4bde6
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.sln
@@ -0,0 +1,44 @@
+Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdo_axiom", "sdo_axiom\sdo_axiom.vcproj", "{BF03BF2B-8F39-4458-8AD9-E3420988EFCA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdo_axiom_test", "sdo_axiom_test\sdo_axiom_test.vcproj", "{CE1FE92A-3F1C-4AD2-922C-E16703402234}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdo_runtime", "sdo_runtime\sdo_runtime.vcproj", "{EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdo_test", "sdo_test\sdo_test.vcproj", "{C22D761C-F453-45EB-AA23-D13E2F3B786B}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}.0 = {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.0 = {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.1 = {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.2 = {C22D761C-F453-45EB-AA23-D13E2F3B786B}
+ {C22D761C-F453-45EB-AA23-D13E2F3B786B}.0 = {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}.Debug.ActiveCfg = Debug|Win32
+ {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}.Debug.Build.0 = Debug|Win32
+ {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}.Release.ActiveCfg = Release|Win32
+ {BF03BF2B-8F39-4458-8AD9-E3420988EFCA}.Release.Build.0 = Release|Win32
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.Debug.ActiveCfg = Debug|Win32
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.Debug.Build.0 = Debug|Win32
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.Release.ActiveCfg = Release|Win32
+ {CE1FE92A-3F1C-4AD2-922C-E16703402234}.Release.Build.0 = Release|Win32
+ {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}.Debug.ActiveCfg = Debug|Win32
+ {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}.Debug.Build.0 = Debug|Win32
+ {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}.Release.ActiveCfg = Release|Win32
+ {EAA49F3B-30A9-4F59-BCD7-F5769A28C1CE}.Release.Build.0 = Release|Win32
+ {C22D761C-F453-45EB-AA23-D13E2F3B786B}.Debug.ActiveCfg = Debug|Win32
+ {C22D761C-F453-45EB-AA23-D13E2F3B786B}.Debug.Build.0 = Debug|Win32
+ {C22D761C-F453-45EB-AA23-D13E2F3B786B}.Release.ActiveCfg = Release|Win32
+ {C22D761C-F453-45EB-AA23-D13E2F3B786B}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.suo b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.suo
new file mode 100644
index 0000000000..161181fc60
--- /dev/null
+++ b/tags/cpp-0.1.incubating-M1-RC3/sdo/projectsvc7/tuscany_sdo/tuscany_sdo.suo
Binary files differ