aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2012-05-21 18:09:46 +0100
committerRichard Brooksby2012-05-21 18:09:46 +0100
commitfca3019e6633ca9a91a97a755c866e3b151c4ff0 (patch)
tree9fbe8ae3a5650f70ab398d77e2b655bca9bd2fd0 /mps/code
parent03d8509354587e968c7bced059a2bb0ac4ec351c (diff)
downloademacs-fca3019e6633ca9a91a97a755c866e3b151c4ff0.tar.gz
emacs-fca3019e6633ca9a91a97a755c866e3b151c4ff0.zip
Adding empty xcode project for mps.
Copied from Perforce Change: 178244 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/mps.xcodeproj/project.pbxproj67
1 files changed, 67 insertions, 0 deletions
diff --git a/mps/code/mps.xcodeproj/project.pbxproj b/mps/code/mps.xcodeproj/project.pbxproj
new file mode 100644
index 00000000000..6070ae567ee
--- /dev/null
+++ b/mps/code/mps.xcodeproj/project.pbxproj
@@ -0,0 +1,67 @@
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXGroup section */
10 31EEABD8156AAE9E00714D05 = {
11 isa = PBXGroup;
12 children = (
13 );
14 sourceTree = "<group>";
15 };
16/* End PBXGroup section */
17
18/* Begin PBXProject section */
19 31EEABDA156AAE9E00714D05 /* Project object */ = {
20 isa = PBXProject;
21 attributes = {
22 LastUpgradeCheck = 0430;
23 };
24 buildConfigurationList = 31EEABDD156AAE9E00714D05 /* Build configuration list for PBXProject "mps" */;
25 compatibilityVersion = "Xcode 3.2";
26 developmentRegion = English;
27 hasScannedForEncodings = 0;
28 knownRegions = (
29 en,
30 );
31 mainGroup = 31EEABD8156AAE9E00714D05;
32 projectDirPath = "";
33 projectRoot = "";
34 targets = (
35 );
36 };
37/* End PBXProject section */
38
39/* Begin XCBuildConfiguration section */
40 31EEABDF156AAE9E00714D05 /* Debug */ = {
41 isa = XCBuildConfiguration;
42 buildSettings = {
43 };
44 name = Debug;
45 };
46 31EEABE0156AAE9E00714D05 /* Release */ = {
47 isa = XCBuildConfiguration;
48 buildSettings = {
49 };
50 name = Release;
51 };
52/* End XCBuildConfiguration section */
53
54/* Begin XCConfigurationList section */
55 31EEABDD156AAE9E00714D05 /* Build configuration list for PBXProject "mps" */ = {
56 isa = XCConfigurationList;
57 buildConfigurations = (
58 31EEABDF156AAE9E00714D05 /* Debug */,
59 31EEABE0156AAE9E00714D05 /* Release */,
60 );
61 defaultConfigurationIsVisible = 0;
62 defaultConfigurationName = Release;
63 };
64/* End XCConfigurationList section */
65 };
66 rootObject = 31EEABDA156AAE9E00714D05 /* Project object */;
67}