project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FAB1D74B079000443CD /* AppDelegate.swift */; };
  10. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAD1D74B079000443CD /* Assets.xcassets */; };
  11. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D35C9FAF1D74B079000443CD /* MainMenu.xib */; };
  12. D35C9FC81D74B0C1000443CD /* StickyNoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */; };
  13. D35C9FD11D74B3BD000443CD /* StickyNoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */; };
  14. D3A0EAB41D74B851008F687D /* gRPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35C9FC61D74B097000443CD /* gRPC.framework */; };
  15. D3A0EAB51D74B851008F687D /* QuickProto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35C9FBE1D74B08C000443CD /* QuickProto.framework */; };
  16. D3A0EABD1D74BABC008F687D /* stickynote.out in Resources */ = {isa = PBXBuildFile; fileRef = D3A0EABC1D74BABC008F687D /* stickynote.out */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. D35C9FBD1D74B08C000443CD /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = D35C9F341D74A1C0000443CD;
  24. remoteInfo = QuickProto;
  25. };
  26. D35C9FBF1D74B08C000443CD /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = D35C9F691D74A4AB000443CD;
  31. remoteInfo = QuickDemo;
  32. };
  33. D35C9FC51D74B097000443CD /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = D3BD37331D5126380005E698;
  38. remoteInfo = gRPC;
  39. };
  40. D3A0EAAD1D74B846008F687D /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  43. proxyType = 1;
  44. remoteGlobalIDString = D3BD37321D5126380005E698;
  45. remoteInfo = gRPC;
  46. };
  47. D3A0EAB21D74B84A008F687D /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  50. proxyType = 1;
  51. remoteGlobalIDString = D35C9F331D74A1C0000443CD;
  52. remoteInfo = QuickProto;
  53. };
  54. /* End PBXContainerItemProxy section */
  55. /* Begin PBXFileReference section */
  56. D35C9FA81D74B079000443CD /* StickyNotes.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StickyNotes.app; sourceTree = BUILT_PRODUCTS_DIR; };
  57. D35C9FAB1D74B079000443CD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  58. D35C9FAD1D74B079000443CD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  59. D35C9FB01D74B079000443CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  60. D35C9FB21D74B079000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  61. D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QuickProto.xcodeproj; path = ../../QuickProto/QuickProto.xcodeproj; sourceTree = "<group>"; };
  62. D35C9FC11D74B097000443CD /* gRPC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gRPC.xcodeproj; path = ../../gRPC.xcodeproj; sourceTree = "<group>"; };
  63. D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StickyNoteViewController.swift; sourceTree = "<group>"; };
  64. D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StickyNoteView.swift; sourceTree = "<group>"; };
  65. D3A0EABC1D74BABC008F687D /* stickynote.out */ = {isa = PBXFileReference; lastKnownFileType = file; path = stickynote.out; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. D35C9FA51D74B079000443CD /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. D3A0EAB41D74B851008F687D /* gRPC.framework in Frameworks */,
  73. D3A0EAB51D74B851008F687D /* QuickProto.framework in Frameworks */,
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. /* End PBXFrameworksBuildPhase section */
  78. /* Begin PBXGroup section */
  79. D35C9F9F1D74B079000443CD = {
  80. isa = PBXGroup;
  81. children = (
  82. D3A0EABC1D74BABC008F687D /* stickynote.out */,
  83. D35C9FC11D74B097000443CD /* gRPC.xcodeproj */,
  84. D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */,
  85. D35C9FAA1D74B079000443CD /* StickyNotes */,
  86. D35C9FA91D74B079000443CD /* Products */,
  87. );
  88. sourceTree = "<group>";
  89. };
  90. D35C9FA91D74B079000443CD /* Products */ = {
  91. isa = PBXGroup;
  92. children = (
  93. D35C9FA81D74B079000443CD /* StickyNotes.app */,
  94. );
  95. name = Products;
  96. sourceTree = "<group>";
  97. };
  98. D35C9FAA1D74B079000443CD /* StickyNotes */ = {
  99. isa = PBXGroup;
  100. children = (
  101. D35C9FAB1D74B079000443CD /* AppDelegate.swift */,
  102. D35C9FAD1D74B079000443CD /* Assets.xcassets */,
  103. D35C9FAF1D74B079000443CD /* MainMenu.xib */,
  104. D35C9FB21D74B079000443CD /* Info.plist */,
  105. D35C9FC71D74B0C1000443CD /* StickyNoteViewController.swift */,
  106. D35C9FD01D74B3BD000443CD /* StickyNoteView.swift */,
  107. );
  108. path = StickyNotes;
  109. sourceTree = "<group>";
  110. };
  111. D35C9FB91D74B08C000443CD /* Products */ = {
  112. isa = PBXGroup;
  113. children = (
  114. D35C9FBE1D74B08C000443CD /* QuickProto.framework */,
  115. D35C9FC01D74B08C000443CD /* QuickDemo */,
  116. );
  117. name = Products;
  118. sourceTree = "<group>";
  119. };
  120. D35C9FC21D74B097000443CD /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. D35C9FC61D74B097000443CD /* gRPC.framework */,
  124. );
  125. name = Products;
  126. sourceTree = "<group>";
  127. };
  128. /* End PBXGroup section */
  129. /* Begin PBXNativeTarget section */
  130. D35C9FA71D74B079000443CD /* StickyNotes */ = {
  131. isa = PBXNativeTarget;
  132. buildConfigurationList = D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "StickyNotes" */;
  133. buildPhases = (
  134. D35C9FA41D74B079000443CD /* Sources */,
  135. D35C9FA51D74B079000443CD /* Frameworks */,
  136. D35C9FA61D74B079000443CD /* Resources */,
  137. );
  138. buildRules = (
  139. );
  140. dependencies = (
  141. D3A0EAB31D74B84A008F687D /* PBXTargetDependency */,
  142. D3A0EAAE1D74B846008F687D /* PBXTargetDependency */,
  143. );
  144. name = StickyNotes;
  145. productName = StickyNotes;
  146. productReference = D35C9FA81D74B079000443CD /* StickyNotes.app */;
  147. productType = "com.apple.product-type.application";
  148. };
  149. /* End PBXNativeTarget section */
  150. /* Begin PBXProject section */
  151. D35C9FA01D74B079000443CD /* Project object */ = {
  152. isa = PBXProject;
  153. attributes = {
  154. LastSwiftUpdateCheck = 0800;
  155. LastUpgradeCheck = 0800;
  156. ORGANIZATIONNAME = Google;
  157. TargetAttributes = {
  158. D35C9FA71D74B079000443CD = {
  159. CreatedOnToolsVersion = 8.0;
  160. DevelopmentTeam = EQHXZ8M8AV;
  161. ProvisioningStyle = Automatic;
  162. };
  163. };
  164. };
  165. buildConfigurationList = D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "StickyNotes" */;
  166. compatibilityVersion = "Xcode 3.2";
  167. developmentRegion = English;
  168. hasScannedForEncodings = 0;
  169. knownRegions = (
  170. en,
  171. Base,
  172. );
  173. mainGroup = D35C9F9F1D74B079000443CD;
  174. productRefGroup = D35C9FA91D74B079000443CD /* Products */;
  175. projectDirPath = "";
  176. projectReferences = (
  177. {
  178. ProductGroup = D35C9FC21D74B097000443CD /* Products */;
  179. ProjectRef = D35C9FC11D74B097000443CD /* gRPC.xcodeproj */;
  180. },
  181. {
  182. ProductGroup = D35C9FB91D74B08C000443CD /* Products */;
  183. ProjectRef = D35C9FB81D74B08C000443CD /* QuickProto.xcodeproj */;
  184. },
  185. );
  186. projectRoot = "";
  187. targets = (
  188. D35C9FA71D74B079000443CD /* StickyNotes */,
  189. );
  190. };
  191. /* End PBXProject section */
  192. /* Begin PBXReferenceProxy section */
  193. D35C9FBE1D74B08C000443CD /* QuickProto.framework */ = {
  194. isa = PBXReferenceProxy;
  195. fileType = wrapper.framework;
  196. path = QuickProto.framework;
  197. remoteRef = D35C9FBD1D74B08C000443CD /* PBXContainerItemProxy */;
  198. sourceTree = BUILT_PRODUCTS_DIR;
  199. };
  200. D35C9FC01D74B08C000443CD /* QuickDemo */ = {
  201. isa = PBXReferenceProxy;
  202. fileType = "compiled.mach-o.executable";
  203. path = QuickDemo;
  204. remoteRef = D35C9FBF1D74B08C000443CD /* PBXContainerItemProxy */;
  205. sourceTree = BUILT_PRODUCTS_DIR;
  206. };
  207. D35C9FC61D74B097000443CD /* gRPC.framework */ = {
  208. isa = PBXReferenceProxy;
  209. fileType = wrapper.framework;
  210. path = gRPC.framework;
  211. remoteRef = D35C9FC51D74B097000443CD /* PBXContainerItemProxy */;
  212. sourceTree = BUILT_PRODUCTS_DIR;
  213. };
  214. /* End PBXReferenceProxy section */
  215. /* Begin PBXResourcesBuildPhase section */
  216. D35C9FA61D74B079000443CD /* Resources */ = {
  217. isa = PBXResourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. D35C9FAE1D74B079000443CD /* Assets.xcassets in Resources */,
  221. D3A0EABD1D74BABC008F687D /* stickynote.out in Resources */,
  222. D35C9FB11D74B079000443CD /* MainMenu.xib in Resources */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. /* End PBXResourcesBuildPhase section */
  227. /* Begin PBXSourcesBuildPhase section */
  228. D35C9FA41D74B079000443CD /* Sources */ = {
  229. isa = PBXSourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. D35C9FD11D74B3BD000443CD /* StickyNoteView.swift in Sources */,
  233. D35C9FC81D74B0C1000443CD /* StickyNoteViewController.swift in Sources */,
  234. D35C9FAC1D74B079000443CD /* AppDelegate.swift in Sources */,
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. /* End PBXSourcesBuildPhase section */
  239. /* Begin PBXTargetDependency section */
  240. D3A0EAAE1D74B846008F687D /* PBXTargetDependency */ = {
  241. isa = PBXTargetDependency;
  242. name = gRPC;
  243. targetProxy = D3A0EAAD1D74B846008F687D /* PBXContainerItemProxy */;
  244. };
  245. D3A0EAB31D74B84A008F687D /* PBXTargetDependency */ = {
  246. isa = PBXTargetDependency;
  247. name = QuickProto;
  248. targetProxy = D3A0EAB21D74B84A008F687D /* PBXContainerItemProxy */;
  249. };
  250. /* End PBXTargetDependency section */
  251. /* Begin PBXVariantGroup section */
  252. D35C9FAF1D74B079000443CD /* MainMenu.xib */ = {
  253. isa = PBXVariantGroup;
  254. children = (
  255. D35C9FB01D74B079000443CD /* Base */,
  256. );
  257. name = MainMenu.xib;
  258. sourceTree = "<group>";
  259. };
  260. /* End PBXVariantGroup section */
  261. /* Begin XCBuildConfiguration section */
  262. D35C9FB31D74B079000443CD /* Debug */ = {
  263. isa = XCBuildConfiguration;
  264. buildSettings = {
  265. ALWAYS_SEARCH_USER_PATHS = NO;
  266. CLANG_ANALYZER_NONNULL = YES;
  267. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  268. CLANG_CXX_LIBRARY = "libc++";
  269. CLANG_ENABLE_MODULES = YES;
  270. CLANG_ENABLE_OBJC_ARC = YES;
  271. CLANG_WARN_BOOL_CONVERSION = YES;
  272. CLANG_WARN_CONSTANT_CONVERSION = YES;
  273. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  274. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  275. CLANG_WARN_EMPTY_BODY = YES;
  276. CLANG_WARN_ENUM_CONVERSION = YES;
  277. CLANG_WARN_INFINITE_RECURSION = YES;
  278. CLANG_WARN_INT_CONVERSION = YES;
  279. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  280. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  281. CLANG_WARN_UNREACHABLE_CODE = YES;
  282. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  283. CODE_SIGN_IDENTITY = "-";
  284. COPY_PHASE_STRIP = NO;
  285. DEBUG_INFORMATION_FORMAT = dwarf;
  286. ENABLE_STRICT_OBJC_MSGSEND = YES;
  287. ENABLE_TESTABILITY = YES;
  288. GCC_C_LANGUAGE_STANDARD = gnu99;
  289. GCC_DYNAMIC_NO_PIC = NO;
  290. GCC_NO_COMMON_BLOCKS = YES;
  291. GCC_OPTIMIZATION_LEVEL = 0;
  292. GCC_PREPROCESSOR_DEFINITIONS = (
  293. "DEBUG=1",
  294. "$(inherited)",
  295. );
  296. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  297. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  298. GCC_WARN_UNDECLARED_SELECTOR = YES;
  299. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  300. GCC_WARN_UNUSED_FUNCTION = YES;
  301. GCC_WARN_UNUSED_VARIABLE = YES;
  302. MACOSX_DEPLOYMENT_TARGET = 10.11;
  303. MTL_ENABLE_DEBUG_INFO = YES;
  304. ONLY_ACTIVE_ARCH = YES;
  305. SDKROOT = macosx;
  306. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  307. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  308. };
  309. name = Debug;
  310. };
  311. D35C9FB41D74B079000443CD /* Release */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ALWAYS_SEARCH_USER_PATHS = NO;
  315. CLANG_ANALYZER_NONNULL = YES;
  316. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  317. CLANG_CXX_LIBRARY = "libc++";
  318. CLANG_ENABLE_MODULES = YES;
  319. CLANG_ENABLE_OBJC_ARC = YES;
  320. CLANG_WARN_BOOL_CONVERSION = YES;
  321. CLANG_WARN_CONSTANT_CONVERSION = YES;
  322. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  323. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN_ENUM_CONVERSION = YES;
  326. CLANG_WARN_INFINITE_RECURSION = YES;
  327. CLANG_WARN_INT_CONVERSION = YES;
  328. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  329. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  330. CLANG_WARN_UNREACHABLE_CODE = YES;
  331. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  332. CODE_SIGN_IDENTITY = "-";
  333. COPY_PHASE_STRIP = NO;
  334. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  335. ENABLE_NS_ASSERTIONS = NO;
  336. ENABLE_STRICT_OBJC_MSGSEND = YES;
  337. GCC_C_LANGUAGE_STANDARD = gnu99;
  338. GCC_NO_COMMON_BLOCKS = YES;
  339. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  340. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  341. GCC_WARN_UNDECLARED_SELECTOR = YES;
  342. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  343. GCC_WARN_UNUSED_FUNCTION = YES;
  344. GCC_WARN_UNUSED_VARIABLE = YES;
  345. MACOSX_DEPLOYMENT_TARGET = 10.11;
  346. MTL_ENABLE_DEBUG_INFO = NO;
  347. SDKROOT = macosx;
  348. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  349. };
  350. name = Release;
  351. };
  352. D35C9FB61D74B079000443CD /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  356. COMBINE_HIDPI_IMAGES = YES;
  357. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  358. INFOPLIST_FILE = StickyNotes/Info.plist;
  359. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  360. PRODUCT_BUNDLE_IDENTIFIER = com.google.StickyNotes;
  361. PRODUCT_NAME = "$(TARGET_NAME)";
  362. SWIFT_VERSION = 3.0;
  363. };
  364. name = Debug;
  365. };
  366. D35C9FB71D74B079000443CD /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  370. COMBINE_HIDPI_IMAGES = YES;
  371. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  372. INFOPLIST_FILE = StickyNotes/Info.plist;
  373. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  374. PRODUCT_BUNDLE_IDENTIFIER = com.google.StickyNotes;
  375. PRODUCT_NAME = "$(TARGET_NAME)";
  376. SWIFT_VERSION = 3.0;
  377. };
  378. name = Release;
  379. };
  380. /* End XCBuildConfiguration section */
  381. /* Begin XCConfigurationList section */
  382. D35C9FA31D74B079000443CD /* Build configuration list for PBXProject "StickyNotes" */ = {
  383. isa = XCConfigurationList;
  384. buildConfigurations = (
  385. D35C9FB31D74B079000443CD /* Debug */,
  386. D35C9FB41D74B079000443CD /* Release */,
  387. );
  388. defaultConfigurationIsVisible = 0;
  389. defaultConfigurationName = Release;
  390. };
  391. D35C9FB51D74B079000443CD /* Build configuration list for PBXNativeTarget "StickyNotes" */ = {
  392. isa = XCConfigurationList;
  393. buildConfigurations = (
  394. D35C9FB61D74B079000443CD /* Debug */,
  395. D35C9FB71D74B079000443CD /* Release */,
  396. );
  397. defaultConfigurationIsVisible = 0;
  398. defaultConfigurationName = Release;
  399. };
  400. /* End XCConfigurationList section */
  401. };
  402. rootObject = D35C9FA01D74B079000443CD /* Project object */;
  403. }