10000 工程文件 · windsonxp/Algorithms@8243da3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8243da3

Browse files
committed
工程文件
1 parent 188b6ff commit 8243da3

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

Algorithms.xcodeproj/project.pbxproj

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
BF42201C1FBD88AE0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF42200D1FBD886F0048389F /* main.cpp */; };
1717
BF42201D1FBD88B20048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF42200F1FBD886F0048389F /* main.cpp */; };
1818
BF42201E1FBD88B50048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220011FBD886F0048389F /* main.cpp */; };
19+
BF42202A1FBD9DD10048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220201FBD9DB80048389F /* main.cpp */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXCopyFilesBuildPhase section */
@@ -64,6 +65,15 @@
6465
);
6566
runOnlyForDeploymentPostprocessing = 1;
6667
};
68+
BF4220251FBD9DC00048389F /* CopyFiles */ = {
69+
isa = PBXCopyFilesBuildPhase;
70+
buildActionMask = 2147483647;
71+
dstPath = /usr/share/man/man1/;
72+
dstSubfolderSpec = 0;
73+
files = (
74+
);
75+
runOnlyForDeploymentPostprocessing = 1;
76+
};
6777
BF4483561FB2B6BD00006975 /* CopyFiles */ = {
6878
isa = PBXCopyFilesBuildPhase;
6979
buildActionMask = 2147483647;
@@ -121,6 +131,8 @@
121131
BF4220121FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
122132
BF4220141FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
123133
BF4220151FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
134+
BF4220201FBD9DB80048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
135+
BF4220291FBD9DC00048389F /* Astar */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Astar; sourceTree = BUILT_PRODUCTS_DIR; };
124136
BF44835A1FB2B6BD00006975 /* ShortPath */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ShortPath; sourceTree = BUILT_PRODUCTS_DIR; };
125137
BF7A4A101FB05D9F0066E5D2 /* Graph */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Graph; sourceTree = BUILT_PRODUCTS_DIR; };
126138
BFA6B96D1FB9478400BB04F4 /* DP */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DP; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -163,6 +175,13 @@
163175
);
164176
runOnlyForDeploymentPostprocessing = 0;
165177
};
178+
BF4220241FBD9DC00048389F /* Frameworks */ = {
179+
isa = PBXFrameworksBuildPhase;
180+
buildActionMask = 2147483647;
181+
files = (
182+
);
183+
runOnlyForDeploymentPostprocessing = 0;
184+
};
166185
BF4483551FB2B6BD00006975 /* Frameworks */ = {
167186
isa = PBXFrameworksBuildPhase;
168187
buildActionMask = 2147483647;
@@ -206,6 +225,7 @@
206225
BF42200C1FBD886F0048389F /* DP */,
207226
BF42200E1FBD886F0048389F /* Greedy */,
208227
BF4220001FBD886F0048389F /* Sort */,
228+
BF42201F1FBD9DB80048389F /* Astar */,
209229
BF0BBB1C1F95F99800E89F6C /* Products */,
210230
);
211231
sourceTree = "<group>";
@@ -222,6 +242,7 @@
222242
BFA6B96D1FB9478400BB04F4 /* DP */,
223243
BF421FF11FBBE96C0048389F /* Greedy */,
224244
BF421FFD1FBC220E0048389F /* Sort */,
245+
BF4220291FBD9DC00048389F /* Astar */,
225246
);
226247
name = Products;
227248
sourceTree = "<group>";
@@ -302,6 +323,14 @@
302323
path = ShortPath;
303324
sourceTree = "<group>";
304325
};
326+
BF42201F1FBD9DB80048389F /* Astar */ = {
327+
isa = PBXGroup;
328+
children = (
329+
BF4220201FBD9DB80048389F /* main.cpp */,
330+
);
331+
path = Astar;
332+
sourceTree = SOURCE_ROOT;
333+
};
305334
/* End PBXGroup section */
306335

