// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 621F147D15CAF9A7002E2C2E /* vhmsg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 621F147C15CAF9A7002E2C2E /* vhmsg.cpp */; }; 621F147F15CAF9AD002E2C2E /* vhmsg.h in Headers */ = {isa = PBXBuildFile; fileRef = 621F147E15CAF9AD002E2C2E /* vhmsg.h */; }; 621F148115CAFA67002E2C2E /* vhcl.h in Headers */ = {isa = PBXBuildFile; fileRef = 621F148015CAFA67002E2C2E /* vhcl.h */; }; 621F148315CAFA75002E2C2E /* vhcl_public.h in Headers */ = {isa = PBXBuildFile; fileRef = 621F148215CAFA75002E2C2E /* vhcl_public.h */; }; 621F149015CB45C3002E2C2E /* HttpUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 621F148D15CB45C3002E2C2E /* HttpUtility.cpp */; }; 621F149115CB45C3002E2C2E /* HttpUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 621F148E15CB45C3002E2C2E /* HttpUtility.h */; }; 621F149215CB45C3002E2C2E /* vhmsg-tt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 621F148F15CB45C3002E2C2E /* vhmsg-tt.cpp */; }; 621F149515CB45D3002E2C2E /* vhmsg-tt.h in Headers */ = {isa = PBXBuildFile; fileRef = 621F149415CB45D3002E2C2E /* vhmsg-tt.h */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 621F146F15CAF958002E2C2E /* libvhmsg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libvhmsg.a; sourceTree = BUILT_PRODUCTS_DIR; }; 621F147C15CAF9A7002E2C2E /* vhmsg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vhmsg.cpp; path = src/vhmsg.cpp; sourceTree = ""; }; 621F147E15CAF9AD002E2C2E /* vhmsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vhmsg.h; path = include/vhmsg.h; sourceTree = ""; }; 621F148015CAFA67002E2C2E /* vhcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vhcl.h; path = ../../vhcl/include/vhcl.h; sourceTree = ""; }; 621F148215CAFA75002E2C2E /* vhcl_public.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vhcl_public.h; path = ../../vhcl/include/vhcl_public.h; sourceTree = ""; }; 621F148D15CB45C3002E2C2E /* HttpUtility.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HttpUtility.cpp; path = src/HttpUtility.cpp; sourceTree = ""; }; 621F148E15CB45C3002E2C2E /* HttpUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HttpUtility.h; path = src/HttpUtility.h; sourceTree = ""; }; 621F148F15CB45C3002E2C2E /* vhmsg-tt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "vhmsg-tt.cpp"; path = "src/vhmsg-tt.cpp"; sourceTree = ""; }; 621F149415CB45D3002E2C2E /* vhmsg-tt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "vhmsg-tt.h"; path = "include/vhmsg-tt.h"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 621F146C15CAF958002E2C2E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 621F146415CAF958002E2C2E = { isa = PBXGroup; children = ( 621F148D15CB45C3002E2C2E /* HttpUtility.cpp */, 621F148E15CB45C3002E2C2E /* HttpUtility.h */, 621F148015CAFA67002E2C2E /* vhcl.h */, 621F148215CAFA75002E2C2E /* vhcl_public.h */, 621F148F15CB45C3002E2C2E /* vhmsg-tt.cpp */, 621F149415CB45D3002E2C2E /* vhmsg-tt.h */, 621F147C15CAF9A7002E2C2E /* vhmsg.cpp */, 621F147E15CAF9AD002E2C2E /* vhmsg.h */, 621F147015CAF958002E2C2E /* Products */, ); sourceTree = ""; }; 621F147015CAF958002E2C2E /* Products */ = { isa = PBXGroup; children = ( 621F146F15CAF958002E2C2E /* libvhmsg.a */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 621F146D15CAF958002E2C2E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 621F147F15CAF9AD002E2C2E /* vhmsg.h in Headers */, 621F148115CAFA67002E2C2E /* vhcl.h in Headers */, 621F148315CAFA75002E2C2E /* vhcl_public.h in Headers */, 621F149115CB45C3002E2C2E /* HttpUtility.h in Headers */, 621F149515CB45D3002E2C2E /* vhmsg-tt.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 621F146E15CAF958002E2C2E /* vhmsg */ = { isa = PBXNativeTarget; buildConfigurationList = 621F147315CAF958002E2C2E /* Build configuration list for PBXNativeTarget "vhmsg" */; buildPhases = ( 621F146B15CAF958002E2C2E /* Sources */, 621F146C15CAF958002E2C2E /* Frameworks */, 621F146D15CAF958002E2C2E /* Headers */, ); buildRules = ( ); dependencies = ( ); name = vhmsg; productName = vhmsg; productReference = 621F146F15CAF958002E2C2E /* libvhmsg.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 621F146615CAF958002E2C2E /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0440; ORGANIZATIONNAME = ICT/USC; }; buildConfigurationList = 621F146915CAF958002E2C2E /* Build configuration list for PBXProject "vhmsg" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 621F146415CAF958002E2C2E; productRefGroup = 621F147015CAF958002E2C2E /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 621F146E15CAF958002E2C2E /* vhmsg */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 621F146B15CAF958002E2C2E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 621F147D15CAF9A7002E2C2E /* vhmsg.cpp in Sources */, 621F149015CB45C3002E2C2E /* HttpUtility.cpp in Sources */, 621F149215CB45C3002E2C2E /* vhmsg-tt.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 621F147115CAF958002E2C2E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEPLOYMENT_LOCATION = YES; DSTROOT = ../../../build; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; INSTALL_PATH = /lib; MACOSX_DEPLOYMENT_TARGET = 10.7; SDKROOT = macosx; }; name = Debug; }; 621F147215CAF958002E2C2E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEPLOYMENT_LOCATION = YES; DSTROOT = ../../../build; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; INSTALL_PATH = /lib; MACOSX_DEPLOYMENT_TARGET = 10.7; SDKROOT = macosx; }; name = Release; }; 621F147415CAF958002E2C2E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; HEADER_SEARCH_PATHS = "../../activemq/activemq-cpp/src/main"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 621F147515CAF958002E2C2E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; HEADER_SEARCH_PATHS = "../../activemq/activemq-cpp/src/main"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 621F146915CAF958002E2C2E /* Build configuration list for PBXProject "vhmsg" */ = { isa = XCConfigurationList; buildConfigurations = ( 621F147115CAF958002E2C2E /* Debug */, 621F147215CAF958002E2C2E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 621F147315CAF958002E2C2E /* Build configuration list for PBXNativeTarget "vhmsg" */ = { isa = XCConfigurationList; buildConfigurations = ( 621F147415CAF958002E2C2E /* Debug */, 621F147515CAF958002E2C2E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 621F146615CAF958002E2C2E /* Project object */; }