|
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
7ED0C3541C055DB800B0DB5D /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7ED0C3531C055DB800B0DB5D /* main.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
7ED0C34E1C055DB800B0DB5D /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
7ED0C3501C055DB800B0DB5D /* ZeroOneKnapsackProblem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ZeroOneKnapsackProblem; sourceTree = BUILT_PRODUCTS_DIR; };
7ED0C3531C055DB800B0DB5D /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
7ED0C34D1C055DB800B0DB5D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7ED0C3471C055DB800B0DB5D = {
isa = PBXGroup;
children = (
7ED0C3521C055DB800B0DB5D /* ZeroOneKnapsackProblem */,
7ED0C3511C055DB800B0DB5D /* Products */,
);
sourceTree = "<group>";
};
7ED0C3511C055DB800B0DB5D /* Products */ = {
isa = PBXGroup;
children = (
7ED0C3501C055DB800B0DB5D /* ZeroOneKnapsackProblem */,
);
name = Products;
sourceTree = "<group>";
};
7ED0C3521C055DB800B0DB5D /* ZeroOneKnapsackProblem */ = {
isa = PBXGroup;
children = (
7ED0C3531C055DB800B0DB5D /* main.cpp */,
);
path = ZeroOneKnapsackProblem;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7ED0C34F1C055DB800B0DB5D /* ZeroOneKnapsackProblem */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7ED0C3571C055DB800B0DB5D /* Build configuration list for PBXNativeTarget "ZeroOneKnapsackProblem" */;
buildPhases = (
7ED0C34C1C055DB800B0DB5D /* Sources */,
7ED0C34D1C055DB800B0DB5D /* Frameworks */,
7ED0C34E1C055DB800B0DB5D /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = ZeroOneKnapsackProblem;
productName = ZeroOneKnapsackProblem;
productReference = 7ED0C3501C055DB800B0DB5D /* ZeroOneKnapsackProblem */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7ED0C3481C055DB800B0DB5D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = ZNing;
TargetAttributes = {
7ED0C34F1C055DB800B0DB5D = {
CreatedOnToolsVersion = 7.1.1;
};
};
};
buildConfigurationList = 7ED0C34B1C055DB800B0DB5D /* Build configuration list for PBXProject "ZeroOneKnapsackProblem" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7ED0C3471C055DB800B0DB5D;
productRefGroup = 7ED0C3511C055DB800B0DB5D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7ED0C34F1C055DB800B0DB5D /* ZeroOneKnapsackProblem */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
7ED0C34C1C055DB800B0DB5D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7ED0C3541C055DB800B0DB5D /* main.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
7ED0C3551C055DB800B0DB5D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = 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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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;
};
7ED0C3561C055DB800B0DB5D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = 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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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;
};
7ED0C3581C055DB800B0DB5D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
7ED0C3591C055DB800B0DB5D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
7ED0C34B1C055DB800B0DB5D /* Build configuration list for PBXProject "ZeroOneKnapsackProblem" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7ED0C3551C055DB800B0DB5D /* Debug */,
7ED0C3561C055DB800B0DB5D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7ED0C3571C055DB800B0DB5D /* Build configuration list for PBXNativeTarget "ZeroOneKnapsackProblem" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7ED0C3581C055DB800B0DB5D /* Debug */,
7ED0C3591C055DB800B0DB5D /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 7ED0C3481C055DB800B0DB5D /* Project object */;
}
|