// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 48;
	objects = {

/* Begin PBXBuildFile section */
		2744B98621F45429004F8E3F /* RNFBFirestoreModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 2744B98521F45429004F8E3F /* RNFBFirestoreModule.m */; };
		8B21821222CB9C4700A0A296 /* RCTConvert+FIRLoggerLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B21821122CB9C4700A0A296 /* RCTConvert+FIRLoggerLevel.m */; };
		8B627A8122CB9ECD0056BCB3 /* RNFBFirestoreCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B627A8022CB9ECD0056BCB3 /* RNFBFirestoreCommon.m */; };
		8B9B6AE522CC9AC50062975D /* RNFBFirestoreDocumentModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9B6AE422CC9AC50062975D /* RNFBFirestoreDocumentModule.m */; };
		8B9B6AE922CC9DBD0062975D /* RNFBFirestoreSerialize.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9B6AE822CC9DBD0062975D /* RNFBFirestoreSerialize.m */; };
		8B9B6AED22CCE11D0062975D /* RNFBFirestoreCollectionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9B6AEC22CCE11D0062975D /* RNFBFirestoreCollectionModule.m */; };
		8B9B6AF122CCE2B90062975D /* RNFBFirestoreQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9B6AF022CCE2B90062975D /* RNFBFirestoreQuery.m */; };
		8B9B6AF722D634AC0062975D /* RNFBFirestoreTransactionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9B6AF622D634AC0062975D /* RNFBFirestoreTransactionModule.m */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		2744B98021F45429004F8E3F /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		2744B98221F45429004F8E3F /* libRNFBFirestore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFBFirestore.a; sourceTree = BUILT_PRODUCTS_DIR; };
		2744B98421F45429004F8E3F /* RNFBFirestoreModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNFBFirestoreModule.h; path = RNFBFirestore/RNFBFirestoreModule.h; sourceTree = SOURCE_ROOT; };
		2744B98521F45429004F8E3F /* RNFBFirestoreModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNFBFirestoreModule.m; path = RNFBFirestore/RNFBFirestoreModule.m; sourceTree = SOURCE_ROOT; };
		8B21821022CB9C3800A0A296 /* RCTConvert+FIRLoggerLevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+FIRLoggerLevel.h"; sourceTree = "<group>"; };
		8B21821122CB9C4700A0A296 /* RCTConvert+FIRLoggerLevel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+FIRLoggerLevel.m"; sourceTree = "<group>"; };
		8B627A7F22CB9EC00056BCB3 /* RNFBFirestoreCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreCommon.h; sourceTree = "<group>"; };
		8B627A8022CB9ECD0056BCB3 /* RNFBFirestoreCommon.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreCommon.m; sourceTree = "<group>"; };
		8B9B6AE322CC9AB90062975D /* RNFBFirestoreDocumentModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreDocumentModule.h; sourceTree = "<group>"; };
		8B9B6AE422CC9AC50062975D /* RNFBFirestoreDocumentModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreDocumentModule.m; sourceTree = "<group>"; };
		8B9B6AE722CC9DB20062975D /* RNFBFirestoreSerialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreSerialize.h; sourceTree = "<group>"; };
		8B9B6AE822CC9DBD0062975D /* RNFBFirestoreSerialize.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreSerialize.m; sourceTree = "<group>"; };
		8B9B6AEB22CCE1120062975D /* RNFBFirestoreCollectionModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreCollectionModule.h; sourceTree = "<group>"; };
		8B9B6AEC22CCE11D0062975D /* RNFBFirestoreCollectionModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreCollectionModule.m; sourceTree = "<group>"; };
		8B9B6AEF22CCE2AF0062975D /* RNFBFirestoreQuery.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreQuery.h; sourceTree = "<group>"; };
		8B9B6AF022CCE2B90062975D /* RNFBFirestoreQuery.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreQuery.m; sourceTree = "<group>"; };
		8B9B6AF522D634A00062975D /* RNFBFirestoreTransactionModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNFBFirestoreTransactionModule.h; sourceTree = "<group>"; };
		8B9B6AF622D634AC0062975D /* RNFBFirestoreTransactionModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNFBFirestoreTransactionModule.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		2744B97F21F45429004F8E3F /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		2744B97521F452B8004F8E3F /* Products */ = {
			isa = PBXGroup;
			children = (
				2744B98221F45429004F8E3F /* libRNFBFirestore.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		2744B98321F45429004F8E3F /* RNFBFirestore */ = {
			isa = PBXGroup;
			children = (
				2744B98421F45429004F8E3F /* RNFBFirestoreModule.h */,
				2744B98521F45429004F8E3F /* RNFBFirestoreModule.m */,
				8B21821022CB9C3800A0A296 /* RCTConvert+FIRLoggerLevel.h */,
				8B21821122CB9C4700A0A296 /* RCTConvert+FIRLoggerLevel.m */,
				8B627A7F22CB9EC00056BCB3 /* RNFBFirestoreCommon.h */,
				8B627A8022CB9ECD0056BCB3 /* RNFBFirestoreCommon.m */,
				8B9B6AE322CC9AB90062975D /* RNFBFirestoreDocumentModule.h */,
				8B9B6AE422CC9AC50062975D /* RNFBFirestoreDocumentModule.m */,
				8B9B6AE722CC9DB20062975D /* RNFBFirestoreSerialize.h */,
				8B9B6AE822CC9DBD0062975D /* RNFBFirestoreSerialize.m */,
				8B9B6AEB22CCE1120062975D /* RNFBFirestoreCollectionModule.h */,
				8B9B6AEC22CCE11D0062975D /* RNFBFirestoreCollectionModule.m */,
				8B9B6AEF22CCE2AF0062975D /* RNFBFirestoreQuery.h */,
				8B9B6AF022CCE2B90062975D /* RNFBFirestoreQuery.m */,
				8B9B6AF522D634A00062975D /* RNFBFirestoreTransactionModule.h */,
				8B9B6AF622D634AC0062975D /* RNFBFirestoreTransactionModule.m */,
			);
			path = RNFBFirestore;
			sourceTree = "<group>";
		};
		3323F52AAFE26B7384BE4DE3 = {
			isa = PBXGroup;
			children = (
				2744B98321F45429004F8E3F /* RNFBFirestore */,
				2744B97521F452B8004F8E3F /* Products */,
			);
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		2744B98121F45429004F8E3F /* RNFBFirestore */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 2744B98821F45429004F8E3F /* Build configuration list for PBXNativeTarget "RNFBFirestore" */;
			buildPhases = (
				2744B97E21F45429004F8E3F /* Sources */,
				2744B97F21F45429004F8E3F /* Frameworks */,
				2744B98021F45429004F8E3F /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = RNFBFirestore;
			productName = RNFBFirestore;
			productReference = 2744B98221F45429004F8E3F /* libRNFBFirestore.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		3323F95273A95DB34F55C6D7 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				CLASSPREFIX = RNFBFirestore;
				LastUpgradeCheck = 1010;
				ORGANIZATIONNAME = Invertase;
				TargetAttributes = {
					2744B98121F45429004F8E3F = {
						CreatedOnToolsVersion = 10.1;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = 3323F1C5716BA966BBBB95A4 /* Build configuration list for PBXProject "RNFBFirestore" */;
			compatibilityVersion = "Xcode 8.0";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				English,
				en,
			);
			mainGroup = 3323F52AAFE26B7384BE4DE3;
			productRefGroup = 2744B97521F452B8004F8E3F /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				2744B98121F45429004F8E3F /* RNFBFirestore */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		2744B97E21F45429004F8E3F /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8B9B6AF122CCE2B90062975D /* RNFBFirestoreQuery.m in Sources */,
				8B9B6AE522CC9AC50062975D /* RNFBFirestoreDocumentModule.m in Sources */,
				8B9B6AED22CCE11D0062975D /* RNFBFirestoreCollectionModule.m in Sources */,
				8B21821222CB9C4700A0A296 /* RCTConvert+FIRLoggerLevel.m in Sources */,
				8B9B6AF722D634AC0062975D /* RNFBFirestoreTransactionModule.m in Sources */,
				8B627A8122CB9ECD0056BCB3 /* RNFBFirestoreCommon.m in Sources */,
				2744B98621F45429004F8E3F /* RNFBFirestoreModule.m in Sources */,
				8B9B6AE922CC9DBD0062975D /* RNFBFirestoreSerialize.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		2744B98921F45429004F8E3F /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = iphoneos;
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		2744B98A21F45429004F8E3F /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CODE_SIGN_IDENTITY = "iPhone Developer";
				CODE_SIGN_STYLE = Automatic;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = iphoneos;
				SKIP_INSTALL = YES;
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		3323F77D701E1896E6D239CF /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				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_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				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;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"${BUILT_PRODUCTS_DIR}/**",
					"${SRCROOT}/../../../ios/Firebase/**",
					"$(FIREBASE_SEARCH_PATH)/Firebase/**",
					"$(SRCROOT)/../../../ios/Pods/FirebaseFirestore/Frameworks",
					"$(SRCROOT)/../../../tests/ios/Pods/FirebaseFirestore/Frameworks",
				);
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(REACT_SEARCH_PATH)/React/**",
					"$(SRCROOT)/../../react-native/React/**",
					"$(SRCROOT)/../../react-native-firebase/ios/**",
					"$(FIREBASE_SEARCH_PATH)/Firebase/**",
					"${SRCROOT}/../../../ios/Firebase/**",
					"${SRCROOT}/../../../ios/Pods/Headers/Public/**",
					"${SRCROOT}/../../../tests/ios/Pods/Headers/Public/**",
					"$(SRCROOT)/../../../node_modules/react-native/React/**",
					"$(SRCROOT)/../../../node_modules/react-native-firebase/ios/**",
					"$(SRCROOT)/../../../packages/app/ios/**",
				);
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				MACH_O_TYPE = staticlib;
				OTHER_LDFLAGS = "$(inherited)";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
		3323F7E33E1559A2B9826720 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				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_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				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;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"${BUILT_PRODUCTS_DIR}/**",
					"${SRCROOT}/../../../ios/Firebase/**",
					"$(FIREBASE_SEARCH_PATH)/Firebase/**",
					"$(SRCROOT)/../../../ios/Pods/FirebaseFirestore/Frameworks",
				);
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(REACT_SEARCH_PATH)/React/**",
					"$(SRCROOT)/../../react-native/React/**",
					"$(SRCROOT)/../../react-native-firebase/ios/**",
					"$(FIREBASE_SEARCH_PATH)/Firebase/**",
					"${SRCROOT}/../../../ios/Firebase/**",
					"${SRCROOT}/../../../ios/Pods/Headers/Public/**",
					"${SRCROOT}/../../../tests/ios/Pods/Headers/Public/**",
					"$(SRCROOT)/../../../node_modules/react-native/React/**",
					"$(SRCROOT)/../../../node_modules/react-native-firebase/ios/**",
					"$(SRCROOT)/../../../packages/app/ios/**",
				);
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LIBRARY_SEARCH_PATHS = "$(inherited)";
				MACH_O_TYPE = staticlib;
				ONLY_ACTIVE_ARCH = YES;
				OTHER_LDFLAGS = "$(inherited)";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		2744B98821F45429004F8E3F /* Build configuration list for PBXNativeTarget "RNFBFirestore" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				2744B98921F45429004F8E3F /* Debug */,
				2744B98A21F45429004F8E3F /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		3323F1C5716BA966BBBB95A4 /* Build configuration list for PBXProject "RNFBFirestore" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3323F7E33E1559A2B9826720 /* Debug */,
				3323F77D701E1896E6D239CF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 3323F95273A95DB34F55C6D7 /* Project object */;
}
