Newer
Older
Import / projects / Gameloft / glwebtools / project / xcode4 / ios / GLWebtools.xcodeproj / project.pbxproj
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		0957BDE049CCE40A93B94420 /* glwebtools_cu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76F990FC389E92E6DFCCEF3C /* glwebtools_cu.cpp */; };
		580B50FEC2C2BDA8A8CBE73E /* glwebtools_json_cu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 791C20FAE408D96490D48F3A /* glwebtools_json_cu.cpp */; };
		E24F4881B6D25FAB78856EC1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C3DD49D46D6D333B53FB89 /* Foundation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		06C3DD49D46D6D333B53FB89 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		23C4781FEE0C15C96D41AE5F /* release-target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "release-target.xcconfig"; path = "xcconfigs_GLWebtools/release-target.xcconfig"; sourceTree = "<group>"; };
		3C8C5ACB621C85F58CC7010B /* debug-project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "debug-project.xcconfig"; path = "xcconfigs_GLWebtools/debug-project.xcconfig"; sourceTree = "<group>"; };
		70CFBE7FEB756EA90E7384BF /* release-project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "release-project.xcconfig"; path = "xcconfigs_GLWebtools/release-project.xcconfig"; sourceTree = "<group>"; };
		76F990FC389E92E6DFCCEF3C /* glwebtools_cu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = glwebtools_cu.cpp; path = ../../../source/glwebtools/glwebtools_cu.cpp; sourceTree = "<group>"; };
		791C20FAE408D96490D48F3A /* glwebtools_json_cu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = glwebtools_json_cu.cpp; path = ../../../source/glwebtools/jsoncpp/glwebtools_json_cu.cpp; sourceTree = "<group>"; };
		7F4CD6516E00247BCC375C91 /* glwebtools-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "glwebtools-Prefix.pch"; path = "../../../include/glwebtools/pch/glwebtools-Prefix.pch"; sourceTree = "<group>"; };
		8362A8A5F4C397CF108FCEE5 /* GLWebtools */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = GLWebtools; path = libGLWebtools_d.a; sourceTree = BUILT_PRODUCTS_DIR; };
		C6A7FE2BF8FF56D56F84146B /* debug-target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "debug-target.xcconfig"; path = "xcconfigs_GLWebtools/debug-target.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		3A4D969594D180BF6C619CD5 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E24F4881B6D25FAB78856EC1 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		424BE1FC843147666716703C /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				06C3DD49D46D6D333B53FB89 /* Foundation.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		5CA1BDC25E95C6AC41CB7C02 /* jsoncpp */ = {
			isa = PBXGroup;
			children = (
				791C20FAE408D96490D48F3A /* glwebtools_json_cu.cpp */,
			);
			name = jsoncpp;
			sourceTree = "<group>";
		};
		5FC24F9B67089E45AA0C25DB /* glwebtools */ = {
			isa = PBXGroup;
			children = (
				76F990FC389E92E6DFCCEF3C /* glwebtools_cu.cpp */,
				5CA1BDC25E95C6AC41CB7C02 /* jsoncpp */,
			);
			name = glwebtools;
			sourceTree = "<group>";
		};
		87BA0C5F66073EC920CABA9F /* include */ = {
			isa = PBXGroup;
			children = (
				FA31D54EEA41F9388DB6738E /* glwebtools */,
			);
			name = include;
			sourceTree = "<group>";
		};
		8F1BF4D1904A90FB047B3B11 /* pch */ = {
			isa = PBXGroup;
			children = (
				7F4CD6516E00247BCC375C91 /* glwebtools-Prefix.pch */,
			);
			name = pch;
			sourceTree = "<group>";
		};
		A31E72F1B9FCDB5B9E84E131 /* GLWebtools */ = {
			isa = PBXGroup;
			children = (
				87BA0C5F66073EC920CABA9F /* include */,
				E8A6DE79B6506E631D36FCB9 /* source */,
				D98FAEAC1A66ACD6856834EC /* xcconfigs */,
				424BE1FC843147666716703C /* Frameworks */,
				EA8E290FE2272BF9B2E0274F /* Products */,
			);
			name = GLWebtools;
			sourceTree = "<group>";
		};
		D98FAEAC1A66ACD6856834EC /* xcconfigs */ = {
			isa = PBXGroup;
			children = (
				3C8C5ACB621C85F58CC7010B /* debug-project.xcconfig */,
				C6A7FE2BF8FF56D56F84146B /* debug-target.xcconfig */,
				70CFBE7FEB756EA90E7384BF /* release-project.xcconfig */,
				23C4781FEE0C15C96D41AE5F /* release-target.xcconfig */,
			);
			name = xcconfigs;
			sourceTree = "<group>";
		};
		E8A6DE79B6506E631D36FCB9 /* source */ = {
			isa = PBXGroup;
			children = (
				5FC24F9B67089E45AA0C25DB /* glwebtools */,
			);
			name = source;
			sourceTree = "<group>";
		};
		EA8E290FE2272BF9B2E0274F /* Products */ = {
			isa = PBXGroup;
			children = (
				8362A8A5F4C397CF108FCEE5 /* GLWebtools */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		FA31D54EEA41F9388DB6738E /* glwebtools */ = {
			isa = PBXGroup;
			children = (
				8F1BF4D1904A90FB047B3B11 /* pch */,
			);
			name = glwebtools;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		016F22EB7179D4D5EE70812B /* GLWebtools */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 166FF25470F3DC7E4883F894 /* Build configuration list for PBXNativeTarget "GLWebtools" */;
			buildPhases = (
				BC1E7B3516A2655FEE328175 /* Resources */,
				55D402ECB057ED1687E8092C /* Sources */,
				3A4D969594D180BF6C619CD5 /* Frameworks */,
				4C841720BC8EC90A39857560 /* Embed Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = GLWebtools;
			productName = GLWebtools;
			productReference = 8362A8A5F4C397CF108FCEE5 /* GLWebtools */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				TargetAttributes = {
					016F22EB7179D4D5EE70812B = {
					};
				};
			};
			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GLWebtools" */;
			compatibilityVersion = "Xcode 3.2";
			hasScannedForEncodings = 1;
			mainGroup = A31E72F1B9FCDB5B9E84E131 /* GLWebtools */;
			productRefGroup = AE9EDD1EC66C48C87220D35E /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				016F22EB7179D4D5EE70812B /* GLWebtools */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		BC1E7B3516A2655FEE328175 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		55D402ECB057ED1687E8092C /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				0957BDE049CCE40A93B94420 /* glwebtools_cu.cpp in Sources */,
				580B50FEC2C2BDA8A8CBE73E /* glwebtools_json_cu.cpp in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		872AC1FAE515BDE4B5C6603A /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 23C4781FEE0C15C96D41AE5F /* release-target.xcconfig */;
			buildSettings = {
			};
			name = Release;
		};
		A2BB92EBADE2AF95A9EA292B /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 3C8C5ACB621C85F58CC7010B /* debug-project.xcconfig */;
			buildSettings = {
			};
			name = Debug;
		};
		AE4F89A51FB078CF3B7CAFE5 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 70CFBE7FEB756EA90E7384BF /* release-project.xcconfig */;
			buildSettings = {
			};
			name = Release;
		};
		B492E080E4D9D9EABF31EEC0 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C6A7FE2BF8FF56D56F84146B /* debug-target.xcconfig */;
			buildSettings = {
			};
			name = Debug;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		166FF25470F3DC7E4883F894 /* Build configuration list for PBXNativeTarget "GLWebtools" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				B492E080E4D9D9EABF31EEC0 /* Debug */,
				872AC1FAE515BDE4B5C6603A /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Debug;
		};
		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "GLWebtools" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				A2BB92EBADE2AF95A9EA292B /* Debug */,
				AE4F89A51FB078CF3B7CAFE5 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Debug;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}