pcsxr-1.9.92
[pcsx_rearmed.git] / macosx / plugins / DFXVideo / PeopsSoftGPU.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 2B038C07069183300082466B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2B038C05069183300082466B /* InfoPlist.strings */; };
11                 2B038D2306918AA80082466B /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2B038D2206918AA80082466B /* Info.plist */; };
12                 2B143C79078A0C6700AF745A /* PluginWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B957EAE0635DFE400543905 /* PluginWindow.h */; };
13                 2B57868206BE7B3700BBA288 /* ExtendedKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B57868106BE7B3700BBA288 /* ExtendedKeys.h */; };
14                 2B957EB10635DFE400543905 /* PluginWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B957EAF0635DFE400543905 /* PluginWindow.m */; };
15                 2B959DC106342C22000F2A2D /* drawgl.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3E5D64062B2CC1001D796E /* drawgl.m */; };
16                 2B959DC406342C23000F2A2D /* PluginGLView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF4FC90632967A00DB9A16 /* PluginGLView.h */; };
17                 2B959DCD06342C24000F2A2D /* PluginGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BAF4FCA0632967A00DB9A16 /* PluginGLView.m */; };
18                 2B959DD006342C25000F2A2D /* PluginWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B3E5DF0062B36FB001D796E /* PluginWindowController.h */; };
19                 2B959DD506342C25000F2A2D /* PluginWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3E5DF1062B36FB001D796E /* PluginWindowController.m */; };
20                 2B959DE106342C31000F2A2D /* NetSfPeopsSoftGPUInterface.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2B3E5DED062B36A0001D796E /* NetSfPeopsSoftGPUInterface.nib */; };
21                 2B959E4406342D32000F2A2D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B959E4306342D32000F2A2D /* OpenGL.framework */; };
22                 2BB260A80777462E00F6854C /* PluginConfigController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB260A60777462E00F6854C /* PluginConfigController.h */; };
23                 2BB260A90777462E00F6854C /* PluginConfigController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BB260A70777462E00F6854C /* PluginConfigController.m */; };
24                 2BD2E769077AF53E00657C69 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2BD2E767077AF53E00657C69 /* Credits.rtf */; };
25                 2BD2E829077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2BD2E828077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib */; };
26                 2BD7C777076E1FAB000F05ED /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B51949E06B3D2D200744730 /* GLUT.framework */; };
27                 71E9EC06109F24E700E98D1D /* fps.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBF4109F24E600E98D1D /* fps.c */; };
28                 71E9EC08109F24E700E98D1D /* gpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBF6109F24E600E98D1D /* gpu.c */; };
29                 71E9EC0B109F24E700E98D1D /* key.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBF9109F24E600E98D1D /* key.c */; };
30                 71E9EC0D109F24E700E98D1D /* menu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBFB109F24E600E98D1D /* menu.c */; };
31                 71E9EC0F109F24E700E98D1D /* prim.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBFD109F24E700E98D1D /* prim.c */; };
32                 71E9EC11109F24E700E98D1D /* soft.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EBFF109F24E700E98D1D /* soft.c */; };
33                 71E9EC14109F24E700E98D1D /* zn.c in Sources */ = {isa = PBXBuildFile; fileRef = 71E9EC02109F24E700E98D1D /* zn.c */; };
34 /* End PBXBuildFile section */
35
36 /* Begin PBXFileReference section */
37                 2B038C06069183300082466B /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
38                 2B038D2206918AA80082466B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
39                 2B371FBB0773859200B1DC0B /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/NetSfPeopsSoftGPUConfig.nib; sourceTree = "<group>"; };
40                 2B3E5D64062B2CC1001D796E /* drawgl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = drawgl.m; path = macsrc/drawgl.m; sourceTree = SOURCE_ROOT; };
41                 2B3E5DED062B36A0001D796E /* NetSfPeopsSoftGPUInterface.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = NetSfPeopsSoftGPUInterface.nib; sourceTree = "<group>"; };
42                 2B3E5DF0062B36FB001D796E /* PluginWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PluginWindowController.h; path = macsrc/PluginWindowController.h; sourceTree = SOURCE_ROOT; };
43                 2B3E5DF1062B36FB001D796E /* PluginWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PluginWindowController.m; path = macsrc/PluginWindowController.m; sourceTree = SOURCE_ROOT; };
44                 2B51949E06B3D2D200744730 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = /System/Library/Frameworks/GLUT.framework; sourceTree = "<absolute>"; };
45                 2B57868106BE7B3700BBA288 /* ExtendedKeys.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ExtendedKeys.h; path = macsrc/ExtendedKeys.h; sourceTree = SOURCE_ROOT; };
46                 2B957EAE0635DFE400543905 /* PluginWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PluginWindow.h; path = macsrc/PluginWindow.h; sourceTree = SOURCE_ROOT; };
47                 2B957EAF0635DFE400543905 /* PluginWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PluginWindow.m; path = macsrc/PluginWindow.m; sourceTree = SOURCE_ROOT; };
48                 2B959E4306342D32000F2A2D /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
49                 2BAF4FC90632967A00DB9A16 /* PluginGLView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PluginGLView.h; path = macsrc/PluginGLView.h; sourceTree = SOURCE_ROOT; };
50                 2BAF4FCA0632967A00DB9A16 /* PluginGLView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PluginGLView.m; path = macsrc/PluginGLView.m; sourceTree = SOURCE_ROOT; };
51                 2BAF50930632BB1A00DB9A16 /* PeopsSoftGL.psxplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PeopsSoftGL.psxplugin; sourceTree = BUILT_PRODUCTS_DIR; };
52                 2BB260A60777462E00F6854C /* PluginConfigController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PluginConfigController.h; path = macsrc/PluginConfigController.h; sourceTree = SOURCE_ROOT; };
53                 2BB260A70777462E00F6854C /* PluginConfigController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PluginConfigController.m; path = macsrc/PluginConfigController.m; sourceTree = SOURCE_ROOT; };
54                 2BD2E768077AF53E00657C69 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = "<group>"; };
55                 71E9EBF1109F24E600E98D1D /* cfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cfg.h; path = ../../../plugins/dfxvideo/cfg.h; sourceTree = SOURCE_ROOT; };
56                 71E9EBF2109F24E600E98D1D /* draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = draw.h; path = ../../../plugins/dfxvideo/draw.h; sourceTree = SOURCE_ROOT; };
57                 71E9EBF3109F24E600E98D1D /* externals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = externals.h; path = ../../../plugins/dfxvideo/externals.h; sourceTree = SOURCE_ROOT; };
58                 71E9EBF4109F24E600E98D1D /* fps.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fps.c; path = ../../../plugins/dfxvideo/fps.c; sourceTree = SOURCE_ROOT; };
59                 71E9EBF5109F24E600E98D1D /* fps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fps.h; path = ../../../plugins/dfxvideo/fps.h; sourceTree = SOURCE_ROOT; };
60                 71E9EBF6109F24E600E98D1D /* gpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gpu.c; path = ../../../plugins/dfxvideo/gpu.c; sourceTree = SOURCE_ROOT; };
61                 71E9EBF7109F24E600E98D1D /* gpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gpu.h; path = ../../../plugins/dfxvideo/gpu.h; sourceTree = SOURCE_ROOT; };
62                 71E9EBF8109F24E600E98D1D /* interp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = interp.h; path = ../../../plugins/dfxvideo/interp.h; sourceTree = SOURCE_ROOT; };
63                 71E9EBF9109F24E600E98D1D /* key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = key.c; path = ../../../plugins/dfxvideo/key.c; sourceTree = SOURCE_ROOT; };
64                 71E9EBFA109F24E600E98D1D /* key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = key.h; path = ../../../plugins/dfxvideo/key.h; sourceTree = SOURCE_ROOT; };
65                 71E9EBFB109F24E600E98D1D /* menu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = menu.c; path = ../../../plugins/dfxvideo/menu.c; sourceTree = SOURCE_ROOT; };
66                 71E9EBFC109F24E700E98D1D /* menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = menu.h; path = ../../../plugins/dfxvideo/menu.h; sourceTree = SOURCE_ROOT; };
67                 71E9EBFD109F24E700E98D1D /* prim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = prim.c; path = ../../../plugins/dfxvideo/prim.c; sourceTree = SOURCE_ROOT; };
68                 71E9EBFE109F24E700E98D1D /* prim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = prim.h; path = ../../../plugins/dfxvideo/prim.h; sourceTree = SOURCE_ROOT; };
69                 71E9EBFF109F24E700E98D1D /* soft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = soft.c; path = ../../../plugins/dfxvideo/soft.c; sourceTree = SOURCE_ROOT; };
70                 71E9EC00109F24E700E98D1D /* soft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = soft.h; path = ../../../plugins/dfxvideo/soft.h; sourceTree = SOURCE_ROOT; };
71                 71E9EC01109F24E700E98D1D /* swap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = swap.h; path = ../../../plugins/dfxvideo/swap.h; sourceTree = SOURCE_ROOT; };
72                 71E9EC02109F24E700E98D1D /* zn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zn.c; path = ../../../plugins/dfxvideo/zn.c; sourceTree = SOURCE_ROOT; };
73 /* End PBXFileReference section */
74
75 /* Begin PBXFrameworksBuildPhase section */
76                 2BAF50910632BB1A00DB9A16 /* Frameworks */ = {
77                         isa = PBXFrameworksBuildPhase;
78                         buildActionMask = 2147483647;
79                         files = (
80                                 2B959E4406342D32000F2A2D /* OpenGL.framework in Frameworks */,
81                                 2BD7C777076E1FAB000F05ED /* GLUT.framework in Frameworks */,
82                         );
83                         runOnlyForDeploymentPostprocessing = 0;
84                 };
85 /* End PBXFrameworksBuildPhase section */
86
87 /* Begin PBXGroup section */
88                 2B3E59FF062AAC1A001D796E = {
89                         isa = PBXGroup;
90                         children = (
91                                 71E9EBF0109F24B600E98D1D /* src */,
92                                 2BD2E2F40779F50B00657C69 /* macsrc */,
93                                 2BD2E818077AFB9F00657C69 /* English.lproj */,
94                                 2B3E5DED062B36A0001D796E /* NetSfPeopsSoftGPUInterface.nib */,
95                                 2B038D2206918AA80082466B /* Info.plist */,
96                                 2B3E5A0B062AAC34001D796E /* Frameworks */,
97                                 2B3E5A46062AACF3001D796E /* Products */,
98                         );
99                         sourceTree = "<group>";
100                 };
101                 2B3E5A0B062AAC34001D796E /* Frameworks */ = {
102                         isa = PBXGroup;
103                         children = (
104                                 2B959E4306342D32000F2A2D /* OpenGL.framework */,
105                                 2B51949E06B3D2D200744730 /* GLUT.framework */,
106                         );
107                         name = Frameworks;
108                         sourceTree = "<group>";
109                 };
110                 2B3E5A46062AACF3001D796E /* Products */ = {
111                         isa = PBXGroup;
112                         children = (
113                                 2BAF50930632BB1A00DB9A16 /* PeopsSoftGL.psxplugin */,
114                         );
115                         name = Products;
116                         sourceTree = "<group>";
117                 };
118                 2BD2E2F40779F50B00657C69 /* macsrc */ = {
119                         isa = PBXGroup;
120                         children = (
121                                 2BB260A60777462E00F6854C /* PluginConfigController.h */,
122                                 2BB260A70777462E00F6854C /* PluginConfigController.m */,
123                                 2B3E5DF0062B36FB001D796E /* PluginWindowController.h */,
124                                 2B3E5DF1062B36FB001D796E /* PluginWindowController.m */,
125                                 2B957EAE0635DFE400543905 /* PluginWindow.h */,
126                                 2B957EAF0635DFE400543905 /* PluginWindow.m */,
127                                 2BAF4FC90632967A00DB9A16 /* PluginGLView.h */,
128                                 2BAF4FCA0632967A00DB9A16 /* PluginGLView.m */,
129                                 2B3E5D64062B2CC1001D796E /* drawgl.m */,
130                                 2B57868106BE7B3700BBA288 /* ExtendedKeys.h */,
131                         );
132                         name = macsrc;
133                         sourceTree = "<group>";
134                 };
135                 2BD2E818077AFB9F00657C69 /* English.lproj */ = {
136                         isa = PBXGroup;
137                         children = (
138                                 2BD2E828077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib */,
139                                 2BD2E767077AF53E00657C69 /* Credits.rtf */,
140                                 2B038C05069183300082466B /* InfoPlist.strings */,
141                         );
142                         name = English.lproj;
143                         sourceTree = "<group>";
144                 };
145                 71E9EBF0109F24B600E98D1D /* src */ = {
146                         isa = PBXGroup;
147                         children = (
148                                 71E9EBF1109F24E600E98D1D /* cfg.h */,
149                                 71E9EBF2109F24E600E98D1D /* draw.h */,
150                                 71E9EBF3109F24E600E98D1D /* externals.h */,
151                                 71E9EBF4109F24E600E98D1D /* fps.c */,
152                                 71E9EBF5109F24E600E98D1D /* fps.h */,
153                                 71E9EBF6109F24E600E98D1D /* gpu.c */,
154                                 71E9EBF7109F24E600E98D1D /* gpu.h */,
155                                 71E9EBF8109F24E600E98D1D /* interp.h */,
156                                 71E9EBF9109F24E600E98D1D /* key.c */,
157                                 71E9EBFA109F24E600E98D1D /* key.h */,
158                                 71E9EBFB109F24E600E98D1D /* menu.c */,
159                                 71E9EBFC109F24E700E98D1D /* menu.h */,
160                                 71E9EBFD109F24E700E98D1D /* prim.c */,
161                                 71E9EBFE109F24E700E98D1D /* prim.h */,
162                                 71E9EBFF109F24E700E98D1D /* soft.c */,
163                                 71E9EC00109F24E700E98D1D /* soft.h */,
164                                 71E9EC01109F24E700E98D1D /* swap.h */,
165                                 71E9EC02109F24E700E98D1D /* zn.c */,
166                         );
167                         name = src;
168                         sourceTree = "<group>";
169                 };
170 /* End PBXGroup section */
171
172 /* Begin PBXHeadersBuildPhase section */
173                 2BAF508E0632BB1A00DB9A16 /* Headers */ = {
174                         isa = PBXHeadersBuildPhase;
175                         buildActionMask = 2147483647;
176                         files = (
177                                 2B959DC406342C23000F2A2D /* PluginGLView.h in Headers */,
178                                 2B959DD006342C25000F2A2D /* PluginWindowController.h in Headers */,
179                                 2B57868206BE7B3700BBA288 /* ExtendedKeys.h in Headers */,
180                                 2BB260A80777462E00F6854C /* PluginConfigController.h in Headers */,
181                                 2B143C79078A0C6700AF745A /* PluginWindow.h in Headers */,
182                         );
183                         runOnlyForDeploymentPostprocessing = 0;
184                 };
185 /* End PBXHeadersBuildPhase section */
186
187 /* Begin PBXNativeTarget section */
188                 2BAF50920632BB1A00DB9A16 /* gpuPeopsSoftGL */ = {
189                         isa = PBXNativeTarget;
190                         buildConfigurationList = 7170842C0FDFD328004F3EB4 /* Build configuration list for PBXNativeTarget "gpuPeopsSoftGL" */;
191                         buildPhases = (
192                                 2BAF508E0632BB1A00DB9A16 /* Headers */,
193                                 2BAF508F0632BB1A00DB9A16 /* Resources */,
194                                 2BAF50900632BB1A00DB9A16 /* Sources */,
195                                 2BAF50910632BB1A00DB9A16 /* Frameworks */,
196                         );
197                         buildRules = (
198                         );
199                         dependencies = (
200                         );
201                         name = gpuPeopsSoftGL;
202                         productName = gpuPeopsSoftGL;
203                         productReference = 2BAF50930632BB1A00DB9A16 /* PeopsSoftGL.psxplugin */;
204                         productType = "com.apple.product-type.bundle";
205                 };
206 /* End PBXNativeTarget section */
207
208 /* Begin PBXProject section */
209                 2B3E5A03062AAC1A001D796E /* Project object */ = {
210                         isa = PBXProject;
211                         buildConfigurationList = 717084310FDFD328004F3EB4 /* Build configuration list for PBXProject "PeopsSoftGPU" */;
212                         hasScannedForEncodings = 1;
213                         mainGroup = 2B3E59FF062AAC1A001D796E;
214                         productRefGroup = 2B3E5A46062AACF3001D796E /* Products */;
215                         projectDirPath = "";
216                         targets = (
217                                 2BAF50920632BB1A00DB9A16 /* gpuPeopsSoftGL */,
218                         );
219                 };
220 /* End PBXProject section */
221
222 /* Begin PBXResourcesBuildPhase section */
223                 2BAF508F0632BB1A00DB9A16 /* Resources */ = {
224                         isa = PBXResourcesBuildPhase;
225                         buildActionMask = 2147483647;
226                         files = (
227                                 2B959DE106342C31000F2A2D /* NetSfPeopsSoftGPUInterface.nib in Resources */,
228                                 2B038C07069183300082466B /* InfoPlist.strings in Resources */,
229                                 2B038D2306918AA80082466B /* Info.plist in Resources */,
230                                 2BD2E829077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib in Resources */,
231                                 2BD2E769077AF53E00657C69 /* Credits.rtf in Resources */,
232                         );
233                         runOnlyForDeploymentPostprocessing = 0;
234                 };
235 /* End PBXResourcesBuildPhase section */
236
237 /* Begin PBXSourcesBuildPhase section */
238                 2BAF50900632BB1A00DB9A16 /* Sources */ = {
239                         isa = PBXSourcesBuildPhase;
240                         buildActionMask = 2147483647;
241                         files = (
242                                 2B959DC106342C22000F2A2D /* drawgl.m in Sources */,
243                                 2B959DCD06342C24000F2A2D /* PluginGLView.m in Sources */,
244                                 2B959DD506342C25000F2A2D /* PluginWindowController.m in Sources */,
245                                 2B957EB10635DFE400543905 /* PluginWindow.m in Sources */,
246                                 2BB260A90777462E00F6854C /* PluginConfigController.m in Sources */,
247                                 71E9EC06109F24E700E98D1D /* fps.c in Sources */,
248                                 71E9EC08109F24E700E98D1D /* gpu.c in Sources */,
249                                 71E9EC0B109F24E700E98D1D /* key.c in Sources */,
250                                 71E9EC0D109F24E700E98D1D /* menu.c in Sources */,
251                                 71E9EC0F109F24E700E98D1D /* prim.c in Sources */,
252                                 71E9EC11109F24E700E98D1D /* soft.c in Sources */,
253                                 71E9EC14109F24E700E98D1D /* zn.c in Sources */,
254                         );
255                         runOnlyForDeploymentPostprocessing = 0;
256                 };
257 /* End PBXSourcesBuildPhase section */
258
259 /* Begin PBXVariantGroup section */
260                 2B038C05069183300082466B /* InfoPlist.strings */ = {
261                         isa = PBXVariantGroup;
262                         children = (
263                                 2B038C06069183300082466B /* English */,
264                         );
265                         name = InfoPlist.strings;
266                         sourceTree = "<group>";
267                 };
268                 2BD2E767077AF53E00657C69 /* Credits.rtf */ = {
269                         isa = PBXVariantGroup;
270                         children = (
271                                 2BD2E768077AF53E00657C69 /* English */,
272                         );
273                         name = Credits.rtf;
274                         sourceTree = "<group>";
275                 };
276                 2BD2E828077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib */ = {
277                         isa = PBXVariantGroup;
278                         children = (
279                                 2B371FBB0773859200B1DC0B /* English */,
280                         );
281                         name = NetSfPeopsSoftGPUConfig.nib;
282                         sourceTree = "<group>";
283                 };
284 /* End PBXVariantGroup section */
285
286 /* Begin XCBuildConfiguration section */
287                 7170842D0FDFD328004F3EB4 /* Development */ = {
288                         isa = XCBuildConfiguration;
289                         buildSettings = {
290                                 COPY_PHASE_STRIP = NO;
291                                 DEBUGGING_SYMBOLS = YES;
292                                 GCC_DYNAMIC_NO_PIC = NO;
293                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
294                                 GCC_MODEL_TUNING = "";
295                                 GCC_OPTIMIZATION_LEVEL = 1;
296                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
297                                 GCC_PREFIX_HEADER = "";
298                                 GCC_PREPROCESSOR_DEFINITIONS = (
299                                         _MACGL,
300                                         _DARWIN,
301                                 );
302                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
303                                 GCC_WARN_UNKNOWN_PRAGMAS = NO;
304                                 INFOPLIST_FILE = Info.plist;
305                                 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins";
306                                 LIBRARY_STYLE = BUNDLE;
307                                 OPTIMIZATION_CFLAGS = "-finline-functions -finline-limit=1600 -fomit-frame-pointer -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math";
308                                 OTHER_CFLAGS = "-finline-functions";
309                                 OTHER_LDFLAGS = (
310                                         "-framework",
311                                         Foundation,
312                                         "-framework",
313                                         AppKit,
314                                 );
315                                 OTHER_REZFLAGS = "";
316                                 PRODUCT_NAME = PeopsSoftGL;
317                                 SECTORDER_FLAGS = "";
318                                 SYMROOT = ../../build;
319                                 WARNING_CFLAGS = (
320                                         "-Wmost",
321                                         "-Wno-four-char-constants",
322                                         "-Wno-unknown-pragmas",
323                                 );
324                                 WRAPPER_EXTENSION = psxplugin;
325                         };
326                         name = Development;
327                 };
328                 7170842E0FDFD328004F3EB4 /* Deployment */ = {
329                         isa = XCBuildConfiguration;
330                         buildSettings = {
331                                 COPY_PHASE_STRIP = YES;
332                                 DEBUGGING_SYMBOLS = NO;
333                                 GCC_DYNAMIC_NO_PIC = NO;
334                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
335                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
336                                 GCC_MODEL_TUNING = "";
337                                 GCC_OPTIMIZATION_LEVEL = 3;
338                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
339                                 GCC_PREFIX_HEADER = "";
340                                 GCC_PREPROCESSOR_DEFINITIONS = (
341                                         _MACGL,
342                                         _DARWIN,
343                                 );
344                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
345                                 GCC_WARN_UNKNOWN_PRAGMAS = NO;
346                                 INFOPLIST_FILE = Info.plist;
347                                 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins";
348                                 LIBRARY_STYLE = BUNDLE;
349                                 OPTIMIZATION_CFLAGS = "-finline-functions -finline-limit=1600 -fomit-frame-pointer -fno-exceptions -funroll-loops -falign-loops=16 -ffast-math";
350                                 OTHER_LDFLAGS = (
351                                         "-framework",
352                                         Foundation,
353                                         "-framework",
354                                         AppKit,
355                                 );
356                                 OTHER_REZFLAGS = "";
357                                 PRODUCT_NAME = PeopsSoftGL;
358                                 SECTORDER_FLAGS = "";
359                                 SYMROOT = ../../build;
360                                 WARNING_CFLAGS = (
361                                         "-Wmost",
362                                         "-Wno-four-char-constants",
363                                         "-Wno-unknown-pragmas",
364                                 );
365                                 WRAPPER_EXTENSION = psxplugin;
366                                 ZERO_LINK = NO;
367                         };
368                         name = Deployment;
369                 };
370                 717084320FDFD328004F3EB4 /* Development */ = {
371                         isa = XCBuildConfiguration;
372                         buildSettings = {
373                                 GCC_MODEL_TUNING = "";
374                                 HEADER_SEARCH_PATHS = (
375                                         ../../../plugins/dfxvideo,
376                                         ../../../libpcsxcore,
377                                 );
378                         };
379                         name = Development;
380                 };
381                 717084330FDFD328004F3EB4 /* Deployment */ = {
382                         isa = XCBuildConfiguration;
383                         buildSettings = {
384                                 GCC_MODEL_TUNING = "";
385                                 HEADER_SEARCH_PATHS = (
386                                         ../../../plugins/dfxvideo,
387                                         ../../../libpcsxcore,
388                                 );
389                         };
390                         name = Deployment;
391                 };
392 /* End XCBuildConfiguration section */
393
394 /* Begin XCConfigurationList section */
395                 7170842C0FDFD328004F3EB4 /* Build configuration list for PBXNativeTarget "gpuPeopsSoftGL" */ = {
396                         isa = XCConfigurationList;
397                         buildConfigurations = (
398                                 7170842D0FDFD328004F3EB4 /* Development */,
399                                 7170842E0FDFD328004F3EB4 /* Deployment */,
400                         );
401                         defaultConfigurationIsVisible = 0;
402                         defaultConfigurationName = Development;
403                 };
404                 717084310FDFD328004F3EB4 /* Build configuration list for PBXProject "PeopsSoftGPU" */ = {
405                         isa = XCConfigurationList;
406                         buildConfigurations = (
407                                 717084320FDFD328004F3EB4 /* Development */,
408                                 717084330FDFD328004F3EB4 /* Deployment */,
409                         );
410                         defaultConfigurationIsVisible = 0;
411                         defaultConfigurationName = Development;
412                 };
413 /* End XCConfigurationList section */
414         };
415         rootObject = 2B3E5A03062AAC1A001D796E /* Project object */;
416 }