mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-16 06:05:49 -06:00
338 lines
16 KiB
Text
338 lines
16 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
340C80271D44F5AD00B2FD7D /* CSYoutubeStreamService.m in Sources */ = {isa = PBXBuildFile; fileRef = 340C80261D44F5AD00B2FD7D /* CSYoutubeStreamService.m */; };
|
|
340C802B1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 340C80291D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.m */; };
|
|
340C802C1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 340C802A1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.xib */; };
|
|
3473D2A11D4E562400842EEE /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3473D2A01D4E562400842EEE /* Media.xcassets */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
340C80071D44722000B2FD7D /* CSYoutubeStreamServicePlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CSYoutubeStreamServicePlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
340C800A1D44722000B2FD7D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
340C80161D44742900B2FD7D /* CSPluginServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPluginServices.h; path = PluginHeaders/CSPluginServices.h; sourceTree = "<group>"; };
|
|
340C80171D44742900B2FD7D /* CSIOSurfaceLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSIOSurfaceLayer.h; path = PluginHeaders/CSIOSurfaceLayer.h; sourceTree = "<group>"; };
|
|
340C80181D44742900B2FD7D /* CSPcmPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPcmPlayer.h; path = PluginHeaders/CSPcmPlayer.h; sourceTree = "<group>"; };
|
|
340C80191D44742900B2FD7D /* CAMultiAudioPCM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CAMultiAudioPCM.h; path = PluginHeaders/CAMultiAudioPCM.h; sourceTree = "<group>"; };
|
|
340C801A1D44742900B2FD7D /* CSAbstractCaptureDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSAbstractCaptureDevice.h; path = PluginHeaders/CSAbstractCaptureDevice.h; sourceTree = "<group>"; };
|
|
340C801B1D44742900B2FD7D /* CSTextCaptureBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSTextCaptureBase.h; path = PluginHeaders/CSTextCaptureBase.h; sourceTree = "<group>"; };
|
|
340C801C1D44742900B2FD7D /* CSTextCaptureViewControllerBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSTextCaptureViewControllerBase.h; path = PluginHeaders/CSTextCaptureViewControllerBase.h; sourceTree = "<group>"; };
|
|
340C801D1D44742900B2FD7D /* CSCaptureBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureBase.h; path = PluginHeaders/CSCaptureBase.h; sourceTree = "<group>"; };
|
|
340C801E1D44742900B2FD7D /* CSCaptureSourceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSCaptureSourceProtocol.h; path = PluginHeaders/CSCaptureSourceProtocol.h; sourceTree = "<group>"; };
|
|
340C801F1D44742900B2FD7D /* CSStreamServiceProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSStreamServiceProtocol.h; path = PluginHeaders/CSStreamServiceProtocol.h; sourceTree = "<group>"; };
|
|
340C80201D44742900B2FD7D /* CSPluginFactoryProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSPluginFactoryProtocol.h; path = PluginHeaders/CSPluginFactoryProtocol.h; sourceTree = "<group>"; };
|
|
340C80211D44742900B2FD7D /* CSExtraPluginProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSExtraPluginProtocol.h; path = PluginHeaders/CSExtraPluginProtocol.h; sourceTree = "<group>"; };
|
|
340C80221D44742900B2FD7D /* CSOauth2Authenticator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSOauth2Authenticator.h; path = PluginHeaders/CSOauth2Authenticator.h; sourceTree = "<group>"; };
|
|
340C80231D44742900B2FD7D /* CSNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSNotifications.h; path = PluginHeaders/CSNotifications.h; sourceTree = "<group>"; };
|
|
340C80251D44F5AD00B2FD7D /* CSYoutubeStreamService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSYoutubeStreamService.h; sourceTree = "<group>"; };
|
|
340C80261D44F5AD00B2FD7D /* CSYoutubeStreamService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSYoutubeStreamService.m; sourceTree = "<group>"; };
|
|
340C80281D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSYoutubeStreamServiceViewController.h; sourceTree = "<group>"; };
|
|
340C80291D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSYoutubeStreamServiceViewController.m; sourceTree = "<group>"; };
|
|
340C802A1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CSYoutubeStreamServiceViewController.xib; sourceTree = "<group>"; };
|
|
3473D2A01D4E562400842EEE /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Media.xcassets; path = CSYoutubeStreamServicePlugin/Media.xcassets; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
340C80041D44722000B2FD7D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
340C7FFE1D44722000B2FD7D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3473D2A01D4E562400842EEE /* Media.xcassets */,
|
|
340C80241D44742900B2FD7D /* PluginHeaders */,
|
|
340C80091D44722000B2FD7D /* CSYoutubeStreamServicePlugin */,
|
|
340C80081D44722000B2FD7D /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
340C80081D44722000B2FD7D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
340C80071D44722000B2FD7D /* CSYoutubeStreamServicePlugin.bundle */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
340C80091D44722000B2FD7D /* CSYoutubeStreamServicePlugin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
340C800A1D44722000B2FD7D /* Info.plist */,
|
|
340C80251D44F5AD00B2FD7D /* CSYoutubeStreamService.h */,
|
|
340C80261D44F5AD00B2FD7D /* CSYoutubeStreamService.m */,
|
|
340C80281D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.h */,
|
|
340C80291D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.m */,
|
|
340C802A1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.xib */,
|
|
);
|
|
path = CSYoutubeStreamServicePlugin;
|
|
sourceTree = "<group>";
|
|
};
|
|
340C80241D44742900B2FD7D /* PluginHeaders */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
340C80161D44742900B2FD7D /* CSPluginServices.h */,
|
|
340C80171D44742900B2FD7D /* CSIOSurfaceLayer.h */,
|
|
340C80181D44742900B2FD7D /* CSPcmPlayer.h */,
|
|
340C80191D44742900B2FD7D /* CAMultiAudioPCM.h */,
|
|
340C801A1D44742900B2FD7D /* CSAbstractCaptureDevice.h */,
|
|
340C801B1D44742900B2FD7D /* CSTextCaptureBase.h */,
|
|
340C801C1D44742900B2FD7D /* CSTextCaptureViewControllerBase.h */,
|
|
340C801D1D44742900B2FD7D /* CSCaptureBase.h */,
|
|
340C801E1D44742900B2FD7D /* CSCaptureSourceProtocol.h */,
|
|
340C801F1D44742900B2FD7D /* CSStreamServiceProtocol.h */,
|
|
340C80201D44742900B2FD7D /* CSPluginFactoryProtocol.h */,
|
|
340C80211D44742900B2FD7D /* CSExtraPluginProtocol.h */,
|
|
340C80221D44742900B2FD7D /* CSOauth2Authenticator.h */,
|
|
340C80231D44742900B2FD7D /* CSNotifications.h */,
|
|
);
|
|
name = PluginHeaders;
|
|
path = ../../CocoaSplit;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
340C80061D44722000B2FD7D /* CSYoutubeStreamServicePlugin */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 340C800D1D44722000B2FD7D /* Build configuration list for PBXNativeTarget "CSYoutubeStreamServicePlugin" */;
|
|
buildPhases = (
|
|
340C80031D44722000B2FD7D /* Sources */,
|
|
340C80041D44722000B2FD7D /* Frameworks */,
|
|
340C80051D44722000B2FD7D /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = CSYoutubeStreamServicePlugin;
|
|
productName = CSYoutubeStreamServicePlugin;
|
|
productReference = 340C80071D44722000B2FD7D /* CSYoutubeStreamServicePlugin.bundle */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
340C7FFF1D44722000B2FD7D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0900;
|
|
ORGANIZATIONNAME = Zakk;
|
|
TargetAttributes = {
|
|
340C80061D44722000B2FD7D = {
|
|
CreatedOnToolsVersion = 7.3.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 340C80021D44722000B2FD7D /* Build configuration list for PBXProject "CSYoutubeStreamServicePlugin" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 340C7FFE1D44722000B2FD7D;
|
|
productRefGroup = 340C80081D44722000B2FD7D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
340C80061D44722000B2FD7D /* CSYoutubeStreamServicePlugin */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
340C80051D44722000B2FD7D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3473D2A11D4E562400842EEE /* Media.xcassets in Resources */,
|
|
340C802C1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
340C80031D44722000B2FD7D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
340C802B1D44F6DB00B2FD7D /* CSYoutubeStreamServiceViewController.m in Sources */,
|
|
340C80271D44F5AD00B2FD7D /* CSYoutubeStreamService.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
340C800B1D44722000B2FD7D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
340C800C1D44722000B2FD7D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
340C800E1D44722000B2FD7D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
INFOPLIST_FILE = CSYoutubeStreamServicePlugin/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-undefined",
|
|
suppress,
|
|
"-flat_namespace",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = zakk.lol.CSYoutubeStreamServicePlugin;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Debug;
|
|
};
|
|
340C800F1D44722000B2FD7D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
INFOPLIST_FILE = CSYoutubeStreamServicePlugin/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
|
OTHER_LDFLAGS = (
|
|
"-undefined",
|
|
suppress,
|
|
"-flat_namespace",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = zakk.lol.CSYoutubeStreamServicePlugin;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
340C80021D44722000B2FD7D /* Build configuration list for PBXProject "CSYoutubeStreamServicePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
340C800B1D44722000B2FD7D /* Debug */,
|
|
340C800C1D44722000B2FD7D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
340C800D1D44722000B2FD7D /* Build configuration list for PBXNativeTarget "CSYoutubeStreamServicePlugin" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
340C800E1D44722000B2FD7D /* Debug */,
|
|
340C800F1D44722000B2FD7D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 340C7FFF1D44722000B2FD7D /* Project object */;
|
|
}
|