diff options
author | Hubert Figuiere <hub@figuiere.net> | 2008-11-18 00:02:22 -0500 |
---|---|---|
committer | Hubert Figuiere <hub@figuiere.net> | 2008-11-18 00:02:22 -0500 |
commit | 82a4a63c717baca302b4d1aa4f2057b2a8e98346 (patch) | |
tree | c067a2438296b323ea23d27ac808359f49067762 /build | |
parent | 8ddcec9ed725de51d97dccca345e02863746b084 (diff) | |
parent | 88af812fde414aca8f9add90bc800ea3d8e9a281 (diff) |
Merge branch 'adobe-sdk'
Conflicts:
public/include/TXMPMeta.hpp
public/include/XMP_Const.h
samples/source/XMPScanner.cpp
source/XMPCore/XMPUtils.cpp
source/XMPFiles/FileHandlers/TIFF_Handler.cpp
source/XMPFiles/FormatSupport/ReconcileTIFF.cpp
source/XMPFiles/FormatSupport/Reconcile_Impl.cpp
source/XMPFiles/FormatSupport/TIFF_FileWriter.cpp
source/XMPFiles/FormatSupport/TIFF_MemoryReader.cpp
source/XMPFiles/XMPFiles.cpp
source/XMPFiles/XMPFiles_Impl.cpp
source/common/EndianUtils.hpp
Diffstat (limited to 'build')
-rw-r--r-- | build/XMP_BuildInfo.h | 22 | ||||
-rw-r--r-- | build/gcc3.2/XMPCore.mak (renamed from build/gcc/XMPCore.mak) | 5 | ||||
-rw-r--r-- | build/gcc3.2/i80386linux/expat_config.h (renamed from build/gcc/i80386linux/expat_config.h) | 0 | ||||
-rw-r--r-- | build/gcc3.2/sparcsolaris/expat_config.h (renamed from build/gcc/sparcsolaris/expat_config.h) | 0 | ||||
-rw-r--r-- | build/vsnet/XMPCore.vcproj | 278 | ||||
-rw-r--r-- | build/vsnet/XMPFiles.vcproj | 322 | ||||
-rw-r--r-- | build/vsnet/XMPToolkit.sln | 25 | ||||
-rw-r--r-- | build/vsnet8/XMPCore.vcproj | 442 | ||||
-rw-r--r-- | build/vsnet8/XMPFiles.vcproj | 598 | ||||
-rw-r--r-- | build/vsnet8/XMPToolkitSDK.sln | 35 | ||||
-rw-r--r-- | build/vsnet8/expat_config.h (renamed from build/vsnet/expat_config.h) | 0 | ||||
-rw-r--r-- | build/xcode/XMPToolkit.xcodeproj/project.pbxproj | 790 | ||||
-rw-r--r-- | build/xcode2/XMPToolkitSDK-Common.xcconfig (renamed from build/xcode/XMPToolkit-Common.xcconfig) | 11 | ||||
-rw-r--r-- | build/xcode2/XMPToolkitSDK-Debug.xcconfig (renamed from build/xcode/XMPToolkit-Debug.xcconfig) | 2 | ||||
-rw-r--r-- | build/xcode2/XMPToolkitSDK-Release.xcconfig (renamed from build/xcode/XMPToolkit-Release.xcconfig) | 2 | ||||
-rw-r--r-- | build/xcode2/XMPToolkitSDK.xcodeproj/project.pbxproj | 988 | ||||
-rw-r--r-- | build/xcode2/expat_config.h (renamed from build/xcode/expat_config.h) | 0 |
17 files changed, 2078 insertions, 1442 deletions
diff --git a/build/XMP_BuildInfo.h b/build/XMP_BuildInfo.h index 6261f3c..2b387c8 100644 --- a/build/XMP_BuildInfo.h +++ b/build/XMP_BuildInfo.h @@ -7,7 +7,7 @@ /* // ================================================================================================= -// Copyright 2002-2007 Adobe Systems Incorporated +// Copyright 2002-2008 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms @@ -15,22 +15,8 @@ // ================================================================================================= */ - -/* -// ================================================================================================= -// This file provides build numbers that are set automatically by the external build system. This is -// in contrast to the manual version numbers of XMP_ChangeLog.h. -// -// The value of kXMP_BuildDate is set to the date of the build, in some reasonable format. It would -// be nice if the month used a name instead of a number and if the year has 4 digits. But it isn't -// worth going to great lengths for this, a numeric date is OK. - -// The value of kXMP_BuildNumber is set to some number that is meaningful to the build system, such -// as a Perforce changelist number. -// ================================================================================================= -*/ - -#define kXMP_Copyright Copyright (c) 2002-2007, Adobe Systems Incorporated -#define kXMP_CopyrightStr "Copyright (c) 2002-2007, Adobe Systems Incorporated" +#define kXMP_Copyright Copyright (c) 2002-2008, Adobe Systems Incorporated +#define kXMP_CopyrightStr "Copyright (c) 2002-2008, Adobe Systems Incorporated" +#define kXMP_AdobeIPStr "<AdobeIP#0000425>" #endif /* __XMP_BuildInfo_h__ */ diff --git a/build/gcc/XMPCore.mak b/build/gcc3.2/XMPCore.mak index cd37bae..d9ca7e2 100644 --- a/build/gcc/XMPCore.mak +++ b/build/gcc3.2/XMPCore.mak @@ -137,7 +137,8 @@ CPPSources = \ MD5.cpp \ WXMPMeta.cpp \ WXMPIterator.cpp \ - WXMPUtils.cpp + WXMPUtils.cpp \ + XML_Node.cpp CCSources = \ xmlparse.c \ @@ -149,7 +150,7 @@ Includes = \ -I${SourceRoot}/XMPCore \ -I${SourceRoot}/common \ -I${BuildRoot}/build \ - -I${BuildRoot}/build/gcc/${TargetOS} \ + -I${BuildRoot}/build/gcc3.2/${TargetOS} \ -I${ExpatRoot}/lib \ -I${MD5Root} diff --git a/build/gcc/i80386linux/expat_config.h b/build/gcc3.2/i80386linux/expat_config.h index 18fe7bc..18fe7bc 100644 --- a/build/gcc/i80386linux/expat_config.h +++ b/build/gcc3.2/i80386linux/expat_config.h diff --git a/build/gcc/sparcsolaris/expat_config.h b/build/gcc3.2/sparcsolaris/expat_config.h index 48bdd2e..48bdd2e 100644 --- a/build/gcc/sparcsolaris/expat_config.h +++ b/build/gcc3.2/sparcsolaris/expat_config.h diff --git a/build/vsnet/XMPCore.vcproj b/build/vsnet/XMPCore.vcproj deleted file mode 100644 index 6b76f57..0000000 --- a/build/vsnet/XMPCore.vcproj +++ /dev/null @@ -1,278 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="XMPCore"
- ProjectGUID="{C5BB1536-3776-4474-861D-B5923C610FE4}"
- RootNamespace="XMPCore"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="../../public/libraries/windows/debug/"
- IntermediateDirectory="../../intermediate/windows/debug/"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="0"
- FavorSizeOrSpeed="0"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="./;../;../../public/include/;../../source/common/;../../source/XMPCore/;"../../third-party/expat/lib/";"../../third-party/MD5/""
- PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_ClientBuild=0;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;DEBUG=1;_DEBUG=1"
- StringPooling="true"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- SmallerTypeCheck="false"
- RuntimeLibrary="1"
- DefaultCharIsUnsigned="true"
- ForceConformanceInForLoopScope="true"
- UsePrecompiledHeader="0"
- ObjectFile="..\..\intermediate\windows\debug\"
- ProgramDataBaseFileName="..\..\intermediate\windows\debug\vc80.pdb"
- BrowseInformation="0"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="2"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/XMPCoreStaticDebug.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="../../public/libraries/windows/release/"
- IntermediateDirectory="../../intermediate/windows/release/"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="./;../;../../public/include/;../../source/common/;../../source/XMPCore/;"../../third-party/expat/lib/";"../../third-party/MD5/""
- PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_ClientBuild=0;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;NDEBUG=1;"
- StringPooling="true"
- MinimalRebuild="false"
- BasicRuntimeChecks="0"
- SmallerTypeCheck="false"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- DefaultCharIsUnsigned="true"
- ForceConformanceInForLoopScope="true"
- UsePrecompiledHeader="0"
- ObjectFile="..\..\intermediate\windows\release\"
- ProgramDataBaseFileName="..\..\intermediate\windows\release\vc80pdb"
- BrowseInformation="0"
- WarningLevel="3"
- WarnAsError="false"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="0"
- CompileAs="2"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/XMPCoreStaticRelease.lib"
- IgnoreAllDefaultLibraries="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\XMPCore.def"
- >
- </File>
- <Filter
- Name="Toolkit Core"
- >
- <File
- RelativePath="..\..\source\XMPCore\XMPCore_Impl.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPIterator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPMeta-GetSet.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPMeta-Parse.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPMeta-Serialize.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPMeta.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPUtils-FileInfo.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\XMPUtils.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\XMPCore\ExpatAdapter.cpp"
- >
- </File>
- <File
- RelativePath="..\..\third-party\MD5\MD5.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\ParseRDF.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\common\UnicodeConversions.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="XML Parser"
- >
- <File
- RelativePath="..\..\third-party\expat\lib\xmlparse.c"
- >
- </File>
- <File
- RelativePath="..\..\third-party\expat\lib\xmlrole.c"
- >
- </File>
- <File
- RelativePath="..\..\third-party\expat\lib\xmltok.c"
- >
- </File>
- </Filter>
- <Filter
- Name="ABI Wrappers"
- >
- <File
- RelativePath="..\..\source\XMPCore\WXMPIterator.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\WXMPMeta.cpp"
- >
- </File>
- <File
- RelativePath="..\..\source\XMPCore\WXMPUtils.cpp"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/build/vsnet/XMPFiles.vcproj b/build/vsnet/XMPFiles.vcproj deleted file mode 100644 index 4c72e2a..0000000 --- a/build/vsnet/XMPFiles.vcproj +++ /dev/null @@ -1,322 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8,00" - Name="XMPFiles" - ProjectGUID="{B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}" - RootNamespace="XMPFilesStatic" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="..\..\public\libraries\windows\debug" - IntermediateDirectory="..\..\intermediate\windows\debug" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - BuildLogFile="$(IntDir)\BuildLog.htm" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - UseUnicodeResponseFiles="true" - Optimization="0" - AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\XMPFiles\;..\..\source\XMPFiles\FormatSupport\;..\..\source\common\;"..\..\third-party\MD5\";"..\..\third-party\QTDevWin\CIncludes"" - PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;XMP_PRESERVE_BIB_CLIENT=0;DEBUG=1;_DEBUG=1" - StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - DefaultCharIsUnsigned="true" - UsePrecompiledHeader="0" - ObjectFile="../../intermediate/windows/debug/" - ProgramDataBaseFileName="../../intermediate/windows/debug/vc80.pdb" - XMLDocumentationFileName="$(IntDir)\" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)" - OutputFile="$(OutDir)/XMPFilesStaticDebug.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="..\..\public\libraries\windows\release" - IntermediateDirectory="..\..\intermediate\windows\release" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="1" - BuildLogFile="$(IntDir)\BuildLog.htm" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="1" - InlineFunctionExpansion="2" - FavorSizeOrSpeed="2" - WholeProgramOptimization="true" - AdditionalIncludeDirectories="./;../;../../public/include/;../../source/XMPFiles/;../../source/XMPFiles/FormatSupport/;../../source/common/;"../../third-party/MD5/";"../../third-party/QTDevWin/CIncludes"" - PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;XMP_PRESERVE_BIB_CLIENT=0;NDEBUG=1" - StringPooling="true" - MinimalRebuild="false" - BasicRuntimeChecks="0" - RuntimeLibrary="0" - BufferSecurityCheck="false" - DefaultCharIsUnsigned="true" - UsePrecompiledHeader="0" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - XMLDocumentationFileName="$(IntDir)\" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)" - OutputFile="$(OutDir)/XMPFilesStaticRelease.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <Filter - Name="Common Code" - > - <File - RelativePath="..\..\source\XMPFiles\WXMPFiles.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\XMPFiles.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\XMPFiles_Impl.cpp" - > - </File> - </Filter> - <Filter - Name="File Handlers" - > - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\AVI_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\Basic_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\InDesign_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\JPEG_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\MOV_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\MP3_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\MPEG_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\PNG_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\PostScript_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\PSD_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\Scanner_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\TIFF_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\Trivial_Handler.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FileHandlers\WAV_Handler.cpp" - > - </File> - </Filter> - <Filter - Name="Format Support" - > - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\ID3_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\IPTC_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\PNG_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\PSIR_FileWriter.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\PSIR_MemoryReader.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\QuickTime_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\Reconcile_Impl.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileIPTC.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileLegacy.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileTIFF.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\RIFF_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_FileWriter.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_MemoryReader.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_Support.cpp" - > - </File> - <File - RelativePath="..\..\source\XMPFiles\FormatSupport\XMPScanner.cpp" - > - </File> - </Filter> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/build/vsnet/XMPToolkit.sln b/build/vsnet/XMPToolkit.sln deleted file mode 100644 index 44aac01..0000000 --- a/build/vsnet/XMPToolkit.sln +++ /dev/null @@ -1,25 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMPCore", "XMPCore.vcproj", "{C5BB1536-3776-4474-861D-B5923C610FE4}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMPFiles Static", "XMPFiles.vcproj", "{B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|Win32.ActiveCfg = Debug|Win32
- {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|Win32.Build.0 = Debug|Win32
- {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|Win32.ActiveCfg = Release|Win32
- {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|Win32.Build.0 = Release|Win32
- {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|Win32.ActiveCfg = Debug|Win32
- {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|Win32.Build.0 = Debug|Win32
- {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|Win32.ActiveCfg = Release|Win32
- {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/build/vsnet8/XMPCore.vcproj b/build/vsnet8/XMPCore.vcproj new file mode 100644 index 0000000..c53b05f --- /dev/null +++ b/build/vsnet8/XMPCore.vcproj @@ -0,0 +1,442 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="XMPCore"
+ ProjectGUID="{C5BB1536-3776-4474-861D-B5923C610FE4}"
+ RootNamespace="XMPCore"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\public\libraries\windows\debug\"
+ IntermediateDirectory="..\..\intermediate\windows\debug\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ FavorSizeOrSpeed="0"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\common\;..\..\source\XMPCore\;"..\..\third-party\expat\lib\";"..\..\third-party\MD5\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;DEBUG=1;_DEBUG=1"
+ StringPooling="true"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ SmallerTypeCheck="false"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows\debug\"
+ BrowseInformation="0"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\XMPCoreStaticDebug.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="..\..\public\libraries\windows_x64\debug\"
+ IntermediateDirectory="..\..\intermediate\windows_x64\debug\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ FavorSizeOrSpeed="0"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\common\;..\..\source\XMPCore\;"..\..\third-party\expat\lib\";"..\..\third-party\MD5\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;DEBUG=1;_DEBUG=1"
+ StringPooling="true"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ SmallerTypeCheck="false"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows_x64\debug\"
+ BrowseInformation="0"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\XMPCoreStaticDebug.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\public\libraries\windows\release\"
+ IntermediateDirectory="..\..\intermediate\windows\release\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ InlineFunctionExpansion="2"
+ FavorSizeOrSpeed="2"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\common\;..\..\source\XMPCore\;"..\..\third-party\expat\lib\";"..\..\third-party\MD5\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;NDEBUG=1"
+ StringPooling="true"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="0"
+ SmallerTypeCheck="false"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ DefaultCharIsUnsigned="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows\release\"
+ BrowseInformation="0"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="0"
+ CompileAs="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\XMPCoreStaticRelease.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="..\..\public\libraries\windows_x64\release\"
+ IntermediateDirectory="..\..\intermediate\windows_x64\release\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ InlineFunctionExpansion="2"
+ FavorSizeOrSpeed="2"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\common\;..\..\source\XMPCore\;"..\..\third-party\expat\lib\";"..\..\third-party\MD5\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;HAVE_EXPAT_CONFIG_H=1;XML_STATIC=1;NDEBUG=1"
+ StringPooling="true"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="0"
+ SmallerTypeCheck="false"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ DefaultCharIsUnsigned="true"
+ ForceConformanceInForLoopScope="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows_x64\release\"
+ BrowseInformation="0"
+ WarningLevel="3"
+ WarnAsError="false"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="0"
+ CompileAs="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\XMPCoreStaticRelease.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <Filter
+ Name="Toolkit Core"
+ >
+ <File
+ RelativePath="..\..\source\XMPCore\XMPCore_Impl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPIterator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPMeta-GetSet.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPMeta-Parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPMeta-Serialize.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPMeta.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPUtils-FileInfo.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\XMPUtils.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Utilities"
+ >
+ <File
+ RelativePath="..\..\source\XMPCore\ExpatAdapter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\MD5\MD5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\ParseRDF.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\common\UnicodeConversions.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\common\XML_Node.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="XML Parser"
+ >
+ <File
+ RelativePath=".\expat_config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\expat\lib\xmlparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\expat\lib\xmlrole.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\expat\lib\xmltok.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ABI Wrappers"
+ >
+ <File
+ RelativePath="..\..\source\XMPCore\WXMPIterator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\WXMPMeta.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPCore\WXMPUtils.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Third Party"
+ >
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/build/vsnet8/XMPFiles.vcproj b/build/vsnet8/XMPFiles.vcproj new file mode 100644 index 0000000..3694d9c --- /dev/null +++ b/build/vsnet8/XMPFiles.vcproj @@ -0,0 +1,598 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="XMPFiles"
+ ProjectGUID="{B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}"
+ RootNamespace="XMPFilesStatic"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\public\libraries\windows\debug\"
+ IntermediateDirectory="..\..\intermediate\windows\debug\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ UseUnicodeResponseFiles="true"
+ Optimization="0"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\XMPFiles\;..\..\source\XMPFiles\FormatSupport\;..\..\source\common\;"..\..\third-party\MD5\";"..\..\third-party\QTDevWin\CIncludes\";"..\..\third-party\zlib\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;DEBUG=1;_CRT_SECURE_NO_WARNINGS=1;_DEBUG=1"
+ StringPooling="true"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows\debug\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)"
+ OutputFile="$(OutDir)/XMPFilesStaticDebug.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="..\..\public\libraries\windows_x64\debug\"
+ IntermediateDirectory="..\..\intermediate\windows_x64\debug\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ UseUnicodeResponseFiles="true"
+ Optimization="0"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\XMPFiles\;..\..\source\XMPFiles\FormatSupport\;..\..\source\common\;"..\..\third-party\MD5\";"..\..\third-party\QTDevWin\CIncludes\";"..\..\third-party\zlib\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;DEBUG=1;_DEBUG=1;_CRT_SECURE_NO_WARNINGS=1"
+ StringPooling="true"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DefaultCharIsUnsigned="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows_x64\debug\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)"
+ OutputFile="$(OutDir)/XMPFilesStaticDebug.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\public\libraries\windows\release\"
+ IntermediateDirectory="..\..\intermediate\windows\release\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ InlineFunctionExpansion="2"
+ FavorSizeOrSpeed="2"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\XMPFiles\;..\..\source\XMPFiles\FormatSupport\;..\..\source\common\;"..\..\third-party\MD5\";"..\..\third-party\QTDevWin\CIncludes\";"..\..\third-party\zlib\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;NDEBUG=1;_CRT_SECURE_NO_WARNINGS=1"
+ StringPooling="true"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ DefaultCharIsUnsigned="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(IntDir)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)"
+ OutputFile="$(OutDir)/XMPFilesStaticRelease.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="..\..\public\libraries\windows_x64\release\"
+ IntermediateDirectory="..\..\intermediate\windows_x64\release\"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ InlineFunctionExpansion="2"
+ FavorSizeOrSpeed="2"
+ WholeProgramOptimization="true"
+ AdditionalIncludeDirectories=".\;..\;..\..\public\include\;..\..\source\XMPFiles\;..\..\source\XMPFiles\FormatSupport\;..\..\source\common\;"..\..\third-party\MD5\";"..\..\third-party\QTDevWin\CIncludes\";"..\..\third-party\zlib\""
+ PreprocessorDefinitions="WIN32=1;_WINDOWS=1;WIN_ENV=1;XMP_StaticBuild=1;NDEBUG=1;_CRT_SECURE_NO_WARNINGS=1"
+ StringPooling="true"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ DefaultCharIsUnsigned="true"
+ UsePrecompiledHeader="0"
+ ObjectFile="..\..\intermediate\windows_x64\release\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="..\..\third-party\QTDevWin\Libraries\qtmlClient.lib Advapi32.lib User32.lib $(NOINHERIT)"
+ OutputFile="$(OutDir)/XMPFilesStaticRelease.lib"
+ IgnoreAllDefaultLibraries="false"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <Filter
+ Name="Common Code"
+ >
+ <File
+ RelativePath="..\..\source\common\LargeFileAccess.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\common\UnicodeConversions.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\WXMPFiles.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\common\XML_Node.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\XMPFiles.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\XMPFiles_Impl.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="File Handlers"
+ >
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\ASF_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\AVCHD_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\AVI_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\Basic_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\FLV_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\InDesign_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\JPEG_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\MOV_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\MP3_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\MPEG2_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\MPEG4_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\P2_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\PNG_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\PostScript_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\PSD_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\Scanner_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\SonyHDV_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\SWF_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\TIFF_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\Trivial_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\UCF_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\WAV_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\XDCAM_Handler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FileHandlers\XDCAMEX_Handler.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Format Support"
+ >
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\ASF_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\ID3_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\IPTC_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\PNG_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\PSIR_FileWriter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\PSIR_MemoryReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\QuickTime_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\Reconcile_Impl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileIPTC.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileLegacy.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\ReconcileTIFF.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\RIFF_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\SWF_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_FileWriter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_MemoryReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\TIFF_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\XDCAM_Support.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\source\XMPFiles\FormatSupport\XMPScanner.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Third Party"
+ >
+ <Filter
+ Name="zlib"
+ >
+ <File
+ RelativePath="..\..\third-party\zlib\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\gzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\infback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\inffast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\inflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\inftrees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\trees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\uncompr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\third-party\zlib\zutil.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="MD5"
+ >
+ <File
+ RelativePath="..\..\third-party\MD5\MD5.cpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/build/vsnet8/XMPToolkitSDK.sln b/build/vsnet8/XMPToolkitSDK.sln new file mode 100644 index 0000000..a9a79f6 --- /dev/null +++ b/build/vsnet8/XMPToolkitSDK.sln @@ -0,0 +1,35 @@ +Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMPCore", "XMPCore.vcproj", "{C5BB1536-3776-4474-861D-B5923C610FE4}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMPFiles", "XMPFiles.vcproj", "{B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|Win32.ActiveCfg = Debug|Win32
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|Win32.Build.0 = Debug|Win32
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|x64.ActiveCfg = Debug|x64
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Debug|x64.Build.0 = Debug|x64
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|Win32.ActiveCfg = Release|Win32
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|Win32.Build.0 = Release|Win32
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|x64.ActiveCfg = Release|x64
+ {C5BB1536-3776-4474-861D-B5923C610FE4}.Release|x64.Build.0 = Release|x64
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|Win32.Build.0 = Debug|Win32
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|x64.ActiveCfg = Debug|x64
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Debug|x64.Build.0 = Debug|x64
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|Win32.ActiveCfg = Release|Win32
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|Win32.Build.0 = Release|Win32
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|x64.ActiveCfg = Release|x64
+ {B9A2E1F1-4E5C-49AC-B052-604CAE21F56E}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/build/vsnet/expat_config.h b/build/vsnet8/expat_config.h index 945d0bd..945d0bd 100644 --- a/build/vsnet/expat_config.h +++ b/build/vsnet8/expat_config.h diff --git a/build/xcode/XMPToolkit.xcodeproj/project.pbxproj b/build/xcode/XMPToolkit.xcodeproj/project.pbxproj deleted file mode 100644 index a07e410..0000000 --- a/build/xcode/XMPToolkit.xcodeproj/project.pbxproj +++ /dev/null @@ -1,790 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 42; - objects = { - -/* Begin PBXAggregateTarget section */ - DCF912BC09A3E6970055523F /* Build All */ = { - isa = PBXAggregateTarget; - buildConfigurationList = DCF912C109A3E6C60055523F /* Build configuration list for PBXAggregateTarget "Build All" */; - buildPhases = ( - ); - dependencies = ( - DCF912BE09A3E6A40055523F /* PBXTargetDependency */, - DCF912C009A3E6A70055523F /* PBXTargetDependency */, - 01FC6D920B7B7858008559A1 /* PBXTargetDependency */, - 01FC6D900B7B7858008559A1 /* PBXTargetDependency */, - ); - name = "Build All"; - productName = "Build All"; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 0102D1C70B7B8471001AF6F7 /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; - 0102D1C80B7B8472001AF6F7 /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; - 014796520B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */; }; - 014796530B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */; }; - 014A2AA20B78FF2C00A80B2A /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; - 014A2AA30B78FF2C00A80B2A /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; - 01FC6CE80B7B6D65008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AAD0B78FFD200A80B2A /* WXMPFiles.cpp */; }; - 01FC6D060B7B7514008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AAD0B78FFD200A80B2A /* WXMPFiles.cpp */; }; - 01FC6D3D0B7B7789008559A1 /* ID3_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2C0B7B7773008559A1 /* ID3_Support.cpp */; }; - 01FC6D3E0B7B7789008559A1 /* IPTC_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2D0B7B7773008559A1 /* IPTC_Support.cpp */; }; - 01FC6D3F0B7B7789008559A1 /* PNG_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2E0B7B7773008559A1 /* PNG_Support.cpp */; }; - 01FC6D400B7B7789008559A1 /* PSIR_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2F0B7B7773008559A1 /* PSIR_FileWriter.cpp */; }; - 01FC6D410B7B7789008559A1 /* PSIR_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D300B7B7773008559A1 /* PSIR_MemoryReader.cpp */; }; - 01FC6D420B7B7789008559A1 /* QuickTime_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D310B7B7773008559A1 /* QuickTime_Support.cpp */; }; - 01FC6D430B7B7789008559A1 /* Reconcile_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D320B7B7773008559A1 /* Reconcile_Impl.cpp */; }; - 01FC6D440B7B7789008559A1 /* ReconcileIPTC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D330B7B7773008559A1 /* ReconcileIPTC.cpp */; }; - 01FC6D450B7B7789008559A1 /* ReconcileLegacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D340B7B7773008559A1 /* ReconcileLegacy.cpp */; }; - 01FC6D460B7B7789008559A1 /* ReconcileTIFF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D350B7B7773008559A1 /* ReconcileTIFF.cpp */; }; - 01FC6D470B7B7789008559A1 /* RIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D360B7B7773008559A1 /* RIFF_Support.cpp */; }; - 01FC6D490B7B7789008559A1 /* TIFF_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D380B7B7773008559A1 /* TIFF_FileWriter.cpp */; }; - 01FC6D4A0B7B7789008559A1 /* TIFF_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D390B7B7773008559A1 /* TIFF_MemoryReader.cpp */; }; - 01FC6D4B0B7B7789008559A1 /* TIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D3A0B7B7773008559A1 /* TIFF_Support.cpp */; }; - 01FC6D4C0B7B7789008559A1 /* XMPScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D3B0B7B7773008559A1 /* XMPScanner.cpp */; }; - 01FC6D4E0B7B778A008559A1 /* ID3_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2C0B7B7773008559A1 /* ID3_Support.cpp */; }; - 01FC6D4F0B7B778A008559A1 /* IPTC_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2D0B7B7773008559A1 /* IPTC_Support.cpp */; }; - 01FC6D500B7B778A008559A1 /* PNG_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2E0B7B7773008559A1 /* PNG_Support.cpp */; }; - 01FC6D510B7B778A008559A1 /* PSIR_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D2F0B7B7773008559A1 /* PSIR_FileWriter.cpp */; }; - 01FC6D520B7B778A008559A1 /* PSIR_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D300B7B7773008559A1 /* PSIR_MemoryReader.cpp */; }; - 01FC6D530B7B778A008559A1 /* QuickTime_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D310B7B7773008559A1 /* QuickTime_Support.cpp */; }; - 01FC6D540B7B778A008559A1 /* Reconcile_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D320B7B7773008559A1 /* Reconcile_Impl.cpp */; }; - 01FC6D550B7B778A008559A1 /* ReconcileIPTC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D330B7B7773008559A1 /* ReconcileIPTC.cpp */; }; - 01FC6D560B7B778A008559A1 /* ReconcileLegacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D340B7B7773008559A1 /* ReconcileLegacy.cpp */; }; - 01FC6D570B7B778A008559A1 /* ReconcileTIFF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D350B7B7773008559A1 /* ReconcileTIFF.cpp */; }; - 01FC6D580B7B778A008559A1 /* RIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D360B7B7773008559A1 /* RIFF_Support.cpp */; }; - 01FC6D5A0B7B778A008559A1 /* TIFF_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D380B7B7773008559A1 /* TIFF_FileWriter.cpp */; }; - 01FC6D5B0B7B778A008559A1 /* TIFF_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D390B7B7773008559A1 /* TIFF_MemoryReader.cpp */; }; - 01FC6D5C0B7B778A008559A1 /* TIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D3A0B7B7773008559A1 /* TIFF_Support.cpp */; }; - 01FC6D5D0B7B778A008559A1 /* XMPScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D3B0B7B7773008559A1 /* XMPScanner.cpp */; }; - 01FC6D5F0B7B7799008559A1 /* AVI_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D160B7B75F9008559A1 /* AVI_Handler.cpp */; }; - 01FC6D600B7B7799008559A1 /* Basic_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D170B7B75F9008559A1 /* Basic_Handler.cpp */; }; - 01FC6D610B7B7799008559A1 /* InDesign_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D180B7B75F9008559A1 /* InDesign_Handler.cpp */; }; - 01FC6D620B7B7799008559A1 /* JPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D190B7B75F9008559A1 /* JPEG_Handler.cpp */; }; - 01FC6D640B7B7799008559A1 /* MOV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1B0B7B75F9008559A1 /* MOV_Handler.cpp */; }; - 01FC6D650B7B7799008559A1 /* MP3_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1C0B7B75F9008559A1 /* MP3_Handler.cpp */; }; - 01FC6D670B7B7799008559A1 /* MPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1E0B7B75F9008559A1 /* MPEG_Handler.cpp */; }; - 01FC6D680B7B7799008559A1 /* PNG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1F0B7B75F9008559A1 /* PNG_Handler.cpp */; }; - 01FC6D690B7B7799008559A1 /* PostScript_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D200B7B75F9008559A1 /* PostScript_Handler.cpp */; }; - 01FC6D6A0B7B7799008559A1 /* PSD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D210B7B75F9008559A1 /* PSD_Handler.cpp */; }; - 01FC6D6B0B7B7799008559A1 /* Scanner_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D220B7B75F9008559A1 /* Scanner_Handler.cpp */; }; - 01FC6D6D0B7B7799008559A1 /* TIFF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D240B7B75F9008559A1 /* TIFF_Handler.cpp */; }; - 01FC6D6E0B7B7799008559A1 /* Trivial_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D250B7B75F9008559A1 /* Trivial_Handler.cpp */; }; - 01FC6D6F0B7B7799008559A1 /* WAV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D260B7B75F9008559A1 /* WAV_Handler.cpp */; }; - 01FC6D710B7B779A008559A1 /* AVI_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D160B7B75F9008559A1 /* AVI_Handler.cpp */; }; - 01FC6D720B7B779A008559A1 /* Basic_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D170B7B75F9008559A1 /* Basic_Handler.cpp */; }; - 01FC6D730B7B779A008559A1 /* InDesign_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D180B7B75F9008559A1 /* InDesign_Handler.cpp */; }; - 01FC6D740B7B779A008559A1 /* JPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D190B7B75F9008559A1 /* JPEG_Handler.cpp */; }; - 01FC6D760B7B779A008559A1 /* MOV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1B0B7B75F9008559A1 /* MOV_Handler.cpp */; }; - 01FC6D770B7B779A008559A1 /* MP3_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1C0B7B75F9008559A1 /* MP3_Handler.cpp */; }; - 01FC6D790B7B779A008559A1 /* MPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1E0B7B75F9008559A1 /* MPEG_Handler.cpp */; }; - 01FC6D7A0B7B779A008559A1 /* PNG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D1F0B7B75F9008559A1 /* PNG_Handler.cpp */; }; - 01FC6D7B0B7B779A008559A1 /* PostScript_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D200B7B75F9008559A1 /* PostScript_Handler.cpp */; }; - 01FC6D7C0B7B779A008559A1 /* PSD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D210B7B75F9008559A1 /* PSD_Handler.cpp */; }; - 01FC6D7D0B7B779A008559A1 /* Scanner_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D220B7B75F9008559A1 /* Scanner_Handler.cpp */; }; - 01FC6D7F0B7B779A008559A1 /* TIFF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D240B7B75F9008559A1 /* TIFF_Handler.cpp */; }; - 01FC6D800B7B779A008559A1 /* Trivial_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D250B7B75F9008559A1 /* Trivial_Handler.cpp */; }; - 01FC6D810B7B779A008559A1 /* WAV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D260B7B75F9008559A1 /* WAV_Handler.cpp */; }; - 01FC6D870B7B77D9008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */; }; - 01FC6D880B7B77D9008559A1 /* XMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */; }; - 01FC6D890B7B77D9008559A1 /* XMPFiles_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */; }; - 01FC6D8A0B7B77DA008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */; }; - 01FC6D8B0B7B77DA008559A1 /* XMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */; }; - 01FC6D8C0B7B77DA008559A1 /* XMPFiles_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */; }; - DC493270089A94CE003ADAAF /* XMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E46085F950A003FEB33 /* XMPIterator.cpp */; }; - DC493271089A94CE003ADAAF /* XMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E47085F950A003FEB33 /* XMPMeta.cpp */; }; - DC493272089A94CE003ADAAF /* XMPMeta-GetSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */; }; - DC493273089A94CE003ADAAF /* XMPMeta-Parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */; }; - DC493274089A94CE003ADAAF /* XMPMeta-Serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */; }; - DC493275089A94CE003ADAAF /* XMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E48085F950A003FEB33 /* XMPUtils.cpp */; }; - DC49327B089A94E6003ADAAF /* ExpatAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */; }; - DC49327D089A94E6003ADAAF /* ParseRDF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E75085F9791003FEB33 /* ParseRDF.cpp */; }; - DC49327E089A94E6003ADAAF /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */; }; - DC49327F089A94FF003ADAAF /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD2089A8591004D5310 /* xmlparse.c */; }; - DC493280089A94FF003ADAAF /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD3089A8591004D5310 /* xmlrole.c */; }; - DC493281089A94FF003ADAAF /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD4089A8591004D5310 /* xmltok.c */; }; - DC493282089A950C003ADAAF /* WXMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */; }; - DC493283089A950C003ADAAF /* WXMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */; }; - DC493284089A950C003ADAAF /* WXMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */; }; - DC493297089A9726003ADAAF /* XMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E46085F950A003FEB33 /* XMPIterator.cpp */; }; - DC493298089A9726003ADAAF /* XMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E47085F950A003FEB33 /* XMPMeta.cpp */; }; - DC493299089A9726003ADAAF /* XMPMeta-GetSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */; }; - DC49329A089A9726003ADAAF /* XMPMeta-Parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */; }; - DC49329B089A9726003ADAAF /* XMPMeta-Serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */; }; - DC49329C089A9726003ADAAF /* XMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E48085F950A003FEB33 /* XMPUtils.cpp */; }; - DC4932A2089A9726003ADAAF /* ExpatAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */; }; - DC4932A4089A9726003ADAAF /* ParseRDF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E75085F9791003FEB33 /* ParseRDF.cpp */; }; - DC4932A5089A9726003ADAAF /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */; }; - DC4932A6089A9726003ADAAF /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD2089A8591004D5310 /* xmlparse.c */; }; - DC4932A7089A9726003ADAAF /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD3089A8591004D5310 /* xmlrole.c */; }; - DC4932A8089A9726003ADAAF /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD4089A8591004D5310 /* xmltok.c */; }; - DC4932A9089A9726003ADAAF /* WXMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */; }; - DC4932AA089A9726003ADAAF /* WXMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */; }; - DC4932AB089A9726003ADAAF /* WXMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */; }; - DCEDFE2509ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */; }; - DCEDFE2609ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 01FC6D8F0B7B7858008559A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 01FC6CF20B7B7514008559A1; - remoteInfo = "XMPFiles Release"; - }; - 01FC6D910B7B7858008559A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 01FC6CD40B7B6D65008559A1; - remoteInfo = "XMPFiles Debug"; - }; - DCF912BD09A3E6A40055523F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC49326B089A9441003ADAAF; - remoteInfo = "XMPCore Debug"; - }; - DCF912BF09A3E6A70055523F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC493293089A9726003ADAAF; - remoteInfo = "XMPCore Release"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0147964D0B776823007CF8F4 /* XMPCore_Impl.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XMPCore_Impl.hpp; sourceTree = "<group>"; }; - 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPCore_Impl.cpp; sourceTree = "<group>"; }; - 014A29EF0B78E2C300A80B2A /* UnicodeConversions.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = UnicodeConversions.hpp; path = ../common/UnicodeConversions.hpp; sourceTree = "<group>"; }; - 014A29F40B78E2F300A80B2A /* UnicodeInlines.incl_cpp */ = {isa = PBXFileReference; lastKnownFileType = text; name = UnicodeInlines.incl_cpp; path = ../common/UnicodeInlines.incl_cpp; sourceTree = "<group>"; }; - 014A2A040B78E5C500A80B2A /* XMP_BuildInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = XMP_BuildInfo.h; path = ../../build/XMP_BuildInfo.h; sourceTree = "<group>"; }; - 014A2AA10B78FF1400A80B2A /* MD5.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MD5.cpp; path = "../../third-party/MD5/MD5.cpp"; sourceTree = "<group>"; }; - 014A2AAD0B78FFD200A80B2A /* WXMPFiles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WXMPFiles.cpp; path = ../XMPFiles/WXMPFiles.cpp; sourceTree = "<group>"; }; - 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPFilesStaticDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPFilesStaticRelease.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 01FC6D160B7B75F9008559A1 /* AVI_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = AVI_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/AVI_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D170B7B75F9008559A1 /* Basic_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Basic_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/Basic_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D180B7B75F9008559A1 /* InDesign_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = InDesign_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/InDesign_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D190B7B75F9008559A1 /* JPEG_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JPEG_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/JPEG_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D1B0B7B75F9008559A1 /* MOV_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MOV_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/MOV_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D1C0B7B75F9008559A1 /* MP3_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MP3_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/MP3_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D1E0B7B75F9008559A1 /* MPEG_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MPEG_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/MPEG_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D1F0B7B75F9008559A1 /* PNG_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PNG_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/PNG_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D200B7B75F9008559A1 /* PostScript_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PostScript_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/PostScript_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D210B7B75F9008559A1 /* PSD_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PSD_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/PSD_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D220B7B75F9008559A1 /* Scanner_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Scanner_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/Scanner_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D240B7B75F9008559A1 /* TIFF_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TIFF_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/TIFF_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D250B7B75F9008559A1 /* Trivial_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Trivial_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/Trivial_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D260B7B75F9008559A1 /* WAV_Handler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WAV_Handler.cpp; path = ../../source/XMPFiles/FileHandlers/WAV_Handler.cpp; sourceTree = "<group>"; }; - 01FC6D2C0B7B7773008559A1 /* ID3_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ID3_Support.cpp; path = ../../source/XMPFiles/FormatSupport/ID3_Support.cpp; sourceTree = "<group>"; }; - 01FC6D2D0B7B7773008559A1 /* IPTC_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = IPTC_Support.cpp; path = ../../source/XMPFiles/FormatSupport/IPTC_Support.cpp; sourceTree = "<group>"; }; - 01FC6D2E0B7B7773008559A1 /* PNG_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PNG_Support.cpp; path = ../../source/XMPFiles/FormatSupport/PNG_Support.cpp; sourceTree = "<group>"; }; - 01FC6D2F0B7B7773008559A1 /* PSIR_FileWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PSIR_FileWriter.cpp; path = ../../source/XMPFiles/FormatSupport/PSIR_FileWriter.cpp; sourceTree = "<group>"; }; - 01FC6D300B7B7773008559A1 /* PSIR_MemoryReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PSIR_MemoryReader.cpp; path = ../../source/XMPFiles/FormatSupport/PSIR_MemoryReader.cpp; sourceTree = "<group>"; }; - 01FC6D310B7B7773008559A1 /* QuickTime_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTime_Support.cpp; path = ../../source/XMPFiles/FormatSupport/QuickTime_Support.cpp; sourceTree = "<group>"; }; - 01FC6D320B7B7773008559A1 /* Reconcile_Impl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Reconcile_Impl.cpp; path = ../../source/XMPFiles/FormatSupport/Reconcile_Impl.cpp; sourceTree = "<group>"; }; - 01FC6D330B7B7773008559A1 /* ReconcileIPTC.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ReconcileIPTC.cpp; path = ../../source/XMPFiles/FormatSupport/ReconcileIPTC.cpp; sourceTree = "<group>"; }; - 01FC6D340B7B7773008559A1 /* ReconcileLegacy.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ReconcileLegacy.cpp; path = ../../source/XMPFiles/FormatSupport/ReconcileLegacy.cpp; sourceTree = "<group>"; }; - 01FC6D350B7B7773008559A1 /* ReconcileTIFF.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ReconcileTIFF.cpp; path = ../../source/XMPFiles/FormatSupport/ReconcileTIFF.cpp; sourceTree = "<group>"; }; - 01FC6D360B7B7773008559A1 /* RIFF_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = RIFF_Support.cpp; path = ../../source/XMPFiles/FormatSupport/RIFF_Support.cpp; sourceTree = "<group>"; }; - 01FC6D380B7B7773008559A1 /* TIFF_FileWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TIFF_FileWriter.cpp; path = ../../source/XMPFiles/FormatSupport/TIFF_FileWriter.cpp; sourceTree = "<group>"; }; - 01FC6D390B7B7773008559A1 /* TIFF_MemoryReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TIFF_MemoryReader.cpp; path = ../../source/XMPFiles/FormatSupport/TIFF_MemoryReader.cpp; sourceTree = "<group>"; }; - 01FC6D3A0B7B7773008559A1 /* TIFF_Support.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TIFF_Support.cpp; path = ../../source/XMPFiles/FormatSupport/TIFF_Support.cpp; sourceTree = "<group>"; }; - 01FC6D3B0B7B7773008559A1 /* XMPScanner.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = XMPScanner.cpp; path = ../../source/XMPFiles/FormatSupport/XMPScanner.cpp; sourceTree = "<group>"; }; - 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WXMPFiles.cpp; path = ../../source/XMPFiles/WXMPFiles.cpp; sourceTree = "<group>"; }; - 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = XMPFiles.cpp; path = ../../source/XMPFiles/XMPFiles.cpp; sourceTree = "<group>"; }; - 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = XMPFiles_Impl.cpp; path = ../../source/XMPFiles/XMPFiles_Impl.cpp; sourceTree = "<group>"; }; - 07601E46085F950A003FEB33 /* XMPIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPIterator.cpp; sourceTree = "<group>"; }; - 07601E47085F950A003FEB33 /* XMPMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPMeta.cpp; sourceTree = "<group>"; }; - 07601E48085F950A003FEB33 /* XMPUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPUtils.cpp; sourceTree = "<group>"; }; - 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExpatAdapter.cpp; sourceTree = "<group>"; }; - 07601E75085F9791003FEB33 /* ParseRDF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ParseRDF.cpp; sourceTree = "<group>"; }; - 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = UnicodeConversions.cpp; path = ../common/UnicodeConversions.cpp; sourceTree = "<group>"; }; - 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPIterator.cpp; sourceTree = "<group>"; }; - 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPMeta.cpp; sourceTree = "<group>"; }; - 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPUtils.cpp; sourceTree = "<group>"; }; - 07601E92085F9A72003FEB33 /* XMPIterator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XMPIterator.hpp; sourceTree = "<group>"; }; - 07601E93085F9A72003FEB33 /* XMPMeta.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XMPMeta.hpp; sourceTree = "<group>"; }; - 07601E94085F9A72003FEB33 /* XMPUtils.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XMPUtils.hpp; sourceTree = "<group>"; }; - 07601E95085F9A88003FEB33 /* XMP_Const.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = XMP_Const.h; sourceTree = "<group>"; }; - 07601E97085F9AB8003FEB33 /* TXMPMeta.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TXMPMeta.hpp; sourceTree = "<group>"; }; - 07601E98085F9AB8003FEB33 /* TXMPUtils.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TXMPUtils.hpp; sourceTree = "<group>"; }; - 07601E99085F9AB8003FEB33 /* XMP_Environment.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = XMP_Environment.h; sourceTree = "<group>"; }; - 07601E9A085F9AB8003FEB33 /* XMP_Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = XMP_Version.h; sourceTree = "<group>"; }; - 07601E9B085F9AB8003FEB33 /* XMP.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XMP.hpp; sourceTree = "<group>"; }; - DC14FDD2089A8591004D5310 /* xmlparse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmlparse.c; sourceTree = "<group>"; }; - DC14FDD3089A8591004D5310 /* xmlrole.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmlrole.c; sourceTree = "<group>"; }; - DC14FDD4089A8591004D5310 /* xmltok.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmltok.c; sourceTree = "<group>"; }; - DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPCoreStaticDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPCoreStaticRelease.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-GetSet.cpp"; sourceTree = "<group>"; }; - DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-Parse.cpp"; sourceTree = "<group>"; }; - DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-Serialize.cpp"; sourceTree = "<group>"; }; - DCE400F60951DA740040D71F /* TXMPIterator.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TXMPIterator.hpp; sourceTree = "<group>"; }; - DCE400F70951DAA90040D71F /* XMPToolkit-Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkit-Common.xcconfig"; sourceTree = "<group>"; }; - DCE400F80951DAA90040D71F /* XMPToolkit-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkit-Debug.xcconfig"; sourceTree = "<group>"; }; - DCE400F90951DAA90040D71F /* XMPToolkit-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkit-Release.xcconfig"; sourceTree = "<group>"; }; - DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPUtils-FileInfo.cpp"; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 01FC6CE90B7B6D65008559A1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 01FC6D070B7B7514008559A1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC49326A089A9441003ADAAF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC4932AC089A9726003ADAAF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 014A2AB10B79001E00A80B2A /* Toolkit Files */ = { - isa = PBXGroup; - children = ( - 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */, - 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */, - 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */, - 01FC6CEE0B7B7462008559A1 /* Format Support */, - 01FC6CED0B7B7458008559A1 /* File Handlers */, - ); - name = "Toolkit Files"; - sourceTree = "<group>"; - }; - 01FC6CED0B7B7458008559A1 /* File Handlers */ = { - isa = PBXGroup; - children = ( - 01FC6D160B7B75F9008559A1 /* AVI_Handler.cpp */, - 01FC6D170B7B75F9008559A1 /* Basic_Handler.cpp */, - 01FC6D180B7B75F9008559A1 /* InDesign_Handler.cpp */, - 01FC6D190B7B75F9008559A1 /* JPEG_Handler.cpp */, - 01FC6D1B0B7B75F9008559A1 /* MOV_Handler.cpp */, - 01FC6D1C0B7B75F9008559A1 /* MP3_Handler.cpp */, - 01FC6D1E0B7B75F9008559A1 /* MPEG_Handler.cpp */, - 01FC6D1F0B7B75F9008559A1 /* PNG_Handler.cpp */, - 01FC6D200B7B75F9008559A1 /* PostScript_Handler.cpp */, - 01FC6D210B7B75F9008559A1 /* PSD_Handler.cpp */, - 01FC6D220B7B75F9008559A1 /* Scanner_Handler.cpp */, - 01FC6D240B7B75F9008559A1 /* TIFF_Handler.cpp */, - 01FC6D250B7B75F9008559A1 /* Trivial_Handler.cpp */, - 01FC6D260B7B75F9008559A1 /* WAV_Handler.cpp */, - ); - name = "File Handlers"; - sourceTree = "<group>"; - }; - 01FC6CEE0B7B7462008559A1 /* Format Support */ = { - isa = PBXGroup; - children = ( - 01FC6D2C0B7B7773008559A1 /* ID3_Support.cpp */, - 01FC6D2D0B7B7773008559A1 /* IPTC_Support.cpp */, - 01FC6D2E0B7B7773008559A1 /* PNG_Support.cpp */, - 01FC6D2F0B7B7773008559A1 /* PSIR_FileWriter.cpp */, - 01FC6D300B7B7773008559A1 /* PSIR_MemoryReader.cpp */, - 01FC6D310B7B7773008559A1 /* QuickTime_Support.cpp */, - 01FC6D320B7B7773008559A1 /* Reconcile_Impl.cpp */, - 01FC6D330B7B7773008559A1 /* ReconcileIPTC.cpp */, - 01FC6D340B7B7773008559A1 /* ReconcileLegacy.cpp */, - 01FC6D350B7B7773008559A1 /* ReconcileTIFF.cpp */, - 01FC6D360B7B7773008559A1 /* RIFF_Support.cpp */, - 01FC6D380B7B7773008559A1 /* TIFF_FileWriter.cpp */, - 01FC6D390B7B7773008559A1 /* TIFF_MemoryReader.cpp */, - 01FC6D3A0B7B7773008559A1 /* TIFF_Support.cpp */, - 01FC6D3B0B7B7773008559A1 /* XMPScanner.cpp */, - ); - name = "Format Support"; - sourceTree = "<group>"; - }; - 07601E35085F945B003FEB33 /* Build Extras */ = { - isa = PBXGroup; - children = ( - DCE400F70951DAA90040D71F /* XMPToolkit-Common.xcconfig */, - DCE400F80951DAA90040D71F /* XMPToolkit-Debug.xcconfig */, - DCE400F90951DAA90040D71F /* XMPToolkit-Release.xcconfig */, - ); - name = "Build Extras"; - sourceTree = "<group>"; - }; - 07601E38085F9469003FEB33 /* Public Headers and Glue */ = { - isa = PBXGroup; - children = ( - 07601E95085F9A88003FEB33 /* XMP_Const.h */, - DCE400F60951DA740040D71F /* TXMPIterator.hpp */, - 07601E97085F9AB8003FEB33 /* TXMPMeta.hpp */, - 07601E98085F9AB8003FEB33 /* TXMPUtils.hpp */, - 07601E99085F9AB8003FEB33 /* XMP_Environment.h */, - 07601E9A085F9AB8003FEB33 /* XMP_Version.h */, - 07601E9B085F9AB8003FEB33 /* XMP.hpp */, - ); - name = "Public Headers and Glue"; - path = ../../public/include; - sourceTree = "<group>"; - }; - 07601E3A085F947B003FEB33 /* Internal Headers */ = { - isa = PBXGroup; - children = ( - 014A2A040B78E5C500A80B2A /* XMP_BuildInfo.h */, - 0147964D0B776823007CF8F4 /* XMPCore_Impl.hpp */, - 07601E92085F9A72003FEB33 /* XMPIterator.hpp */, - 07601E93085F9A72003FEB33 /* XMPMeta.hpp */, - 07601E94085F9A72003FEB33 /* XMPUtils.hpp */, - 014A29EF0B78E2C300A80B2A /* UnicodeConversions.hpp */, - 014A29F40B78E2F300A80B2A /* UnicodeInlines.incl_cpp */, - ); - name = "Internal Headers"; - path = ../../source/XMPCore; - sourceTree = "<group>"; - }; - 07601E3C085F9484003FEB33 /* ABI Wrappers */ = { - isa = PBXGroup; - children = ( - 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */, - 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */, - 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */, - 014A2AAD0B78FFD200A80B2A /* WXMPFiles.cpp */, - ); - name = "ABI Wrappers"; - path = ../../source/XMPCore; - sourceTree = "<group>"; - }; - 07601E40085F949B003FEB33 /* Utilities */ = { - isa = PBXGroup; - children = ( - 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */, - 07601E75085F9791003FEB33 /* ParseRDF.cpp */, - 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */, - 014A2AA10B78FF1400A80B2A /* MD5.cpp */, - ); - name = Utilities; - path = ../../source/XMPCore; - sourceTree = "<group>"; - }; - 07601E42085F94A2003FEB33 /* Toolkit Core */ = { - isa = PBXGroup; - children = ( - 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */, - 07601E46085F950A003FEB33 /* XMPIterator.cpp */, - 07601E47085F950A003FEB33 /* XMPMeta.cpp */, - DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */, - DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */, - DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */, - 07601E48085F950A003FEB33 /* XMPUtils.cpp */, - DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */, - ); - name = "Toolkit Core"; - path = ../../source/XMPCore; - sourceTree = "<group>"; - }; - 0867D691FE84028FC02AAC07 /* AdobeXMP */ = { - isa = PBXGroup; - children = ( - 07601E42085F94A2003FEB33 /* Toolkit Core */, - 014A2AB10B79001E00A80B2A /* Toolkit Files */, - 07601E40085F949B003FEB33 /* Utilities */, - DC14FDC2089A84F0004D5310 /* XML Parser */, - 07601E3C085F9484003FEB33 /* ABI Wrappers */, - 07601E3A085F947B003FEB33 /* Internal Headers */, - 07601E38085F9469003FEB33 /* Public Headers and Glue */, - 07601E35085F945B003FEB33 /* Build Extras */, - DC3CC41908A4342900F44C7B /* Products */, - ); - name = AdobeXMP; - sourceTree = "<group>"; - }; - DC14FDC2089A84F0004D5310 /* XML Parser */ = { - isa = PBXGroup; - children = ( - DC14FDD2089A8591004D5310 /* xmlparse.c */, - DC14FDD3089A8591004D5310 /* xmlrole.c */, - DC14FDD4089A8591004D5310 /* xmltok.c */, - ); - name = "XML Parser"; - path = "../../third-party/expat/lib"; - sourceTree = "<group>"; - }; - DC3CC41908A4342900F44C7B /* Products */ = { - isa = PBXGroup; - children = ( - DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */, - DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */, - 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */, - 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */, - ); - name = Products; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */ = { - isa = PBXNativeTarget; - buildConfigurationList = 01FC6CEA0B7B6D65008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Debug" */; - buildPhases = ( - 01FC6CD50B7B6D65008559A1 /* Sources */, - 01FC6CE90B7B6D65008559A1 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "XMPFiles Debug"; - productName = "Debug-static"; - productReference = 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */; - productType = "com.apple.product-type.library.static"; - }; - 01FC6CF20B7B7514008559A1 /* XMPFiles Release */ = { - isa = PBXNativeTarget; - buildConfigurationList = 01FC6D080B7B7514008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Release" */; - buildPhases = ( - 01FC6CF30B7B7514008559A1 /* Sources */, - 01FC6D070B7B7514008559A1 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "XMPFiles Release"; - productName = "Debug-static"; - productReference = 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */; - productType = "com.apple.product-type.library.static"; - }; - DC49326B089A9441003ADAAF /* XMPCore Debug */ = { - isa = PBXNativeTarget; - buildConfigurationList = DC49326D089A9460003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Debug" */; - buildPhases = ( - DC493269089A9441003ADAAF /* Sources */, - DC49326A089A9441003ADAAF /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "XMPCore Debug"; - productName = "Debug-static"; - productReference = DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */; - productType = "com.apple.product-type.library.static"; - }; - DC493293089A9726003ADAAF /* XMPCore Release */ = { - isa = PBXNativeTarget; - buildConfigurationList = DC4932AD089A9726003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Release" */; - buildPhases = ( - DC493295089A9726003ADAAF /* Sources */, - DC4932AC089A9726003ADAAF /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "XMPCore Release"; - productName = "Debug-static"; - productReference = DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 0867D690FE84028FC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 07601E2C085F9443003FEB33 /* Build configuration list for PBXProject "XMPToolkit" */; - hasScannedForEncodings = 1; - mainGroup = 0867D691FE84028FC02AAC07 /* AdobeXMP */; - productRefGroup = 0867D691FE84028FC02AAC07 /* AdobeXMP */; - projectDirPath = ""; - targets = ( - DCF912BC09A3E6970055523F /* Build All */, - DC49326B089A9441003ADAAF /* XMPCore Debug */, - DC493293089A9726003ADAAF /* XMPCore Release */, - 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */, - 01FC6CF20B7B7514008559A1 /* XMPFiles Release */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 01FC6CD50B7B6D65008559A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 01FC6CE80B7B6D65008559A1 /* WXMPFiles.cpp in Sources */, - 01FC6D3D0B7B7789008559A1 /* ID3_Support.cpp in Sources */, - 01FC6D3E0B7B7789008559A1 /* IPTC_Support.cpp in Sources */, - 01FC6D3F0B7B7789008559A1 /* PNG_Support.cpp in Sources */, - 01FC6D400B7B7789008559A1 /* PSIR_FileWriter.cpp in Sources */, - 01FC6D410B7B7789008559A1 /* PSIR_MemoryReader.cpp in Sources */, - 01FC6D420B7B7789008559A1 /* QuickTime_Support.cpp in Sources */, - 01FC6D430B7B7789008559A1 /* Reconcile_Impl.cpp in Sources */, - 01FC6D440B7B7789008559A1 /* ReconcileIPTC.cpp in Sources */, - 01FC6D450B7B7789008559A1 /* ReconcileLegacy.cpp in Sources */, - 01FC6D460B7B7789008559A1 /* ReconcileTIFF.cpp in Sources */, - 01FC6D470B7B7789008559A1 /* RIFF_Support.cpp in Sources */, - 01FC6D490B7B7789008559A1 /* TIFF_FileWriter.cpp in Sources */, - 01FC6D4A0B7B7789008559A1 /* TIFF_MemoryReader.cpp in Sources */, - 01FC6D4B0B7B7789008559A1 /* TIFF_Support.cpp in Sources */, - 01FC6D4C0B7B7789008559A1 /* XMPScanner.cpp in Sources */, - 01FC6D5F0B7B7799008559A1 /* AVI_Handler.cpp in Sources */, - 01FC6D600B7B7799008559A1 /* Basic_Handler.cpp in Sources */, - 01FC6D610B7B7799008559A1 /* InDesign_Handler.cpp in Sources */, - 01FC6D620B7B7799008559A1 /* JPEG_Handler.cpp in Sources */, - 01FC6D640B7B7799008559A1 /* MOV_Handler.cpp in Sources */, - 01FC6D650B7B7799008559A1 /* MP3_Handler.cpp in Sources */, - 01FC6D670B7B7799008559A1 /* MPEG_Handler.cpp in Sources */, - 01FC6D680B7B7799008559A1 /* PNG_Handler.cpp in Sources */, - 01FC6D690B7B7799008559A1 /* PostScript_Handler.cpp in Sources */, - 01FC6D6A0B7B7799008559A1 /* PSD_Handler.cpp in Sources */, - 01FC6D6B0B7B7799008559A1 /* Scanner_Handler.cpp in Sources */, - 01FC6D6D0B7B7799008559A1 /* TIFF_Handler.cpp in Sources */, - 01FC6D6E0B7B7799008559A1 /* Trivial_Handler.cpp in Sources */, - 01FC6D6F0B7B7799008559A1 /* WAV_Handler.cpp in Sources */, - 01FC6D870B7B77D9008559A1 /* WXMPFiles.cpp in Sources */, - 01FC6D880B7B77D9008559A1 /* XMPFiles.cpp in Sources */, - 01FC6D890B7B77D9008559A1 /* XMPFiles_Impl.cpp in Sources */, - 0102D1C70B7B8471001AF6F7 /* MD5.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 01FC6CF30B7B7514008559A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 01FC6D060B7B7514008559A1 /* WXMPFiles.cpp in Sources */, - 01FC6D4E0B7B778A008559A1 /* ID3_Support.cpp in Sources */, - 01FC6D4F0B7B778A008559A1 /* IPTC_Support.cpp in Sources */, - 01FC6D500B7B778A008559A1 /* PNG_Support.cpp in Sources */, - 01FC6D510B7B778A008559A1 /* PSIR_FileWriter.cpp in Sources */, - 01FC6D520B7B778A008559A1 /* PSIR_MemoryReader.cpp in Sources */, - 01FC6D530B7B778A008559A1 /* QuickTime_Support.cpp in Sources */, - 01FC6D540B7B778A008559A1 /* Reconcile_Impl.cpp in Sources */, - 01FC6D550B7B778A008559A1 /* ReconcileIPTC.cpp in Sources */, - 01FC6D560B7B778A008559A1 /* ReconcileLegacy.cpp in Sources */, - 01FC6D570B7B778A008559A1 /* ReconcileTIFF.cpp in Sources */, - 01FC6D580B7B778A008559A1 /* RIFF_Support.cpp in Sources */, - 01FC6D5A0B7B778A008559A1 /* TIFF_FileWriter.cpp in Sources */, - 01FC6D5B0B7B778A008559A1 /* TIFF_MemoryReader.cpp in Sources */, - 01FC6D5C0B7B778A008559A1 /* TIFF_Support.cpp in Sources */, - 01FC6D5D0B7B778A008559A1 /* XMPScanner.cpp in Sources */, - 01FC6D710B7B779A008559A1 /* AVI_Handler.cpp in Sources */, - 01FC6D720B7B779A008559A1 /* Basic_Handler.cpp in Sources */, - 01FC6D730B7B779A008559A1 /* InDesign_Handler.cpp in Sources */, - 01FC6D740B7B779A008559A1 /* JPEG_Handler.cpp in Sources */, - 01FC6D760B7B779A008559A1 /* MOV_Handler.cpp in Sources */, - 01FC6D770B7B779A008559A1 /* MP3_Handler.cpp in Sources */, - 01FC6D790B7B779A008559A1 /* MPEG_Handler.cpp in Sources */, - 01FC6D7A0B7B779A008559A1 /* PNG_Handler.cpp in Sources */, - 01FC6D7B0B7B779A008559A1 /* PostScript_Handler.cpp in Sources */, - 01FC6D7C0B7B779A008559A1 /* PSD_Handler.cpp in Sources */, - 01FC6D7D0B7B779A008559A1 /* Scanner_Handler.cpp in Sources */, - 01FC6D7F0B7B779A008559A1 /* TIFF_Handler.cpp in Sources */, - 01FC6D800B7B779A008559A1 /* Trivial_Handler.cpp in Sources */, - 01FC6D810B7B779A008559A1 /* WAV_Handler.cpp in Sources */, - 01FC6D8A0B7B77DA008559A1 /* WXMPFiles.cpp in Sources */, - 01FC6D8B0B7B77DA008559A1 /* XMPFiles.cpp in Sources */, - 01FC6D8C0B7B77DA008559A1 /* XMPFiles_Impl.cpp in Sources */, - 0102D1C80B7B8472001AF6F7 /* MD5.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC493269089A9441003ADAAF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DC493270089A94CE003ADAAF /* XMPIterator.cpp in Sources */, - DC493271089A94CE003ADAAF /* XMPMeta.cpp in Sources */, - DC493272089A94CE003ADAAF /* XMPMeta-GetSet.cpp in Sources */, - DC493273089A94CE003ADAAF /* XMPMeta-Parse.cpp in Sources */, - DC493274089A94CE003ADAAF /* XMPMeta-Serialize.cpp in Sources */, - DC493275089A94CE003ADAAF /* XMPUtils.cpp in Sources */, - DC49327B089A94E6003ADAAF /* ExpatAdapter.cpp in Sources */, - DC49327D089A94E6003ADAAF /* ParseRDF.cpp in Sources */, - DC49327E089A94E6003ADAAF /* UnicodeConversions.cpp in Sources */, - DC49327F089A94FF003ADAAF /* xmlparse.c in Sources */, - DC493280089A94FF003ADAAF /* xmlrole.c in Sources */, - DC493281089A94FF003ADAAF /* xmltok.c in Sources */, - DC493282089A950C003ADAAF /* WXMPIterator.cpp in Sources */, - DC493283089A950C003ADAAF /* WXMPMeta.cpp in Sources */, - DC493284089A950C003ADAAF /* WXMPUtils.cpp in Sources */, - DCEDFE2509ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */, - 014796520B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */, - 014A2AA20B78FF2C00A80B2A /* MD5.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC493295089A9726003ADAAF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DC493297089A9726003ADAAF /* XMPIterator.cpp in Sources */, - DC493298089A9726003ADAAF /* XMPMeta.cpp in Sources */, - DC493299089A9726003ADAAF /* XMPMeta-GetSet.cpp in Sources */, - DC49329A089A9726003ADAAF /* XMPMeta-Parse.cpp in Sources */, - DC49329B089A9726003ADAAF /* XMPMeta-Serialize.cpp in Sources */, - DC49329C089A9726003ADAAF /* XMPUtils.cpp in Sources */, - DC4932A2089A9726003ADAAF /* ExpatAdapter.cpp in Sources */, - DC4932A4089A9726003ADAAF /* ParseRDF.cpp in Sources */, - DC4932A5089A9726003ADAAF /* UnicodeConversions.cpp in Sources */, - DC4932A6089A9726003ADAAF /* xmlparse.c in Sources */, - DC4932A7089A9726003ADAAF /* xmlrole.c in Sources */, - DC4932A8089A9726003ADAAF /* xmltok.c in Sources */, - DC4932A9089A9726003ADAAF /* WXMPIterator.cpp in Sources */, - DC4932AA089A9726003ADAAF /* WXMPMeta.cpp in Sources */, - DC4932AB089A9726003ADAAF /* WXMPUtils.cpp in Sources */, - DCEDFE2609ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */, - 014796530B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */, - 014A2AA30B78FF2C00A80B2A /* MD5.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 01FC6D900B7B7858008559A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 01FC6CF20B7B7514008559A1 /* XMPFiles Release */; - targetProxy = 01FC6D8F0B7B7858008559A1 /* PBXContainerItemProxy */; - }; - 01FC6D920B7B7858008559A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */; - targetProxy = 01FC6D910B7B7858008559A1 /* PBXContainerItemProxy */; - }; - DCF912BE09A3E6A40055523F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = DC49326B089A9441003ADAAF /* XMPCore Debug */; - targetProxy = DCF912BD09A3E6A40055523F /* PBXContainerItemProxy */; - }; - DCF912C009A3E6A70055523F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = DC493293089A9726003ADAAF /* XMPCore Release */; - targetProxy = DCF912BF09A3E6A70055523F /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 01FC6CEB0B7B6D65008559A1 /* Default */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCE400F80951DAA90040D71F /* XMPToolkit-Debug.xcconfig */; - buildSettings = { - PRODUCT_NAME = XMPFilesStaticDebug; - }; - name = Default; - }; - 01FC6D090B7B7514008559A1 /* Default */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCE400F90951DAA90040D71F /* XMPToolkit-Release.xcconfig */; - buildSettings = { - PRODUCT_NAME = XMPFilesStaticRelease; - }; - name = Default; - }; - 07A256240868DD5F00CA045D /* Default */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCE400F70951DAA90040D71F /* XMPToolkit-Common.xcconfig */; - buildSettings = { - }; - name = Default; - }; - DC49326E089A9460003ADAAF /* Default */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCE400F80951DAA90040D71F /* XMPToolkit-Debug.xcconfig */; - buildSettings = { - PRODUCT_NAME = XMPCoreStaticDebug; - }; - name = Default; - }; - DC4932AE089A9726003ADAAF /* Default */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCE400F90951DAA90040D71F /* XMPToolkit-Release.xcconfig */; - buildSettings = { - PRODUCT_NAME = XMPCoreStaticRelease; - }; - name = Default; - }; - DCF912C209A3E6C60055523F /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "Build All"; - }; - name = Default; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 01FC6CEA0B7B6D65008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Debug" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 01FC6CEB0B7B6D65008559A1 /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - 01FC6D080B7B7514008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Release" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 01FC6D090B7B7514008559A1 /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - 07601E2C085F9443003FEB33 /* Build configuration list for PBXProject "XMPToolkit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 07A256240868DD5F00CA045D /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - DC49326D089A9460003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Debug" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DC49326E089A9460003ADAAF /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - DC4932AD089A9726003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Release" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DC4932AE089A9726003ADAAF /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - DCF912C109A3E6C60055523F /* Build configuration list for PBXAggregateTarget "Build All" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DCF912C209A3E6C60055523F /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; -/* End XCConfigurationList section */ - }; - rootObject = 0867D690FE84028FC02AAC07 /* Project object */; -} diff --git a/build/xcode/XMPToolkit-Common.xcconfig b/build/xcode2/XMPToolkitSDK-Common.xcconfig index 4637c75..1f70b4f 100644 --- a/build/xcode/XMPToolkit-Common.xcconfig +++ b/build/xcode2/XMPToolkitSDK-Common.xcconfig @@ -1,9 +1,9 @@ -PRODUCT_ROOT = ${PROJECT_DIR}/../.. +ROOT = ./../.. -SOURCE_ROOT = ${PRODUCT_ROOT}/source -PUBLIC_ROOT = ${PRODUCT_ROOT}/public +SOURCE_ROOT = ${ROOT}/source +PUBLIC_ROOT = ${ROOT}/public -EXPAT_ROOT = ${PRODUCT_ROOT}/third-party/expat +EXPAT_ROOT = ${ROOT}/third-party/expat SRCROOT = ${SOURCE_ROOT} @@ -32,7 +32,7 @@ SHARED_PRECOMPS_DIR = PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO GCC_PRECOMPILE_PREFIX_HEADER = NO -HEADER_SEARCH_PATHS = ${PROJECT_DIR} ${PUBLIC_ROOT}/include ${SOURCE_ROOT}/XMPCore ${SOURCE_ROOT}/XMPFiles ${SOURCE_ROOT}/common ${EXPAT_ROOT}/lib /Developer/Headers/FlatCarbon +HEADER_SEARCH_PATHS = . ../ ${PUBLIC_ROOT}/include ${SOURCE_ROOT}/XMPCore ${SOURCE_ROOT}/XMPFiles ${SOURCE_ROOT}/XMPFiles/FormatSupport ${SOURCE_ROOT}/common ${EXPAT_ROOT}/lib /Developer/Headers/FlatCarbon COMMON_DEFINES = MAC_ENV=1 HAVE_EXPAT_CONFIG_H=1 XML_STATIC=1 @@ -42,6 +42,7 @@ GCC_SHORT_ENUMS = YES GCC_ONE_BYTE_BOOL = YES GCC_NO_COMMON_BLOCKS = YES GCC_FAST_MATH = YES +GCC_SYMBOLS_PRIVATE_EXTERN = YES GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES GCC_WARN_ABOUT_RETURN_TYPE = YES diff --git a/build/xcode/XMPToolkit-Debug.xcconfig b/build/xcode2/XMPToolkitSDK-Debug.xcconfig index 7297bf4..f1ecb32 100644 --- a/build/xcode/XMPToolkit-Debug.xcconfig +++ b/build/xcode2/XMPToolkitSDK-Debug.xcconfig @@ -1,6 +1,6 @@ BUILD_MODE = debug -OBJROOT = ${PRODUCT_ROOT}/intermediate/macintosh/${BUILD_MODE} +OBJROOT = ${ROOT}/intermediate/macintosh/${BUILD_MODE} SYMROOT = ${PUBLIC_ROOT}/libraries/macintosh/${BUILD_MODE} CONFIGURATION_BUILD_DIR = ${SYMROOT} diff --git a/build/xcode/XMPToolkit-Release.xcconfig b/build/xcode2/XMPToolkitSDK-Release.xcconfig index f60710a..f74a4ca 100644 --- a/build/xcode/XMPToolkit-Release.xcconfig +++ b/build/xcode2/XMPToolkitSDK-Release.xcconfig @@ -1,6 +1,6 @@ BUILD_MODE = release -OBJROOT = ${PRODUCT_ROOT}/intermediate/macintosh/${BUILD_MODE} +OBJROOT = ${ROOT}/intermediate/macintosh/${BUILD_MODE} SYMROOT = ${PUBLIC_ROOT}/libraries/macintosh/${BUILD_MODE} CONFIGURATION_BUILD_DIR = ${SYMROOT} diff --git a/build/xcode2/XMPToolkitSDK.xcodeproj/project.pbxproj b/build/xcode2/XMPToolkitSDK.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e3f322f --- /dev/null +++ b/build/xcode2/XMPToolkitSDK.xcodeproj/project.pbxproj @@ -0,0 +1,988 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXAggregateTarget section */ + DCF912BC09A3E6970055523F /* Build All */ = { + isa = PBXAggregateTarget; + buildConfigurationList = DCF912C109A3E6C60055523F /* Build configuration list for PBXAggregateTarget "Build All" */; + buildPhases = ( + ); + dependencies = ( + DCF912BE09A3E6A40055523F /* PBXTargetDependency */, + DCF912C009A3E6A70055523F /* PBXTargetDependency */, + 01FC6D920B7B7858008559A1 /* PBXTargetDependency */, + 01FC6D900B7B7858008559A1 /* PBXTargetDependency */, + ); + name = "Build All"; + productName = "Build All"; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 0102D1C70B7B8471001AF6F7 /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; + 0102D1C80B7B8472001AF6F7 /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; + 011127FF0E5C549500114B41 /* ASF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011127FE0E5C549400114B41 /* ASF_Handler.cpp */; }; + 011128000E5C549500114B41 /* ASF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011127FE0E5C549400114B41 /* ASF_Handler.cpp */; }; + 011128010E5C549500114B41 /* ASF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011127FE0E5C549400114B41 /* ASF_Handler.cpp */; }; + 011128020E5C549500114B41 /* ASF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011127FE0E5C549400114B41 /* ASF_Handler.cpp */; }; + 011128040E5C54A000114B41 /* ASF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011128030E5C54A000114B41 /* ASF_Support.cpp */; }; + 011128050E5C54A000114B41 /* ASF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011128030E5C54A000114B41 /* ASF_Support.cpp */; }; + 011128060E5C54A000114B41 /* ASF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011128030E5C54A000114B41 /* ASF_Support.cpp */; }; + 011128070E5C54A000114B41 /* ASF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011128030E5C54A000114B41 /* ASF_Support.cpp */; }; + 014796520B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */; }; + 014796530B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */; }; + 014A2AA20B78FF2C00A80B2A /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; + 014A2AA30B78FF2C00A80B2A /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 014A2AA10B78FF1400A80B2A /* MD5.cpp */; }; + 019024C30E34DB86000FC1F0 /* AVCHD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AC0E34DB86000FC1F0 /* AVCHD_Handler.cpp */; }; + 019024C40E34DB86000FC1F0 /* AVI_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AD0E34DB86000FC1F0 /* AVI_Handler.cpp */; }; + 019024C50E34DB86000FC1F0 /* Basic_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AE0E34DB86000FC1F0 /* Basic_Handler.cpp */; }; + 019024C60E34DB86000FC1F0 /* FLV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AF0E34DB86000FC1F0 /* FLV_Handler.cpp */; }; + 019024C80E34DB86000FC1F0 /* InDesign_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B10E34DB86000FC1F0 /* InDesign_Handler.cpp */; }; + 019024C90E34DB86000FC1F0 /* JPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B20E34DB86000FC1F0 /* JPEG_Handler.cpp */; }; + 019024CA0E34DB86000FC1F0 /* MOV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B30E34DB86000FC1F0 /* MOV_Handler.cpp */; }; + 019024CB0E34DB86000FC1F0 /* MP3_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B40E34DB86000FC1F0 /* MP3_Handler.cpp */; }; + 019024CC0E34DB86000FC1F0 /* MPEG2_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B50E34DB86000FC1F0 /* MPEG2_Handler.cpp */; }; + 019024CD0E34DB86000FC1F0 /* MPEG4_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B60E34DB86000FC1F0 /* MPEG4_Handler.cpp */; }; + 019024CE0E34DB86000FC1F0 /* P2_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B70E34DB86000FC1F0 /* P2_Handler.cpp */; }; + 019024CF0E34DB86000FC1F0 /* PNG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B80E34DB86000FC1F0 /* PNG_Handler.cpp */; }; + 019024D00E34DB86000FC1F0 /* PostScript_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B90E34DB86000FC1F0 /* PostScript_Handler.cpp */; }; + 019024D10E34DB86000FC1F0 /* PSD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BA0E34DB86000FC1F0 /* PSD_Handler.cpp */; }; + 019024D20E34DB86000FC1F0 /* Scanner_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BB0E34DB86000FC1F0 /* Scanner_Handler.cpp */; }; + 019024D30E34DB86000FC1F0 /* SonyHDV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BC0E34DB86000FC1F0 /* SonyHDV_Handler.cpp */; }; + 019024D40E34DB86000FC1F0 /* TIFF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BD0E34DB86000FC1F0 /* TIFF_Handler.cpp */; }; + 019024D50E34DB86000FC1F0 /* Trivial_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BE0E34DB86000FC1F0 /* Trivial_Handler.cpp */; }; + 019024D60E34DB86000FC1F0 /* UCF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BF0E34DB86000FC1F0 /* UCF_Handler.cpp */; }; + 019024D70E34DB86000FC1F0 /* WAV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C00E34DB86000FC1F0 /* WAV_Handler.cpp */; }; + 019024D80E34DB86000FC1F0 /* XDCAM_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C10E34DB86000FC1F0 /* XDCAM_Handler.cpp */; }; + 019024D90E34DB86000FC1F0 /* XDCAMEX_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C20E34DB86000FC1F0 /* XDCAMEX_Handler.cpp */; }; + 019024DA0E34DB86000FC1F0 /* AVCHD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AC0E34DB86000FC1F0 /* AVCHD_Handler.cpp */; }; + 019024DB0E34DB86000FC1F0 /* AVI_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AD0E34DB86000FC1F0 /* AVI_Handler.cpp */; }; + 019024DC0E34DB86000FC1F0 /* Basic_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AE0E34DB86000FC1F0 /* Basic_Handler.cpp */; }; + 019024DD0E34DB86000FC1F0 /* FLV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024AF0E34DB86000FC1F0 /* FLV_Handler.cpp */; }; + 019024DF0E34DB86000FC1F0 /* InDesign_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B10E34DB86000FC1F0 /* InDesign_Handler.cpp */; }; + 019024E00E34DB86000FC1F0 /* JPEG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B20E34DB86000FC1F0 /* JPEG_Handler.cpp */; }; + 019024E10E34DB86000FC1F0 /* MOV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B30E34DB86000FC1F0 /* MOV_Handler.cpp */; }; + 019024E20E34DB86000FC1F0 /* MP3_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B40E34DB86000FC1F0 /* MP3_Handler.cpp */; }; + 019024E30E34DB86000FC1F0 /* MPEG2_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B50E34DB86000FC1F0 /* MPEG2_Handler.cpp */; }; + 019024E40E34DB86000FC1F0 /* MPEG4_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B60E34DB86000FC1F0 /* MPEG4_Handler.cpp */; }; + 019024E50E34DB86000FC1F0 /* P2_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B70E34DB86000FC1F0 /* P2_Handler.cpp */; }; + 019024E60E34DB86000FC1F0 /* PNG_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B80E34DB86000FC1F0 /* PNG_Handler.cpp */; }; + 019024E70E34DB86000FC1F0 /* PostScript_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024B90E34DB86000FC1F0 /* PostScript_Handler.cpp */; }; + 019024E80E34DB86000FC1F0 /* PSD_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BA0E34DB86000FC1F0 /* PSD_Handler.cpp */; }; + 019024E90E34DB86000FC1F0 /* Scanner_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BB0E34DB86000FC1F0 /* Scanner_Handler.cpp */; }; + 019024EA0E34DB86000FC1F0 /* SonyHDV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BC0E34DB86000FC1F0 /* SonyHDV_Handler.cpp */; }; + 019024EB0E34DB86000FC1F0 /* TIFF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BD0E34DB86000FC1F0 /* TIFF_Handler.cpp */; }; + 019024EC0E34DB86000FC1F0 /* Trivial_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BE0E34DB86000FC1F0 /* Trivial_Handler.cpp */; }; + 019024ED0E34DB86000FC1F0 /* UCF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024BF0E34DB86000FC1F0 /* UCF_Handler.cpp */; }; + 019024EE0E34DB86000FC1F0 /* WAV_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C00E34DB86000FC1F0 /* WAV_Handler.cpp */; }; + 019024EF0E34DB86000FC1F0 /* XDCAM_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C10E34DB86000FC1F0 /* XDCAM_Handler.cpp */; }; + 019024F00E34DB86000FC1F0 /* XDCAMEX_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019024C20E34DB86000FC1F0 /* XDCAMEX_Handler.cpp */; }; + 0190251D0E34DC7E000FC1F0 /* ID3_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025080E34DC7E000FC1F0 /* ID3_Support.cpp */; }; + 0190251E0E34DC7E000FC1F0 /* IPTC_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025090E34DC7E000FC1F0 /* IPTC_Support.cpp */; }; + 019025200E34DC7E000FC1F0 /* PNG_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250B0E34DC7E000FC1F0 /* PNG_Support.cpp */; }; + 019025210E34DC7E000FC1F0 /* PSIR_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250C0E34DC7E000FC1F0 /* PSIR_FileWriter.cpp */; }; + 019025220E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250D0E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp */; }; + 019025230E34DC7E000FC1F0 /* QuickTime_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250E0E34DC7E000FC1F0 /* QuickTime_Support.cpp */; }; + 019025240E34DC7E000FC1F0 /* Reconcile_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250F0E34DC7E000FC1F0 /* Reconcile_Impl.cpp */; }; + 019025250E34DC7E000FC1F0 /* ReconcileIPTC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025100E34DC7E000FC1F0 /* ReconcileIPTC.cpp */; }; + 019025260E34DC7E000FC1F0 /* ReconcileLegacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025110E34DC7E000FC1F0 /* ReconcileLegacy.cpp */; }; + 019025270E34DC7E000FC1F0 /* ReconcileTIFF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025120E34DC7E000FC1F0 /* ReconcileTIFF.cpp */; }; + 019025280E34DC7E000FC1F0 /* RIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025130E34DC7E000FC1F0 /* RIFF_Support.cpp */; }; + 019025290E34DC7E000FC1F0 /* TIFF_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025150E34DC7E000FC1F0 /* TIFF_FileWriter.cpp */; }; + 0190252A0E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025160E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp */; }; + 0190252B0E34DC7E000FC1F0 /* XDCAM_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025170E34DC7E000FC1F0 /* XDCAM_Support.cpp */; }; + 0190252C0E34DC7E000FC1F0 /* TIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025190E34DC7E000FC1F0 /* TIFF_Support.cpp */; }; + 0190252D0E34DC7E000FC1F0 /* XMPScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190251A0E34DC7E000FC1F0 /* XMPScanner.cpp */; }; + 019025300E34DC7E000FC1F0 /* ID3_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025080E34DC7E000FC1F0 /* ID3_Support.cpp */; }; + 019025310E34DC7E000FC1F0 /* IPTC_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025090E34DC7E000FC1F0 /* IPTC_Support.cpp */; }; + 019025330E34DC7E000FC1F0 /* PNG_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250B0E34DC7E000FC1F0 /* PNG_Support.cpp */; }; + 019025340E34DC7E000FC1F0 /* PSIR_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250C0E34DC7E000FC1F0 /* PSIR_FileWriter.cpp */; }; + 019025350E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250D0E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp */; }; + 019025360E34DC7E000FC1F0 /* QuickTime_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250E0E34DC7E000FC1F0 /* QuickTime_Support.cpp */; }; + 019025370E34DC7E000FC1F0 /* Reconcile_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190250F0E34DC7E000FC1F0 /* Reconcile_Impl.cpp */; }; + 019025380E34DC7E000FC1F0 /* ReconcileIPTC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025100E34DC7E000FC1F0 /* ReconcileIPTC.cpp */; }; + 019025390E34DC7E000FC1F0 /* ReconcileLegacy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025110E34DC7E000FC1F0 /* ReconcileLegacy.cpp */; }; + 0190253A0E34DC7E000FC1F0 /* ReconcileTIFF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025120E34DC7E000FC1F0 /* ReconcileTIFF.cpp */; }; + 0190253B0E34DC7E000FC1F0 /* RIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025130E34DC7E000FC1F0 /* RIFF_Support.cpp */; }; + 0190253C0E34DC7E000FC1F0 /* TIFF_FileWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025150E34DC7E000FC1F0 /* TIFF_FileWriter.cpp */; }; + 0190253D0E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025160E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp */; }; + 0190253E0E34DC7E000FC1F0 /* XDCAM_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025170E34DC7E000FC1F0 /* XDCAM_Support.cpp */; }; + 0190253F0E34DC7E000FC1F0 /* TIFF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 019025190E34DC7E000FC1F0 /* TIFF_Support.cpp */; }; + 019025400E34DC7E000FC1F0 /* XMPScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0190251A0E34DC7E000FC1F0 /* XMPScanner.cpp */; }; + 01C07CA40E39E43E00029382 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B20E38CC2500E7002F /* adler32.c */; }; + 01C07CA50E39E43E00029382 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B50E38CC9100E7002F /* compress.c */; }; + 01C07CA60E39E43E00029382 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B80E38CCC700E7002F /* crc32.c */; }; + 01C07CA70E39E43E00029382 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B90E38CCC700E7002F /* deflate.c */; }; + 01C07CA80E39E43E00029382 /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BA0E38CCC700E7002F /* gzio.c */; }; + 01C07CA90E39E43E00029382 /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BB0E38CCC700E7002F /* infback.c */; }; + 01C07CAA0E39E43E00029382 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BC0E38CCC700E7002F /* inffast.c */; }; + 01C07CAB0E39E43E00029382 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BD0E38CCC700E7002F /* inflate.c */; }; + 01C07CAC0E39E43E00029382 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BE0E38CCC700E7002F /* inftrees.c */; }; + 01C07CAD0E39E43E00029382 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BF0E38CCC700E7002F /* trees.c */; }; + 01C07CAE0E39E43E00029382 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977C00E38CCC700E7002F /* uncompr.c */; }; + 01C07CAF0E39E43E00029382 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977C10E38CCC700E7002F /* zutil.c */; }; + 01C07CB10E39E44000029382 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B20E38CC2500E7002F /* adler32.c */; }; + 01C07CB20E39E44000029382 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B50E38CC9100E7002F /* compress.c */; }; + 01C07CB30E39E44000029382 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B80E38CCC700E7002F /* crc32.c */; }; + 01C07CB40E39E44000029382 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977B90E38CCC700E7002F /* deflate.c */; }; + 01C07CB50E39E44000029382 /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BA0E38CCC700E7002F /* gzio.c */; }; + 01C07CB60E39E44000029382 /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BB0E38CCC700E7002F /* infback.c */; }; + 01C07CB70E39E44000029382 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BC0E38CCC700E7002F /* inffast.c */; }; + 01C07CB80E39E44000029382 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BD0E38CCC700E7002F /* inflate.c */; }; + 01C07CB90E39E44000029382 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BE0E38CCC700E7002F /* inftrees.c */; }; + 01C07CBA0E39E44000029382 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977BF0E38CCC700E7002F /* trees.c */; }; + 01C07CBB0E39E44000029382 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977C00E38CCC700E7002F /* uncompr.c */; }; + 01C07CBC0E39E44000029382 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977C10E38CCC700E7002F /* zutil.c */; }; + 01C07CD40E39E70200029382 /* SWF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C07CD30E39E70200029382 /* SWF_Handler.cpp */; }; + 01C07CD50E39E70200029382 /* SWF_Handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C07CD30E39E70200029382 /* SWF_Handler.cpp */; }; + 01FC6D870B7B77D9008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */; }; + 01FC6D880B7B77D9008559A1 /* XMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */; }; + 01FC6D890B7B77D9008559A1 /* XMPFiles_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */; }; + 01FC6D8A0B7B77DA008559A1 /* WXMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */; }; + 01FC6D8B0B7B77DA008559A1 /* XMPFiles.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */; }; + 01FC6D8C0B7B77DA008559A1 /* XMPFiles_Impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */; }; + 2E1977270E38B99800E7002F /* XML_Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977260E38B99800E7002F /* XML_Node.cpp */; }; + 2E1977280E38B99800E7002F /* XML_Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977260E38B99800E7002F /* XML_Node.cpp */; }; + 2E1977290E38B99800E7002F /* XML_Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977260E38B99800E7002F /* XML_Node.cpp */; }; + 2E19772A0E38B99800E7002F /* XML_Node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977260E38B99800E7002F /* XML_Node.cpp */; }; + 2E19772D0E38B9DB00E7002F /* LargeFileAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E19772C0E38B9DB00E7002F /* LargeFileAccess.cpp */; }; + 2E19772E0E38B9DB00E7002F /* LargeFileAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E19772C0E38B9DB00E7002F /* LargeFileAccess.cpp */; }; + 2E1977300E38B9ED00E7002F /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E19772F0E38B9ED00E7002F /* UnicodeConversions.cpp */; }; + 2E1977310E38B9ED00E7002F /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E19772F0E38B9ED00E7002F /* UnicodeConversions.cpp */; }; + 2E1977390E38BB5B00E7002F /* SWF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977380E38BB5B00E7002F /* SWF_Support.cpp */; }; + 2E19773A0E38BB5B00E7002F /* SWF_Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977380E38BB5B00E7002F /* SWF_Support.cpp */; }; + 2E1977D80E38CD5E00E7002F /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977D70E38CD5E00E7002F /* MD5.cpp */; }; + 2E1977D90E38CD5E00E7002F /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E1977D70E38CD5E00E7002F /* MD5.cpp */; }; + DC493270089A94CE003ADAAF /* XMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E46085F950A003FEB33 /* XMPIterator.cpp */; }; + DC493271089A94CE003ADAAF /* XMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E47085F950A003FEB33 /* XMPMeta.cpp */; }; + DC493272089A94CE003ADAAF /* XMPMeta-GetSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */; }; + DC493273089A94CE003ADAAF /* XMPMeta-Parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */; }; + DC493274089A94CE003ADAAF /* XMPMeta-Serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */; }; + DC493275089A94CE003ADAAF /* XMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E48085F950A003FEB33 /* XMPUtils.cpp */; }; + DC49327B089A94E6003ADAAF /* ExpatAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */; }; + DC49327D089A94E6003ADAAF /* ParseRDF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E75085F9791003FEB33 /* ParseRDF.cpp */; }; + DC49327E089A94E6003ADAAF /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */; }; + DC49327F089A94FF003ADAAF /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD2089A8591004D5310 /* xmlparse.c */; }; + DC493280089A94FF003ADAAF /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD3089A8591004D5310 /* xmlrole.c */; }; + DC493281089A94FF003ADAAF /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD4089A8591004D5310 /* xmltok.c */; }; + DC493282089A950C003ADAAF /* WXMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */; }; + DC493283089A950C003ADAAF /* WXMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */; }; + DC493284089A950C003ADAAF /* WXMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */; }; + DC493297089A9726003ADAAF /* XMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E46085F950A003FEB33 /* XMPIterator.cpp */; }; + DC493298089A9726003ADAAF /* XMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E47085F950A003FEB33 /* XMPMeta.cpp */; }; + DC493299089A9726003ADAAF /* XMPMeta-GetSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */; }; + DC49329A089A9726003ADAAF /* XMPMeta-Parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */; }; + DC49329B089A9726003ADAAF /* XMPMeta-Serialize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */; }; + DC49329C089A9726003ADAAF /* XMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E48085F950A003FEB33 /* XMPUtils.cpp */; }; + DC4932A2089A9726003ADAAF /* ExpatAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */; }; + DC4932A4089A9726003ADAAF /* ParseRDF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E75085F9791003FEB33 /* ParseRDF.cpp */; }; + DC4932A5089A9726003ADAAF /* UnicodeConversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */; }; + DC4932A6089A9726003ADAAF /* xmlparse.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD2089A8591004D5310 /* xmlparse.c */; }; + DC4932A7089A9726003ADAAF /* xmlrole.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD3089A8591004D5310 /* xmlrole.c */; }; + DC4932A8089A9726003ADAAF /* xmltok.c in Sources */ = {isa = PBXBuildFile; fileRef = DC14FDD4089A8591004D5310 /* xmltok.c */; }; + DC4932A9089A9726003ADAAF /* WXMPIterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */; }; + DC4932AA089A9726003ADAAF /* WXMPMeta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */; }; + DC4932AB089A9726003ADAAF /* WXMPUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */; }; + DCEDFE2509ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */; }; + DCEDFE2609ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01FC6D8F0B7B7858008559A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01FC6CF20B7B7514008559A1; + remoteInfo = "XMPFiles Release"; + }; + 01FC6D910B7B7858008559A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01FC6CD40B7B6D65008559A1; + remoteInfo = "XMPFiles Debug"; + }; + DCF912BD09A3E6A40055523F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC49326B089A9441003ADAAF; + remoteInfo = "XMPCore Debug"; + }; + DCF912BF09A3E6A70055523F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC493293089A9726003ADAAF; + remoteInfo = "XMPCore Release"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 011127FE0E5C549400114B41 /* ASF_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ASF_Handler.cpp; sourceTree = "<group>"; }; + 011128030E5C54A000114B41 /* ASF_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ASF_Support.cpp; sourceTree = "<group>"; }; + 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPCore_Impl.cpp; sourceTree = "<group>"; }; + 014A2AA10B78FF1400A80B2A /* MD5.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MD5.cpp; path = "../../third-party/MD5/MD5.cpp"; sourceTree = "<group>"; }; + 019024AC0E34DB86000FC1F0 /* AVCHD_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AVCHD_Handler.cpp; sourceTree = "<group>"; }; + 019024AD0E34DB86000FC1F0 /* AVI_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AVI_Handler.cpp; sourceTree = "<group>"; }; + 019024AE0E34DB86000FC1F0 /* Basic_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Basic_Handler.cpp; sourceTree = "<group>"; }; + 019024AF0E34DB86000FC1F0 /* FLV_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FLV_Handler.cpp; sourceTree = "<group>"; }; + 019024B10E34DB86000FC1F0 /* InDesign_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InDesign_Handler.cpp; sourceTree = "<group>"; }; + 019024B20E34DB86000FC1F0 /* JPEG_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JPEG_Handler.cpp; sourceTree = "<group>"; }; + 019024B30E34DB86000FC1F0 /* MOV_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MOV_Handler.cpp; sourceTree = "<group>"; }; + 019024B40E34DB86000FC1F0 /* MP3_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MP3_Handler.cpp; sourceTree = "<group>"; }; + 019024B50E34DB86000FC1F0 /* MPEG2_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MPEG2_Handler.cpp; sourceTree = "<group>"; }; + 019024B60E34DB86000FC1F0 /* MPEG4_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MPEG4_Handler.cpp; sourceTree = "<group>"; }; + 019024B70E34DB86000FC1F0 /* P2_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = P2_Handler.cpp; sourceTree = "<group>"; }; + 019024B80E34DB86000FC1F0 /* PNG_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PNG_Handler.cpp; sourceTree = "<group>"; }; + 019024B90E34DB86000FC1F0 /* PostScript_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PostScript_Handler.cpp; sourceTree = "<group>"; }; + 019024BA0E34DB86000FC1F0 /* PSD_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PSD_Handler.cpp; sourceTree = "<group>"; }; + 019024BB0E34DB86000FC1F0 /* Scanner_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Scanner_Handler.cpp; sourceTree = "<group>"; }; + 019024BC0E34DB86000FC1F0 /* SonyHDV_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SonyHDV_Handler.cpp; sourceTree = "<group>"; }; + 019024BD0E34DB86000FC1F0 /* TIFF_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TIFF_Handler.cpp; sourceTree = "<group>"; }; + 019024BE0E34DB86000FC1F0 /* Trivial_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Trivial_Handler.cpp; sourceTree = "<group>"; }; + 019024BF0E34DB86000FC1F0 /* UCF_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UCF_Handler.cpp; sourceTree = "<group>"; }; + 019024C00E34DB86000FC1F0 /* WAV_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WAV_Handler.cpp; sourceTree = "<group>"; }; + 019024C10E34DB86000FC1F0 /* XDCAM_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XDCAM_Handler.cpp; sourceTree = "<group>"; }; + 019024C20E34DB86000FC1F0 /* XDCAMEX_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XDCAMEX_Handler.cpp; sourceTree = "<group>"; }; + 019025080E34DC7E000FC1F0 /* ID3_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ID3_Support.cpp; sourceTree = "<group>"; }; + 019025090E34DC7E000FC1F0 /* IPTC_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IPTC_Support.cpp; sourceTree = "<group>"; }; + 0190250B0E34DC7E000FC1F0 /* PNG_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PNG_Support.cpp; sourceTree = "<group>"; }; + 0190250C0E34DC7E000FC1F0 /* PSIR_FileWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PSIR_FileWriter.cpp; sourceTree = "<group>"; }; + 0190250D0E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PSIR_MemoryReader.cpp; sourceTree = "<group>"; }; + 0190250E0E34DC7E000FC1F0 /* QuickTime_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QuickTime_Support.cpp; sourceTree = "<group>"; }; + 0190250F0E34DC7E000FC1F0 /* Reconcile_Impl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Reconcile_Impl.cpp; sourceTree = "<group>"; }; + 019025100E34DC7E000FC1F0 /* ReconcileIPTC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReconcileIPTC.cpp; sourceTree = "<group>"; }; + 019025110E34DC7E000FC1F0 /* ReconcileLegacy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReconcileLegacy.cpp; sourceTree = "<group>"; }; + 019025120E34DC7E000FC1F0 /* ReconcileTIFF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReconcileTIFF.cpp; sourceTree = "<group>"; }; + 019025130E34DC7E000FC1F0 /* RIFF_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RIFF_Support.cpp; sourceTree = "<group>"; }; + 019025150E34DC7E000FC1F0 /* TIFF_FileWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TIFF_FileWriter.cpp; sourceTree = "<group>"; }; + 019025160E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TIFF_MemoryReader.cpp; sourceTree = "<group>"; }; + 019025170E34DC7E000FC1F0 /* XDCAM_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XDCAM_Support.cpp; sourceTree = "<group>"; }; + 019025190E34DC7E000FC1F0 /* TIFF_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TIFF_Support.cpp; sourceTree = "<group>"; }; + 0190251A0E34DC7E000FC1F0 /* XMPScanner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XMPScanner.cpp; sourceTree = "<group>"; }; + 01C07CD30E39E70200029382 /* SWF_Handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SWF_Handler.cpp; sourceTree = "<group>"; }; + 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPFilesStaticDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPFilesStaticRelease.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = WXMPFiles.cpp; path = ../../source/XMPFiles/WXMPFiles.cpp; sourceTree = "<group>"; }; + 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = XMPFiles.cpp; path = ../../source/XMPFiles/XMPFiles.cpp; sourceTree = "<group>"; }; + 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = XMPFiles_Impl.cpp; path = ../../source/XMPFiles/XMPFiles_Impl.cpp; sourceTree = "<group>"; }; + 07601E46085F950A003FEB33 /* XMPIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPIterator.cpp; sourceTree = "<group>"; }; + 07601E47085F950A003FEB33 /* XMPMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPMeta.cpp; sourceTree = "<group>"; }; + 07601E48085F950A003FEB33 /* XMPUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XMPUtils.cpp; sourceTree = "<group>"; }; + 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExpatAdapter.cpp; sourceTree = "<group>"; }; + 07601E75085F9791003FEB33 /* ParseRDF.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ParseRDF.cpp; sourceTree = "<group>"; }; + 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = UnicodeConversions.cpp; path = ../common/UnicodeConversions.cpp; sourceTree = "<group>"; }; + 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPIterator.cpp; sourceTree = "<group>"; }; + 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPMeta.cpp; sourceTree = "<group>"; }; + 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WXMPUtils.cpp; sourceTree = "<group>"; }; + 2E19771D0E38B74F00E7002F /* XML_Node.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; name = XML_Node.cpp; path = ../common/XML_Node.cpp; sourceTree = "<group>"; }; + 2E19771E0E38B8A400E7002F /* expat_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = expat_config.h; path = ../../../build/xcode2/expat_config.h; sourceTree = "<group>"; }; + 2E1977260E38B99800E7002F /* XML_Node.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XML_Node.cpp; sourceTree = "<group>"; }; + 2E19772C0E38B9DB00E7002F /* LargeFileAccess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LargeFileAccess.cpp; sourceTree = "<group>"; }; + 2E19772F0E38B9ED00E7002F /* UnicodeConversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UnicodeConversions.cpp; sourceTree = "<group>"; }; + 2E1977380E38BB5B00E7002F /* SWF_Support.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SWF_Support.cpp; sourceTree = "<group>"; }; + 2E1977B20E38CC2500E7002F /* adler32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = "../../third-party/zlib/adler32.c"; sourceTree = "<group>"; }; + 2E1977B50E38CC9100E7002F /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; }; + 2E1977B80E38CCC700E7002F /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = "<group>"; }; + 2E1977B90E38CCC700E7002F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = "<group>"; }; + 2E1977BA0E38CCC700E7002F /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; }; + 2E1977BB0E38CCC700E7002F /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = "<group>"; }; + 2E1977BC0E38CCC700E7002F /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = "<group>"; }; + 2E1977BD0E38CCC700E7002F /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = "<group>"; }; + 2E1977BE0E38CCC700E7002F /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = "<group>"; }; + 2E1977BF0E38CCC700E7002F /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = "<group>"; }; + 2E1977C00E38CCC700E7002F /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = "<group>"; }; + 2E1977C10E38CCC700E7002F /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; }; + 2E1977D70E38CD5E00E7002F /* MD5.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MD5.cpp; path = MD5/MD5.cpp; sourceTree = "<group>"; }; + DC14FDD2089A8591004D5310 /* xmlparse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmlparse.c; sourceTree = "<group>"; }; + DC14FDD3089A8591004D5310 /* xmlrole.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmlrole.c; sourceTree = "<group>"; }; + DC14FDD4089A8591004D5310 /* xmltok.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xmltok.c; sourceTree = "<group>"; }; + DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPCoreStaticDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libXMPCoreStaticRelease.a; sourceTree = BUILT_PRODUCTS_DIR; }; + DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-GetSet.cpp"; sourceTree = "<group>"; }; + DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-Parse.cpp"; sourceTree = "<group>"; }; + DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPMeta-Serialize.cpp"; sourceTree = "<group>"; }; + DCE400F70951DAA90040D71F /* XMPToolkitSDK-Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkitSDK-Common.xcconfig"; sourceTree = "<group>"; }; + DCE400F80951DAA90040D71F /* XMPToolkitSDK-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkitSDK-Debug.xcconfig"; sourceTree = "<group>"; }; + DCE400F90951DAA90040D71F /* XMPToolkitSDK-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = "XMPToolkitSDK-Release.xcconfig"; sourceTree = "<group>"; }; + DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "XMPUtils-FileInfo.cpp"; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01FC6CE90B7B6D65008559A1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01FC6D070B7B7514008559A1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DC49326A089A9441003ADAAF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DC4932AC089A9726003ADAAF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 014A2AB10B79001E00A80B2A /* XMPFiles */ = { + isa = PBXGroup; + children = ( + 2E1977190E38B61B00E7002F /* common */, + 01FC6CED0B7B7458008559A1 /* FileHandlers */, + 01FC6CEE0B7B7462008559A1 /* FormatSupport */, + 2E19773B0E38BB7E00E7002F /* third-party */, + ); + name = XMPFiles; + sourceTree = "<group>"; + }; + 01C07CBE0E39E4B100029382 /* MD5 */ = { + isa = PBXGroup; + children = ( + 014A2AA10B78FF1400A80B2A /* MD5.cpp */, + ); + name = MD5; + sourceTree = "<group>"; + }; + 01FC6CED0B7B7458008559A1 /* FileHandlers */ = { + isa = PBXGroup; + children = ( + 011127FE0E5C549400114B41 /* ASF_Handler.cpp */, + 01C07CD30E39E70200029382 /* SWF_Handler.cpp */, + 019024AC0E34DB86000FC1F0 /* AVCHD_Handler.cpp */, + 019024AD0E34DB86000FC1F0 /* AVI_Handler.cpp */, + 019024AE0E34DB86000FC1F0 /* Basic_Handler.cpp */, + 019024AF0E34DB86000FC1F0 /* FLV_Handler.cpp */, + 019024B10E34DB86000FC1F0 /* InDesign_Handler.cpp */, + 019024B20E34DB86000FC1F0 /* JPEG_Handler.cpp */, + 019024B30E34DB86000FC1F0 /* MOV_Handler.cpp */, + 019024B40E34DB86000FC1F0 /* MP3_Handler.cpp */, + 019024B50E34DB86000FC1F0 /* MPEG2_Handler.cpp */, + 019024B60E34DB86000FC1F0 /* MPEG4_Handler.cpp */, + 019024B70E34DB86000FC1F0 /* P2_Handler.cpp */, + 019024B80E34DB86000FC1F0 /* PNG_Handler.cpp */, + 019024B90E34DB86000FC1F0 /* PostScript_Handler.cpp */, + 019024BA0E34DB86000FC1F0 /* PSD_Handler.cpp */, + 019024BB0E34DB86000FC1F0 /* Scanner_Handler.cpp */, + 019024BC0E34DB86000FC1F0 /* SonyHDV_Handler.cpp */, + 019024BD0E34DB86000FC1F0 /* TIFF_Handler.cpp */, + 019024BE0E34DB86000FC1F0 /* Trivial_Handler.cpp */, + 019024BF0E34DB86000FC1F0 /* UCF_Handler.cpp */, + 019024C00E34DB86000FC1F0 /* WAV_Handler.cpp */, + 019024C10E34DB86000FC1F0 /* XDCAM_Handler.cpp */, + 019024C20E34DB86000FC1F0 /* XDCAMEX_Handler.cpp */, + ); + name = FileHandlers; + path = ../../source/XMPFiles/FileHandlers; + sourceTree = "<group>"; + }; + 01FC6CEE0B7B7462008559A1 /* FormatSupport */ = { + isa = PBXGroup; + children = ( + 011128030E5C54A000114B41 /* ASF_Support.cpp */, + 019025080E34DC7E000FC1F0 /* ID3_Support.cpp */, + 019025090E34DC7E000FC1F0 /* IPTC_Support.cpp */, + 0190250B0E34DC7E000FC1F0 /* PNG_Support.cpp */, + 0190250C0E34DC7E000FC1F0 /* PSIR_FileWriter.cpp */, + 0190250D0E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp */, + 0190250E0E34DC7E000FC1F0 /* QuickTime_Support.cpp */, + 0190250F0E34DC7E000FC1F0 /* Reconcile_Impl.cpp */, + 019025100E34DC7E000FC1F0 /* ReconcileIPTC.cpp */, + 019025110E34DC7E000FC1F0 /* ReconcileLegacy.cpp */, + 019025120E34DC7E000FC1F0 /* ReconcileTIFF.cpp */, + 019025130E34DC7E000FC1F0 /* RIFF_Support.cpp */, + 2E1977380E38BB5B00E7002F /* SWF_Support.cpp */, + 019025150E34DC7E000FC1F0 /* TIFF_FileWriter.cpp */, + 019025160E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp */, + 019025190E34DC7E000FC1F0 /* TIFF_Support.cpp */, + 019025170E34DC7E000FC1F0 /* XDCAM_Support.cpp */, + 0190251A0E34DC7E000FC1F0 /* XMPScanner.cpp */, + ); + name = FormatSupport; + path = ../../source/XMPFiles/FormatSupport; + sourceTree = "<group>"; + }; + 07601E35085F945B003FEB33 /* Build Files */ = { + isa = PBXGroup; + children = ( + DCE400F70951DAA90040D71F /* XMPToolkitSDK-Common.xcconfig */, + DCE400F80951DAA90040D71F /* XMPToolkitSDK-Debug.xcconfig */, + DCE400F90951DAA90040D71F /* XMPToolkitSDK-Release.xcconfig */, + ); + name = "Build Files"; + sourceTree = "<group>"; + }; + 07601E3C085F9484003FEB33 /* ABI Wrappers */ = { + isa = PBXGroup; + children = ( + 07601E89085F9A39003FEB33 /* WXMPIterator.cpp */, + 07601E8A085F9A39003FEB33 /* WXMPMeta.cpp */, + 07601E8B085F9A39003FEB33 /* WXMPUtils.cpp */, + ); + name = "ABI Wrappers"; + sourceTree = "<group>"; + }; + 07601E40085F949B003FEB33 /* Utilities */ = { + isa = PBXGroup; + children = ( + 07601E73085F9791003FEB33 /* ExpatAdapter.cpp */, + 07601E75085F9791003FEB33 /* ParseRDF.cpp */, + 07601E76085F9791003FEB33 /* UnicodeConversions.cpp */, + 2E19771D0E38B74F00E7002F /* XML_Node.cpp */, + ); + name = Utilities; + sourceTree = "<group>"; + }; + 07601E42085F94A2003FEB33 /* XMPCore */ = { + isa = PBXGroup; + children = ( + 07601E3C085F9484003FEB33 /* ABI Wrappers */, + 2E19771A0E38B64D00E7002F /* Third Party */, + 2E19771B0E38B66300E7002F /* Toolkit Core */, + 07601E40085F949B003FEB33 /* Utilities */, + ); + name = XMPCore; + path = ../../source/XMPCore; + sourceTree = "<group>"; + }; + 0867D691FE84028FC02AAC07 /* AdobeXMP */ = { + isa = PBXGroup; + children = ( + 07601E42085F94A2003FEB33 /* XMPCore */, + 014A2AB10B79001E00A80B2A /* XMPFiles */, + 07601E35085F945B003FEB33 /* Build Files */, + DC3CC41908A4342900F44C7B /* Products */, + ); + name = AdobeXMP; + sourceTree = "<group>"; + }; + 2E1977190E38B61B00E7002F /* common */ = { + isa = PBXGroup; + children = ( + 2E19772C0E38B9DB00E7002F /* LargeFileAccess.cpp */, + 2E19772F0E38B9ED00E7002F /* UnicodeConversions.cpp */, + 01FC6D840B7B77C1008559A1 /* WXMPFiles.cpp */, + 2E1977260E38B99800E7002F /* XML_Node.cpp */, + 01FC6D850B7B77C1008559A1 /* XMPFiles.cpp */, + 01FC6D860B7B77C1008559A1 /* XMPFiles_Impl.cpp */, + ); + name = common; + path = ../../source/common; + sourceTree = "<group>"; + }; + 2E19771A0E38B64D00E7002F /* Third Party */ = { + isa = PBXGroup; + children = ( + 01C07CBE0E39E4B100029382 /* MD5 */, + DC14FDC2089A84F0004D5310 /* Expat */, + ); + name = "Third Party"; + sourceTree = "<group>"; + }; + 2E19771B0E38B66300E7002F /* Toolkit Core */ = { + isa = PBXGroup; + children = ( + 014796510B776899007CF8F4 /* XMPCore_Impl.cpp */, + 07601E46085F950A003FEB33 /* XMPIterator.cpp */, + DC87E517089960DB000A7ADF /* XMPMeta-GetSet.cpp */, + DC87E518089960DB000A7ADF /* XMPMeta-Parse.cpp */, + DC87E519089960DB000A7ADF /* XMPMeta-Serialize.cpp */, + 07601E47085F950A003FEB33 /* XMPMeta.cpp */, + DCEDFE2409ACBECF00D86460 /* XMPUtils-FileInfo.cpp */, + 07601E48085F950A003FEB33 /* XMPUtils.cpp */, + ); + name = "Toolkit Core"; + sourceTree = "<group>"; + }; + 2E19773B0E38BB7E00E7002F /* third-party */ = { + isa = PBXGroup; + children = ( + 2E1977D60E38CD3F00E7002F /* MD5 */, + 2E1977B00E38CBB700E7002F /* zlib */, + ); + name = "third-party"; + path = "../../third-party"; + sourceTree = "<group>"; + }; + 2E1977B00E38CBB700E7002F /* zlib */ = { + isa = PBXGroup; + children = ( + 2E1977B20E38CC2500E7002F /* adler32.c */, + 2E1977B50E38CC9100E7002F /* compress.c */, + 2E1977B80E38CCC700E7002F /* crc32.c */, + 2E1977B90E38CCC700E7002F /* deflate.c */, + 2E1977BA0E38CCC700E7002F /* gzio.c */, + 2E1977BB0E38CCC700E7002F /* infback.c */, + 2E1977BC0E38CCC700E7002F /* inffast.c */, + 2E1977BD0E38CCC700E7002F /* inflate.c */, + 2E1977BE0E38CCC700E7002F /* inftrees.c */, + 2E1977BF0E38CCC700E7002F /* trees.c */, + 2E1977C00E38CCC700E7002F /* uncompr.c */, + 2E1977C10E38CCC700E7002F /* zutil.c */, + ); + path = zlib; + sourceTree = "<group>"; + }; + 2E1977D60E38CD3F00E7002F /* MD5 */ = { + isa = PBXGroup; + children = ( + 2E1977D70E38CD5E00E7002F /* MD5.cpp */, + ); + name = MD5; + sourceTree = "<group>"; + }; + DC14FDC2089A84F0004D5310 /* Expat */ = { + isa = PBXGroup; + children = ( + 2E19771E0E38B8A400E7002F /* expat_config.h */, + DC14FDD2089A8591004D5310 /* xmlparse.c */, + DC14FDD3089A8591004D5310 /* xmlrole.c */, + DC14FDD4089A8591004D5310 /* xmltok.c */, + ); + name = Expat; + path = "../../third-party/expat/lib"; + sourceTree = "<group>"; + }; + DC3CC41908A4342900F44C7B /* Products */ = { + isa = PBXGroup; + children = ( + DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */, + DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */, + 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */, + 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */, + ); + name = Products; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01FC6CEA0B7B6D65008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Debug" */; + buildPhases = ( + 01FC6CD50B7B6D65008559A1 /* Sources */, + 01FC6CE90B7B6D65008559A1 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "XMPFiles Debug"; + productName = "Debug-static"; + productReference = 01FC6CEC0B7B6D65008559A1 /* libXMPFilesStaticDebug.a */; + productType = "com.apple.product-type.library.static"; + }; + 01FC6CF20B7B7514008559A1 /* XMPFiles Release */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01FC6D080B7B7514008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Release" */; + buildPhases = ( + 01FC6CF30B7B7514008559A1 /* Sources */, + 01FC6D070B7B7514008559A1 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "XMPFiles Release"; + productName = "Debug-static"; + productReference = 01FC6D0A0B7B7514008559A1 /* libXMPFilesStaticRelease.a */; + productType = "com.apple.product-type.library.static"; + }; + DC49326B089A9441003ADAAF /* XMPCore Debug */ = { + isa = PBXNativeTarget; + buildConfigurationList = DC49326D089A9460003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Debug" */; + buildPhases = ( + DC493269089A9441003ADAAF /* Sources */, + DC49326A089A9441003ADAAF /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "XMPCore Debug"; + productName = "Debug-static"; + productReference = DC49326C089A9441003ADAAF /* libXMPCoreStaticDebug.a */; + productType = "com.apple.product-type.library.static"; + }; + DC493293089A9726003ADAAF /* XMPCore Release */ = { + isa = PBXNativeTarget; + buildConfigurationList = DC4932AD089A9726003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Release" */; + buildPhases = ( + DC493295089A9726003ADAAF /* Sources */, + DC4932AC089A9726003ADAAF /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "XMPCore Release"; + productName = "Debug-static"; + productReference = DC4932B0089A9726003ADAAF /* libXMPCoreStaticRelease.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0867D690FE84028FC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 07601E2C085F9443003FEB33 /* Build configuration list for PBXProject "XMPToolkitSDK" */; + compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 0867D691FE84028FC02AAC07 /* AdobeXMP */; + productRefGroup = 0867D691FE84028FC02AAC07 /* AdobeXMP */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + DCF912BC09A3E6970055523F /* Build All */, + DC49326B089A9441003ADAAF /* XMPCore Debug */, + DC493293089A9726003ADAAF /* XMPCore Release */, + 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */, + 01FC6CF20B7B7514008559A1 /* XMPFiles Release */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 01FC6CD50B7B6D65008559A1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01FC6D870B7B77D9008559A1 /* WXMPFiles.cpp in Sources */, + 01FC6D880B7B77D9008559A1 /* XMPFiles.cpp in Sources */, + 01FC6D890B7B77D9008559A1 /* XMPFiles_Impl.cpp in Sources */, + 0102D1C70B7B8471001AF6F7 /* MD5.cpp in Sources */, + 019024DA0E34DB86000FC1F0 /* AVCHD_Handler.cpp in Sources */, + 019024DB0E34DB86000FC1F0 /* AVI_Handler.cpp in Sources */, + 019024DC0E34DB86000FC1F0 /* Basic_Handler.cpp in Sources */, + 019024DD0E34DB86000FC1F0 /* FLV_Handler.cpp in Sources */, + 019024DF0E34DB86000FC1F0 /* InDesign_Handler.cpp in Sources */, + 019024E00E34DB86000FC1F0 /* JPEG_Handler.cpp in Sources */, + 019024E10E34DB86000FC1F0 /* MOV_Handler.cpp in Sources */, + 019024E20E34DB86000FC1F0 /* MP3_Handler.cpp in Sources */, + 019024E30E34DB86000FC1F0 /* MPEG2_Handler.cpp in Sources */, + 019024E40E34DB86000FC1F0 /* MPEG4_Handler.cpp in Sources */, + 019024E50E34DB86000FC1F0 /* P2_Handler.cpp in Sources */, + 019024E60E34DB86000FC1F0 /* PNG_Handler.cpp in Sources */, + 019024E70E34DB86000FC1F0 /* PostScript_Handler.cpp in Sources */, + 019024E80E34DB86000FC1F0 /* PSD_Handler.cpp in Sources */, + 019024E90E34DB86000FC1F0 /* Scanner_Handler.cpp in Sources */, + 019024EA0E34DB86000FC1F0 /* SonyHDV_Handler.cpp in Sources */, + 019024EB0E34DB86000FC1F0 /* TIFF_Handler.cpp in Sources */, + 019024EC0E34DB86000FC1F0 /* Trivial_Handler.cpp in Sources */, + 019024ED0E34DB86000FC1F0 /* UCF_Handler.cpp in Sources */, + 019024EE0E34DB86000FC1F0 /* WAV_Handler.cpp in Sources */, + 019024EF0E34DB86000FC1F0 /* XDCAM_Handler.cpp in Sources */, + 019024F00E34DB86000FC1F0 /* XDCAMEX_Handler.cpp in Sources */, + 019025300E34DC7E000FC1F0 /* ID3_Support.cpp in Sources */, + 019025310E34DC7E000FC1F0 /* IPTC_Support.cpp in Sources */, + 019025330E34DC7E000FC1F0 /* PNG_Support.cpp in Sources */, + 019025340E34DC7E000FC1F0 /* PSIR_FileWriter.cpp in Sources */, + 019025350E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp in Sources */, + 019025360E34DC7E000FC1F0 /* QuickTime_Support.cpp in Sources */, + 019025370E34DC7E000FC1F0 /* Reconcile_Impl.cpp in Sources */, + 019025380E34DC7E000FC1F0 /* ReconcileIPTC.cpp in Sources */, + 019025390E34DC7E000FC1F0 /* ReconcileLegacy.cpp in Sources */, + 0190253A0E34DC7E000FC1F0 /* ReconcileTIFF.cpp in Sources */, + 0190253B0E34DC7E000FC1F0 /* RIFF_Support.cpp in Sources */, + 0190253C0E34DC7E000FC1F0 /* TIFF_FileWriter.cpp in Sources */, + 0190253D0E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp in Sources */, + 0190253E0E34DC7E000FC1F0 /* XDCAM_Support.cpp in Sources */, + 0190253F0E34DC7E000FC1F0 /* TIFF_Support.cpp in Sources */, + 019025400E34DC7E000FC1F0 /* XMPScanner.cpp in Sources */, + 2E1977290E38B99800E7002F /* XML_Node.cpp in Sources */, + 2E19772D0E38B9DB00E7002F /* LargeFileAccess.cpp in Sources */, + 2E1977300E38B9ED00E7002F /* UnicodeConversions.cpp in Sources */, + 2E1977390E38BB5B00E7002F /* SWF_Support.cpp in Sources */, + 2E1977D80E38CD5E00E7002F /* MD5.cpp in Sources */, + 01C07CA40E39E43E00029382 /* adler32.c in Sources */, + 01C07CA50E39E43E00029382 /* compress.c in Sources */, + 01C07CA60E39E43E00029382 /* crc32.c in Sources */, + 01C07CA70E39E43E00029382 /* deflate.c in Sources */, + 01C07CA80E39E43E00029382 /* gzio.c in Sources */, + 01C07CA90E39E43E00029382 /* infback.c in Sources */, + 01C07CAA0E39E43E00029382 /* inffast.c in Sources */, + 01C07CAB0E39E43E00029382 /* inflate.c in Sources */, + 01C07CAC0E39E43E00029382 /* inftrees.c in Sources */, + 01C07CAD0E39E43E00029382 /* trees.c in Sources */, + 01C07CAE0E39E43E00029382 /* uncompr.c in Sources */, + 01C07CAF0E39E43E00029382 /* zutil.c in Sources */, + 01C07CD40E39E70200029382 /* SWF_Handler.cpp in Sources */, + 011128000E5C549500114B41 /* ASF_Handler.cpp in Sources */, + 011128050E5C54A000114B41 /* ASF_Support.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01FC6CF30B7B7514008559A1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01FC6D8A0B7B77DA008559A1 /* WXMPFiles.cpp in Sources */, + 01FC6D8B0B7B77DA008559A1 /* XMPFiles.cpp in Sources */, + 01FC6D8C0B7B77DA008559A1 /* XMPFiles_Impl.cpp in Sources */, + 0102D1C80B7B8472001AF6F7 /* MD5.cpp in Sources */, + 019024C30E34DB86000FC1F0 /* AVCHD_Handler.cpp in Sources */, + 019024C40E34DB86000FC1F0 /* AVI_Handler.cpp in Sources */, + 019024C50E34DB86000FC1F0 /* Basic_Handler.cpp in Sources */, + 019024C60E34DB86000FC1F0 /* FLV_Handler.cpp in Sources */, + 019024C80E34DB86000FC1F0 /* InDesign_Handler.cpp in Sources */, + 019024C90E34DB86000FC1F0 /* JPEG_Handler.cpp in Sources */, + 019024CA0E34DB86000FC1F0 /* MOV_Handler.cpp in Sources */, + 019024CB0E34DB86000FC1F0 /* MP3_Handler.cpp in Sources */, + 019024CC0E34DB86000FC1F0 /* MPEG2_Handler.cpp in Sources */, + 019024CD0E34DB86000FC1F0 /* MPEG4_Handler.cpp in Sources */, + 019024CE0E34DB86000FC1F0 /* P2_Handler.cpp in Sources */, + 019024CF0E34DB86000FC1F0 /* PNG_Handler.cpp in Sources */, + 019024D00E34DB86000FC1F0 /* PostScript_Handler.cpp in Sources */, + 019024D10E34DB86000FC1F0 /* PSD_Handler.cpp in Sources */, + 019024D20E34DB86000FC1F0 /* Scanner_Handler.cpp in Sources */, + 019024D30E34DB86000FC1F0 /* SonyHDV_Handler.cpp in Sources */, + 019024D40E34DB86000FC1F0 /* TIFF_Handler.cpp in Sources */, + 019024D50E34DB86000FC1F0 /* Trivial_Handler.cpp in Sources */, + 019024D60E34DB86000FC1F0 /* UCF_Handler.cpp in Sources */, + 019024D70E34DB86000FC1F0 /* WAV_Handler.cpp in Sources */, + 019024D80E34DB86000FC1F0 /* XDCAM_Handler.cpp in Sources */, + 019024D90E34DB86000FC1F0 /* XDCAMEX_Handler.cpp in Sources */, + 0190251D0E34DC7E000FC1F0 /* ID3_Support.cpp in Sources */, + 0190251E0E34DC7E000FC1F0 /* IPTC_Support.cpp in Sources */, + 019025200E34DC7E000FC1F0 /* PNG_Support.cpp in Sources */, + 019025210E34DC7E000FC1F0 /* PSIR_FileWriter.cpp in Sources */, + 019025220E34DC7E000FC1F0 /* PSIR_MemoryReader.cpp in Sources */, + 019025230E34DC7E000FC1F0 /* QuickTime_Support.cpp in Sources */, + 019025240E34DC7E000FC1F0 /* Reconcile_Impl.cpp in Sources */, + 019025250E34DC7E000FC1F0 /* ReconcileIPTC.cpp in Sources */, + 019025260E34DC7E000FC1F0 /* ReconcileLegacy.cpp in Sources */, + 019025270E34DC7E000FC1F0 /* ReconcileTIFF.cpp in Sources */, + 019025280E34DC7E000FC1F0 /* RIFF_Support.cpp in Sources */, + 019025290E34DC7E000FC1F0 /* TIFF_FileWriter.cpp in Sources */, + 0190252A0E34DC7E000FC1F0 /* TIFF_MemoryReader.cpp in Sources */, + 0190252B0E34DC7E000FC1F0 /* XDCAM_Support.cpp in Sources */, + 0190252C0E34DC7E000FC1F0 /* TIFF_Support.cpp in Sources */, + 0190252D0E34DC7E000FC1F0 /* XMPScanner.cpp in Sources */, + 2E19772A0E38B99800E7002F /* XML_Node.cpp in Sources */, + 2E19772E0E38B9DB00E7002F /* LargeFileAccess.cpp in Sources */, + 2E1977310E38B9ED00E7002F /* UnicodeConversions.cpp in Sources */, + 2E19773A0E38BB5B00E7002F /* SWF_Support.cpp in Sources */, + 2E1977D90E38CD5E00E7002F /* MD5.cpp in Sources */, + 01C07CB10E39E44000029382 /* adler32.c in Sources */, + 01C07CB20E39E44000029382 /* compress.c in Sources */, + 01C07CB30E39E44000029382 /* crc32.c in Sources */, + 01C07CB40E39E44000029382 /* deflate.c in Sources */, + 01C07CB50E39E44000029382 /* gzio.c in Sources */, + 01C07CB60E39E44000029382 /* infback.c in Sources */, + 01C07CB70E39E44000029382 /* inffast.c in Sources */, + 01C07CB80E39E44000029382 /* inflate.c in Sources */, + 01C07CB90E39E44000029382 /* inftrees.c in Sources */, + 01C07CBA0E39E44000029382 /* trees.c in Sources */, + 01C07CBB0E39E44000029382 /* uncompr.c in Sources */, + 01C07CBC0E39E44000029382 /* zutil.c in Sources */, + 01C07CD50E39E70200029382 /* SWF_Handler.cpp in Sources */, + 011127FF0E5C549500114B41 /* ASF_Handler.cpp in Sources */, + 011128040E5C54A000114B41 /* ASF_Support.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DC493269089A9441003ADAAF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DC493270089A94CE003ADAAF /* XMPIterator.cpp in Sources */, + DC493271089A94CE003ADAAF /* XMPMeta.cpp in Sources */, + DC493272089A94CE003ADAAF /* XMPMeta-GetSet.cpp in Sources */, + DC493273089A94CE003ADAAF /* XMPMeta-Parse.cpp in Sources */, + DC493274089A94CE003ADAAF /* XMPMeta-Serialize.cpp in Sources */, + DC493275089A94CE003ADAAF /* XMPUtils.cpp in Sources */, + DC49327B089A94E6003ADAAF /* ExpatAdapter.cpp in Sources */, + DC49327D089A94E6003ADAAF /* ParseRDF.cpp in Sources */, + DC49327E089A94E6003ADAAF /* UnicodeConversions.cpp in Sources */, + DC49327F089A94FF003ADAAF /* xmlparse.c in Sources */, + DC493280089A94FF003ADAAF /* xmlrole.c in Sources */, + DC493281089A94FF003ADAAF /* xmltok.c in Sources */, + DC493282089A950C003ADAAF /* WXMPIterator.cpp in Sources */, + DC493283089A950C003ADAAF /* WXMPMeta.cpp in Sources */, + DC493284089A950C003ADAAF /* WXMPUtils.cpp in Sources */, + DCEDFE2509ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */, + 014796520B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */, + 014A2AA20B78FF2C00A80B2A /* MD5.cpp in Sources */, + 2E1977280E38B99800E7002F /* XML_Node.cpp in Sources */, + 011128020E5C549500114B41 /* ASF_Handler.cpp in Sources */, + 011128070E5C54A000114B41 /* ASF_Support.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DC493295089A9726003ADAAF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DC493297089A9726003ADAAF /* XMPIterator.cpp in Sources */, + DC493298089A9726003ADAAF /* XMPMeta.cpp in Sources */, + DC493299089A9726003ADAAF /* XMPMeta-GetSet.cpp in Sources */, + DC49329A089A9726003ADAAF /* XMPMeta-Parse.cpp in Sources */, + DC49329B089A9726003ADAAF /* XMPMeta-Serialize.cpp in Sources */, + DC49329C089A9726003ADAAF /* XMPUtils.cpp in Sources */, + DC4932A2089A9726003ADAAF /* ExpatAdapter.cpp in Sources */, + DC4932A4089A9726003ADAAF /* ParseRDF.cpp in Sources */, + DC4932A5089A9726003ADAAF /* UnicodeConversions.cpp in Sources */, + DC4932A6089A9726003ADAAF /* xmlparse.c in Sources */, + DC4932A7089A9726003ADAAF /* xmlrole.c in Sources */, + DC4932A8089A9726003ADAAF /* xmltok.c in Sources */, + DC4932A9089A9726003ADAAF /* WXMPIterator.cpp in Sources */, + DC4932AA089A9726003ADAAF /* WXMPMeta.cpp in Sources */, + DC4932AB089A9726003ADAAF /* WXMPUtils.cpp in Sources */, + DCEDFE2609ACBECF00D86460 /* XMPUtils-FileInfo.cpp in Sources */, + 014796530B776899007CF8F4 /* XMPCore_Impl.cpp in Sources */, + 014A2AA30B78FF2C00A80B2A /* MD5.cpp in Sources */, + 2E1977270E38B99800E7002F /* XML_Node.cpp in Sources */, + 011128010E5C549500114B41 /* ASF_Handler.cpp in Sources */, + 011128060E5C54A000114B41 /* ASF_Support.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01FC6D900B7B7858008559A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01FC6CF20B7B7514008559A1 /* XMPFiles Release */; + targetProxy = 01FC6D8F0B7B7858008559A1 /* PBXContainerItemProxy */; + }; + 01FC6D920B7B7858008559A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01FC6CD40B7B6D65008559A1 /* XMPFiles Debug */; + targetProxy = 01FC6D910B7B7858008559A1 /* PBXContainerItemProxy */; + }; + DCF912BE09A3E6A40055523F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = DC49326B089A9441003ADAAF /* XMPCore Debug */; + targetProxy = DCF912BD09A3E6A40055523F /* PBXContainerItemProxy */; + }; + DCF912C009A3E6A70055523F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = DC493293089A9726003ADAAF /* XMPCore Release */; + targetProxy = DCF912BF09A3E6A70055523F /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 01FC6CEB0B7B6D65008559A1 /* Default */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCE400F80951DAA90040D71F /* XMPToolkitSDK-Debug.xcconfig */; + buildSettings = { + PRODUCT_NAME = XMPFilesStaticDebug; + }; + name = Default; + }; + 01FC6D090B7B7514008559A1 /* Default */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCE400F90951DAA90040D71F /* XMPToolkitSDK-Release.xcconfig */; + buildSettings = { + PRODUCT_NAME = XMPFilesStaticRelease; + }; + name = Default; + }; + 07A256240868DD5F00CA045D /* Default */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCE400F70951DAA90040D71F /* XMPToolkitSDK-Common.xcconfig */; + buildSettings = { + }; + name = Default; + }; + DC49326E089A9460003ADAAF /* Default */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCE400F80951DAA90040D71F /* XMPToolkitSDK-Debug.xcconfig */; + buildSettings = { + PRODUCT_NAME = XMPCoreStaticDebug; + }; + name = Default; + }; + DC4932AE089A9726003ADAAF /* Default */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DCE400F90951DAA90040D71F /* XMPToolkitSDK-Release.xcconfig */; + buildSettings = { + PRODUCT_NAME = XMPCoreStaticRelease; + }; + name = Default; + }; + DCF912C209A3E6C60055523F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "Build All"; + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01FC6CEA0B7B6D65008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Debug" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01FC6CEB0B7B6D65008559A1 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 01FC6D080B7B7514008559A1 /* Build configuration list for PBXNativeTarget "XMPFiles Release" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01FC6D090B7B7514008559A1 /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 07601E2C085F9443003FEB33 /* Build configuration list for PBXProject "XMPToolkitSDK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 07A256240868DD5F00CA045D /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + DC49326D089A9460003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Debug" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DC49326E089A9460003ADAAF /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + DC4932AD089A9726003ADAAF /* Build configuration list for PBXNativeTarget "XMPCore Release" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DC4932AE089A9726003ADAAF /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + DCF912C109A3E6C60055523F /* Build configuration list for PBXAggregateTarget "Build All" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DCF912C209A3E6C60055523F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0867D690FE84028FC02AAC07 /* Project object */; +} diff --git a/build/xcode/expat_config.h b/build/xcode2/expat_config.h index a21de6e..a21de6e 100644 --- a/build/xcode/expat_config.h +++ b/build/xcode2/expat_config.h |