7d4f27187f967bfc76e7f5ff0f38cd4beb819606
[progcomp10.git] / src / progcomp.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXFileReference section */
10                 228D541011DB3CEB00258478 /* PythonSampleAgents.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PythonSampleAgents.py; sourceTree = "<group>"; };
11                 228D541311DB443B00258478 /* CSampleAgents.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CSampleAgents.py; sourceTree = "<group>"; };
12                 22CA010611D9BD51001ECDEF /* bundle-agent.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "bundle-agent.sh"; path = "link/bundle-agent.sh"; sourceTree = "<group>"; };
13                 22CA010711D9C52B001ECDEF /* cAgent.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = cAgent.py; path = link/cAgent.py; sourceTree = "<group>"; };
14                 22CAFEEA11D84076001ECDEF /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
15                 22CAFEEB11D84076001ECDEF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
16                 22CAFEEC11D84076001ECDEF /* rpsconst.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = rpsconst.py; sourceTree = "<group>"; };
17                 22CAFEED11D84076001ECDEF /* SampleAgents.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = SampleAgents.py; sourceTree = "<group>"; };
18                 22CAFEEE11D84076001ECDEF /* selectAlgorithms.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = selectAlgorithms.py; sourceTree = "<group>"; };
19                 22CAFEEF11D84076001ECDEF /* simulate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = simulate.py; sourceTree = "<group>"; };
20                 22CAFEF011D84076001ECDEF /* uccProgComp.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = uccProgComp.py; sourceTree = "<group>"; };
21                 22CAFF7B11D840E3001ECDEF /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = __init__.py; path = link/__init__.py; sourceTree = "<group>"; };
22                 22CAFF7C11D840E3001ECDEF /* externAgent.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = externAgent.py; path = link/externAgent.py; sourceTree = "<group>"; };
23                 22DB7DF31223BAF700E04CAB /* conf.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = conf.py; sourceTree = "<group>"; };
24 /* End PBXFileReference section */
25
26 /* Begin PBXGroup section */
27                 08FB7794FE84155DC02AAC07 /* progcomp */ = {
28                         isa = PBXGroup;
29                         children = (
30                                 22CAFF7711D840CB001ECDEF /* link */,
31                                 22CAFEEA11D84076001ECDEF /* LICENSE */,
32                                 22CAFEEB11D84076001ECDEF /* README */,
33                                 22CAFEEC11D84076001ECDEF /* rpsconst.py */,
34                                 22CAFEED11D84076001ECDEF /* SampleAgents.py */,
35                                 22DB7DF31223BAF700E04CAB /* conf.py */,
36                                 22CAFEEE11D84076001ECDEF /* selectAlgorithms.py */,
37                                 22CAFEEF11D84076001ECDEF /* simulate.py */,
38                                 22CAFEF011D84076001ECDEF /* uccProgComp.py */,
39                                 228D540F11DB3CEB00258478 /* arenas */,
40                         );
41                         name = progcomp;
42                         sourceTree = "<group>";
43                 };
44                 228D540F11DB3CEB00258478 /* arenas */ = {
45                         isa = PBXGroup;
46                         children = (
47                                 228D541011DB3CEB00258478 /* PythonSampleAgents.py */,
48                                 228D541311DB443B00258478 /* CSampleAgents.py */,
49                         );
50                         path = arenas;
51                         sourceTree = "<group>";
52                 };
53                 22CAFF7711D840CB001ECDEF /* link */ = {
54                         isa = PBXGroup;
55                         children = (
56                                 22CA010711D9C52B001ECDEF /* cAgent.py */,
57                                 22CAFF7B11D840E3001ECDEF /* __init__.py */,
58                                 22CAFF7C11D840E3001ECDEF /* externAgent.py */,
59                                 22CA010611D9BD51001ECDEF /* bundle-agent.sh */,
60                         );
61                         name = link;
62                         sourceTree = "<group>";
63                 };
64 /* End PBXGroup section */
65
66 /* Begin PBXLegacyTarget section */
67                 D28A88AD04BDD90700651E21 /* progcomp */ = {
68                         isa = PBXLegacyTarget;
69                         buildArgumentsString = "$(ACTION)";
70                         buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "progcomp" */;
71                         buildPhases = (
72                         );
73                         buildToolPath = /usr/bin/make;
74                         dependencies = (
75                         );
76                         name = progcomp;
77                         passBuildSettingsInEnvironment = 1;
78                         productName = progcomp;
79                 };
80 /* End PBXLegacyTarget section */
81
82 /* Begin PBXProject section */
83                 08FB7793FE84155DC02AAC07 /* Project object */ = {
84                         isa = PBXProject;
85                         buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "progcomp" */;
86                         compatibilityVersion = "Xcode 3.1";
87                         hasScannedForEncodings = 1;
88                         mainGroup = 08FB7794FE84155DC02AAC07 /* progcomp */;
89                         projectDirPath = "";
90                         projectRoot = "";
91                         targets = (
92                                 D28A88AD04BDD90700651E21 /* progcomp */,
93                         );
94                 };
95 /* End PBXProject section */
96
97 /* Begin XCBuildConfiguration section */
98                 1DEB919008733D9F0010E9CD /* Debug */ = {
99                         isa = XCBuildConfiguration;
100                         buildSettings = {
101                                 COPY_PHASE_STRIP = NO;
102                                 DEBUGGING_SYMBOLS = YES;
103                                 GCC_DYNAMIC_NO_PIC = NO;
104                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
105                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
106                                 GCC_OPTIMIZATION_LEVEL = 0;
107                                 OTHER_CFLAGS = "";
108                                 OTHER_LDFLAGS = "";
109                                 PRODUCT_NAME = progcomp;
110                         };
111                         name = Debug;
112                 };
113                 1DEB919108733D9F0010E9CD /* Release */ = {
114                         isa = XCBuildConfiguration;
115                         buildSettings = {
116                                 COPY_PHASE_STRIP = YES;
117                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
118                                 OTHER_CFLAGS = "";
119                                 OTHER_LDFLAGS = "";
120                                 PRODUCT_NAME = progcomp;
121                         };
122                         name = Release;
123                 };
124                 1DEB919408733D9F0010E9CD /* Debug */ = {
125                         isa = XCBuildConfiguration;
126                         buildSettings = {
127                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
128                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
129                                 GCC_WARN_UNUSED_VARIABLE = YES;
130                                 ONLY_ACTIVE_ARCH = YES;
131                                 PREBINDING = NO;
132                                 SDKROOT = macosx10.6;
133                         };
134                         name = Debug;
135                 };
136                 1DEB919508733D9F0010E9CD /* Release */ = {
137                         isa = XCBuildConfiguration;
138                         buildSettings = {
139                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
140                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
141                                 GCC_WARN_UNUSED_VARIABLE = YES;
142                                 PREBINDING = NO;
143                                 SDKROOT = macosx10.6;
144                         };
145                         name = Release;
146                 };
147 /* End XCBuildConfiguration section */
148
149 /* Begin XCConfigurationList section */
150                 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "progcomp" */ = {
151                         isa = XCConfigurationList;
152                         buildConfigurations = (
153                                 1DEB919008733D9F0010E9CD /* Debug */,
154                                 1DEB919108733D9F0010E9CD /* Release */,
155                         );
156                         defaultConfigurationIsVisible = 0;
157                         defaultConfigurationName = Release;
158                 };
159                 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "progcomp" */ = {
160                         isa = XCConfigurationList;
161                         buildConfigurations = (
162                                 1DEB919408733D9F0010E9CD /* Debug */,
163                                 1DEB919508733D9F0010E9CD /* Release */,
164                         );
165                         defaultConfigurationIsVisible = 0;
166                         defaultConfigurationName = Release;
167                 };
168 /* End XCConfigurationList section */
169         };
170         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
171 }

UCC git Repository :: git.ucc.asn.au