| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXFileReference section */
- 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bound_number.hpp; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXGroup section */
- 0E5DFDC51BB4D3360063976E = {
- isa = PBXGroup;
- children = (
- 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */,
- 0E5DFE1C1BB4DB740063976E /* Products */,
- );
- sourceTree = "<group>";
- };
- 0E5DFE1C1BB4DB740063976E /* Products */ = {
- isa = PBXGroup;
- children = (
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXLegacyTarget section */
- 0E5DFDCA1BB4D3360063976E /* limit */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "$(ACTION)";
- buildConfigurationList = 0E5DFDCD1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "limit" */;
- buildPhases = (
- );
- buildToolPath = /usr/bin/make;
- buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/math/limit";
- dependencies = (
- );
- name = limit;
- passBuildSettingsInEnvironment = 1;
- productName = limit;
- };
- /* End PBXLegacyTarget section */
- /* Begin PBXProject section */
- 0E5DFDC61BB4D3360063976E /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- };
- buildConfigurationList = 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 0E5DFDC51BB4D3360063976E;
- productRefGroup = 0E5DFE1C1BB4DB740063976E /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 0E5DFDCA1BB4D3360063976E /* limit */,
- );
- };
- /* End PBXProject section */
- /* Begin XCBuildConfiguration section */
- 0E5DFDC71BB4D3360063976E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- ENABLE_TESTABILITY = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 0E5DFDC81BB4D3360063976E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 0E5DFDCE1BB4D3360063976E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- DEBUGGING_SYMBOLS = YES;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = limit;
- };
- name = Debug;
- };
- 0E5DFDCF1BB4D3360063976E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = limit;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E5DFDC71BB4D3360063976E /* Debug */,
- 0E5DFDC81BB4D3360063976E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 0E5DFDCD1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "limit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E5DFDCE1BB4D3360063976E /* Debug */,
- 0E5DFDCF1BB4D3360063976E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0E5DFDC61BB4D3360063976E /* Project object */;
- }
|