307336
/* Begin PBXNativeTarget section */
@@ -390,6 +419,23 @@
390419
productReference = BF421FFD1FBC220E0048389F /* Sort */;
391420
productType = "com.apple.product-type.tool";
392421
};
422+
BF4220211FBD9DC00048389F /* Astar */ = {
423+
isa = PBXNativeTarget;
424+
buildConfigurationList = BF4220261FBD9DC00048389F /* Build configuration list for PBXNativeTarget "Astar" */;
425+
buildPhases = (
426+
BF4220221FBD9DC00048389F /* Sources */,
427+
BF4220241FBD9DC00048389F /* Frameworks */,
428+
BF4220251FBD9DC00048389F /* CopyFiles */,
429+
);
430+
buildRules = (
431+
);
432+
dependencies = (
433+
);
434+
name = Astar;
435+
productName = CommonAlgorithms;
436+
productReference = BF4220291FBD9DC00048389F /* Astar */;
437+
productType = "com.apple.product-type.tool";
438+
};
393439
BF4483521FB2B6BD00006975 /* ShortPath */ = {
394440
isa = PBXNativeTarget;
395441
buildConfigurationList = BF4483571FB2B6BD00006975 /* Build configuration list for PBXNativeTarget "ShortPath" */;
@@ -483,6 +529,9 @@
483529
BF421FF51FBC220E0048389F = {
484530
ProvisioningStyle = Automatic;
485531
};
532+
BF4220211FBD9DC00048389F = {
533+
ProvisioningStyle = Automatic;
534+
};
486535
BF4483521FB2B6BD00006975 = {
487536
ProvisioningStyle = Automatic;
488537
};
@@ -518,6 +567,7 @@
518567
BFA6B9651FB9478400BB04F4 /* DP */,
519568
BF421FE91FBBE96C0048389F /* Greedy */,
520569
BF421FF51FBC220E0048389F /* Sort */,
570+
BF4220211FBD9DC00048389F /* Astar */,
521571
);
522572
};
523573
/* End PBXProject section */
@@ -563,6 +613,14 @@
563613
);
564614
runOnlyForDeploymentPostprocessing = 0;
565615
};
616+
BF4220221FBD9DC00048389F /* Sources */ = {
617+
isa = PBXSourcesBuildPhase;
618+
buildActionMask = 2147483647;
619+
files = (
620+
BF42202A1FBD9DD10048389F /* main.cpp in Sources */,
621+
);
622+
runOnlyForDeploymentPostprocessing = 0;
623+
};
566624
BF4483531FB2B6BD00006975 /* Sources */ = {
567625
isa = PBXSourcesBuildPhase;
568626
buildActionMask = 2147483647;
@@ -791,6 +849,24 @@
791849
};
792850
name = Release;
793851
};
852+
BF4220271FBD9DC00048389F /* Debug */ = {
853+
isa = XCBuildConfiguration;
854+
buildSettings = {
855+
CODE_SIGN_STYLE = Automatic;
856+
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/bin";
857+
PRODUCT_NAME = "$(TARGET_NAME)";
858+
};
859+
name = Debug;
860+
};
861+
BF4220281FBD9DC00048389F /* Release */ = {
862+
isa = XCBuildConfiguration;
863+
buildSettings = {
864+
CODE_SIGN_STYLE = Automatic;
865+
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/bin";
866+
PRODUCT_NAME = "$(TARGET_NAME)";
867+
};
868+
name = Release;
869+
};
794870
BF4483581FB2B6BD00006975 /* Debug */ = {
795871
isa = XCBuildConfiguration;
796872
buildSettings = {
@@ -920,6 +996,15 @@
920996
defaultConfigurationIsVisible = 0;
921997
defaultConfigurationName = Release;
922998
};
999+
BF4220261FBD9DC00048389F /* Build configuration list for PBXNativeTarget "Astar" */ = {
1000+
isa = XCConfigurationList;
1001+
buildConfigurations = (
1002+
BF4220271FBD9DC00048389F /* Debug */,
1003+
BF4220281FBD9DC00048389F /* Release */,
1004+
);
1005+
defaultConfigurationIsVisible = 0;
1006+
defaultConfigurationName = Release;
1007+
};
9231008
BF4483571FB2B6BD00006975 /* Build configuration list for PBXNativeTarget "ShortPath" */ = {
9241009
isa = XCConfigurationList;
9251010
buildConfigurations = (

0 commit comments

Comments
 (0)
0