Working toward a MacOS X framework for Synfig...
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 1 Mar 2007 02:37:26 +0000 (02:37 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 1 Mar 2007 02:37:26 +0000 (02:37 +0000)
git-svn-id: http://svn.voria.com/code@259 1f10aa63-cdf2-0310-b900-c93c546f37ac

14 files changed:
synfig-core/trunk/config/configure.ac
synfig-core/trunk/macosxbuild.sh
synfig-core/trunk/src/synfig/module.cpp
synfig-core/trunk/src/synfig/savecanvas.cpp
synfig-core/trunk/synfig-core.xcodeproj/config.h [new file with mode: 0644]
synfig-core/trunk/synfig-core.xcodeproj/darco.mode1 [new file with mode: 0644]
synfig-core/trunk/synfig-core.xcodeproj/darco.pbxuser [new file with mode: 0644]
synfig-core/trunk/synfig-core.xcodeproj/project.pbxproj [new file with mode: 0644]
synfig-core/trunk/synfig.pbproj/config.h [deleted file]
synfig-core/trunk/synfig.pbproj/darco.mode1 [deleted file]
synfig-core/trunk/synfig.pbproj/darco.pbxuser [deleted file]
synfig-core/trunk/synfig.pbproj/doxygen.cfg [deleted file]
synfig-core/trunk/synfig.pbproj/etl_profile.h [deleted file]
synfig-core/trunk/synfig.pbproj/project.pbxproj [deleted file]

index faef858..b10a1d3 100644 (file)
@@ -229,7 +229,11 @@ if test $with_freetype != "no" ; then {
        PKG_CHECK_MODULES(FREETYPE, freetype2,[
                with_freetype="yes"
        ],[
-               with_freetype="no"
+               PKG_CHECK_MODULES(FREETYPE, xft,[
+                       with_freetype="yes"
+               ],[
+                       with_freetype="no"
+               ])
        ])
 } ; fi
 
index e27bc87..b43b49c 100755 (executable)
@@ -2,7 +2,7 @@
 
 #OPTIONS="--disable-optimization --enable-debug"
 
-PREFIX=/Applications/SynfigStudio.app/Contents/synfig
+PREFIX=/Users/darco/Projects/Voria/synfig-build
 
 export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig
 OPTIONS="--prefix=$PREFIX"
@@ -18,7 +18,7 @@ OPTIONS="$OPTIONS --disable-dependency-tracking"
 #OPTIONS="$OPTIONS --enable-universal"
 
 ARCH_FLAGS=""
-ARCH_FLAGS="$ARCH_FLAGS -arch ppc"
+#ARCH_FLAGS="$ARCH_FLAGS -arch ppc"
 ARCH_FLAGS="$ARCH_FLAGS -arch i386"
 
 LDFLAGS="-L$PREFIX/lib"
@@ -50,7 +50,7 @@ echo ../configure $OPTIONS CC=\"$CC\" CXX=\"$CXX\" CPP=\"$CPP\" CXXCPP=\"$CXXCPP
 
 ../configure $OPTIONS CC="$CC" CXX="$CXX" CPP="$CPP" CXXCPP="$CXXCPP" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" MACOS_DEPLOYMENT_TARGET=10.4 || exit 1
 
-make
+make -j2
 make install-strip
 
 #make package $MAKEFLAGS
index 7e50d08..8e3046d 100644 (file)
 
 #include "module.h"
 #include "general.h"
-#include <ltdl.h>
 #include <ETL/stringf>
+
+#ifndef USE_CF_BUNDLES
+#include <ltdl.h>
+#endif
+
 #endif
 
 /* === M A C R O S ========================================================= */
@@ -52,6 +56,7 @@ Module::Book *synfig::Module::book_;
 bool
 Module::subsys_init(const String &prefix)
 {
+#ifndef USE_CF_BUNDLES
        #ifndef SYNFIG_LTDL_NO_STATIC
        //LTDL_SET_PRELOADED_SYMBOLS();
        #endif
@@ -74,7 +79,7 @@ Module::subsys_init(const String &prefix)
 #endif
        lt_dladdsearchdir("/usr/local/lib/synfig/modules");
        lt_dladdsearchdir(".");
-       
+#endif 
        book_=new Book;
        return true;
 }
@@ -84,7 +89,9 @@ Module::subsys_stop()
 {
        delete book_;
        
+#ifndef USE_CF_BUNDLES
        lt_dlexit();
+#endif
        return true;
 }
 
@@ -109,6 +116,7 @@ synfig::Module::Register(Module::Handle mod)
 bool
 synfig::Module::Register(const String &module_name, ProgressCallback *callback)
 {
+#ifndef USE_CF_BUNDLES
        lt_dlhandle module;
 
        if(callback)callback->task(strprintf(_("Attempting to register \"%s\""),module_name.c_str()));
@@ -175,5 +183,6 @@ synfig::Module::Register(const String &module_name, ProgressCallback *callback)
 
        if(callback)callback->task(strprintf(_("Success for \"%s\""),module_name.c_str()));
        
+#endif
        return false;
 }
index 44468a6..f0b8a6b 100644 (file)
@@ -55,6 +55,7 @@
 #include <libxml++/libxml++.h>
 #include <ETL/stringf>
 #include "gradient.h"
+#include <errno.h>
 
 #endif
 
diff --git a/synfig-core/trunk/synfig-core.xcodeproj/config.h b/synfig-core/trunk/synfig-core.xcodeproj/config.h
new file mode 100644 (file)
index 0000000..036cf69
--- /dev/null
@@ -0,0 +1,264 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.in by autoheader.  */
+
+#define USE_CF_BUNDLES 1
+
+/* Describes the time at which the library will stop working */
+/* #undef DEATH_TIME */
+
+/* enable apple vImage */
+/* #undef HAS_VIMAGE */
+
+/* Define to 1 if you have the `argz_append' function. */
+/* #undef HAVE_ARGZ_APPEND */
+
+/* Define to 1 if you have the `argz_create_sep' function. */
+/* #undef HAVE_ARGZ_CREATE_SEP */
+
+/* Define to 1 if you have the <argz.h> header file. */
+/* #undef HAVE_ARGZ_H */
+
+/* Define to 1 if you have the `argz_insert' function. */
+/* #undef HAVE_ARGZ_INSERT */
+
+/* Define to 1 if you have the `argz_next' function. */
+/* #undef HAVE_ARGZ_NEXT */
+
+/* Define to 1 if you have the `argz_stringify' function. */
+/* #undef HAVE_ARGZ_STRINGIFY */
+
+/* Define to 1 if you have the <assert.h> header file. */
+#define HAVE_ASSERT_H 1
+
+/* Define to 1 if you have the `bcopy' function. */
+/* #undef HAVE_BCOPY */
+
+/* Define to 1 if you have the `closedir' function. */
+#define HAVE_CLOSEDIR 1
+
+/* Define to 1 if you have the <ctype.h> header file. */
+#define HAVE_CTYPE_H 1
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+#define HAVE_DIRENT_H 1
+
+/* Define if you have the GNU dld library. */
+/* #undef HAVE_DLD */
+
+/* Define to 1 if you have the <dld.h> header file. */
+/* #undef HAVE_DLD_H */
+
+/* Define to 1 if you have the `dlerror' function. */
+#define HAVE_DLERROR 1
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#define HAVE_DLFCN_H 1
+
+/* Define to 1 if you have the <dl.h> header file. */
+/* #undef HAVE_DL_H */
+
+/* Define if you have the _dyld_func_lookup function. */
+/* #undef HAVE_DYLD */
+
+/* Define to 1 if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
+/* Define to 1 if the system has the type `error_t'. */
+/* #undef HAVE_ERROR_T */
+
+/* Define to 1 if you have the `floorl' function. */
+#define HAVE_FLOORL 1
+
+/* Define to 1 if you have the `fork' function. */
+#define HAVE_FORK 1
+
+/* Define to 1 if you have the `index' function. */
+/* #undef HAVE_INDEX */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the `isnan' function. */
+#define HAVE_ISNAN 1
+
+/* Define to 1 if you have the `isnanf' function. */
+/* #undef HAVE_ISNANF */
+
+/* Define to 1 if you have the `kill' function. */
+#define HAVE_KILL 1
+
+/* Define if you have the libdl library or equivalent. */
+#define HAVE_LIBDL 1
+
+/* Define if JPEG library is available */
+#define HAVE_LIBJPEG 
+
+/* Define if PNG library is available */
+#define HAVE_LIBPNG 
+
+/* Define to 1 if you have the `pthread' library (-lpthread). */
+#define HAVE_LIBPTHREAD 1
+
+/* Define if TIFF library is available */
+#define HAVE_LIBTIFF 
+
+/* Define to 1 if you have the <mach-o/dyld.h> header file. */
+#define HAVE_MACH_O_DYLD_H 1
+
+/* Define to 1 if you have the <malloc.h> header file. */
+/* #undef HAVE_MALLOC_H */
+
+/* Define to 1 if you have the `memcpy' function. */
+#define HAVE_MEMCPY 1
+
+/* Define to 1 if you have the `memmove' function. */
+#define HAVE_MEMMOVE 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+/* #undef HAVE_NDIR_H */
+
+/* Define to 1 if you have the `opendir' function. */
+#define HAVE_OPENDIR 1
+
+/* Define if OpenEXR is available */
+/* #undef HAVE_OPENEXR */
+
+/* Define to 1 if you have the `pipe' function. */
+#define HAVE_PIPE 1
+
+/* Define if libtool can extract symbol lists from object files. */
+#define HAVE_PRELOADED_SYMBOLS 1
+
+/* Define to 1 if you have the `readdir' function. */
+#define HAVE_READDIR 1
+
+/* Define to 1 if you have the `rindex' function. */
+/* #undef HAVE_RINDEX */
+
+/* Define if you have the shl_load function. */
+/* #undef HAVE_SHL_LOAD */
+
+/* Define to 1 if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the `strchr' function. */
+#define HAVE_STRCHR 1
+
+/* Define to 1 if you have the `strcmp' function. */
+#define HAVE_STRCMP 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strrchr' function. */
+#define HAVE_STRRCHR 1
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_DIR_H */
+
+/* Define to 1 if you have the <sys/dl.h> header file. */
+/* #undef HAVE_SYS_DL_H */
+
+/* Define to 1 if you have the <sys/errno.h> header file. */
+#define HAVE_SYS_ERRNO_H 1
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_NDIR_H */
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <termios.h> header file. */
+#define HAVE_TERMIOS_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the `_floorl' function. */
+/* #undef HAVE__FLOORL */
+
+/* Define to 1 if you have the `_isnan' function. */
+/* #undef HAVE__ISNAN */
+
+/* Define to 1 if you have the `_isnanf' function. */
+/* #undef HAVE__ISNANF */
+
+/* Define if the OS needs help to load dependent libraries for dlopen(). */
+/* #undef LTDL_DLOPEN_DEPLIBS */
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LTDL_OBJDIR ".libs/"
+
+/* Define to the name of the environment variable that determines the dynamic
+   library search path. */
+#define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
+
+/* Define to the extension used for shared libraries, say, ".so". */
+#define LTDL_SHLIB_EXT ".so"
+
+/* Define to the system default library search path. */
+#define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
+
+/* LibLTDL is linked staticly */
+#define LT_SCOPE extern
+
+/* Define if dlsym() requires a leading underscore in symbol names. */
+/* #undef NEED_USCORE */
+
+/* Name of package */
+#define PACKAGE "synfig"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "darco@voria.com"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "Synfig Core"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Synfig Core 0.61.05-257"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "synfig"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.61.05-257"
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* enable layer profiling */
+/* #undef SYNFIG_PROFILE_LAYERS */
+
+/* Version number of package */
+#define VERSION "0.61.05-257"
+
+/* enable fontconfig support */
+#define WITH_FONTCONFIG 
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define to a type to use for `error_t' if it is not otherwise available. */
+#define error_t int
diff --git a/synfig-core/trunk/synfig-core.xcodeproj/darco.mode1 b/synfig-core/trunk/synfig-core.xcodeproj/darco.mode1
new file mode 100644 (file)
index 0000000..80198ca
--- /dev/null
@@ -0,0 +1,1542 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>ActivePerspectiveName</key>
+       <string>Project</string>
+       <key>AllowedModules</key>
+       <array>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXSmartGroupTreeModule</string>
+                       <key>Name</key>
+                       <string>Groups and Files Outline View</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXNavigatorGroup</string>
+                       <key>Name</key>
+                       <string>Editor</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCTaskListModule</string>
+                       <key>Name</key>
+                       <string>Task List</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCDetailModule</string>
+                       <key>Name</key>
+                       <string>File and Smart Group Detail Viewer</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXBuildResultsModule</string>
+                       <key>Name</key>
+                       <string>Detailed Build Results Viewer</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXProjectFindModule</string>
+                       <key>Name</key>
+                       <string>Project Batch Find Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXRunSessionModule</string>
+                       <key>Name</key>
+                       <string>Run Log</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXBookmarksModule</string>
+                       <key>Name</key>
+                       <string>Bookmarks Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXClassBrowserModule</string>
+                       <key>Name</key>
+                       <string>Class Browser</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXCVSModule</string>
+                       <key>Name</key>
+                       <string>Source Code Control Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXDebugBreakpointsModule</string>
+                       <key>Name</key>
+                       <string>Debug Breakpoints Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>XCDockableInspector</string>
+                       <key>Name</key>
+                       <string>Inspector</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>n</string>
+                       <key>Module</key>
+                       <string>PBXOpenQuicklyModule</string>
+                       <key>Name</key>
+                       <string>Open Quickly Tool</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXDebugSessionModule</string>
+                       <key>Name</key>
+                       <string>Debugger</string>
+               </dict>
+               <dict>
+                       <key>BundleLoadPath</key>
+                       <string></string>
+                       <key>MaxInstances</key>
+                       <string>1</string>
+                       <key>Module</key>
+                       <string>PBXDebugCLIModule</string>
+                       <key>Name</key>
+                       <string>Debug Console</string>
+               </dict>
+       </array>
+       <key>Description</key>
+       <string>DefaultDescriptionKey</string>
+       <key>DockingSystemVisible</key>
+       <false/>
+       <key>Extension</key>
+       <string>mode1</string>
+       <key>FavBarConfig</key>
+       <dict>
+               <key>PBXProjectModuleGUID</key>
+               <string>A6AF2FF30B9663F500EDBA70</string>
+               <key>XCBarModuleItemNames</key>
+               <dict/>
+               <key>XCBarModuleItems</key>
+               <array/>
+       </dict>
+       <key>FirstTimeWindowDisplayed</key>
+       <false/>
+       <key>Identifier</key>
+       <string>com.apple.perspectives.project.mode1</string>
+       <key>MajorVersion</key>
+       <integer>31</integer>
+       <key>MinorVersion</key>
+       <integer>1</integer>
+       <key>Name</key>
+       <string>Default</string>
+       <key>Notifications</key>
+       <array/>
+       <key>OpenEditors</key>
+       <array/>
+       <key>PerspectiveWidths</key>
+       <array>
+               <integer>-1</integer>
+               <integer>-1</integer>
+       </array>
+       <key>Perspectives</key>
+       <array>
+               <dict>
+                       <key>ChosenToolbarItems</key>
+                       <array>
+                               <string>active-target-popup</string>
+                               <string>active-buildstyle-popup</string>
+                               <string>action</string>
+                               <string>clean</string>
+                               <string>build-and-debug</string>
+                               <string>build-and-run</string>
+                               <string>buildOrClean</string>
+                               <string>com.apple.ide.PBXToolbarStopButton</string>
+                               <string>get-info</string>
+                               <string>toggle-editor</string>
+                               <string>servicesModuleCVS</string>
+                               <string>com.apple.pbx.toolbar.searchfield</string>
+                       </array>
+                       <key>ControllerClassBaseName</key>
+                       <string></string>
+                       <key>IconName</key>
+                       <string>WindowOfProjectWithEditor</string>
+                       <key>Identifier</key>
+                       <string>perspective.project</string>
+                       <key>IsVertical</key>
+                       <false/>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>BecomeActive</key>
+                                       <true/>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>PBXBottomSmartGroupGIDs</key>
+                                               <array>
+                                                       <string>1C37FBAC04509CD000000102</string>
+                                                       <string>1C37FAAC04509CD000000102</string>
+                                                       <string>1C08E77C0454961000C914BD</string>
+                                                       <string>1C37FABC05509CD000000102</string>
+                                                       <string>1C37FABC05539CD112110102</string>
+                                                       <string>E2644B35053B69B200211256</string>
+                                                       <string>1C37FABC04509CD000100104</string>
+                                                       <string>1CC0EA4004350EF90044410B</string>
+                                                       <string>1CC0EA4004350EF90041110B</string>
+                                               </array>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>1CE0B1FE06471DED0097A5F4</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Files</string>
+                                               <key>PBXProjectStructureProvided</key>
+                                               <string>yes</string>
+                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                       <array>
+                                                               <real>186</real>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                       <array>
+                                                               <string>MainColumn</string>
+                                                       </array>
+                                               </dict>
+                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                       <array>
+                                                               <string>A6AF11960B965E2E00EDBA70</string>
+                                                               <string>A6AF25F50B965F2D00EDBA70</string>
+                                                               <string>A6AF2F4D0B965FC900EDBA70</string>
+                                                               <string>A6AF20DC0B965ED900EDBA70</string>
+                                                               <string>1C37FBAC04509CD000000102</string>
+                                                               <string>A6AF32410B96718700EDBA70</string>
+                                                               <string>1C37FABC05509CD000000102</string>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                       <array>
+                                                               <array>
+                                                                       <integer>0</integer>
+                                                               </array>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                       <string>{{0, 0}, {186, 348}}</string>
+                                               </dict>
+                                               <key>PBXTopSmartGroupGIDs</key>
+                                               <array/>
+                                               <key>XCIncludePerspectivesSwitch</key>
+                                               <true/>
+                                               <key>XCSharingToken</key>
+                                               <string>com.apple.Xcode.GFSharingToken</string>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>Frame</key>
+                                               <string>{{0, 0}, {203, 366}}</string>
+                                               <key>GroupTreeTableConfiguration</key>
+                                               <array>
+                                                       <string>MainColumn</string>
+                                                       <real>186</real>
+                                               </array>
+                                               <key>RubberWindowFrame</key>
+                                               <string>506 231 924 407 0 0 1440 878 </string>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXSmartGroupTreeModule</string>
+                                       <key>Proportion</key>
+                                       <string>203pt</string>
+                               </dict>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CE0B20306471E060097A5F4</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>config.h</string>
+                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                               <dict>
+                                                                       <key>Split0</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CE0B20406471E060097A5F4</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>config.h</string>
+                                                                               <key>_historyCapacity</key>
+                                                                               <integer>0</integer>
+                                                                               <key>bookmark</key>
+                                                                               <string>A6AF32480B9672A500EDBA70</string>
+                                                                               <key>history</key>
+                                                                               <array>
+                                                                                       <string>A6AF2FE50B9663F500EDBA70</string>
+                                                                                       <string>A6AF30B20B966B2700EDBA70</string>
+                                                                                       <string>A6AF30B30B966B2700EDBA70</string>
+                                                                                       <string>A6AF30B40B966B2700EDBA70</string>
+                                                                                       <string>A6AF30C40B966C8700EDBA70</string>
+                                                                                       <string>A6AF30CF0B966D7700EDBA70</string>
+                                                                                       <string>A6AF30F50B96707D00EDBA70</string>
+                                                                                       <string>A6AF30F60B96707D00EDBA70</string>
+                                                                                       <string>A6AF31540B96711700EDBA70</string>
+                                                                                       <string>A6AF31550B96711700EDBA70</string>
+                                                                                       <string>A6AF31560B96711700EDBA70</string>
+                                                                                       <string>A6AF31570B96711700EDBA70</string>
+                                                                                       <string>A6AF31580B96711700EDBA70</string>
+                                                                                       <string>A6AF31590B96711700EDBA70</string>
+                                                                                       <string>A6AF315A0B96711700EDBA70</string>
+                                                                                       <string>A6AF315B0B96711700EDBA70</string>
+                                                                                       <string>A6AF315C0B96711700EDBA70</string>
+                                                                                       <string>A6AF315D0B96711700EDBA70</string>
+                                                                                       <string>A6AF315E0B96711700EDBA70</string>
+                                                                                       <string>A6AF315F0B96711700EDBA70</string>
+                                                                                       <string>A6AF31600B96711700EDBA70</string>
+                                                                                       <string>A6AF31610B96711700EDBA70</string>
+                                                                                       <string>A6AF31620B96711700EDBA70</string>
+                                                                                       <string>A6AF31630B96711700EDBA70</string>
+                                                                                       <string>A6AF31640B96711700EDBA70</string>
+                                                                                       <string>A6AF31650B96711700EDBA70</string>
+                                                                                       <string>A6AF31660B96711700EDBA70</string>
+                                                                                       <string>A6AF31670B96711700EDBA70</string>
+                                                                                       <string>A6AF31680B96711700EDBA70</string>
+                                                                                       <string>A6AF31690B96711700EDBA70</string>
+                                                                                       <string>A6AF316A0B96711700EDBA70</string>
+                                                                                       <string>A6AF316B0B96711700EDBA70</string>
+                                                                                       <string>A6AF316C0B96711700EDBA70</string>
+                                                                                       <string>A6AF316D0B96711700EDBA70</string>
+                                                                                       <string>A6AF316E0B96711700EDBA70</string>
+                                                                                       <string>A6AF316F0B96711700EDBA70</string>
+                                                                                       <string>A6AF31700B96711700EDBA70</string>
+                                                                                       <string>A6AF31710B96711700EDBA70</string>
+                                                                                       <string>A6AF31720B96711700EDBA70</string>
+                                                                                       <string>A6AF31730B96711700EDBA70</string>
+                                                                                       <string>A6AF31740B96711700EDBA70</string>
+                                                                                       <string>A6AF31750B96711700EDBA70</string>
+                                                                                       <string>A6AF31760B96711700EDBA70</string>
+                                                                                       <string>A6AF31770B96711700EDBA70</string>
+                                                                                       <string>A6AF31780B96711700EDBA70</string>
+                                                                                       <string>A6AF31790B96711700EDBA70</string>
+                                                                                       <string>A6AF317A0B96711700EDBA70</string>
+                                                                                       <string>A6AF317B0B96711700EDBA70</string>
+                                                                                       <string>A6AF317C0B96711700EDBA70</string>
+                                                                                       <string>A6AF317D0B96711700EDBA70</string>
+                                                                                       <string>A6AF317E0B96711700EDBA70</string>
+                                                                                       <string>A6AF317F0B96711700EDBA70</string>
+                                                                                       <string>A6AF31800B96711700EDBA70</string>
+                                                                                       <string>A6AF31810B96711700EDBA70</string>
+                                                                                       <string>A6AF31820B96711700EDBA70</string>
+                                                                                       <string>A6AF31830B96711700EDBA70</string>
+                                                                                       <string>A6AF31840B96711700EDBA70</string>
+                                                                                       <string>A6AF31850B96711700EDBA70</string>
+                                                                                       <string>A6AF31860B96711700EDBA70</string>
+                                                                                       <string>A6AF31870B96711700EDBA70</string>
+                                                                                       <string>A6AF31880B96711700EDBA70</string>
+                                                                                       <string>A6AF31890B96711700EDBA70</string>
+                                                                                       <string>A6AF318A0B96711700EDBA70</string>
+                                                                                       <string>A6AF318B0B96711700EDBA70</string>
+                                                                                       <string>A6AF318C0B96711700EDBA70</string>
+                                                                                       <string>A6AF318D0B96711700EDBA70</string>
+                                                                                       <string>A6AF318E0B96711700EDBA70</string>
+                                                                                       <string>A6AF318F0B96711700EDBA70</string>
+                                                                                       <string>A6AF31900B96711700EDBA70</string>
+                                                                                       <string>A6AF31910B96711700EDBA70</string>
+                                                                                       <string>A6AF31920B96711700EDBA70</string>
+                                                                                       <string>A6AF31930B96711700EDBA70</string>
+                                                                                       <string>A6AF31940B96711700EDBA70</string>
+                                                                                       <string>A6AF31950B96711700EDBA70</string>
+                                                                                       <string>A6AF31960B96711700EDBA70</string>
+                                                                                       <string>A6AF31970B96711700EDBA70</string>
+                                                                                       <string>A6AF31980B96711700EDBA70</string>
+                                                                                       <string>A6AF31990B96711700EDBA70</string>
+                                                                                       <string>A6AF319A0B96711700EDBA70</string>
+                                                                                       <string>A6AF319B0B96711700EDBA70</string>
+                                                                                       <string>A6AF319C0B96711700EDBA70</string>
+                                                                                       <string>A6AF319D0B96711700EDBA70</string>
+                                                                                       <string>A6AF319E0B96711700EDBA70</string>
+                                                                                       <string>A6AF319F0B96711700EDBA70</string>
+                                                                                       <string>A6AF31A00B96711700EDBA70</string>
+                                                                                       <string>A6AF31A10B96711700EDBA70</string>
+                                                                                       <string>A6AF31A20B96711700EDBA70</string>
+                                                                                       <string>A6AF31A30B96711700EDBA70</string>
+                                                                                       <string>A6AF31A40B96711700EDBA70</string>
+                                                                                       <string>A6AF31A50B96711700EDBA70</string>
+                                                                                       <string>A6AF32420B96718700EDBA70</string>
+                                                                                       <string>A6AF32460B9672A500EDBA70</string>
+                                                                                       <string>A6AF30F40B96707D00EDBA70</string>
+                                                                               </array>
+                                                                               <key>prevStack</key>
+                                                                               <array>
+                                                                                       <string>A6AF2FE90B9663F500EDBA70</string>
+                                                                                       <string>A6AF2FEB0B9663F500EDBA70</string>
+                                                                                       <string>A6AF2FEC0B9663F500EDBA70</string>
+                                                                                       <string>A6AF2FED0B9663F500EDBA70</string>
+                                                                                       <string>A6AF2FEE0B9663F500EDBA70</string>
+                                                                                       <string>A6AF2FEF0B9663F500EDBA70</string>
+                                                                                       <string>A6AF30B50B966B2700EDBA70</string>
+                                                                                       <string>A6AF30B60B966B2700EDBA70</string>
+                                                                                       <string>A6AF30B70B966B2700EDBA70</string>
+                                                                                       <string>A6AF30C50B966C8700EDBA70</string>
+                                                                                       <string>A6AF30C60B966C8700EDBA70</string>
+                                                                                       <string>A6AF30C70B966C8700EDBA70</string>
+                                                                                       <string>A6AF30D20B966D7700EDBA70</string>
+                                                                                       <string>A6AF30D30B966D7700EDBA70</string>
+                                                                                       <string>A6AF30D40B966D7700EDBA70</string>
+                                                                                       <string>A6AF30F80B96707D00EDBA70</string>
+                                                                                       <string>A6AF30F90B96707D00EDBA70</string>
+                                                                                       <string>A6AF30FA0B96707D00EDBA70</string>
+                                                                                       <string>A6AF31A70B96711700EDBA70</string>
+                                                                                       <string>A6AF31A80B96711700EDBA70</string>
+                                                                                       <string>A6AF31A90B96711700EDBA70</string>
+                                                                                       <string>A6AF31AA0B96711700EDBA70</string>
+                                                                                       <string>A6AF31AB0B96711700EDBA70</string>
+                                                                                       <string>A6AF31AC0B96711700EDBA70</string>
+                                                                                       <string>A6AF31AD0B96711700EDBA70</string>
+                                                                                       <string>A6AF31AE0B96711700EDBA70</string>
+                                                                                       <string>A6AF31AF0B96711700EDBA70</string>
+                                                                                       <string>A6AF31B00B96711700EDBA70</string>
+                                                                                       <string>A6AF31B10B96711700EDBA70</string>
+                                                                                       <string>A6AF31B20B96711700EDBA70</string>
+                                                                                       <string>A6AF31B30B96711700EDBA70</string>
+                                                                                       <string>A6AF31B40B96711700EDBA70</string>
+                                                                                       <string>A6AF31B50B96711700EDBA70</string>
+                                                                                       <string>A6AF31B60B96711700EDBA70</string>
+                                                                                       <string>A6AF31B70B96711700EDBA70</string>
+                                                                                       <string>A6AF31B80B96711700EDBA70</string>
+                                                                                       <string>A6AF31B90B96711700EDBA70</string>
+                                                                                       <string>A6AF31BA0B96711700EDBA70</string>
+                                                                                       <string>A6AF31BB0B96711700EDBA70</string>
+                                                                                       <string>A6AF31BC0B96711700EDBA70</string>
+                                                                                       <string>A6AF31BD0B96711700EDBA70</string>
+                                                                                       <string>A6AF31BE0B96711700EDBA70</string>
+                                                                                       <string>A6AF31BF0B96711700EDBA70</string>
+                                                                                       <string>A6AF31C00B96711700EDBA70</string>
+                                                                                       <string>A6AF31C10B96711700EDBA70</string>
+                                                                                       <string>A6AF31C20B96711700EDBA70</string>
+                                                                                       <string>A6AF31C30B96711700EDBA70</string>
+                                                                                       <string>A6AF31C40B96711700EDBA70</string>
+                                                                                       <string>A6AF31C50B96711700EDBA70</string>
+                                                                                       <string>A6AF31C60B96711700EDBA70</string>
+                                                                                       <string>A6AF31C70B96711700EDBA70</string>
+                                                                                       <string>A6AF31C80B96711700EDBA70</string>
+                                                                                       <string>A6AF31C90B96711700EDBA70</string>
+                                                                                       <string>A6AF31CA0B96711700EDBA70</string>
+                                                                                       <string>A6AF31CB0B96711700EDBA70</string>
+                                                                                       <string>A6AF31CC0B96711700EDBA70</string>
+                                                                                       <string>A6AF31CD0B96711700EDBA70</string>
+                                                                                       <string>A6AF31CE0B96711700EDBA70</string>
+                                                                                       <string>A6AF31CF0B96711700EDBA70</string>
+                                                                                       <string>A6AF31D00B96711700EDBA70</string>
+                                                                                       <string>A6AF31D10B96711700EDBA70</string>
+                                                                                       <string>A6AF31D20B96711700EDBA70</string>
+                                                                                       <string>A6AF31D30B96711700EDBA70</string>
+                                                                                       <string>A6AF31D40B96711700EDBA70</string>
+                                                                                       <string>A6AF31D50B96711700EDBA70</string>
+                                                                                       <string>A6AF31D60B96711700EDBA70</string>
+                                                                                       <string>A6AF31D70B96711700EDBA70</string>
+                                                                                       <string>A6AF31D80B96711700EDBA70</string>
+                                                                                       <string>A6AF31D90B96711700EDBA70</string>
+                                                                                       <string>A6AF31DA0B96711700EDBA70</string>
+                                                                                       <string>A6AF31DB0B96711700EDBA70</string>
+                                                                                       <string>A6AF31DC0B96711700EDBA70</string>
+                                                                                       <string>A6AF31DD0B96711700EDBA70</string>
+                                                                                       <string>A6AF31DE0B96711700EDBA70</string>
+                                                                                       <string>A6AF31DF0B96711700EDBA70</string>
+                                                                                       <string>A6AF31E00B96711700EDBA70</string>
+                                                                                       <string>A6AF31E10B96711700EDBA70</string>
+                                                                                       <string>A6AF31E20B96711700EDBA70</string>
+                                                                                       <string>A6AF31E30B96711700EDBA70</string>
+                                                                                       <string>A6AF31E40B96711700EDBA70</string>
+                                                                                       <string>A6AF31E50B96711700EDBA70</string>
+                                                                                       <string>A6AF31E60B96711700EDBA70</string>
+                                                                                       <string>A6AF31E70B96711700EDBA70</string>
+                                                                                       <string>A6AF31E80B96711700EDBA70</string>
+                                                                                       <string>A6AF31E90B96711700EDBA70</string>
+                                                                                       <string>A6AF31EA0B96711700EDBA70</string>
+                                                                                       <string>A6AF31EB0B96711700EDBA70</string>
+                                                                                       <string>A6AF31EC0B96711700EDBA70</string>
+                                                                                       <string>A6AF31ED0B96711700EDBA70</string>
+                                                                                       <string>A6AF31EE0B96711700EDBA70</string>
+                                                                                       <string>A6AF31EF0B96711700EDBA70</string>
+                                                                                       <string>A6AF31F00B96711700EDBA70</string>
+                                                                                       <string>A6AF31F10B96711700EDBA70</string>
+                                                                                       <string>A6AF31F20B96711700EDBA70</string>
+                                                                                       <string>A6AF31F30B96711700EDBA70</string>
+                                                                                       <string>A6AF31F40B96711700EDBA70</string>
+                                                                                       <string>A6AF31F50B96711700EDBA70</string>
+                                                                                       <string>A6AF31F60B96711700EDBA70</string>
+                                                                                       <string>A6AF31F70B96711700EDBA70</string>
+                                                                                       <string>A6AF31F80B96711700EDBA70</string>
+                                                                                       <string>A6AF31F90B96711700EDBA70</string>
+                                                                                       <string>A6AF31FA0B96711700EDBA70</string>
+                                                                                       <string>A6AF32430B96718700EDBA70</string>
+                                                                                       <string>A6AF32470B9672A500EDBA70</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>SplitCount</key>
+                                                                       <string>1</string>
+                                                               </dict>
+                                                               <key>StatusBarVisibility</key>
+                                                               <true/>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {716, 275}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>506 231 924 407 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>275pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CE0B20506471E060097A5F4</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Detail</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 280}, {716, 86}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>506 231 924 407 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>XCDetailModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>86pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>716pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Project</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>XCModuleDock</string>
+                               <string>PBXSmartGroupTreeModule</string>
+                               <string>XCModuleDock</string>
+                               <string>PBXNavigatorGroup</string>
+                               <string>XCDetailModule</string>
+                       </array>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>A6AF2FF10B9663F500EDBA70</string>
+                               <string>1CE0B1FE06471DED0097A5F4</string>
+                               <string>A6AF2FF20B9663F500EDBA70</string>
+                               <string>1CE0B20306471E060097A5F4</string>
+                               <string>1CE0B20506471E060097A5F4</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.default</string>
+               </dict>
+               <dict>
+                       <key>ControllerClassBaseName</key>
+                       <string></string>
+                       <key>IconName</key>
+                       <string>WindowOfProject</string>
+                       <key>Identifier</key>
+                       <string>perspective.morph</string>
+                       <key>IsVertical</key>
+                       <integer>0</integer>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>BecomeActive</key>
+                                       <integer>1</integer>
+                                       <key>ContentConfiguration</key>
+                                       <dict>
+                                               <key>PBXBottomSmartGroupGIDs</key>
+                                               <array>
+                                                       <string>1C37FBAC04509CD000000102</string>
+                                                       <string>1C37FAAC04509CD000000102</string>
+                                                       <string>1C08E77C0454961000C914BD</string>
+                                                       <string>1C37FABC05509CD000000102</string>
+                                                       <string>1C37FABC05539CD112110102</string>
+                                                       <string>E2644B35053B69B200211256</string>
+                                                       <string>1C37FABC04509CD000100104</string>
+                                                       <string>1CC0EA4004350EF90044410B</string>
+                                                       <string>1CC0EA4004350EF90041110B</string>
+                                               </array>
+                                               <key>PBXProjectModuleGUID</key>
+                                               <string>11E0B1FE06471DED0097A5F4</string>
+                                               <key>PBXProjectModuleLabel</key>
+                                               <string>Files</string>
+                                               <key>PBXProjectStructureProvided</key>
+                                               <string>yes</string>
+                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                       <array>
+                                                               <real>186</real>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                       <array>
+                                                               <string>MainColumn</string>
+                                                       </array>
+                                               </dict>
+                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                               <dict>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                       <array>
+                                                               <string>29B97314FDCFA39411CA2CEA</string>
+                                                               <string>1C37FABC05509CD000000102</string>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                       <array>
+                                                               <array>
+                                                                       <integer>0</integer>
+                                                               </array>
+                                                       </array>
+                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                       <string>{{0, 0}, {186, 337}}</string>
+                                               </dict>
+                                               <key>PBXTopSmartGroupGIDs</key>
+                                               <array/>
+                                               <key>XCIncludePerspectivesSwitch</key>
+                                               <integer>1</integer>
+                                               <key>XCSharingToken</key>
+                                               <string>com.apple.Xcode.GFSharingToken</string>
+                                       </dict>
+                                       <key>GeometryConfiguration</key>
+                                       <dict>
+                                               <key>Frame</key>
+                                               <string>{{0, 0}, {203, 355}}</string>
+                                               <key>GroupTreeTableConfiguration</key>
+                                               <array>
+                                                       <string>MainColumn</string>
+                                                       <real>186</real>
+                                               </array>
+                                               <key>RubberWindowFrame</key>
+                                               <string>373 269 690 397 0 0 1440 878 </string>
+                                       </dict>
+                                       <key>Module</key>
+                                       <string>PBXSmartGroupTreeModule</string>
+                                       <key>Proportion</key>
+                                       <string>100%</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Morph</string>
+                       <key>PreferredWidth</key>
+                       <integer>300</integer>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>XCModuleDock</string>
+                               <string>PBXSmartGroupTreeModule</string>
+                       </array>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>11E0B1FE06471DED0097A5F4</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.default.short</string>
+               </dict>
+       </array>
+       <key>PerspectivesBarVisible</key>
+       <false/>
+       <key>ShelfIsVisible</key>
+       <false/>
+       <key>SourceDescription</key>
+       <string>file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecificationMode1.xcperspec'</string>
+       <key>StatusbarIsVisible</key>
+       <true/>
+       <key>TimeStamp</key>
+       <real>0.0</real>
+       <key>ToolbarDisplayMode</key>
+       <integer>2</integer>
+       <key>ToolbarIsVisible</key>
+       <true/>
+       <key>ToolbarSizeMode</key>
+       <integer>2</integer>
+       <key>Type</key>
+       <string>Perspectives</string>
+       <key>UpdateMessage</key>
+       <string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature).  You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature.  Do you wish to update to the latest Workspace defaults for project '%@'?</string>
+       <key>WindowJustification</key>
+       <integer>5</integer>
+       <key>WindowOrderList</key>
+       <array>
+               <string>A6AF2FAE0B96608300EDBA70</string>
+               <string>/Users/darco/Projects/Voria/synfig-core/synfig-core.xcodeproj</string>
+       </array>
+       <key>WindowString</key>
+       <string>506 231 924 407 0 0 1440 878 </string>
+       <key>WindowTools</key>
+       <array>
+               <dict>
+                       <key>FirstTimeWindowDisplayed</key>
+                       <false/>
+                       <key>Identifier</key>
+                       <string>windowTool.build</string>
+                       <key>IsVertical</key>
+                       <true/>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <true/>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD0528F0623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>canvas.h</string>
+                                                               <key>StatusBarVisibility</key>
+                                                               <true/>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {1125, 392}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>156 -100 1125 689 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>392pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXBuildLogShowsTranscriptDefaultKey</key>
+                                                               <string>{{0, 251}, {1125, 0}}</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>XCMainBuildResultsModuleGUID</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Build</string>
+                                                               <key>XCBuildResultsTrigger_Collapse</key>
+                                                               <integer>1021</integer>
+                                                               <key>XCBuildResultsTrigger_Open</key>
+                                                               <integer>1011</integer>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 397}, {1125, 251}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>156 -100 1125 689 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXBuildResultsModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>251pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>648pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Build Results</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXBuildResultsModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <true/>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>A6AF2FAE0B96608300EDBA70</string>
+                               <string>A6AF2FAF0B96608300EDBA70</string>
+                               <string>1CD0528F0623707200166675</string>
+                               <string>XCMainBuildResultsModuleGUID</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.build</string>
+                       <key>WindowString</key>
+                       <string>156 -100 1125 689 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>A6AF2FAE0B96608300EDBA70</string>
+                       <key>WindowToolIsVisible</key>
+                       <false/>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.debugger</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>Debugger</key>
+                                                               <dict>
+                                                                       <key>HorizontalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {317, 164}}</string>
+                                                                                       <string>{{317, 0}, {377, 164}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>VerticalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {694, 164}}</string>
+                                                                                       <string>{{0, 164}, {694, 216}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                               </dict>
+                                                               <key>LauncherConfigVersion</key>
+                                                               <string>8</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1C162984064C10D400B95A72</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Debug - GLUTExamples (Underwater)</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>DebugConsoleDrawerSize</key>
+                                                               <string>{100, 120}</string>
+                                                               <key>DebugConsoleVisible</key>
+                                                               <string>None</string>
+                                                               <key>DebugConsoleWindowFrame</key>
+                                                               <string>{{200, 200}, {500, 300}}</string>
+                                                               <key>DebugSTDIOWindowFrame</key>
+                                                               <string>{{200, 200}, {500, 300}}</string>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {694, 380}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>321 238 694 422 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXDebugSessionModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>100%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>100%</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Debugger</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXDebugSessionModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1CD10A99069EF8BA00B06720</string>
+                               <string>1C0AD2AB069F1E9B00FABCE6</string>
+                               <string>1C162984064C10D400B95A72</string>
+                               <string>1C0AD2AC069F1E9B00FABCE6</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.debug</string>
+                       <key>WindowString</key>
+                       <string>321 238 694 422 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1CD10A99069EF8BA00B06720</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>0</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.find</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Dock</key>
+                                                       <array>
+                                                               <dict>
+                                                                       <key>ContentConfiguration</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1CDD528C0622207200134675</string>
+                                                                               <key>PBXProjectModuleLabel</key>
+                                                                               <string>&lt;No Editor&gt;</string>
+                                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                                               <dict>
+                                                                                       <key>Split0</key>
+                                                                                       <dict>
+                                                                                               <key>PBXProjectModuleGUID</key>
+                                                                                               <string>1CD0528D0623707200166675</string>
+                                                                                       </dict>
+                                                                                       <key>SplitCount</key>
+                                                                                       <string>1</string>
+                                                                               </dict>
+                                                                               <key>StatusBarVisibility</key>
+                                                                               <integer>1</integer>
+                                                                       </dict>
+                                                                       <key>GeometryConfiguration</key>
+                                                                       <dict>
+                                                                               <key>Frame</key>
+                                                                               <string>{{0, 0}, {781, 167}}</string>
+                                                                               <key>RubberWindowFrame</key>
+                                                                               <string>62 385 781 470 0 0 1440 878 </string>
+                                                                       </dict>
+                                                                       <key>Module</key>
+                                                                       <string>PBXNavigatorGroup</string>
+                                                                       <key>Proportion</key>
+                                                                       <string>781pt</string>
+                                                               </dict>
+                                                       </array>
+                                                       <key>Proportion</key>
+                                                       <string>50%</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD0528E0623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Project Find</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{8, 0}, {773, 254}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>62 385 781 470 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXProjectFindModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>50%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>428pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Project Find</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXProjectFindModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C530D57069F1CE1000CFCEE</string>
+                               <string>1C530D58069F1CE1000CFCEE</string>
+                               <string>1C530D59069F1CE1000CFCEE</string>
+                               <string>1CDD528C0622207200134675</string>
+                               <string>1C530D5A069F1CE1000CFCEE</string>
+                               <string>1CE0B1FE06471DED0097A5F4</string>
+                               <string>1CD0528E0623707200166675</string>
+                       </array>
+                       <key>WindowString</key>
+                       <string>62 385 781 470 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1C530D57069F1CE1000CFCEE</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>0</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>MENUSEPARATOR</string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.debuggerConsole</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1C78EAAC065D492600B07095</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Debugger Console</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {440, 358}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>650 41 440 400 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXDebugCLIModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>358pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>358pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Debugger Console</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXDebugCLIModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C78EAAD065D492600B07095</string>
+                               <string>1C78EAAE065D492600B07095</string>
+                               <string>1C78EAAC065D492600B07095</string>
+                       </array>
+                       <key>WindowString</key>
+                       <string>650 41 440 400 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.run</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>LauncherConfigVersion</key>
+                                                               <string>3</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD0528B0623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Run</string>
+                                                               <key>Runner</key>
+                                                               <dict>
+                                                                       <key>HorizontalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {493, 167}}</string>
+                                                                                       <string>{{0, 176}, {493, 267}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                                       <key>VerticalSplitView</key>
+                                                                       <dict>
+                                                                               <key>_collapsingFrameDimension</key>
+                                                                               <real>0.0</real>
+                                                                               <key>_indexOfCollapsedView</key>
+                                                                               <integer>0</integer>
+                                                                               <key>_percentageOfCollapsedView</key>
+                                                                               <real>0.0</real>
+                                                                               <key>isCollapsed</key>
+                                                                               <string>yes</string>
+                                                                               <key>sizes</key>
+                                                                               <array>
+                                                                                       <string>{{0, 0}, {405, 443}}</string>
+                                                                                       <string>{{414, 0}, {514, 443}}</string>
+                                                                               </array>
+                                                                       </dict>
+                                                               </dict>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {460, 159}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>316 696 459 200 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXRunSessionModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>159pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>159pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Run Log</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXRunSessionModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C0AD2B3069F1EA900FABCE6</string>
+                               <string>1C0AD2B4069F1EA900FABCE6</string>
+                               <string>1CD0528B0623707200166675</string>
+                               <string>1C0AD2B5069F1EA900FABCE6</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.run</string>
+                       <key>WindowString</key>
+                       <string>316 696 459 200 0 0 1280 1002 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1C0AD2B3069F1EA900FABCE6</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>0</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.scm</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1C78EAB2065D492600B07095</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>&lt;No Editor&gt;</string>
+                                                               <key>PBXSplitModuleInNavigatorKey</key>
+                                                               <dict>
+                                                                       <key>Split0</key>
+                                                                       <dict>
+                                                                               <key>PBXProjectModuleGUID</key>
+                                                                               <string>1C78EAB3065D492600B07095</string>
+                                                                       </dict>
+                                                                       <key>SplitCount</key>
+                                                                       <string>1</string>
+                                                               </dict>
+                                                               <key>StatusBarVisibility</key>
+                                                               <integer>1</integer>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {452, 0}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>743 379 452 308 0 0 1280 1002 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>0pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CD052920623707200166675</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>SCM</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>ConsoleFrame</key>
+                                                               <string>{{0, 259}, {452, 0}}</string>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 7}, {452, 259}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>743 379 452 308 0 0 1280 1002 </string>
+                                                               <key>TableConfiguration</key>
+                                                               <array>
+                                                                       <string>Status</string>
+                                                                       <real>30</real>
+                                                                       <string>FileName</string>
+                                                                       <real>199</real>
+                                                                       <string>Path</string>
+                                                                       <real>197.09500122070312</real>
+                                                               </array>
+                                                               <key>TableFrame</key>
+                                                               <string>{{0, 0}, {452, 250}}</string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXCVSModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>262pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>266pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>SCM</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXCVSModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C78EAB4065D492600B07095</string>
+                               <string>1C78EAB5065D492600B07095</string>
+                               <string>1C78EAB2065D492600B07095</string>
+                               <string>1CD052920623707200166675</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.scm</string>
+                       <key>WindowString</key>
+                       <string>743 379 452 308 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.breakpoints</string>
+                       <key>IsVertical</key>
+                       <integer>0</integer>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXBottomSmartGroupGIDs</key>
+                                                               <array>
+                                                                       <string>1C77FABC04509CD000000102</string>
+                                                               </array>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CE0B1FE06471DED0097A5F4</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Files</string>
+                                                               <key>PBXProjectStructureProvided</key>
+                                                               <string>no</string>
+                                                               <key>PBXSmartGroupTreeModuleColumnData</key>
+                                                               <dict>
+                                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
+                                                                       <array>
+                                                                               <real>168</real>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
+                                                                       <array>
+                                                                               <string>MainColumn</string>
+                                                                       </array>
+                                                               </dict>
+                                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
+                                                               <dict>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
+                                                                       <array>
+                                                                               <string>1C77FABC04509CD000000102</string>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
+                                                                       <array>
+                                                                               <array>
+                                                                                       <integer>0</integer>
+                                                                               </array>
+                                                                       </array>
+                                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
+                                                                       <string>{{0, 0}, {168, 350}}</string>
+                                                               </dict>
+                                                               <key>PBXTopSmartGroupGIDs</key>
+                                                               <array/>
+                                                               <key>XCIncludePerspectivesSwitch</key>
+                                                               <integer>0</integer>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {185, 368}}</string>
+                                                               <key>GroupTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>MainColumn</string>
+                                                                       <real>168</real>
+                                                               </array>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>315 424 744 409 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXSmartGroupTreeModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>185pt</string>
+                                               </dict>
+                                               <dict>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CA1AED706398EBD00589147</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Detail</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>Frame</key>
+                                                               <string>{{190, 0}, {554, 368}}</string>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>315 424 744 409 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>XCDetailModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>554pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>368pt</string>
+                               </dict>
+                       </array>
+                       <key>MajorVersion</key>
+                       <integer>2</integer>
+                       <key>MinorVersion</key>
+                       <integer>0</integer>
+                       <key>Name</key>
+                       <string>Breakpoints</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXSmartGroupTreeModule</string>
+                               <string>XCDetailModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1CDDB66807F98D9800BB5817</string>
+                               <string>1CDDB66907F98D9800BB5817</string>
+                               <string>1CE0B1FE06471DED0097A5F4</string>
+                               <string>1CA1AED706398EBD00589147</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.breakpoints</string>
+                       <key>WindowString</key>
+                       <string>315 424 744 409 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1CDDB66807F98D9800BB5817</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>1</integer>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.debugAnimator</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Module</key>
+                                                       <string>PBXNavigatorGroup</string>
+                                                       <key>Proportion</key>
+                                                       <string>100%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>100%</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Debug Visualizer</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXNavigatorGroup</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>1</integer>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.debugAnimator</string>
+                       <key>WindowString</key>
+                       <string>100 100 700 500 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.bookmarks</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>Module</key>
+                                                       <string>PBXBookmarksModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>100%</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>100%</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Bookmarks</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXBookmarksModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>0</integer>
+                       <key>WindowString</key>
+                       <string>538 42 401 187 0 0 1280 1002 </string>
+               </dict>
+               <dict>
+                       <key>Identifier</key>
+                       <string>windowTool.classBrowser</string>
+                       <key>Layout</key>
+                       <array>
+                               <dict>
+                                       <key>Dock</key>
+                                       <array>
+                                               <dict>
+                                                       <key>BecomeActive</key>
+                                                       <integer>1</integer>
+                                                       <key>ContentConfiguration</key>
+                                                       <dict>
+                                                               <key>OptionsSetName</key>
+                                                               <string>Hierarchy, all classes</string>
+                                                               <key>PBXProjectModuleGUID</key>
+                                                               <string>1CA6456E063B45B4001379D8</string>
+                                                               <key>PBXProjectModuleLabel</key>
+                                                               <string>Class Browser - NSObject</string>
+                                                       </dict>
+                                                       <key>GeometryConfiguration</key>
+                                                       <dict>
+                                                               <key>ClassesFrame</key>
+                                                               <string>{{0, 0}, {374, 96}}</string>
+                                                               <key>ClassesTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>PBXClassNameColumnIdentifier</string>
+                                                                       <real>208</real>
+                                                                       <string>PBXClassBookColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                               </array>
+                                                               <key>Frame</key>
+                                                               <string>{{0, 0}, {630, 331}}</string>
+                                                               <key>MembersFrame</key>
+                                                               <string>{{0, 105}, {374, 395}}</string>
+                                                               <key>MembersTreeTableConfiguration</key>
+                                                               <array>
+                                                                       <string>PBXMemberTypeIconColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                                       <string>PBXMemberNameColumnIdentifier</string>
+                                                                       <real>216</real>
+                                                                       <string>PBXMemberTypeColumnIdentifier</string>
+                                                                       <real>97</real>
+                                                                       <string>PBXMemberBookColumnIdentifier</string>
+                                                                       <real>22</real>
+                                                               </array>
+                                                               <key>PBXModuleWindowStatusBarHidden2</key>
+                                                               <integer>1</integer>
+                                                               <key>RubberWindowFrame</key>
+                                                               <string>385 179 630 352 0 0 1440 878 </string>
+                                                       </dict>
+                                                       <key>Module</key>
+                                                       <string>PBXClassBrowserModule</string>
+                                                       <key>Proportion</key>
+                                                       <string>332pt</string>
+                                               </dict>
+                                       </array>
+                                       <key>Proportion</key>
+                                       <string>332pt</string>
+                               </dict>
+                       </array>
+                       <key>Name</key>
+                       <string>Class Browser</string>
+                       <key>ServiceClasses</key>
+                       <array>
+                               <string>PBXClassBrowserModule</string>
+                       </array>
+                       <key>StatusbarIsVisible</key>
+                       <integer>0</integer>
+                       <key>TableOfContents</key>
+                       <array>
+                               <string>1C0AD2AF069F1E9B00FABCE6</string>
+                               <string>1C0AD2B0069F1E9B00FABCE6</string>
+                               <string>1CA6456E063B45B4001379D8</string>
+                       </array>
+                       <key>ToolbarConfiguration</key>
+                       <string>xcode.toolbar.config.classbrowser</string>
+                       <key>WindowString</key>
+                       <string>385 179 630 352 0 0 1440 878 </string>
+                       <key>WindowToolGUID</key>
+                       <string>1C0AD2AF069F1E9B00FABCE6</string>
+                       <key>WindowToolIsVisible</key>
+                       <integer>0</integer>
+               </dict>
+       </array>
+</dict>
+</plist>
diff --git a/synfig-core/trunk/synfig-core.xcodeproj/darco.pbxuser b/synfig-core/trunk/synfig-core.xcodeproj/darco.pbxuser
new file mode 100644 (file)
index 0000000..6743937
--- /dev/null
@@ -0,0 +1,3939 @@
+// !$*UTF8*$!
+{
+       A6AF11980B965E2E00EDBA70 /* Project object */ = {
+               activeBuildConfigurationName = Debug;
+               activeExecutable = A6AF30E40B966F6D00EDBA70 /* Synfig Tool */;
+               activeTarget = A6AF30E20B966F6D00EDBA70 /* Synfig Tool */;
+               addToTargets = (
+                       A6AF20DA0B965ED900EDBA70 /* Synfig Framework */,
+               );
+               codeSenseManager = A6AF119D0B965E2E00EDBA70 /* Code sense */;
+               executables = (
+                       A6AF30E40B966F6D00EDBA70 /* Synfig Tool */,
+               );
+               ignoreBreakpointsInProjectsDict = {
+               };
+               perUserDictionary = {
+                       PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
+                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+                               PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
+                               PBXFileTableDataSourceColumnWidthsKey = (
+                                       20,
+                                       45,
+                                       20,
+                                       42,
+                                       43,
+                                       43,
+                                       20,
+                               );
+                               PBXFileTableDataSourceColumnsKey = (
+                                       PBXFileDataSource_FiletypeID,
+                                       PBXFileDataSource_Filename_ColumnID,
+                                       PBXFileDataSource_Built_ColumnID,
+                                       PBXFileDataSource_ObjectSize_ColumnID,
+                                       PBXFileDataSource_Errors_ColumnID,
+                                       PBXFileDataSource_Warnings_ColumnID,
+                                       PBXFileDataSource_Target_ColumnID,
+                               );
+                       };
+                       PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
+                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
+                               PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
+                               PBXFileTableDataSourceColumnWidthsKey = (
+                                       20,
+                                       200,
+                                       99,
+                                       20,
+                                       42,
+                                       43,
+                                       43,
+                               );
+                               PBXFileTableDataSourceColumnsKey = (
+                                       PBXFileDataSource_FiletypeID,
+                                       PBXFileDataSource_Filename_ColumnID,
+                                       PBXTargetDataSource_PrimaryAttribute,
+                                       PBXFileDataSource_Built_ColumnID,
+                                       PBXFileDataSource_ObjectSize_ColumnID,
+                                       PBXFileDataSource_Errors_ColumnID,
+                                       PBXFileDataSource_Warnings_ColumnID,
+                               );
+                       };
+                       PBXPerProjectTemplateStateSaveDate = 194403886;
+                       PBXWorkspaceStateSaveDate = 194403886;
+               };
+               perUserProjectItems = {
+                       A6AF2FAA0B96608300EDBA70 /* PBXTextBookmark */ = A6AF2FAA0B96608300EDBA70 /* PBXTextBookmark */;
+                       A6AF2FAC0B96608300EDBA70 /* PBXTextBookmark */ = A6AF2FAC0B96608300EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB00B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB00B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB10B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB10B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB30B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB30B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB50B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB50B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB60B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB60B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FB80B9660CB00EDBA70 /* PBXTextBookmark */ = A6AF2FB80B9660CB00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FBB0B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FBB0B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FBC0B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FBC0B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FBD0B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FBD0B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FBE0B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FBE0B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FBF0B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FBF0B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC00B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FC00B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC10B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FC10B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC20B96614500EDBA70 /* PBXTextBookmark */ = A6AF2FC20B96614500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC60B96616500EDBA70 /* PBXTextBookmark */ = A6AF2FC60B96616500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC80B96618900EDBA70 /* PBXTextBookmark */ = A6AF2FC80B96618900EDBA70 /* PBXTextBookmark */;
+                       A6AF2FC90B96618900EDBA70 /* PBXTextBookmark */ = A6AF2FC90B96618900EDBA70 /* PBXTextBookmark */;
+                       A6AF2FCA0B96618900EDBA70 /* PBXTextBookmark */ = A6AF2FCA0B96618900EDBA70 /* PBXTextBookmark */;
+                       A6AF2FCB0B96618900EDBA70 /* PBXTextBookmark */ = A6AF2FCB0B96618900EDBA70 /* PBXTextBookmark */;
+                       A6AF2FCD0B96619A00EDBA70 /* PBXTextBookmark */ = A6AF2FCD0B96619A00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FCE0B96619A00EDBA70 /* PBXTextBookmark */ = A6AF2FCE0B96619A00EDBA70 /* PBXTextBookmark */;
+                       A6AF2FD40B96626800EDBA70 /* PBXTextBookmark */ = A6AF2FD40B96626800EDBA70 /* PBXTextBookmark */;
+                       A6AF2FD50B96626800EDBA70 /* PBXTextBookmark */ = A6AF2FD50B96626800EDBA70 /* PBXTextBookmark */;
+                       A6AF2FD60B96626800EDBA70 /* PBXTextBookmark */ = A6AF2FD60B96626800EDBA70 /* PBXTextBookmark */;
+                       A6AF2FD70B96626800EDBA70 /* PBXTextBookmark */ = A6AF2FD70B96626800EDBA70 /* PBXTextBookmark */;
+                       A6AF2FD90B9662F600EDBA70 /* PBXTextBookmark */ = A6AF2FD90B9662F600EDBA70 /* PBXTextBookmark */;
+                       A6AF2FDA0B9662F600EDBA70 /* PBXTextBookmark */ = A6AF2FDA0B9662F600EDBA70 /* PBXTextBookmark */;
+                       A6AF2FDB0B9662F600EDBA70 /* PBXTextBookmark */ = A6AF2FDB0B9662F600EDBA70 /* PBXTextBookmark */;
+                       A6AF2FDC0B9662F600EDBA70 /* PBXTextBookmark */ = A6AF2FDC0B9662F600EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE30B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE30B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE50B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE50B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE60B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE60B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE70B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE70B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE80B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE80B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FE90B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FE90B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FEB0B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FEB0B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FEC0B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FEC0B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FED0B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FED0B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FEE0B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FEE0B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FEF0B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FEF0B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF2FF00B9663F500EDBA70 /* PBXTextBookmark */ = A6AF2FF00B9663F500EDBA70 /* PBXTextBookmark */;
+                       A6AF30400B9666E100EDBA70 /* PBXTextBookmark */ = A6AF30400B9666E100EDBA70 /* PBXTextBookmark */;
+                       A6AF30410B9666E100EDBA70 /* PBXTextBookmark */ = A6AF30410B9666E100EDBA70 /* PBXTextBookmark */;
+                       A6AF30430B9666E100EDBA70 /* PBXTextBookmark */ = A6AF30430B9666E100EDBA70 /* PBXTextBookmark */;
+                       A6AF30440B9666E100EDBA70 /* PBXTextBookmark */ = A6AF30440B9666E100EDBA70 /* PBXTextBookmark */;
+                       A6AF30450B96670D00EDBA70 /* PBXTextBookmark */ = A6AF30450B96670D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30740B96688E00EDBA70 /* PBXTextBookmark */ = A6AF30740B96688E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30750B96688E00EDBA70 /* PBXTextBookmark */ = A6AF30750B96688E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30770B96688E00EDBA70 /* PBXTextBookmark */ = A6AF30770B96688E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30780B96688E00EDBA70 /* PBXTextBookmark */ = A6AF30780B96688E00EDBA70 /* PBXTextBookmark */;
+                       A6AF308B0B96691000EDBA70 /* PBXTextBookmark */ = A6AF308B0B96691000EDBA70 /* PBXTextBookmark */;
+                       A6AF308C0B96691000EDBA70 /* PBXTextBookmark */ = A6AF308C0B96691000EDBA70 /* PBXTextBookmark */;
+                       A6AF308E0B96691000EDBA70 /* PBXTextBookmark */ = A6AF308E0B96691000EDBA70 /* PBXTextBookmark */;
+                       A6AF308F0B96691000EDBA70 /* PBXTextBookmark */ = A6AF308F0B96691000EDBA70 /* PBXTextBookmark */;
+                       A6AF30A30B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A30B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30A40B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A40B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30A50B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A50B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30A70B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A70B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30A80B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A80B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30A90B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30A90B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30AA0B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30AA0B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30AB0B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30AB0B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30AC0B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30AC0B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30AD0B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30AD0B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30AE0B966B1700EDBA70 /* PBXTextBookmark */ = A6AF30AE0B966B1700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B20B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B20B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B30B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B30B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B40B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B40B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B50B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B50B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B60B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B60B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B70B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B70B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30B80B966B2700EDBA70 /* PBXTextBookmark */ = A6AF30B80B966B2700EDBA70 /* PBXTextBookmark */;
+                       A6AF30BB0B966C6E00EDBA70 /* PBXTextBookmark */ = A6AF30BB0B966C6E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30BC0B966C6E00EDBA70 /* PBXTextBookmark */ = A6AF30BC0B966C6E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30BD0B966C6E00EDBA70 /* PBXTextBookmark */ = A6AF30BD0B966C6E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30BE0B966C6E00EDBA70 /* PBXTextBookmark */ = A6AF30BE0B966C6E00EDBA70 /* PBXTextBookmark */;
+                       A6AF30C30B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C30B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C40B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C40B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C50B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C50B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C60B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C60B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C70B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C70B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C80B966C8700EDBA70 /* PBXTextBookmark */ = A6AF30C80B966C8700EDBA70 /* PBXTextBookmark */;
+                       A6AF30C90B966CBD00EDBA70 /* PBXTextBookmark */ = A6AF30C90B966CBD00EDBA70 /* PBXTextBookmark */;
+                       A6AF30CC0B966CD300EDBA70 /* PBXTextBookmark */ = A6AF30CC0B966CD300EDBA70 /* PBXTextBookmark */;
+                       A6AF30CF0B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30CF0B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D00B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D00B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D10B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D10B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D20B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D20B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D30B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D30B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D40B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D40B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30D50B966D7700EDBA70 /* PBXTextBookmark */ = A6AF30D50B966D7700EDBA70 /* PBXTextBookmark */;
+                       A6AF30F40B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30F40B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30F50B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30F50B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30F60B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30F60B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30F70B96707D00EDBA70 /* PBXBookmark */ = A6AF30F70B96707D00EDBA70 /* PBXBookmark */;
+                       A6AF30F80B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30F80B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30F90B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30F90B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30FA0B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30FA0B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF30FB0B96707D00EDBA70 /* PBXTextBookmark */ = A6AF30FB0B96707D00EDBA70 /* PBXTextBookmark */;
+                       A6AF31540B96711700EDBA70 /* PBXTextBookmark */ = A6AF31540B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31550B96711700EDBA70 /* PBXTextBookmark */ = A6AF31550B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31560B96711700EDBA70 /* PBXTextBookmark */ = A6AF31560B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31570B96711700EDBA70 /* PBXTextBookmark */ = A6AF31570B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31580B96711700EDBA70 /* PBXTextBookmark */ = A6AF31580B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31590B96711700EDBA70 /* PBXTextBookmark */ = A6AF31590B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315A0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315A0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315B0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315B0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315C0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315C0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315D0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315D0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315E0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315E0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF315F0B96711700EDBA70 /* PBXTextBookmark */ = A6AF315F0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31600B96711700EDBA70 /* PBXTextBookmark */ = A6AF31600B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31610B96711700EDBA70 /* PBXTextBookmark */ = A6AF31610B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31620B96711700EDBA70 /* PBXTextBookmark */ = A6AF31620B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31630B96711700EDBA70 /* PBXTextBookmark */ = A6AF31630B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31640B96711700EDBA70 /* PBXTextBookmark */ = A6AF31640B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31650B96711700EDBA70 /* PBXTextBookmark */ = A6AF31650B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31660B96711700EDBA70 /* PBXTextBookmark */ = A6AF31660B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31670B96711700EDBA70 /* PBXTextBookmark */ = A6AF31670B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31680B96711700EDBA70 /* PBXTextBookmark */ = A6AF31680B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31690B96711700EDBA70 /* PBXTextBookmark */ = A6AF31690B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316A0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316A0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316B0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316B0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316C0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316C0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316D0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316D0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316E0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316E0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF316F0B96711700EDBA70 /* PBXTextBookmark */ = A6AF316F0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31700B96711700EDBA70 /* PBXTextBookmark */ = A6AF31700B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31710B96711700EDBA70 /* PBXTextBookmark */ = A6AF31710B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31720B96711700EDBA70 /* PBXTextBookmark */ = A6AF31720B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31730B96711700EDBA70 /* PBXTextBookmark */ = A6AF31730B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31740B96711700EDBA70 /* PBXTextBookmark */ = A6AF31740B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31750B96711700EDBA70 /* PBXTextBookmark */ = A6AF31750B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31760B96711700EDBA70 /* PBXTextBookmark */ = A6AF31760B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31770B96711700EDBA70 /* PBXTextBookmark */ = A6AF31770B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31780B96711700EDBA70 /* PBXTextBookmark */ = A6AF31780B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31790B96711700EDBA70 /* PBXTextBookmark */ = A6AF31790B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317A0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317A0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317B0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317B0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317C0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317C0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317D0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317D0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317E0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317E0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF317F0B96711700EDBA70 /* PBXTextBookmark */ = A6AF317F0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31800B96711700EDBA70 /* PBXTextBookmark */ = A6AF31800B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31810B96711700EDBA70 /* PBXTextBookmark */ = A6AF31810B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31820B96711700EDBA70 /* PBXTextBookmark */ = A6AF31820B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31830B96711700EDBA70 /* PBXTextBookmark */ = A6AF31830B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31840B96711700EDBA70 /* PBXTextBookmark */ = A6AF31840B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31850B96711700EDBA70 /* PBXTextBookmark */ = A6AF31850B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31860B96711700EDBA70 /* PBXTextBookmark */ = A6AF31860B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31870B96711700EDBA70 /* PBXTextBookmark */ = A6AF31870B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31880B96711700EDBA70 /* PBXTextBookmark */ = A6AF31880B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31890B96711700EDBA70 /* PBXTextBookmark */ = A6AF31890B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318A0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318A0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318B0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318B0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318C0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318C0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318D0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318D0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318E0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318E0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF318F0B96711700EDBA70 /* PBXTextBookmark */ = A6AF318F0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31900B96711700EDBA70 /* PBXTextBookmark */ = A6AF31900B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31910B96711700EDBA70 /* PBXTextBookmark */ = A6AF31910B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31920B96711700EDBA70 /* PBXTextBookmark */ = A6AF31920B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31930B96711700EDBA70 /* PBXTextBookmark */ = A6AF31930B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31940B96711700EDBA70 /* PBXTextBookmark */ = A6AF31940B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31950B96711700EDBA70 /* PBXTextBookmark */ = A6AF31950B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31960B96711700EDBA70 /* PBXTextBookmark */ = A6AF31960B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31970B96711700EDBA70 /* PBXTextBookmark */ = A6AF31970B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31980B96711700EDBA70 /* PBXTextBookmark */ = A6AF31980B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31990B96711700EDBA70 /* PBXTextBookmark */ = A6AF31990B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319A0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319A0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319B0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319B0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319C0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319C0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319D0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319D0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319E0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319E0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF319F0B96711700EDBA70 /* PBXTextBookmark */ = A6AF319F0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31A90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31A90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AC0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AC0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AD0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AD0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AE0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AE0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31AF0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31AF0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31B90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31B90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BC0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BC0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BD0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BD0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BE0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BE0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31BF0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31BF0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31C90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31C90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CC0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CC0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CD0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CD0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CE0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CE0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31CF0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31CF0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31D90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31D90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DC0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DC0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DD0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DD0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DE0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DE0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31DF0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31DF0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31E90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31E90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31EA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31EA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31EB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31EB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31EC0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31EC0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31ED0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31ED0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31EE0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31EE0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31EF0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31EF0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F00B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F00B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F10B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F10B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F20B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F20B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F30B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F30B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F40B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F40B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F50B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F50B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F60B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F60B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F70B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F70B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F80B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F80B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31F90B96711700EDBA70 /* PBXTextBookmark */ = A6AF31F90B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31FA0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31FA0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31FB0B96711700EDBA70 /* PBXTextBookmark */ = A6AF31FB0B96711700EDBA70 /* PBXTextBookmark */;
+                       A6AF31FC0B96714000EDBA70 /* PBXTextBookmark */ = A6AF31FC0B96714000EDBA70 /* PBXTextBookmark */;
+                       A6AF31FD0B96714000EDBA70 /* PBXTextBookmark */ = A6AF31FD0B96714000EDBA70 /* PBXTextBookmark */;
+                       A6AF31FF0B96714000EDBA70 /* PBXTextBookmark */ = A6AF31FF0B96714000EDBA70 /* PBXTextBookmark */;
+                       A6AF32000B96714000EDBA70 /* PBXTextBookmark */ = A6AF32000B96714000EDBA70 /* PBXTextBookmark */;
+                       A6AF32420B96718700EDBA70 /* PBXTextBookmark */ = A6AF32420B96718700EDBA70 /* PBXTextBookmark */;
+                       A6AF32430B96718700EDBA70 /* PBXTextBookmark */ = A6AF32430B96718700EDBA70 /* PBXTextBookmark */;
+                       A6AF32440B96718700EDBA70 /* PBXTextBookmark */ = A6AF32440B96718700EDBA70 /* PBXTextBookmark */;
+                       A6AF32460B9672A500EDBA70 /* PBXTextBookmark */ = A6AF32460B9672A500EDBA70 /* PBXTextBookmark */;
+                       A6AF32470B9672A500EDBA70 /* PBXTextBookmark */ = A6AF32470B9672A500EDBA70 /* PBXTextBookmark */;
+                       A6AF32480B9672A500EDBA70 /* PBXTextBookmark */ = A6AF32480B9672A500EDBA70 /* PBXTextBookmark */;
+               };
+               sourceControlManager = A6AF119C0B965E2E00EDBA70 /* Source Control */;
+               userBuildSettings = {
+               };
+       };
+       A6AF119C0B965E2E00EDBA70 /* Source Control */ = {
+               isa = PBXSourceControlManager;
+               fallbackIsa = XCSourceControlManager;
+               isSCMEnabled = 1;
+               scmConfiguration = {
+                       SubversionToolPath = /usr/local/bin/svn;
+               };
+               scmType = scm.subversion;
+       };
+       A6AF119D0B965E2E00EDBA70 /* Code sense */ = {
+               isa = PBXCodeSenseManager;
+               indexTemplatePath = "";
+       };
+       A6AF20DA0B965ED900EDBA70 /* Synfig Framework */ = {
+               activeExec = 0;
+       };
+       A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1084, 840}}";
+                       sepNavSelRange = "{1024, 21}";
+                       sepNavVisRect = "{{0, 248}, {1084, 360}}";
+               };
+       };
+       A6AF29CB0B965F2E00EDBA70 /* activepoint.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {741, 1335}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29CC0B965F2E00EDBA70 /* angle.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 750}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1395}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D00B965F2E00EDBA70 /* blur.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1007, 1335}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D20B965F2E00EDBA70 /* canvas.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1077, 7290}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D30B965F2E00EDBA70 /* canvasbase.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 720}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D50B965F2E00EDBA70 /* color.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {902, 13005}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D70B965F2E00EDBA70 /* context.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {804, 1320}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29D90B965F2E00EDBA70 /* curve_helper.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {811, 2595}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29DB0B965F2E00EDBA70 /* curveset.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1395}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29DD0B965F2E00EDBA70 /* distance.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {839, 1935}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29DF0B965F2E00EDBA70 /* exception.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1470}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E10B965F2E00EDBA70 /* gamma.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {818, 1635}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E20B965F2E00EDBA70 /* general.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {902, 2460}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E40B965F2E00EDBA70 /* gradient.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1560}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E60B965F2E00EDBA70 /* guid.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {790, 2130}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E70B965F2E00EDBA70 /* guidset.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 930}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29E90B965F2E00EDBA70 /* importer.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1070, 1860}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29EA0B965F2E00EDBA70 /* interpolation.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 810}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29EC0B965F2E00EDBA70 /* keyframe.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1935}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29EE0B965F2E00EDBA70 /* layer.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1049, 6825}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1014, 1185}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29F20B965F2E00EDBA70 /* layer_composite.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1425}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29F40B965F2E00EDBA70 /* layer_mime.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1140}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1080}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1800}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1455}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1785}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {965, 1080}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A450B965F2F00EDBA70 /* listimporter.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1095}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {818, 2850}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A490B965F2F00EDBA70 /* main.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 945}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A4D0B965F2F00EDBA70 /* module.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {958, 2835}}";
+                       sepNavSelRange = "{1168, 0}";
+                       sepNavVisRect = "{{0, 2595}, {675, 221}}";
+               };
+       };
+       A6AF2A4E0B965F2F00EDBA70 /* module.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1539, 2595}}";
+                       sepNavSelRange = "{263, 0}";
+                       sepNavVisRect = "{{0, 585}, {675, 76}}";
+               };
+       };
+       A6AF2A500B965F2F00EDBA70 /* mutex.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1785}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A520B965F2F00EDBA70 /* node.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 3675}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A540B965F2F00EDBA70 /* palette.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1425}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A560B965F2F00EDBA70 /* paramdesc.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {713, 3420}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {797, 1815}}";
+                       sepNavSelRange = "{1715, 0}";
+                       sepNavVisRect = "{{0, 645}, {675, 76}}";
+               };
+       };
+       A6AF2A600B965F2F00EDBA70 /* protocol.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1035}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A610B965F2F00EDBA70 /* real.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 630}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A630B965F2F00EDBA70 /* rect.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {720, 2625}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A650B965F2F00EDBA70 /* renddesc.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {804, 4815}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A670B965F2F00EDBA70 /* render.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {783, 1005}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1112, 11460}}";
+                       sepNavSelRange = "{1691, 0}";
+                       sepNavVisRect = "{{0, 733}, {822, 279}}";
+               };
+       };
+       A6AF2A690B965F2F00EDBA70 /* savecanvas.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 825}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A6A0B965F2F00EDBA70 /* segment.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1020}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 795}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A6C0B965F2F00EDBA70 /* string.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 945}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 885}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A6F0B965F2F00EDBA70 /* surface.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {993, 2400}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A700B965F2F00EDBA70 /* surfacenew.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {622, 10605}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {471, 83}}";
+               };
+       };
+       A6AF2A710B965F2F00EDBA70 /* surfacenew.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {822, 6015}}";
+                       sepNavSelRange = "{2791, 0}";
+                       sepNavVisRect = "{{0, 1688}, {822, 279}}";
+               };
+       };
+       A6AF2A720B965F2F00EDBA70 /* synfig.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 2085}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A750B965F2F00EDBA70 /* target.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1042, 2475}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A770B965F2F00EDBA70 /* target_multi.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1035}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A790B965F2F00EDBA70 /* target_null.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1080}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {692, 1005}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1515}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1830}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A810B965F2F00EDBA70 /* time.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {937, 2490}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+                       sepNavWindowFrame = "{{160, 331}, {685, 437}}";
+               };
+       };
+       A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {958, 825}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A850B965F2F00EDBA70 /* transform.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1305}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A860B965F2F00EDBA70 /* types.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 720}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A880B965F2F00EDBA70 /* uniqueid.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1380}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A8A0B965F2F00EDBA70 /* value.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {713, 6870}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {860, 5820}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1770}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1485}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1170}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1155}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {804, 3690}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1560}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1245}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1170}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1290}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1560}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1260}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1275}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1245}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1545}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1650}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1515}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 1545}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AAF0B965F2F00EDBA70 /* vector.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {846, 4290}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AB00B965F2F00EDBA70 /* version.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1196, 1170}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AB20B965F2F00EDBA70 /* waypoint.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {867, 3855}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 76}}";
+               };
+       };
+       A6AF2AB30B965F2F00EDBA70 /* template.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {573, 825}}";
+                       sepNavSelRange = "{1004, 13}";
+                       sepNavVisRect = "{{0, 375}, {471, 83}}";
+                       sepNavWindowFrame = "{{207, 289}, {685, 437}}";
+               };
+       };
+       A6AF2ABA0B965F2F00EDBA70 /* main.cpp */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1203, 16680}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {675, 221}}";
+               };
+       };
+       A6AF2FAA0B96608300EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::memcpy' has not been declared";
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               rLen = 1;
+               rLoc = 78;
+               rType = 1;
+       };
+       A6AF2FAB0B96608300EDBA70 /* cstring */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.cpp.h;
+               name = cstring;
+               path = "/usr/include/c++/4.0.0/cstring";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {559, 1935}}";
+                       sepNavSelRange = "{2380, 18}";
+                       sepNavVisRect = "{{0, 689}, {471, 83}}";
+               };
+       };
+       A6AF2FAC0B96608300EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAD0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 2319;
+       };
+       A6AF2FAD0B96608300EDBA70 /* cstring */ = {
+               isa = PBXFileReference;
+               name = cstring;
+               path = "/usr/include/c++/4.0.0/cstring";
+               sourceTree = "<absolute>";
+       };
+       A6AF2FB00B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 545;
+               vrLoc = 0;
+       };
+       A6AF2FB10B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB20B9660CB00EDBA70 /* ctime */;
+               name = "(null): 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 545;
+               vrLoc = 0;
+       };
+       A6AF2FB20B9660CB00EDBA70 /* ctime */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.cpp.h;
+               name = ctime;
+               path = "/usr/include/c++/4.0.0/ctime";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {822, 1230}}";
+                       sepNavSelRange = "{1952, 0}";
+                       sepNavVisRect = "{{0, 537}, {822, 294}}";
+               };
+       };
+       A6AF2FB30B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "Precompiling /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h";
+               fRef = A6AF2FB40B9660CB00EDBA70 /* Carbon.h */;
+               rLen = 0;
+               rLoc = 0;
+               rType = 1;
+       };
+       A6AF2FB40B9660CB00EDBA70 /* Carbon.h */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.c.h;
+               name = Carbon.h;
+               path = /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h;
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {822, 1230}}";
+                       sepNavSelRange = "{0, 0}";
+                       sepNavVisRect = "{{0, 0}, {822, 294}}";
+               };
+       };
+       A6AF2FB50B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 545;
+               vrLoc = 0;
+       };
+       A6AF2FB60B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB70B9660CB00EDBA70 /* ctime */;
+               name = "(null): 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 545;
+               vrLoc = 0;
+       };
+       A6AF2FB70B9660CB00EDBA70 /* ctime */ = {
+               isa = PBXFileReference;
+               name = ctime;
+               path = "/usr/include/c++/4.0.0/ctime";
+               sourceTree = "<absolute>";
+       };
+       A6AF2FB80B9660CB00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB90B9660CB00EDBA70 /* Carbon.h */;
+               name = "(null): 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 474;
+               vrLoc = 0;
+       };
+       A6AF2FB90B9660CB00EDBA70 /* Carbon.h */ = {
+               isa = PBXFileReference;
+               name = Carbon.h;
+               path = /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h;
+               sourceTree = "<absolute>";
+       };
+       A6AF2FBB0B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB40B9660CB00EDBA70 /* Carbon.h */;
+               name = "Carbon.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 474;
+               vrLoc = 0;
+       };
+       A6AF2FBC0B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 889;
+               vrLoc = 0;
+       };
+       A6AF2FBD0B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "Distributing compilation of /Users/darco/Projects/Voria/synfig-core/src/synfig/activepoint.cpp";
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               rLen = 0;
+               rLoc = 0;
+               rType = 1;
+       };
+       A6AF2FBE0B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB40B9660CB00EDBA70 /* Carbon.h */;
+               name = "Carbon.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 474;
+               vrLoc = 0;
+       };
+       A6AF2FBF0B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 322;
+               vrLoc = 2262;
+       };
+       A6AF2FC00B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 373;
+               vrLoc = 961;
+       };
+       A6AF2FC10B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 889;
+               vrLoc = 0;
+       };
+       A6AF2FC20B96614500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 800;
+               vrLoc = 0;
+       };
+       A6AF2FC60B96616500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 800;
+               vrLoc = 0;
+       };
+       A6AF2FC80B96618900EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 800;
+               vrLoc = 0;
+       };
+       A6AF2FC90B96618900EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::memcpy' has not been declared";
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               rLen = 1;
+               rLoc = 78;
+               rType = 1;
+       };
+       A6AF2FCA0B96618900EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 800;
+               vrLoc = 0;
+       };
+       A6AF2FCB0B96618900EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 708;
+               vrLoc = 1191;
+       };
+       A6AF2FCD0B96619A00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::memcpy' has not been declared";
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               rLen = 1;
+               rLoc = 78;
+               rType = 1;
+       };
+       A6AF2FCE0B96619A00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 322;
+               vrLoc = 2262;
+       };
+       A6AF2FD40B96626800EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "{ return memchr(const_cast<const void*>(__p), __c, __n); }";
+               rLen = 61;
+               rLoc = 2771;
+               rType = 0;
+               vrLen = 397;
+               vrLoc = 2603;
+       };
+       A6AF2FD50B96626800EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::clock_t' has not been declared";
+               fRef = A6AF2FB20B9660CB00EDBA70 /* ctime */;
+               rLen = 1;
+               rLoc = 65;
+               rType = 1;
+       };
+       A6AF2FD60B96626800EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "{ return memchr(const_cast<const void*>(__p), __c, __n); }";
+               rLen = 61;
+               rLoc = 2771;
+               rType = 0;
+               vrLen = 397;
+               vrLoc = 2603;
+       };
+       A6AF2FD70B96626800EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB20B9660CB00EDBA70 /* ctime */;
+               name = "ctime: 51";
+               rLen = 0;
+               rLoc = 1952;
+               rType = 0;
+               vrLen = 570;
+               vrLoc = 1507;
+       };
+       A6AF2FD90B9662F600EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB20B9660CB00EDBA70 /* ctime */;
+               name = "ctime: 51";
+               rLen = 0;
+               rLoc = 1952;
+               rType = 0;
+               vrLen = 570;
+               vrLoc = 1507;
+       };
+       A6AF2FDA0B9662F600EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::memcpy' has not been declared";
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               rLen = 1;
+               rLoc = 78;
+               rType = 1;
+       };
+       A6AF2FDB0B9662F600EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FB20B9660CB00EDBA70 /* ctime */;
+               name = "ctime: 51";
+               rLen = 0;
+               rLoc = 1952;
+               rType = 0;
+               vrLen = 570;
+               vrLoc = 1507;
+       };
+       A6AF2FDC0B9662F600EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 0;
+               vrLoc = 0;
+       };
+       A6AF2FE30B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FE40B9663F500EDBA70 /* template.cpp */;
+               name = "(null): 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 193;
+               vrLoc = 0;
+       };
+       A6AF2FE40B9663F500EDBA70 /* template.cpp */ = {
+               isa = PBXFileReference;
+               name = template.cpp;
+               path = "/Users/darco/Projects/Voria/synfig-core/src/template.cpp";
+               sourceTree = "<absolute>";
+       };
+       A6AF2FE50B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D10B965F2E00EDBA70 /* canvas.cpp */;
+               name = "canvas.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 207;
+               vrLoc = 0;
+       };
+       A6AF2FE60B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 52;
+               vrLoc = 1052;
+       };
+       A6AF2FE70B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CC0B965F2E00EDBA70 /* angle.h */;
+               name = "angle.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF2FE80B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: '::memcpy' has not been declared";
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               rLen = 1;
+               rLoc = 78;
+               rType = 1;
+       };
+       A6AF2FE90B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FEA0B9663F500EDBA70 /* template.cpp */;
+               name = "(null): 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 193;
+               vrLoc = 0;
+       };
+       A6AF2FEA0B9663F500EDBA70 /* template.cpp */ = {
+               isa = PBXFileReference;
+               name = template.cpp;
+               path = "/Users/darco/Projects/Voria/synfig-core/src/template.cpp";
+               sourceTree = "<absolute>";
+       };
+       A6AF2FEB0B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 52;
+               vrLoc = 1052;
+       };
+       A6AF2FEC0B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 71;
+               vrLoc = 2364;
+       };
+       A6AF2FED0B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "activepoint.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 52;
+               vrLoc = 1052;
+       };
+       A6AF2FEE0B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 71;
+               vrLoc = 2364;
+       };
+       A6AF2FEF0B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CC0B965F2E00EDBA70 /* angle.h */;
+               name = "angle.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF2FF00B9663F500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 91;
+               vrLoc = 2363;
+       };
+       A6AF303E0B9666C700EDBA70 /* signal_base.h */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.c.h;
+               name = signal_base.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/signal_base.h";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {846, 4515}}";
+                       sepNavSelRange = "{898, 26}";
+                       sepNavVisRect = "{{0, 299}, {822, 137}}";
+                       sepNavWindowFrame = "{{184, 310}, {685, 437}}";
+               };
+       };
+       A6AF30400B9666E100EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 158;
+               vrLoc = 2333;
+       };
+       A6AF30410B9666E100EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: sigc++config.h: No such file or directory";
+               fRef = A6AF30420B9666E100EDBA70 /* signal_base.h */;
+               rLen = 1;
+               rLoc = 24;
+               rType = 1;
+       };
+       A6AF30420B9666E100EDBA70 /* signal_base.h */ = {
+               isa = PBXFileReference;
+               name = signal_base.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/signal_base.h";
+               sourceTree = "<absolute>";
+       };
+       A6AF30430B9666E100EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 158;
+               vrLoc = 2333;
+       };
+       A6AF30440B9666E100EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF303E0B9666C700EDBA70 /* signal_base.h */;
+               name = "#include <sigc++config.h>";
+               rLen = 26;
+               rLoc = 898;
+               rType = 0;
+               vrLen = 236;
+               vrLoc = 822;
+       };
+       A6AF30450B96670D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF303E0B9666C700EDBA70 /* signal_base.h */;
+               name = "#include <sigc++config.h>";
+               rLen = 26;
+               rLoc = 898;
+               rType = 0;
+               vrLen = 236;
+               vrLoc = 822;
+       };
+       A6AF30740B96688E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 158;
+               vrLoc = 2333;
+       };
+       A6AF30750B96688E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: sigc++/signal_base.h: No such file or directory";
+               fRef = A6AF30760B96688E00EDBA70 /* signal.h */;
+               rLen = 1;
+               rLoc = 7;
+               rType = 1;
+       };
+       A6AF30760B96688E00EDBA70 /* signal.h */ = {
+               isa = PBXFileReference;
+               name = signal.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/signal.h";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {2785, 49710}}";
+                       sepNavSelRange = "{139421, 0}";
+                       sepNavVisRect = "{{0, 0}, {822, 137}}";
+               };
+       };
+       A6AF30770B96688E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 158;
+               vrLoc = 2333;
+       };
+       A6AF30780B96688E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30790B96688E00EDBA70 /* signal.h */;
+               name = "#include <sigc++/signal_base.h>";
+               rLen = 32;
+               rLoc = 118;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF30790B96688E00EDBA70 /* signal.h */ = {
+               isa = PBXFileReference;
+               name = signal.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/signal.h";
+               sourceTree = "<absolute>";
+       };
+       A6AF308B0B96691000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30760B96688E00EDBA70 /* signal.h */;
+               name = "signal.h: 3314";
+               rLen = 0;
+               rLoc = 139421;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF308C0B96691000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: sigc++config.h: No such file or directory";
+               fRef = A6AF308D0B96691000EDBA70 /* adaptor_trait.h */;
+               rLen = 1;
+               rLoc = 4;
+               rType = 1;
+       };
+       A6AF308D0B96691000EDBA70 /* adaptor_trait.h */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.c.h;
+               name = adaptor_trait.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/adaptors/adaptor_trait.h";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {986, 5490}}";
+                       sepNavSelRange = "{15138, 0}";
+                       sepNavVisRect = "{{0, 0}, {471, 83}}";
+               };
+       };
+       A6AF308E0B96691000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30760B96688E00EDBA70 /* signal.h */;
+               name = "signal.h: 3314";
+               rLen = 0;
+               rLoc = 139421;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF308F0B96691000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30900B96691000EDBA70 /* adaptor_trait.h */;
+               name = "#include \"sigc++config.h\" //To get SIGC_TEMPLATE_KEYWORD_OPERATOR_OVERLOAD";
+               rLen = 75;
+               rLoc = 148;
+               rType = 0;
+               vrLen = 419;
+               vrLoc = 0;
+       };
+       A6AF30900B96691000EDBA70 /* adaptor_trait.h */ = {
+               isa = PBXFileReference;
+               name = adaptor_trait.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/../../../Library/Frameworks/sigc++.framework/Headers/adaptors/adaptor_trait.h";
+               sourceTree = "<absolute>";
+       };
+       A6AF30A30B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF308D0B96691000EDBA70 /* adaptor_trait.h */;
+               name = "adaptor_trait.h: 366";
+               rLen = 0;
+               rLoc = 15138;
+               rType = 0;
+               vrLen = 426;
+               vrLoc = 0;
+       };
+       A6AF30A40B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */;
+               name = "polynomial_root.h: 46";
+               rLen = 0;
+               rLoc = 1715;
+               rType = 0;
+               vrLen = 609;
+               vrLoc = 1252;
+       };
+       A6AF30A50B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30A60B966B1700EDBA70 /* errno.h */;
+               name = "#define errno (*__error())";
+               rLen = 27;
+               rLoc = 3353;
+               rType = 0;
+               vrLen = 333;
+               vrLoc = 3189;
+       };
+       A6AF30A60B966B1700EDBA70 /* errno.h */ = {
+               isa = PBXFileReference;
+               name = errno.h;
+               path = /usr/include/sys/errno.h;
+               sourceTree = "<absolute>";
+       };
+       A6AF30A70B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */;
+               name = "savecanvas.cpp: 59";
+               rLen = 0;
+               rLoc = 1691;
+               rType = 0;
+               vrLen = 435;
+               vrLoc = 1493;
+       };
+       A6AF30A80B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A710B965F2F00EDBA70 /* surfacenew.h */;
+               name = "surfacenew.h: w_";
+               rLen = 0;
+               rLoc = 2791;
+               rType = 0;
+               vrLen = 251;
+               vrLoc = 2584;
+       };
+       A6AF30A90B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: expected namespace-name before ';' token";
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               rLen = 1;
+               rLoc = 40;
+               rType = 1;
+       };
+       A6AF30AA0B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF308D0B96691000EDBA70 /* adaptor_trait.h */;
+               name = "adaptor_trait.h: 366";
+               rLen = 0;
+               rLoc = 15138;
+               rType = 0;
+               vrLen = 426;
+               vrLoc = 0;
+       };
+       A6AF30AB0B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */;
+               name = "polynomial_root.h: 46";
+               rLen = 0;
+               rLoc = 1715;
+               rType = 0;
+               vrLen = 609;
+               vrLoc = 1252;
+       };
+       A6AF30AC0B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */;
+               name = "savecanvas.cpp: 59";
+               rLen = 0;
+               rLoc = 1691;
+               rType = 0;
+               vrLen = 435;
+               vrLoc = 1493;
+       };
+       A6AF30AD0B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A710B965F2F00EDBA70 /* surfacenew.h */;
+               name = "surfacenew.h: w_";
+               rLen = 0;
+               rLoc = 2791;
+               rType = 0;
+               vrLen = 251;
+               vrLoc = 2584;
+       };
+       A6AF30AE0B966B1700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = "using namespace etl;";
+               rLen = 21;
+               rLoc = 1187;
+               rType = 0;
+               vrLen = 620;
+               vrLoc = 1018;
+       };
+       A6AF30B20B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 69;
+               vrLoc = 1899;
+       };
+       A6AF30B30B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF308D0B96691000EDBA70 /* adaptor_trait.h */;
+               name = "adaptor_trait.h: 366";
+               rLen = 0;
+               rLoc = 15138;
+               rType = 0;
+               vrLen = 261;
+               vrLoc = 0;
+       };
+       A6AF30B40B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A700B965F2F00EDBA70 /* surfacenew.cpp */;
+               name = "surfacenew.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF30B50B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2FAB0B96608300EDBA70 /* cstring */;
+               name = "using ::memcpy;";
+               rLen = 18;
+               rLoc = 2380;
+               rType = 0;
+               vrLen = 69;
+               vrLoc = 1899;
+       };
+       A6AF30B60B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF308D0B96691000EDBA70 /* adaptor_trait.h */;
+               name = "adaptor_trait.h: 366";
+               rLen = 0;
+               rLoc = 15138;
+               rType = 0;
+               vrLen = 261;
+               vrLoc = 0;
+       };
+       A6AF30B70B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A700B965F2F00EDBA70 /* surfacenew.cpp */;
+               name = "surfacenew.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF30B80B966B2700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = "template.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF30B90B966C1800EDBA70 /* config.h */ = {
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {675, 3975}}";
+                       sepNavSelRange = "{238, 0}";
+                       sepNavVisRect = "{{0, 3732}, {675, 243}}";
+               };
+       };
+       A6AF30BB0B966C6E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = "using namespace etl;";
+               rLen = 21;
+               rLoc = 1187;
+               rType = 0;
+               vrLen = 620;
+               vrLoc = 1018;
+       };
+       A6AF30BC0B966C6E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: config.h: No such file or directory";
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               rLen = 1;
+               rLoc = 28;
+               rType = 1;
+       };
+       A6AF30BD0B966C6E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = "using namespace etl;";
+               rLen = 21;
+               rLoc = 1187;
+               rType = 0;
+               vrLen = 620;
+               vrLoc = 1018;
+       };
+       A6AF30BE0B966C6E00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 580;
+               vrLoc = 672;
+       };
+       A6AF30C30B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = "config.h: 4";
+               rLen = 0;
+               rLoc = 160;
+               rType = 0;
+               vrLen = 176;
+               vrLoc = 239;
+       };
+       A6AF30C40B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = HAVE_CONFIG_H;
+               rLen = 13;
+               rLoc = 1004;
+               rType = 0;
+               vrLen = 74;
+               vrLoc = 973;
+       };
+       A6AF30C50B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = "template.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF30C60B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = "config.h: 4";
+               rLen = 0;
+               rLoc = 160;
+               rType = 0;
+               vrLen = 176;
+               vrLoc = 239;
+       };
+       A6AF30C70B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB30B965F2F00EDBA70 /* template.cpp */;
+               name = HAVE_CONFIG_H;
+               rLen = 13;
+               rLoc = 1004;
+               rType = 0;
+               vrLen = 74;
+               vrLoc = 973;
+       };
+       A6AF30C80B966C8700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 99;
+               vrLoc = 979;
+       };
+       A6AF30C90B966CBD00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 580;
+               vrLoc = 672;
+       };
+       A6AF30CC0B966CD300EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 99;
+               vrLoc = 979;
+       };
+       A6AF30CF0B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 99;
+               vrLoc = 979;
+       };
+       A6AF30D00B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4E0B965F2F00EDBA70 /* module.h */;
+               name = "module.h: 9";
+               rLen = 0;
+               rLoc = 263;
+               rType = 0;
+               vrLen = 909;
+               vrLoc = 1252;
+       };
+       A6AF30D10B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4D0B965F2F00EDBA70 /* module.cpp */;
+               name = "module.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 865;
+               vrLoc = 0;
+       };
+       A6AF30D20B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 99;
+               vrLoc = 979;
+       };
+       A6AF30D30B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4E0B965F2F00EDBA70 /* module.h */;
+               name = "module.h: 9";
+               rLen = 0;
+               rLoc = 263;
+               rType = 0;
+               vrLen = 909;
+               vrLoc = 1252;
+       };
+       A6AF30D40B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4D0B965F2F00EDBA70 /* module.cpp */;
+               name = "module.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 865;
+               vrLoc = 0;
+       };
+       A6AF30D50B966D7700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = "config.h: 4";
+               rLen = 0;
+               rLoc = 146;
+               rType = 0;
+               vrLen = 649;
+               vrLoc = 0;
+       };
+       A6AF30E20B966F6D00EDBA70 /* Synfig Tool */ = {
+               activeExec = 0;
+               executables = (
+                       A6AF30E40B966F6D00EDBA70 /* Synfig Tool */,
+               );
+       };
+       A6AF30E40B966F6D00EDBA70 /* Synfig Tool */ = {
+               isa = PBXExecutable;
+               activeArgIndex = 2147483647;
+               activeArgIndices = (
+               );
+               argumentStrings = (
+               );
+               autoAttachOnCrash = 1;
+               configStateDict = {
+               };
+               customDataFormattersEnabled = 1;
+               debuggerPlugin = GDBDebugging;
+               disassemblyDisplayState = 0;
+               enableDebugStr = 1;
+               environmentEntries = (
+               );
+               executableSystemSymbolLevel = 0;
+               executableUserSymbolLevel = 0;
+               libgmallocEnabled = 0;
+               name = "Synfig Tool";
+               sourceDirectories = (
+               );
+       };
+       A6AF30F40B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = USE_CF_BUNDLES;
+               rLen = 14;
+               rLoc = 132;
+               rType = 0;
+               vrLen = 646;
+               vrLoc = 0;
+       };
+       A6AF30F50B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4D0B965F2F00EDBA70 /* module.cpp */;
+               name = "module.cpp: 40";
+               rLen = 0;
+               rLoc = 1168;
+               rType = 0;
+               vrLen = 324;
+               vrLoc = 4484;
+       };
+       A6AF30F60B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2ABA0B965F2F00EDBA70 /* main.cpp */;
+               name = "main.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 586;
+               vrLoc = 0;
+       };
+       A6AF30F70B96707D00EDBA70 /* PBXBookmark */ = {
+               isa = PBXBookmark;
+               fRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */;
+       };
+       A6AF30F80B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = USE_CF_BUNDLES;
+               rLen = 14;
+               rLoc = 132;
+               rType = 0;
+               vrLen = 646;
+               vrLoc = 0;
+       };
+       A6AF30F90B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4D0B965F2F00EDBA70 /* module.cpp */;
+               name = "module.cpp: 40";
+               rLen = 0;
+               rLoc = 1168;
+               rType = 0;
+               vrLen = 324;
+               vrLoc = 4484;
+       };
+       A6AF30FA0B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2ABA0B965F2F00EDBA70 /* main.cpp */;
+               name = "main.cpp: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 586;
+               vrLoc = 0;
+       };
+       A6AF30FB0B96707D00EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */;
+               name = "activepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 0;
+               vrLoc = 0;
+       };
+       A6AF31540B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */;
+               name = "activepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31550B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CC0B965F2E00EDBA70 /* angle.h */;
+               name = "angle.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31560B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */;
+               name = "blinepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF31570B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D00B965F2E00EDBA70 /* blur.h */;
+               name = "blur.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31580B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D20B965F2E00EDBA70 /* canvas.h */;
+               name = "canvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31590B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D30B965F2E00EDBA70 /* canvasbase.h */;
+               name = "canvasbase.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF315A0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D50B965F2E00EDBA70 /* color.h */;
+               name = "color.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 199;
+               vrLoc = 0;
+       };
+       A6AF315B0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D70B965F2E00EDBA70 /* context.h */;
+               name = "context.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF315C0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D90B965F2E00EDBA70 /* curve_helper.h */;
+               name = "curve_helper.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 206;
+               vrLoc = 0;
+       };
+       A6AF315D0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DB0B965F2E00EDBA70 /* curveset.h */;
+               name = "curveset.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 195;
+               vrLoc = 0;
+       };
+       A6AF315E0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DD0B965F2E00EDBA70 /* distance.h */;
+               name = "distance.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF315F0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DF0B965F2E00EDBA70 /* exception.h */;
+               name = "exception.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 191;
+               vrLoc = 0;
+       };
+       A6AF31600B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E10B965F2E00EDBA70 /* gamma.h */;
+               name = "gamma.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31610B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E20B965F2E00EDBA70 /* general.h */;
+               name = "general.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 228;
+               vrLoc = 0;
+       };
+       A6AF31620B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E40B965F2E00EDBA70 /* gradient.h */;
+               name = "gradient.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 199;
+               vrLoc = 0;
+       };
+       A6AF31630B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E60B965F2E00EDBA70 /* guid.h */;
+               name = "guid.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31640B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E70B965F2E00EDBA70 /* guidset.h */;
+               name = "guidset.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31650B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E90B965F2E00EDBA70 /* importer.h */;
+               name = "importer.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31660B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EA0B965F2E00EDBA70 /* interpolation.h */;
+               name = "interpolation.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31670B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EC0B965F2E00EDBA70 /* keyframe.h */;
+               name = "keyframe.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31680B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EE0B965F2E00EDBA70 /* layer.h */;
+               name = "layer.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 187;
+               vrLoc = 0;
+       };
+       A6AF31690B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */;
+               name = "layer_bitmap.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF316A0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F20B965F2E00EDBA70 /* layer_composite.h */;
+               name = "layer_composite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 225;
+               vrLoc = 0;
+       };
+       A6AF316B0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F40B965F2E00EDBA70 /* layer_mime.h */;
+               name = "layer_mime.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF316C0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */;
+               name = "layer_motionblur.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF316D0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */;
+               name = "layer_pastecanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF316E0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */;
+               name = "layer_polygon.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF316F0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */;
+               name = "layer_shape.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31700B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */;
+               name = "layer_solidcolor.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31710B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A450B965F2F00EDBA70 /* listimporter.h */;
+               name = "listimporter.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31720B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */;
+               name = "loadcanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31730B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A490B965F2F00EDBA70 /* main.h */;
+               name = "main.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31740B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4E0B965F2F00EDBA70 /* module.h */;
+               name = "module.h: 9";
+               rLen = 0;
+               rLoc = 263;
+               rType = 0;
+               vrLen = 278;
+               vrLoc = 1252;
+       };
+       A6AF31750B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A500B965F2F00EDBA70 /* mutex.h */;
+               name = "mutex.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 184;
+               vrLoc = 0;
+       };
+       A6AF31760B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A520B965F2F00EDBA70 /* node.h */;
+               name = "node.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 182;
+               vrLoc = 0;
+       };
+       A6AF31770B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A540B965F2F00EDBA70 /* palette.h */;
+               name = "palette.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31780B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A560B965F2F00EDBA70 /* paramdesc.h */;
+               name = "paramdesc.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 211;
+               vrLoc = 0;
+       };
+       A6AF31790B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */;
+               name = "polynomial_root.h: 46";
+               rLen = 0;
+               rLoc = 1715;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 1591;
+       };
+       A6AF317A0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A600B965F2F00EDBA70 /* protocol.h */;
+               name = "protocol.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF317B0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A610B965F2F00EDBA70 /* real.h */;
+               name = "real.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF317C0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A630B965F2F00EDBA70 /* rect.h */;
+               name = "rect.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF317D0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A650B965F2F00EDBA70 /* renddesc.h */;
+               name = "renddesc.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF317E0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A670B965F2F00EDBA70 /* render.h */;
+               name = "render.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF317F0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A690B965F2F00EDBA70 /* savecanvas.h */;
+               name = "savecanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31800B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6A0B965F2F00EDBA70 /* segment.h */;
+               name = "segment.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31810B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */;
+               name = "smartfile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31820B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6C0B965F2F00EDBA70 /* string.h */;
+               name = "string.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31830B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */;
+               name = "string_decl.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31840B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6F0B965F2F00EDBA70 /* surface.h */;
+               name = "surface.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31850B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A720B965F2F00EDBA70 /* synfig.h */;
+               name = "synfig.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31860B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A750B965F2F00EDBA70 /* target.h */;
+               name = "target.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31870B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A770B965F2F00EDBA70 /* target_multi.h */;
+               name = "target_multi.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31880B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A790B965F2F00EDBA70 /* target_null.h */;
+               name = "target_null.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31890B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */;
+               name = "target_null_tile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF318A0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */;
+               name = "target_scanline.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF318B0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */;
+               name = "target_tile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF318C0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A810B965F2F00EDBA70 /* time.h */;
+               name = "time.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF318D0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */;
+               name = "timepointcollect.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF318E0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A850B965F2F00EDBA70 /* transform.h */;
+               name = "transform.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF318F0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A860B965F2F00EDBA70 /* types.h */;
+               name = "types.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31900B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A880B965F2F00EDBA70 /* uniqueid.h */;
+               name = "uniqueid.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31910B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8A0B965F2F00EDBA70 /* value.h */;
+               name = "value.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31920B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */;
+               name = "valuenode.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31930B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */;
+               name = "valuenode_animated.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 214;
+               vrLoc = 0;
+       };
+       A6AF31940B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */;
+               name = "valuenode_bline.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31950B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */;
+               name = "valuenode_composite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF31960B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */;
+               name = "valuenode_const.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31970B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */;
+               name = "valuenode_dynamiclist.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 220;
+               vrLoc = 0;
+       };
+       A6AF31980B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */;
+               name = "valuenode_gradientrotate.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 219;
+               vrLoc = 0;
+       };
+       A6AF31990B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */;
+               name = "valuenode_linear.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF319A0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */;
+               name = "valuenode_radialcomposite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 228;
+               vrLoc = 0;
+       };
+       A6AF319B0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */;
+               name = "valuenode_reference.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF319C0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */;
+               name = "valuenode_scale.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF319D0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */;
+               name = "valuenode_segcalctangent.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 226;
+               vrLoc = 0;
+       };
+       A6AF319E0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */;
+               name = "valuenode_segcalcvertex.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 224;
+               vrLoc = 0;
+       };
+       A6AF319F0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */;
+               name = "valuenode_sine.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 206;
+               vrLoc = 0;
+       };
+       A6AF31A00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */;
+               name = "valuenode_stripes.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF31A10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */;
+               name = "valuenode_subtract.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 214;
+               vrLoc = 0;
+       };
+       A6AF31A20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */;
+               name = "valuenode_timedswap.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF31A30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */;
+               name = "valuenode_twotone.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF31A40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAF0B965F2F00EDBA70 /* vector.h */;
+               name = "vector.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31A50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB00B965F2F00EDBA70 /* version.h */;
+               name = "version.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31A60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */;
+               name = "waypoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31A70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */;
+               name = "activepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31A80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */;
+               name = "waypoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31A90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */;
+               name = "activepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31AA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CC0B965F2E00EDBA70 /* angle.h */;
+               name = "angle.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31AB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */;
+               name = "blinepoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF31AC0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D00B965F2E00EDBA70 /* blur.h */;
+               name = "blur.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31AD0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D20B965F2E00EDBA70 /* canvas.h */;
+               name = "canvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31AE0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D30B965F2E00EDBA70 /* canvasbase.h */;
+               name = "canvasbase.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF31AF0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D50B965F2E00EDBA70 /* color.h */;
+               name = "color.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 199;
+               vrLoc = 0;
+       };
+       A6AF31B00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D70B965F2E00EDBA70 /* context.h */;
+               name = "context.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31B10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29D90B965F2E00EDBA70 /* curve_helper.h */;
+               name = "curve_helper.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 206;
+               vrLoc = 0;
+       };
+       A6AF31B20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DB0B965F2E00EDBA70 /* curveset.h */;
+               name = "curveset.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 195;
+               vrLoc = 0;
+       };
+       A6AF31B30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DD0B965F2E00EDBA70 /* distance.h */;
+               name = "distance.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31B40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29DF0B965F2E00EDBA70 /* exception.h */;
+               name = "exception.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 191;
+               vrLoc = 0;
+       };
+       A6AF31B50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E10B965F2E00EDBA70 /* gamma.h */;
+               name = "gamma.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31B60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E20B965F2E00EDBA70 /* general.h */;
+               name = "general.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 228;
+               vrLoc = 0;
+       };
+       A6AF31B70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E40B965F2E00EDBA70 /* gradient.h */;
+               name = "gradient.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 199;
+               vrLoc = 0;
+       };
+       A6AF31B80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E60B965F2E00EDBA70 /* guid.h */;
+               name = "guid.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31B90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E70B965F2E00EDBA70 /* guidset.h */;
+               name = "guidset.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31BA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29E90B965F2E00EDBA70 /* importer.h */;
+               name = "importer.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31BB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EA0B965F2E00EDBA70 /* interpolation.h */;
+               name = "interpolation.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31BC0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EC0B965F2E00EDBA70 /* keyframe.h */;
+               name = "keyframe.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31BD0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29EE0B965F2E00EDBA70 /* layer.h */;
+               name = "layer.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 187;
+               vrLoc = 0;
+       };
+       A6AF31BE0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */;
+               name = "layer_bitmap.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF31BF0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F20B965F2E00EDBA70 /* layer_composite.h */;
+               name = "layer_composite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 225;
+               vrLoc = 0;
+       };
+       A6AF31C00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F40B965F2E00EDBA70 /* layer_mime.h */;
+               name = "layer_mime.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 198;
+               vrLoc = 0;
+       };
+       A6AF31C10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */;
+               name = "layer_motionblur.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31C20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */;
+               name = "layer_pastecanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31C30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */;
+               name = "layer_polygon.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31C40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */;
+               name = "layer_shape.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31C50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */;
+               name = "layer_solidcolor.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31C60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A450B965F2F00EDBA70 /* listimporter.h */;
+               name = "listimporter.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31C70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */;
+               name = "loadcanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31C80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A490B965F2F00EDBA70 /* main.h */;
+               name = "main.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31C90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A4E0B965F2F00EDBA70 /* module.h */;
+               name = "module.h: 9";
+               rLen = 0;
+               rLoc = 263;
+               rType = 0;
+               vrLen = 278;
+               vrLoc = 1252;
+       };
+       A6AF31CA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A500B965F2F00EDBA70 /* mutex.h */;
+               name = "mutex.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 184;
+               vrLoc = 0;
+       };
+       A6AF31CB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A520B965F2F00EDBA70 /* node.h */;
+               name = "node.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 182;
+               vrLoc = 0;
+       };
+       A6AF31CC0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A540B965F2F00EDBA70 /* palette.h */;
+               name = "palette.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31CD0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A560B965F2F00EDBA70 /* paramdesc.h */;
+               name = "paramdesc.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 211;
+               vrLoc = 0;
+       };
+       A6AF31CE0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */;
+               name = "polynomial_root.h: 46";
+               rLen = 0;
+               rLoc = 1715;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 1591;
+       };
+       A6AF31CF0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A600B965F2F00EDBA70 /* protocol.h */;
+               name = "protocol.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31D00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A610B965F2F00EDBA70 /* real.h */;
+               name = "real.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31D10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A630B965F2F00EDBA70 /* rect.h */;
+               name = "rect.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31D20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A650B965F2F00EDBA70 /* renddesc.h */;
+               name = "renddesc.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31D30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A670B965F2F00EDBA70 /* render.h */;
+               name = "render.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31D40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A690B965F2F00EDBA70 /* savecanvas.h */;
+               name = "savecanvas.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31D50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6A0B965F2F00EDBA70 /* segment.h */;
+               name = "segment.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31D60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */;
+               name = "smartfile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31D70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6C0B965F2F00EDBA70 /* string.h */;
+               name = "string.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 190;
+               vrLoc = 0;
+       };
+       A6AF31D80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */;
+               name = "string_decl.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31D90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A6F0B965F2F00EDBA70 /* surface.h */;
+               name = "surface.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31DA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A720B965F2F00EDBA70 /* synfig.h */;
+               name = "synfig.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31DB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A750B965F2F00EDBA70 /* target.h */;
+               name = "target.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31DC0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A770B965F2F00EDBA70 /* target_multi.h */;
+               name = "target_multi.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 202;
+               vrLoc = 0;
+       };
+       A6AF31DD0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A790B965F2F00EDBA70 /* target_null.h */;
+               name = "target_null.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31DE0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */;
+               name = "target_null_tile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31DF0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */;
+               name = "target_scanline.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31E00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */;
+               name = "target_tile.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 200;
+               vrLoc = 0;
+       };
+       A6AF31E10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A810B965F2F00EDBA70 /* time.h */;
+               name = "time.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 186;
+               vrLoc = 0;
+       };
+       A6AF31E20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */;
+               name = "timepointcollect.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31E30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A850B965F2F00EDBA70 /* transform.h */;
+               name = "transform.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31E40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A860B965F2F00EDBA70 /* types.h */;
+               name = "types.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31E50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A880B965F2F00EDBA70 /* uniqueid.h */;
+               name = "uniqueid.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31E60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8A0B965F2F00EDBA70 /* value.h */;
+               name = "value.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 188;
+               vrLoc = 0;
+       };
+       A6AF31E70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */;
+               name = "valuenode.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 196;
+               vrLoc = 0;
+       };
+       A6AF31E80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */;
+               name = "valuenode_animated.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 214;
+               vrLoc = 0;
+       };
+       A6AF31E90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */;
+               name = "valuenode_bline.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31EA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */;
+               name = "valuenode_composite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF31EB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */;
+               name = "valuenode_const.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31EC0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */;
+               name = "valuenode_dynamiclist.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 220;
+               vrLoc = 0;
+       };
+       A6AF31ED0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */;
+               name = "valuenode_gradientrotate.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 219;
+               vrLoc = 0;
+       };
+       A6AF31EE0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */;
+               name = "valuenode_linear.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 210;
+               vrLoc = 0;
+       };
+       A6AF31EF0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */;
+               name = "valuenode_radialcomposite.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 228;
+               vrLoc = 0;
+       };
+       A6AF31F00B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */;
+               name = "valuenode_reference.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF31F10B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */;
+               name = "valuenode_scale.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 208;
+               vrLoc = 0;
+       };
+       A6AF31F20B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */;
+               name = "valuenode_segcalctangent.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 226;
+               vrLoc = 0;
+       };
+       A6AF31F30B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */;
+               name = "valuenode_segcalcvertex.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 224;
+               vrLoc = 0;
+       };
+       A6AF31F40B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */;
+               name = "valuenode_sine.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 206;
+               vrLoc = 0;
+       };
+       A6AF31F50B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */;
+               name = "valuenode_stripes.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF31F60B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */;
+               name = "valuenode_subtract.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 214;
+               vrLoc = 0;
+       };
+       A6AF31F70B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */;
+               name = "valuenode_timedswap.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 216;
+               vrLoc = 0;
+       };
+       A6AF31F80B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */;
+               name = "valuenode_twotone.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 212;
+               vrLoc = 0;
+       };
+       A6AF31F90B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AAF0B965F2F00EDBA70 /* vector.h */;
+               name = "vector.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 204;
+               vrLoc = 0;
+       };
+       A6AF31FA0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB00B965F2F00EDBA70 /* version.h */;
+               name = "version.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 192;
+               vrLoc = 0;
+       };
+       A6AF31FB0B96711700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */;
+               name = "waypoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF31FC0B96714000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 580;
+               vrLoc = 672;
+       };
+       A6AF31FD0B96714000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               comments = "error: sigc++/signal.h: No such file or directory";
+               fRef = A6AF31FE0B96714000EDBA70 /* canvas.h */;
+               rLen = 1;
+               rLoc = 32;
+               rType = 1;
+       };
+       A6AF31FE0B96714000EDBA70 /* canvas.h */ = {
+               isa = PBXFileReference;
+               lastKnownFileType = sourcecode.c.h;
+               name = canvas.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/build/Debug/synfig.framework/Headers/canvas.h";
+               sourceTree = "<absolute>";
+               uiCtxt = {
+                       sepNavIntBoundsRect = "{{0, 0}, {1077, 7290}}";
+                       sepNavSelRange = "{13641, 0}";
+                       sepNavVisRect = "{{0, 450}, {675, 76}}";
+               };
+       };
+       A6AF31FF0B96714000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */;
+               name = "#\tinclude <config.h>";
+               rLen = 21;
+               rLoc = 1024;
+               rType = 0;
+               vrLen = 580;
+               vrLoc = 672;
+       };
+       A6AF32000B96714000EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF32010B96714000EDBA70 /* canvas.h */;
+               name = "#include <sigc++/signal.h>";
+               rLen = 27;
+               rLoc = 1149;
+               rType = 0;
+               vrLen = 626;
+               vrLoc = 800;
+       };
+       A6AF32010B96714000EDBA70 /* canvas.h */ = {
+               isa = PBXFileReference;
+               name = canvas.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/build/Debug/synfig.framework/Headers/canvas.h";
+               sourceTree = "<absolute>";
+       };
+       A6AF32420B96718700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */;
+               name = "waypoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF32430B96718700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */;
+               name = "waypoint.h: 1";
+               rLen = 0;
+               rLoc = 0;
+               rType = 0;
+               vrLen = 194;
+               vrLoc = 0;
+       };
+       A6AF32440B96718700EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF32450B96718700EDBA70 /* canvas.h */;
+               name = "#include <sigc++/signal.h>";
+               rLen = 27;
+               rLoc = 1149;
+               rType = 0;
+               vrLen = 106;
+               vrLoc = 1111;
+       };
+       A6AF32450B96718700EDBA70 /* canvas.h */ = {
+               isa = PBXFileReference;
+               name = canvas.h;
+               path = "/Users/darco/Projects/Voria/synfig-core/build/Debug/synfig.framework/Headers/canvas.h";
+               sourceTree = "<absolute>";
+       };
+       A6AF32460B9672A500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF31FE0B96714000EDBA70 /* canvas.h */;
+               name = "canvas.h: 486";
+               rLen = 0;
+               rLoc = 13641;
+               rType = 0;
+               vrLen = 106;
+               vrLoc = 1111;
+       };
+       A6AF32470B9672A500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF31FE0B96714000EDBA70 /* canvas.h */;
+               name = "canvas.h: 486";
+               rLen = 0;
+               rLoc = 13641;
+               rType = 0;
+               vrLen = 106;
+               vrLoc = 1111;
+       };
+       A6AF32480B9672A500EDBA70 /* PBXTextBookmark */ = {
+               isa = PBXTextBookmark;
+               fRef = A6AF30B90B966C1800EDBA70 /* config.h */;
+               name = "config.h: 8";
+               rLen = 0;
+               rLoc = 238;
+               rType = 0;
+               vrLen = 389;
+               vrLoc = 6916;
+       };
+}
diff --git a/synfig-core/trunk/synfig-core.xcodeproj/project.pbxproj b/synfig-core/trunk/synfig-core.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..b8a4487
--- /dev/null
@@ -0,0 +1,3071 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 42;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               A6AF2E570B965F2F00EDBA70 /* activepoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */; };
+               A6AF2E5A0B965F2F00EDBA70 /* blinepoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29CD0B965F2E00EDBA70 /* blinepoint.cpp */; };
+               A6AF2E5C0B965F2F00EDBA70 /* blur.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29CF0B965F2E00EDBA70 /* blur.cpp */; };
+               A6AF2E5E0B965F2F00EDBA70 /* canvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29D10B965F2E00EDBA70 /* canvas.cpp */; };
+               A6AF2E610B965F2F00EDBA70 /* color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29D40B965F2E00EDBA70 /* color.cpp */; };
+               A6AF2E630B965F2F00EDBA70 /* context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29D60B965F2E00EDBA70 /* context.cpp */; };
+               A6AF2E650B965F2F00EDBA70 /* curve_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29D80B965F2E00EDBA70 /* curve_helper.cpp */; };
+               A6AF2E670B965F2F00EDBA70 /* curveset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29DA0B965F2E00EDBA70 /* curveset.cpp */; };
+               A6AF2E690B965F2F00EDBA70 /* distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29DC0B965F2E00EDBA70 /* distance.cpp */; };
+               A6AF2E6B0B965F2F00EDBA70 /* exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29DE0B965F2E00EDBA70 /* exception.cpp */; };
+               A6AF2E6D0B965F2F00EDBA70 /* gamma.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29E00B965F2E00EDBA70 /* gamma.cpp */; };
+               A6AF2E700B965F2F00EDBA70 /* gradient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29E30B965F2E00EDBA70 /* gradient.cpp */; };
+               A6AF2E720B965F2F00EDBA70 /* guid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29E50B965F2E00EDBA70 /* guid.cpp */; };
+               A6AF2E750B965F2F00EDBA70 /* importer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29E80B965F2E00EDBA70 /* importer.cpp */; };
+               A6AF2E780B965F2F00EDBA70 /* keyframe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29EB0B965F2E00EDBA70 /* keyframe.cpp */; };
+               A6AF2E7A0B965F2F00EDBA70 /* layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29ED0B965F2E00EDBA70 /* layer.cpp */; };
+               A6AF2E7C0B965F2F00EDBA70 /* layer_bitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29EF0B965F2E00EDBA70 /* layer_bitmap.cpp */; };
+               A6AF2E7E0B965F2F00EDBA70 /* layer_composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29F10B965F2E00EDBA70 /* layer_composite.cpp */; };
+               A6AF2E800B965F2F00EDBA70 /* layer_mime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29F30B965F2E00EDBA70 /* layer_mime.cpp */; };
+               A6AF2E820B965F2F00EDBA70 /* layer_motionblur.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29F50B965F2E00EDBA70 /* layer_motionblur.cpp */; };
+               A6AF2E840B965F2F00EDBA70 /* layer_pastecanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29F70B965F2E00EDBA70 /* layer_pastecanvas.cpp */; };
+               A6AF2E860B965F2F00EDBA70 /* layer_polygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29F90B965F2E00EDBA70 /* layer_polygon.cpp */; };
+               A6AF2E880B965F2F00EDBA70 /* layer_shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29FB0B965F2E00EDBA70 /* layer_shape.cpp */; };
+               A6AF2E8A0B965F2F00EDBA70 /* layer_solidcolor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF29FD0B965F2E00EDBA70 /* layer_solidcolor.cpp */; };
+               A6AF2ED10B965F2F00EDBA70 /* listimporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A440B965F2F00EDBA70 /* listimporter.cpp */; };
+               A6AF2ED30B965F2F00EDBA70 /* loadcanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A460B965F2F00EDBA70 /* loadcanvas.cpp */; };
+               A6AF2ED50B965F2F00EDBA70 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A480B965F2F00EDBA70 /* main.cpp */; };
+               A6AF2EDA0B965F2F00EDBA70 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A4D0B965F2F00EDBA70 /* module.cpp */; };
+               A6AF2EDC0B965F2F00EDBA70 /* mutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A4F0B965F2F00EDBA70 /* mutex.cpp */; };
+               A6AF2EDE0B965F2F00EDBA70 /* node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A510B965F2F00EDBA70 /* node.cpp */; };
+               A6AF2EE00B965F2F00EDBA70 /* palette.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A530B965F2F00EDBA70 /* palette.cpp */; };
+               A6AF2EE20B965F2F00EDBA70 /* paramdesc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A550B965F2F00EDBA70 /* paramdesc.cpp */; };
+               A6AF2EE50B965F2F00EDBA70 /* polynomial_root.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A580B965F2F00EDBA70 /* polynomial_root.cpp */; };
+               A6AF2EEE0B965F2F00EDBA70 /* rect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A620B965F2F00EDBA70 /* rect.cpp */; };
+               A6AF2EF00B965F2F00EDBA70 /* renddesc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A640B965F2F00EDBA70 /* renddesc.cpp */; };
+               A6AF2EF20B965F2F00EDBA70 /* render.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A660B965F2F00EDBA70 /* render.cpp */; };
+               A6AF2EF40B965F2F00EDBA70 /* savecanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */; };
+               A6AF2EFA0B965F2F00EDBA70 /* surface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A6E0B965F2F00EDBA70 /* surface.cpp */; };
+               A6AF2F000B965F2F00EDBA70 /* target.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A740B965F2F00EDBA70 /* target.cpp */; };
+               A6AF2F020B965F2F00EDBA70 /* target_multi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A760B965F2F00EDBA70 /* target_multi.cpp */; };
+               A6AF2F040B965F2F00EDBA70 /* target_null.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A780B965F2F00EDBA70 /* target_null.cpp */; };
+               A6AF2F060B965F2F00EDBA70 /* target_null_tile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A7A0B965F2F00EDBA70 /* target_null_tile.cpp */; };
+               A6AF2F080B965F2F00EDBA70 /* target_scanline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A7C0B965F2F00EDBA70 /* target_scanline.cpp */; };
+               A6AF2F0A0B965F2F00EDBA70 /* target_tile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A7E0B965F2F00EDBA70 /* target_tile.cpp */; };
+               A6AF2F0C0B965F2F00EDBA70 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A800B965F2F00EDBA70 /* time.cpp */; };
+               A6AF2F0E0B965F2F00EDBA70 /* timepointcollect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A820B965F2F00EDBA70 /* timepointcollect.cpp */; };
+               A6AF2F100B965F2F00EDBA70 /* transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A840B965F2F00EDBA70 /* transform.cpp */; };
+               A6AF2F130B965F2F00EDBA70 /* uniqueid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A870B965F2F00EDBA70 /* uniqueid.cpp */; };
+               A6AF2F150B965F2F00EDBA70 /* value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A890B965F2F00EDBA70 /* value.cpp */; };
+               A6AF2F170B965F2F00EDBA70 /* valuenode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A8B0B965F2F00EDBA70 /* valuenode.cpp */; };
+               A6AF2F190B965F2F00EDBA70 /* valuenode_animated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A8D0B965F2F00EDBA70 /* valuenode_animated.cpp */; };
+               A6AF2F1B0B965F2F00EDBA70 /* valuenode_bline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A8F0B965F2F00EDBA70 /* valuenode_bline.cpp */; };
+               A6AF2F1D0B965F2F00EDBA70 /* valuenode_composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A910B965F2F00EDBA70 /* valuenode_composite.cpp */; };
+               A6AF2F1F0B965F2F00EDBA70 /* valuenode_const.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A930B965F2F00EDBA70 /* valuenode_const.cpp */; };
+               A6AF2F210B965F2F00EDBA70 /* valuenode_dynamiclist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A950B965F2F00EDBA70 /* valuenode_dynamiclist.cpp */; };
+               A6AF2F230B965F2F00EDBA70 /* valuenode_gradientrotate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A970B965F2F00EDBA70 /* valuenode_gradientrotate.cpp */; };
+               A6AF2F250B965F2F00EDBA70 /* valuenode_linear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A990B965F2F00EDBA70 /* valuenode_linear.cpp */; };
+               A6AF2F270B965F2F00EDBA70 /* valuenode_radialcomposite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A9B0B965F2F00EDBA70 /* valuenode_radialcomposite.cpp */; };
+               A6AF2F290B965F2F00EDBA70 /* valuenode_reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A9D0B965F2F00EDBA70 /* valuenode_reference.cpp */; };
+               A6AF2F2B0B965F2F00EDBA70 /* valuenode_scale.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2A9F0B965F2F00EDBA70 /* valuenode_scale.cpp */; };
+               A6AF2F2D0B965F2F00EDBA70 /* valuenode_segcalctangent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AA10B965F2F00EDBA70 /* valuenode_segcalctangent.cpp */; };
+               A6AF2F2F0B965F2F00EDBA70 /* valuenode_segcalcvertex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AA30B965F2F00EDBA70 /* valuenode_segcalcvertex.cpp */; };
+               A6AF2F310B965F2F00EDBA70 /* valuenode_sine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AA50B965F2F00EDBA70 /* valuenode_sine.cpp */; };
+               A6AF2F330B965F2F00EDBA70 /* valuenode_stripes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AA70B965F2F00EDBA70 /* valuenode_stripes.cpp */; };
+               A6AF2F350B965F2F00EDBA70 /* valuenode_subtract.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AA90B965F2F00EDBA70 /* valuenode_subtract.cpp */; };
+               A6AF2F370B965F2F00EDBA70 /* valuenode_timedswap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AAB0B965F2F00EDBA70 /* valuenode_timedswap.cpp */; };
+               A6AF2F390B965F2F00EDBA70 /* valuenode_twotone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AAD0B965F2F00EDBA70 /* valuenode_twotone.cpp */; };
+               A6AF2F3D0B965F2F00EDBA70 /* waypoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2AB10B965F2F00EDBA70 /* waypoint.cpp */; };
+               A6AF2F500B965FEF00EDBA70 /* libxml++.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6AF2F4E0B965FEF00EDBA70 /* libxml++.framework */; };
+               A6AF2F510B965FEF00EDBA70 /* sigc++.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6AF2F4F0B965FEF00EDBA70 /* sigc++.framework */; };
+               A6AF30E50B966F9300EDBA70 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A6AF2ABA0B965F2F00EDBA70 /* main.cpp */; };
+               A6AF30E60B966F9A00EDBA70 /* synfig.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6AF20DB0B965ED900EDBA70 /* synfig.framework */; };
+               A6AF30FE0B96709600EDBA70 /* activepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29CB0B965F2E00EDBA70 /* activepoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF30FF0B96709600EDBA70 /* angle.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29CC0B965F2E00EDBA70 /* angle.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31000B96709600EDBA70 /* blinepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31010B96709600EDBA70 /* blur.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D00B965F2E00EDBA70 /* blur.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31020B96709600EDBA70 /* canvas.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D20B965F2E00EDBA70 /* canvas.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31030B96709600EDBA70 /* canvasbase.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D30B965F2E00EDBA70 /* canvasbase.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31040B96709600EDBA70 /* color.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D50B965F2E00EDBA70 /* color.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31050B96709600EDBA70 /* context.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D70B965F2E00EDBA70 /* context.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31060B96709600EDBA70 /* curve_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29D90B965F2E00EDBA70 /* curve_helper.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31070B96709600EDBA70 /* curveset.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29DB0B965F2E00EDBA70 /* curveset.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31080B96709600EDBA70 /* distance.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29DD0B965F2E00EDBA70 /* distance.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31090B96709600EDBA70 /* exception.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29DF0B965F2E00EDBA70 /* exception.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310A0B96709600EDBA70 /* gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E10B965F2E00EDBA70 /* gamma.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310B0B96709600EDBA70 /* general.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E20B965F2E00EDBA70 /* general.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310C0B96709600EDBA70 /* gradient.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E40B965F2E00EDBA70 /* gradient.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310D0B96709600EDBA70 /* guid.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E60B965F2E00EDBA70 /* guid.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310E0B96709600EDBA70 /* guidset.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E70B965F2E00EDBA70 /* guidset.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF310F0B96709600EDBA70 /* importer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29E90B965F2E00EDBA70 /* importer.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31100B96709600EDBA70 /* interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29EA0B965F2E00EDBA70 /* interpolation.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31110B96709600EDBA70 /* keyframe.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29EC0B965F2E00EDBA70 /* keyframe.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31120B96709600EDBA70 /* layer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29EE0B965F2E00EDBA70 /* layer.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31130B96709600EDBA70 /* layer_bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31140B96709600EDBA70 /* layer_composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29F20B965F2E00EDBA70 /* layer_composite.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31150B96709600EDBA70 /* layer_mime.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29F40B965F2E00EDBA70 /* layer_mime.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31160B96709600EDBA70 /* layer_motionblur.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31170B96709600EDBA70 /* layer_pastecanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31180B96709600EDBA70 /* layer_polygon.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31190B96709600EDBA70 /* layer_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311A0B96709600EDBA70 /* layer_solidcolor.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311B0B96709600EDBA70 /* listimporter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A450B965F2F00EDBA70 /* listimporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311C0B96709600EDBA70 /* loadcanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311D0B96709600EDBA70 /* main.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A490B965F2F00EDBA70 /* main.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311E0B96709600EDBA70 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A4E0B965F2F00EDBA70 /* module.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF311F0B96709600EDBA70 /* mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A500B965F2F00EDBA70 /* mutex.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31200B96709600EDBA70 /* node.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A520B965F2F00EDBA70 /* node.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31210B96709600EDBA70 /* palette.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A540B965F2F00EDBA70 /* palette.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31220B96709600EDBA70 /* paramdesc.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A560B965F2F00EDBA70 /* paramdesc.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31230B96709600EDBA70 /* polynomial_root.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31240B96709600EDBA70 /* protocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A600B965F2F00EDBA70 /* protocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31250B96709600EDBA70 /* real.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A610B965F2F00EDBA70 /* real.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31260B96709600EDBA70 /* rect.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A630B965F2F00EDBA70 /* rect.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31270B96709600EDBA70 /* renddesc.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A650B965F2F00EDBA70 /* renddesc.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31280B96709600EDBA70 /* render.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A670B965F2F00EDBA70 /* render.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31290B96709600EDBA70 /* savecanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A690B965F2F00EDBA70 /* savecanvas.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312A0B96709600EDBA70 /* segment.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A6A0B965F2F00EDBA70 /* segment.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312B0B96709600EDBA70 /* smartfile.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312C0B96709600EDBA70 /* string.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A6C0B965F2F00EDBA70 /* string.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312D0B96709600EDBA70 /* string_decl.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312E0B96709600EDBA70 /* surface.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A6F0B965F2F00EDBA70 /* surface.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF312F0B96709600EDBA70 /* synfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A720B965F2F00EDBA70 /* synfig.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31300B96709600EDBA70 /* target.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A750B965F2F00EDBA70 /* target.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31310B96709600EDBA70 /* target_multi.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A770B965F2F00EDBA70 /* target_multi.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31320B96709600EDBA70 /* target_null.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A790B965F2F00EDBA70 /* target_null.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31330B96709600EDBA70 /* target_null_tile.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31340B96709600EDBA70 /* target_scanline.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31350B96709600EDBA70 /* target_tile.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31360B96709600EDBA70 /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A810B965F2F00EDBA70 /* time.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31370B96709600EDBA70 /* timepointcollect.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31380B96709600EDBA70 /* transform.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A850B965F2F00EDBA70 /* transform.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31390B96709600EDBA70 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A860B965F2F00EDBA70 /* types.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313A0B96709600EDBA70 /* uniqueid.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A880B965F2F00EDBA70 /* uniqueid.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313B0B96709600EDBA70 /* value.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A8A0B965F2F00EDBA70 /* value.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313C0B96709600EDBA70 /* valuenode.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313D0B96709600EDBA70 /* valuenode_animated.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313E0B96709600EDBA70 /* valuenode_bline.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF313F0B96709600EDBA70 /* valuenode_composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31400B96709600EDBA70 /* valuenode_const.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31410B96709600EDBA70 /* valuenode_dynamiclist.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31420B96709600EDBA70 /* valuenode_gradientrotate.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31430B96709600EDBA70 /* valuenode_linear.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31440B96709600EDBA70 /* valuenode_radialcomposite.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31450B96709600EDBA70 /* valuenode_reference.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31460B96709600EDBA70 /* valuenode_scale.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31470B96709600EDBA70 /* valuenode_segcalctangent.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31480B96709600EDBA70 /* valuenode_segcalcvertex.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31490B96709600EDBA70 /* valuenode_sine.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314A0B96709600EDBA70 /* valuenode_stripes.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314B0B96709600EDBA70 /* valuenode_subtract.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314C0B96709600EDBA70 /* valuenode_timedswap.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314D0B96709600EDBA70 /* valuenode_twotone.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314E0B96709600EDBA70 /* vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AAF0B965F2F00EDBA70 /* vector.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF314F0B96709600EDBA70 /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AB00B965F2F00EDBA70 /* version.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF31500B96709600EDBA70 /* waypoint.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AF2AB20B965F2F00EDBA70 /* waypoint.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               A6AF32370B96714900EDBA70 /* sigc++.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6AF2F4F0B965FEF00EDBA70 /* sigc++.framework */; };
+               A6AF323A0B96714D00EDBA70 /* libxml++.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6AF2F4E0B965FEF00EDBA70 /* libxml++.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+               A6AF30E90B966FB200EDBA70 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = A6AF11980B965E2E00EDBA70 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = A6AF20DA0B965ED900EDBA70 /* Synfig Framework */;
+                       remoteInfo = "Synfig Framework";
+               };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+               A6AF20DB0B965ED900EDBA70 /* synfig.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = synfig.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+               A6AF20DD0B965ED900EDBA70 /* synfig-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "synfig-Info.plist"; sourceTree = "<group>"; };
+               A6AF25FC0B965F2D00EDBA70 /* libexample_la-filledrect.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libexample_la-filledrect.Plo"; sourceTree = "<group>"; };
+               A6AF25FD0B965F2D00EDBA70 /* libexample_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libexample_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF25FE0B965F2D00EDBA70 /* libexample_la-metaballs.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libexample_la-metaballs.Plo"; sourceTree = "<group>"; };
+               A6AF25FF0B965F2D00EDBA70 /* libexample_la-simplecircle.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libexample_la-simplecircle.Plo"; sourceTree = "<group>"; };
+               A6AF26000B965F2D00EDBA70 /* filledrect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = filledrect.cpp; sourceTree = "<group>"; };
+               A6AF26010B965F2D00EDBA70 /* filledrect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filledrect.h; sourceTree = "<group>"; };
+               A6AF26020B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF26030B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF26040B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26050B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26060B965F2D00EDBA70 /* metaballs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = metaballs.cpp; sourceTree = "<group>"; };
+               A6AF26070B965F2D00EDBA70 /* metaballs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metaballs.h; sourceTree = "<group>"; };
+               A6AF26080B965F2D00EDBA70 /* simplecircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simplecircle.cpp; sourceTree = "<group>"; };
+               A6AF26090B965F2D00EDBA70 /* simplecircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplecircle.h; sourceTree = "<group>"; };
+               A6AF260C0B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_freetype_la-lyr_freetype.Plo"; sourceTree = "<group>"; };
+               A6AF260D0B965F2D00EDBA70 /* liblyr_freetype_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_freetype_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF260F0B965F2D00EDBA70 /* liblyr_freetype.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_freetype.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26100B965F2D00EDBA70 /* liblyr_freetype.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_freetype.0.so; sourceTree = "<group>"; };
+               A6AF26110B965F2D00EDBA70 /* liblyr_freetype.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_freetype.la; sourceTree = "<group>"; };
+               A6AF26120B965F2D00EDBA70 /* liblyr_freetype.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_freetype.lai; sourceTree = "<group>"; };
+               A6AF26130B965F2D00EDBA70 /* liblyr_freetype.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_freetype.so; sourceTree = "<group>"; };
+               A6AF26140B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_freetype_la-lyr_freetype.o"; sourceTree = "<group>"; };
+               A6AF26150B965F2D00EDBA70 /* liblyr_freetype_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_freetype_la-main.o"; sourceTree = "<group>"; };
+               A6AF26160B965F2D00EDBA70 /* liblyr_freetype.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_freetype.la; sourceTree = "<group>"; };
+               A6AF26170B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_freetype_la-lyr_freetype.lo"; sourceTree = "<group>"; };
+               A6AF26180B965F2D00EDBA70 /* liblyr_freetype_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_freetype_la-main.lo"; sourceTree = "<group>"; };
+               A6AF26190B965F2D00EDBA70 /* lyr_freetype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lyr_freetype.cpp; sourceTree = "<group>"; };
+               A6AF261A0B965F2D00EDBA70 /* lyr_freetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lyr_freetype.h; sourceTree = "<group>"; };
+               A6AF261B0B965F2D00EDBA70 /* lyr_freetype.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lyr_freetype.nsh; sourceTree = "<group>"; };
+               A6AF261C0B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF261D0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF261E0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF261F0B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26200B965F2D00EDBA70 /* unlyr_freetype.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unlyr_freetype.nsh; sourceTree = "<group>"; };
+               A6AF26230B965F2D00EDBA70 /* liblyr_std_la-bevel.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-bevel.Plo"; sourceTree = "<group>"; };
+               A6AF26240B965F2D00EDBA70 /* liblyr_std_la-booleancurve.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-booleancurve.Plo"; sourceTree = "<group>"; };
+               A6AF26250B965F2D00EDBA70 /* liblyr_std_la-clamp.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-clamp.Plo"; sourceTree = "<group>"; };
+               A6AF26260B965F2D00EDBA70 /* liblyr_std_la-import.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-import.Plo"; sourceTree = "<group>"; };
+               A6AF26270B965F2D00EDBA70 /* liblyr_std_la-insideout.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-insideout.Plo"; sourceTree = "<group>"; };
+               A6AF26280B965F2D00EDBA70 /* liblyr_std_la-julia.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-julia.Plo"; sourceTree = "<group>"; };
+               A6AF26290B965F2D00EDBA70 /* liblyr_std_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF262A0B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-mandelbrot.Plo"; sourceTree = "<group>"; };
+               A6AF262B0B965F2D00EDBA70 /* liblyr_std_la-rotate.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-rotate.Plo"; sourceTree = "<group>"; };
+               A6AF262C0B965F2D00EDBA70 /* liblyr_std_la-shade.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-shade.Plo"; sourceTree = "<group>"; };
+               A6AF262D0B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-sphere_distort.Plo"; sourceTree = "<group>"; };
+               A6AF262E0B965F2D00EDBA70 /* liblyr_std_la-stretch.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-stretch.Plo"; sourceTree = "<group>"; };
+               A6AF262F0B965F2D00EDBA70 /* liblyr_std_la-supersample.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-supersample.Plo"; sourceTree = "<group>"; };
+               A6AF26300B965F2D00EDBA70 /* liblyr_std_la-timeloop.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-timeloop.Plo"; sourceTree = "<group>"; };
+               A6AF26310B965F2D00EDBA70 /* liblyr_std_la-translate.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-translate.Plo"; sourceTree = "<group>"; };
+               A6AF26320B965F2D00EDBA70 /* liblyr_std_la-twirl.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-twirl.Plo"; sourceTree = "<group>"; };
+               A6AF26330B965F2D00EDBA70 /* liblyr_std_la-warp.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-warp.Plo"; sourceTree = "<group>"; };
+               A6AF26340B965F2D00EDBA70 /* liblyr_std_la-xorpattern.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-xorpattern.Plo"; sourceTree = "<group>"; };
+               A6AF26350B965F2D00EDBA70 /* liblyr_std_la-zoom.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-zoom.Plo"; sourceTree = "<group>"; };
+               A6AF26370B965F2D00EDBA70 /* liblyr_std.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_std.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26380B965F2D00EDBA70 /* liblyr_std.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_std.0.so; sourceTree = "<group>"; };
+               A6AF26390B965F2D00EDBA70 /* liblyr_std.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_std.la; sourceTree = "<group>"; };
+               A6AF263A0B965F2D00EDBA70 /* liblyr_std.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_std.lai; sourceTree = "<group>"; };
+               A6AF263B0B965F2D00EDBA70 /* liblyr_std.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = liblyr_std.so; sourceTree = "<group>"; };
+               A6AF263C0B965F2D00EDBA70 /* liblyr_std_la-bevel.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-bevel.o"; sourceTree = "<group>"; };
+               A6AF263D0B965F2D00EDBA70 /* liblyr_std_la-booleancurve.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-booleancurve.o"; sourceTree = "<group>"; };
+               A6AF263E0B965F2D00EDBA70 /* liblyr_std_la-clamp.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-clamp.o"; sourceTree = "<group>"; };
+               A6AF263F0B965F2D00EDBA70 /* liblyr_std_la-import.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-import.o"; sourceTree = "<group>"; };
+               A6AF26400B965F2D00EDBA70 /* liblyr_std_la-insideout.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-insideout.o"; sourceTree = "<group>"; };
+               A6AF26410B965F2D00EDBA70 /* liblyr_std_la-julia.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-julia.o"; sourceTree = "<group>"; };
+               A6AF26420B965F2D00EDBA70 /* liblyr_std_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-main.o"; sourceTree = "<group>"; };
+               A6AF26430B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-mandelbrot.o"; sourceTree = "<group>"; };
+               A6AF26440B965F2D00EDBA70 /* liblyr_std_la-rotate.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-rotate.o"; sourceTree = "<group>"; };
+               A6AF26450B965F2D00EDBA70 /* liblyr_std_la-shade.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-shade.o"; sourceTree = "<group>"; };
+               A6AF26460B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-sphere_distort.o"; sourceTree = "<group>"; };
+               A6AF26470B965F2D00EDBA70 /* liblyr_std_la-stretch.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-stretch.o"; sourceTree = "<group>"; };
+               A6AF26480B965F2D00EDBA70 /* liblyr_std_la-supersample.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-supersample.o"; sourceTree = "<group>"; };
+               A6AF26490B965F2D00EDBA70 /* liblyr_std_la-timeloop.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-timeloop.o"; sourceTree = "<group>"; };
+               A6AF264A0B965F2D00EDBA70 /* liblyr_std_la-translate.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-translate.o"; sourceTree = "<group>"; };
+               A6AF264B0B965F2D00EDBA70 /* liblyr_std_la-twirl.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-twirl.o"; sourceTree = "<group>"; };
+               A6AF264C0B965F2D00EDBA70 /* liblyr_std_la-warp.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-warp.o"; sourceTree = "<group>"; };
+               A6AF264D0B965F2D00EDBA70 /* liblyr_std_la-xorpattern.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-xorpattern.o"; sourceTree = "<group>"; };
+               A6AF264E0B965F2D00EDBA70 /* liblyr_std_la-zoom.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "liblyr_std_la-zoom.o"; sourceTree = "<group>"; };
+               A6AF264F0B965F2D00EDBA70 /* bevel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bevel.cpp; sourceTree = "<group>"; };
+               A6AF26500B965F2D00EDBA70 /* bevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bevel.h; sourceTree = "<group>"; };
+               A6AF26510B965F2D00EDBA70 /* booleancurve.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = booleancurve.cpp; sourceTree = "<group>"; };
+               A6AF26520B965F2D00EDBA70 /* booleancurve.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = booleancurve.h; sourceTree = "<group>"; };
+               A6AF26530B965F2D00EDBA70 /* clamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clamp.cpp; sourceTree = "<group>"; };
+               A6AF26540B965F2D00EDBA70 /* clamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = clamp.h; sourceTree = "<group>"; };
+               A6AF26550B965F2D00EDBA70 /* import.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = import.cpp; sourceTree = "<group>"; };
+               A6AF26560B965F2D00EDBA70 /* import.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = import.h; sourceTree = "<group>"; };
+               A6AF26570B965F2D00EDBA70 /* insideout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = insideout.cpp; sourceTree = "<group>"; };
+               A6AF26580B965F2D00EDBA70 /* insideout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = insideout.h; sourceTree = "<group>"; };
+               A6AF26590B965F2D00EDBA70 /* julia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = julia.cpp; sourceTree = "<group>"; };
+               A6AF265A0B965F2D00EDBA70 /* julia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = julia.h; sourceTree = "<group>"; };
+               A6AF265B0B965F2D00EDBA70 /* liblyr_std.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = liblyr_std.la; sourceTree = "<group>"; };
+               A6AF265C0B965F2D00EDBA70 /* liblyr_std_la-bevel.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-bevel.lo"; sourceTree = "<group>"; };
+               A6AF265D0B965F2D00EDBA70 /* liblyr_std_la-booleancurve.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-booleancurve.lo"; sourceTree = "<group>"; };
+               A6AF265E0B965F2D00EDBA70 /* liblyr_std_la-clamp.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-clamp.lo"; sourceTree = "<group>"; };
+               A6AF265F0B965F2D00EDBA70 /* liblyr_std_la-import.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-import.lo"; sourceTree = "<group>"; };
+               A6AF26600B965F2D00EDBA70 /* liblyr_std_la-insideout.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-insideout.lo"; sourceTree = "<group>"; };
+               A6AF26610B965F2D00EDBA70 /* liblyr_std_la-julia.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-julia.lo"; sourceTree = "<group>"; };
+               A6AF26620B965F2D00EDBA70 /* liblyr_std_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-main.lo"; sourceTree = "<group>"; };
+               A6AF26630B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-mandelbrot.lo"; sourceTree = "<group>"; };
+               A6AF26640B965F2D00EDBA70 /* liblyr_std_la-rotate.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-rotate.lo"; sourceTree = "<group>"; };
+               A6AF26650B965F2D00EDBA70 /* liblyr_std_la-shade.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-shade.lo"; sourceTree = "<group>"; };
+               A6AF26660B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-sphere_distort.lo"; sourceTree = "<group>"; };
+               A6AF26670B965F2D00EDBA70 /* liblyr_std_la-stretch.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-stretch.lo"; sourceTree = "<group>"; };
+               A6AF26680B965F2D00EDBA70 /* liblyr_std_la-supersample.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-supersample.lo"; sourceTree = "<group>"; };
+               A6AF26690B965F2D00EDBA70 /* liblyr_std_la-timeloop.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-timeloop.lo"; sourceTree = "<group>"; };
+               A6AF266A0B965F2D00EDBA70 /* liblyr_std_la-translate.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-translate.lo"; sourceTree = "<group>"; };
+               A6AF266B0B965F2D00EDBA70 /* liblyr_std_la-twirl.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-twirl.lo"; sourceTree = "<group>"; };
+               A6AF266C0B965F2D00EDBA70 /* liblyr_std_la-warp.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-warp.lo"; sourceTree = "<group>"; };
+               A6AF266D0B965F2D00EDBA70 /* liblyr_std_la-xorpattern.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-xorpattern.lo"; sourceTree = "<group>"; };
+               A6AF266E0B965F2D00EDBA70 /* liblyr_std_la-zoom.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "liblyr_std_la-zoom.lo"; sourceTree = "<group>"; };
+               A6AF266F0B965F2D00EDBA70 /* lyr_std.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lyr_std.nsh; sourceTree = "<group>"; };
+               A6AF26700B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF26710B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF26720B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26730B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26740B965F2D00EDBA70 /* mandelbrot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mandelbrot.cpp; sourceTree = "<group>"; };
+               A6AF26750B965F2D00EDBA70 /* mandelbrot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mandelbrot.h; sourceTree = "<group>"; };
+               A6AF26760B965F2D00EDBA70 /* radialgradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = radialgradient.cpp; sourceTree = "<group>"; };
+               A6AF26770B965F2D00EDBA70 /* rotate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rotate.cpp; sourceTree = "<group>"; };
+               A6AF26780B965F2D00EDBA70 /* rotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rotate.h; sourceTree = "<group>"; };
+               A6AF26790B965F2D00EDBA70 /* shade.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shade.cpp; sourceTree = "<group>"; };
+               A6AF267A0B965F2D00EDBA70 /* shade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = shade.h; sourceTree = "<group>"; };
+               A6AF267B0B965F2D00EDBA70 /* sphere_distort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sphere_distort.cpp; sourceTree = "<group>"; };
+               A6AF267C0B965F2D00EDBA70 /* sphere_distort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sphere_distort.h; sourceTree = "<group>"; };
+               A6AF267D0B965F2D00EDBA70 /* stretch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stretch.cpp; sourceTree = "<group>"; };
+               A6AF267E0B965F2D00EDBA70 /* stretch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stretch.h; sourceTree = "<group>"; };
+               A6AF267F0B965F2D00EDBA70 /* supersample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = supersample.cpp; sourceTree = "<group>"; };
+               A6AF26800B965F2D00EDBA70 /* supersample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = supersample.h; sourceTree = "<group>"; };
+               A6AF26810B965F2D00EDBA70 /* timeloop.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timeloop.cpp; sourceTree = "<group>"; };
+               A6AF26820B965F2D00EDBA70 /* timeloop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timeloop.h; sourceTree = "<group>"; };
+               A6AF26830B965F2D00EDBA70 /* translate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = translate.cpp; sourceTree = "<group>"; };
+               A6AF26840B965F2D00EDBA70 /* translate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = translate.h; sourceTree = "<group>"; };
+               A6AF26850B965F2D00EDBA70 /* twirl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = twirl.cpp; sourceTree = "<group>"; };
+               A6AF26860B965F2D00EDBA70 /* twirl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = twirl.h; sourceTree = "<group>"; };
+               A6AF26870B965F2D00EDBA70 /* unlyr_std.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unlyr_std.nsh; sourceTree = "<group>"; };
+               A6AF26880B965F2D00EDBA70 /* warp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = warp.cpp; sourceTree = "<group>"; };
+               A6AF26890B965F2D00EDBA70 /* warp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = warp.h; sourceTree = "<group>"; };
+               A6AF268A0B965F2D00EDBA70 /* xorpattern.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xorpattern.cpp; sourceTree = "<group>"; };
+               A6AF268B0B965F2D00EDBA70 /* xorpattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xorpattern.h; sourceTree = "<group>"; };
+               A6AF268C0B965F2D00EDBA70 /* zoom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = zoom.cpp; sourceTree = "<group>"; };
+               A6AF268D0B965F2D00EDBA70 /* zoom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zoom.h; sourceTree = "<group>"; };
+               A6AF268E0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF268F0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26900B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26930B965F2D00EDBA70 /* libmod_bmp_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF26940B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-mptr_bmp.Plo"; sourceTree = "<group>"; };
+               A6AF26950B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-trgt_bmp.Plo"; sourceTree = "<group>"; };
+               A6AF26970B965F2D00EDBA70 /* libmod_bmp.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_bmp.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26980B965F2D00EDBA70 /* libmod_bmp.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_bmp.0.so; sourceTree = "<group>"; };
+               A6AF26990B965F2D00EDBA70 /* libmod_bmp.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_bmp.la; sourceTree = "<group>"; };
+               A6AF269A0B965F2D00EDBA70 /* libmod_bmp.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_bmp.lai; sourceTree = "<group>"; };
+               A6AF269B0B965F2D00EDBA70 /* libmod_bmp.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_bmp.so; sourceTree = "<group>"; };
+               A6AF269C0B965F2D00EDBA70 /* libmod_bmp_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_bmp_la-main.o"; sourceTree = "<group>"; };
+               A6AF269D0B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_bmp_la-mptr_bmp.o"; sourceTree = "<group>"; };
+               A6AF269E0B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_bmp_la-trgt_bmp.o"; sourceTree = "<group>"; };
+               A6AF269F0B965F2D00EDBA70 /* libmod_bmp.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_bmp.la; sourceTree = "<group>"; };
+               A6AF26A00B965F2D00EDBA70 /* libmod_bmp_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-main.lo"; sourceTree = "<group>"; };
+               A6AF26A10B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-mptr_bmp.lo"; sourceTree = "<group>"; };
+               A6AF26A20B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_bmp_la-trgt_bmp.lo"; sourceTree = "<group>"; };
+               A6AF26A30B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF26A40B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF26A50B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26A60B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26A70B965F2D00EDBA70 /* mod_bmp.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_bmp.nsh; sourceTree = "<group>"; };
+               A6AF26A80B965F2D00EDBA70 /* mptr_bmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_bmp.cpp; sourceTree = "<group>"; };
+               A6AF26A90B965F2D00EDBA70 /* mptr_bmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_bmp.h; sourceTree = "<group>"; };
+               A6AF26AA0B965F2D00EDBA70 /* trgt_bmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_bmp.cpp; sourceTree = "<group>"; };
+               A6AF26AB0B965F2D00EDBA70 /* trgt_bmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_bmp.h; sourceTree = "<group>"; };
+               A6AF26AC0B965F2D00EDBA70 /* unmod_bmp.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_bmp.nsh; sourceTree = "<group>"; };
+               A6AF26AF0B965F2D00EDBA70 /* libmod_dv_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_dv_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF26B00B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_dv_la-trgt_dv.Plo"; sourceTree = "<group>"; };
+               A6AF26B20B965F2D00EDBA70 /* libmod_dv.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_dv.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26B30B965F2D00EDBA70 /* libmod_dv.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_dv.0.so; sourceTree = "<group>"; };
+               A6AF26B40B965F2D00EDBA70 /* libmod_dv.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_dv.la; sourceTree = "<group>"; };
+               A6AF26B50B965F2D00EDBA70 /* libmod_dv.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_dv.lai; sourceTree = "<group>"; };
+               A6AF26B60B965F2D00EDBA70 /* libmod_dv.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_dv.so; sourceTree = "<group>"; };
+               A6AF26B70B965F2D00EDBA70 /* libmod_dv_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_dv_la-main.o"; sourceTree = "<group>"; };
+               A6AF26B80B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_dv_la-trgt_dv.o"; sourceTree = "<group>"; };
+               A6AF26B90B965F2D00EDBA70 /* libmod_dv.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_dv.la; sourceTree = "<group>"; };
+               A6AF26BA0B965F2D00EDBA70 /* libmod_dv_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_dv_la-main.lo"; sourceTree = "<group>"; };
+               A6AF26BB0B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_dv_la-trgt_dv.lo"; sourceTree = "<group>"; };
+               A6AF26BC0B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF26BD0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF26BE0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26BF0B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26C00B965F2D00EDBA70 /* mod_dv.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_dv.nsh; sourceTree = "<group>"; };
+               A6AF26C10B965F2D00EDBA70 /* trgt_dv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_dv.cpp; sourceTree = "<group>"; };
+               A6AF26C20B965F2D00EDBA70 /* trgt_dv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_dv.h; sourceTree = "<group>"; };
+               A6AF26C30B965F2D00EDBA70 /* unmod_dv.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_dv.nsh; sourceTree = "<group>"; };
+               A6AF26C60B965F2D00EDBA70 /* libmod_ffmpeg_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF26C70B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-mptr_ffmpeg.Plo"; sourceTree = "<group>"; };
+               A6AF26C80B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-trgt_ffmpeg.Plo"; sourceTree = "<group>"; };
+               A6AF26CA0B965F2D00EDBA70 /* libmod_ffmpeg.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ffmpeg.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26CB0B965F2D00EDBA70 /* libmod_ffmpeg.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ffmpeg.0.so; sourceTree = "<group>"; };
+               A6AF26CC0B965F2D00EDBA70 /* libmod_ffmpeg.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ffmpeg.la; sourceTree = "<group>"; };
+               A6AF26CD0B965F2D00EDBA70 /* libmod_ffmpeg.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ffmpeg.lai; sourceTree = "<group>"; };
+               A6AF26CE0B965F2D00EDBA70 /* libmod_ffmpeg.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ffmpeg.so; sourceTree = "<group>"; };
+               A6AF26CF0B965F2D00EDBA70 /* libmod_ffmpeg_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ffmpeg_la-main.o"; sourceTree = "<group>"; };
+               A6AF26D00B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ffmpeg_la-mptr_ffmpeg.o"; sourceTree = "<group>"; };
+               A6AF26D10B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ffmpeg_la-trgt_ffmpeg.o"; sourceTree = "<group>"; };
+               A6AF26D20B965F2D00EDBA70 /* libmod_ffmpeg.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ffmpeg.la; sourceTree = "<group>"; };
+               A6AF26D30B965F2D00EDBA70 /* libmod_ffmpeg_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-main.lo"; sourceTree = "<group>"; };
+               A6AF26D40B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-mptr_ffmpeg.lo"; sourceTree = "<group>"; };
+               A6AF26D50B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ffmpeg_la-trgt_ffmpeg.lo"; sourceTree = "<group>"; };
+               A6AF26D60B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF26D70B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF26D80B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF26D90B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF26DA0B965F2D00EDBA70 /* mod_ffmpeg.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_ffmpeg.nsh; sourceTree = "<group>"; };
+               A6AF26DB0B965F2D00EDBA70 /* mptr_ffmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_ffmpeg.cpp; sourceTree = "<group>"; };
+               A6AF26DC0B965F2D00EDBA70 /* mptr_ffmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_ffmpeg.h; sourceTree = "<group>"; };
+               A6AF26DD0B965F2D00EDBA70 /* trgt_ffmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_ffmpeg.cpp; sourceTree = "<group>"; };
+               A6AF26DE0B965F2D00EDBA70 /* trgt_ffmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_ffmpeg.h; sourceTree = "<group>"; };
+               A6AF26DF0B965F2D00EDBA70 /* unmod_ffmpeg.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_ffmpeg.nsh; sourceTree = "<group>"; };
+               A6AF26E20B965F2D00EDBA70 /* libmod_filter_la-blur.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-blur.Plo"; sourceTree = "<group>"; };
+               A6AF26E30B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-colorcorrect.Plo"; sourceTree = "<group>"; };
+               A6AF26E40B965F2D00EDBA70 /* libmod_filter_la-halftone.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone.Plo"; sourceTree = "<group>"; };
+               A6AF26E50B965F2D00EDBA70 /* libmod_filter_la-halftone2.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone2.Plo"; sourceTree = "<group>"; };
+               A6AF26E60B965F2D00EDBA70 /* libmod_filter_la-halftone3.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone3.Plo"; sourceTree = "<group>"; };
+               A6AF26E70B965F2D00EDBA70 /* libmod_filter_la-lumakey.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-lumakey.Plo"; sourceTree = "<group>"; };
+               A6AF26E80B965F2D00EDBA70 /* libmod_filter_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF26E90B965F2D00EDBA70 /* libmod_filter_la-radialblur.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-radialblur.Plo"; sourceTree = "<group>"; };
+               A6AF26EB0B965F2D00EDBA70 /* libmod_filter.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_filter.0.0.0.so; sourceTree = "<group>"; };
+               A6AF26EC0B965F2D00EDBA70 /* libmod_filter.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_filter.0.so; sourceTree = "<group>"; };
+               A6AF26ED0B965F2D00EDBA70 /* libmod_filter.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_filter.la; sourceTree = "<group>"; };
+               A6AF26EE0B965F2D00EDBA70 /* libmod_filter.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_filter.lai; sourceTree = "<group>"; };
+               A6AF26EF0B965F2D00EDBA70 /* libmod_filter.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_filter.so; sourceTree = "<group>"; };
+               A6AF26F00B965F2D00EDBA70 /* libmod_filter_la-blur.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-blur.o"; sourceTree = "<group>"; };
+               A6AF26F10B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-colorcorrect.o"; sourceTree = "<group>"; };
+               A6AF26F20B965F2D00EDBA70 /* libmod_filter_la-halftone.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-halftone.o"; sourceTree = "<group>"; };
+               A6AF26F30B965F2D00EDBA70 /* libmod_filter_la-halftone2.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-halftone2.o"; sourceTree = "<group>"; };
+               A6AF26F40B965F2D00EDBA70 /* libmod_filter_la-halftone3.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-halftone3.o"; sourceTree = "<group>"; };
+               A6AF26F50B965F2D00EDBA70 /* libmod_filter_la-lumakey.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-lumakey.o"; sourceTree = "<group>"; };
+               A6AF26F60B965F2D00EDBA70 /* libmod_filter_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-main.o"; sourceTree = "<group>"; };
+               A6AF26F70B965F2D00EDBA70 /* libmod_filter_la-radialblur.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_filter_la-radialblur.o"; sourceTree = "<group>"; };
+               A6AF26F80B965F2D00EDBA70 /* blur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blur.cpp; sourceTree = "<group>"; };
+               A6AF26F90B965F2D00EDBA70 /* blur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blur.h; sourceTree = "<group>"; };
+               A6AF26FA0B965F2D00EDBA70 /* colorcorrect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = colorcorrect.cpp; sourceTree = "<group>"; };
+               A6AF26FB0B965F2D00EDBA70 /* colorcorrect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = colorcorrect.h; sourceTree = "<group>"; };
+               A6AF26FC0B965F2D00EDBA70 /* halftone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = halftone.cpp; sourceTree = "<group>"; };
+               A6AF26FD0B965F2D00EDBA70 /* halftone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = halftone.h; sourceTree = "<group>"; };
+               A6AF26FE0B965F2D00EDBA70 /* halftone2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = halftone2.cpp; sourceTree = "<group>"; };
+               A6AF26FF0B965F2D00EDBA70 /* halftone2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = halftone2.h; sourceTree = "<group>"; };
+               A6AF27000B965F2D00EDBA70 /* halftone3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = halftone3.cpp; sourceTree = "<group>"; };
+               A6AF27010B965F2D00EDBA70 /* halftone3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = halftone3.h; sourceTree = "<group>"; };
+               A6AF27020B965F2D00EDBA70 /* libmod_filter.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_filter.la; sourceTree = "<group>"; };
+               A6AF27030B965F2D00EDBA70 /* libmod_filter_la-blur.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-blur.lo"; sourceTree = "<group>"; };
+               A6AF27040B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-colorcorrect.lo"; sourceTree = "<group>"; };
+               A6AF27050B965F2D00EDBA70 /* libmod_filter_la-halftone.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone.lo"; sourceTree = "<group>"; };
+               A6AF27060B965F2D00EDBA70 /* libmod_filter_la-halftone2.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone2.lo"; sourceTree = "<group>"; };
+               A6AF27070B965F2D00EDBA70 /* libmod_filter_la-halftone3.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-halftone3.lo"; sourceTree = "<group>"; };
+               A6AF27080B965F2D00EDBA70 /* libmod_filter_la-lumakey.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-lumakey.lo"; sourceTree = "<group>"; };
+               A6AF27090B965F2D00EDBA70 /* libmod_filter_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-main.lo"; sourceTree = "<group>"; };
+               A6AF270A0B965F2D00EDBA70 /* libmod_filter_la-radialblur.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_filter_la-radialblur.lo"; sourceTree = "<group>"; };
+               A6AF270B0B965F2D00EDBA70 /* lumakey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lumakey.cpp; sourceTree = "<group>"; };
+               A6AF270C0B965F2D00EDBA70 /* lumakey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lumakey.h; sourceTree = "<group>"; };
+               A6AF270D0B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF270E0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF270F0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF27100B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF27110B965F2D00EDBA70 /* mod_filter.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_filter.nsh; sourceTree = "<group>"; };
+               A6AF27120B965F2D00EDBA70 /* radialblur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = radialblur.cpp; sourceTree = "<group>"; };
+               A6AF27130B965F2D00EDBA70 /* radialblur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = radialblur.h; sourceTree = "<group>"; };
+               A6AF27140B965F2D00EDBA70 /* unmod_filter.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_filter.nsh; sourceTree = "<group>"; };
+               A6AF27170B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-checkerboard.Plo"; sourceTree = "<group>"; };
+               A6AF27180B965F2D00EDBA70 /* libmod_geometry_la-circle.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-circle.Plo"; sourceTree = "<group>"; };
+               A6AF27190B965F2D00EDBA70 /* libmod_geometry_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF271A0B965F2D00EDBA70 /* libmod_geometry_la-outline.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-outline.Plo"; sourceTree = "<group>"; };
+               A6AF271B0B965F2D00EDBA70 /* libmod_geometry_la-rectangle.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-rectangle.Plo"; sourceTree = "<group>"; };
+               A6AF271C0B965F2D00EDBA70 /* libmod_geometry_la-region.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-region.Plo"; sourceTree = "<group>"; };
+               A6AF271D0B965F2D00EDBA70 /* libmod_geometry_la-star.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-star.Plo"; sourceTree = "<group>"; };
+               A6AF271F0B965F2D00EDBA70 /* libmod_geometry.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_geometry.0.0.0.so; sourceTree = "<group>"; };
+               A6AF27200B965F2D00EDBA70 /* libmod_geometry.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_geometry.0.so; sourceTree = "<group>"; };
+               A6AF27210B965F2D00EDBA70 /* libmod_geometry.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_geometry.la; sourceTree = "<group>"; };
+               A6AF27220B965F2D00EDBA70 /* libmod_geometry.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_geometry.lai; sourceTree = "<group>"; };
+               A6AF27230B965F2D00EDBA70 /* libmod_geometry.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_geometry.so; sourceTree = "<group>"; };
+               A6AF27240B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-checkerboard.o"; sourceTree = "<group>"; };
+               A6AF27250B965F2D00EDBA70 /* libmod_geometry_la-circle.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-circle.o"; sourceTree = "<group>"; };
+               A6AF27260B965F2D00EDBA70 /* libmod_geometry_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-main.o"; sourceTree = "<group>"; };
+               A6AF27270B965F2D00EDBA70 /* libmod_geometry_la-outline.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-outline.o"; sourceTree = "<group>"; };
+               A6AF27280B965F2D00EDBA70 /* libmod_geometry_la-rectangle.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-rectangle.o"; sourceTree = "<group>"; };
+               A6AF27290B965F2D00EDBA70 /* libmod_geometry_la-region.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-region.o"; sourceTree = "<group>"; };
+               A6AF272A0B965F2D00EDBA70 /* libmod_geometry_la-star.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_geometry_la-star.o"; sourceTree = "<group>"; };
+               A6AF272B0B965F2D00EDBA70 /* checkerboard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = checkerboard.cpp; sourceTree = "<group>"; };
+               A6AF272C0B965F2D00EDBA70 /* checkerboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = checkerboard.h; sourceTree = "<group>"; };
+               A6AF272D0B965F2D00EDBA70 /* circle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = circle.cpp; sourceTree = "<group>"; };
+               A6AF272E0B965F2D00EDBA70 /* circle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = circle.h; sourceTree = "<group>"; };
+               A6AF272F0B965F2D00EDBA70 /* libmod_geometry.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_geometry.la; sourceTree = "<group>"; };
+               A6AF27300B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-checkerboard.lo"; sourceTree = "<group>"; };
+               A6AF27310B965F2D00EDBA70 /* libmod_geometry_la-circle.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-circle.lo"; sourceTree = "<group>"; };
+               A6AF27320B965F2D00EDBA70 /* libmod_geometry_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-main.lo"; sourceTree = "<group>"; };
+               A6AF27330B965F2D00EDBA70 /* libmod_geometry_la-outline.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-outline.lo"; sourceTree = "<group>"; };
+               A6AF27340B965F2D00EDBA70 /* libmod_geometry_la-rectangle.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-rectangle.lo"; sourceTree = "<group>"; };
+               A6AF27350B965F2D00EDBA70 /* libmod_geometry_la-region.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-region.lo"; sourceTree = "<group>"; };
+               A6AF27360B965F2D00EDBA70 /* libmod_geometry_la-star.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_geometry_la-star.lo"; sourceTree = "<group>"; };
+               A6AF27370B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF27380B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF27390B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF273A0B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF273B0B965F2D00EDBA70 /* mod_geometry.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_geometry.nsh; sourceTree = "<group>"; };
+               A6AF273C0B965F2D00EDBA70 /* outline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = outline.cpp; sourceTree = "<group>"; };
+               A6AF273D0B965F2D00EDBA70 /* outline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = outline.h; sourceTree = "<group>"; };
+               A6AF273E0B965F2D00EDBA70 /* rectangle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rectangle.cpp; sourceTree = "<group>"; };
+               A6AF273F0B965F2D00EDBA70 /* rectangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rectangle.h; sourceTree = "<group>"; };
+               A6AF27400B965F2D00EDBA70 /* region.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = region.cpp; sourceTree = "<group>"; };
+               A6AF27410B965F2D00EDBA70 /* region.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = region.h; sourceTree = "<group>"; };
+               A6AF27420B965F2D00EDBA70 /* star.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = star.cpp; sourceTree = "<group>"; };
+               A6AF27430B965F2D00EDBA70 /* star.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = star.h; sourceTree = "<group>"; };
+               A6AF27440B965F2D00EDBA70 /* unmod_geometry.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_geometry.nsh; sourceTree = "<group>"; };
+               A6AF27470B965F2D00EDBA70 /* libmod_gif_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gif_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF27480B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gif_la-trgt_gif.Plo"; sourceTree = "<group>"; };
+               A6AF274A0B965F2D00EDBA70 /* libmod_gif.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gif.0.0.0.so; sourceTree = "<group>"; };
+               A6AF274B0B965F2D00EDBA70 /* libmod_gif.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gif.0.so; sourceTree = "<group>"; };
+               A6AF274C0B965F2D00EDBA70 /* libmod_gif.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gif.la; sourceTree = "<group>"; };
+               A6AF274D0B965F2D00EDBA70 /* libmod_gif.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gif.lai; sourceTree = "<group>"; };
+               A6AF274E0B965F2D00EDBA70 /* libmod_gif.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gif.so; sourceTree = "<group>"; };
+               A6AF274F0B965F2D00EDBA70 /* libmod_gif_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gif_la-main.o"; sourceTree = "<group>"; };
+               A6AF27500B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gif_la-trgt_gif.o"; sourceTree = "<group>"; };
+               A6AF27510B965F2D00EDBA70 /* libmod_gif.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gif.la; sourceTree = "<group>"; };
+               A6AF27520B965F2D00EDBA70 /* libmod_gif_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gif_la-main.lo"; sourceTree = "<group>"; };
+               A6AF27530B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gif_la-trgt_gif.lo"; sourceTree = "<group>"; };
+               A6AF27540B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF27550B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF27560B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF27570B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF27580B965F2D00EDBA70 /* mod_gif.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_gif.nsh; sourceTree = "<group>"; };
+               A6AF27590B965F2D00EDBA70 /* trgt_gif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_gif.cpp; sourceTree = "<group>"; };
+               A6AF275A0B965F2D00EDBA70 /* trgt_gif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_gif.h; sourceTree = "<group>"; };
+               A6AF275B0B965F2D00EDBA70 /* unmod_gif.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_gif.nsh; sourceTree = "<group>"; };
+               A6AF275E0B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-conicalgradient.Plo"; sourceTree = "<group>"; };
+               A6AF275F0B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-curvegradient.Plo"; sourceTree = "<group>"; };
+               A6AF27600B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-lineargradient.Plo"; sourceTree = "<group>"; };
+               A6AF27610B965F2D00EDBA70 /* libmod_gradient_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF27620B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-radialgradient.Plo"; sourceTree = "<group>"; };
+               A6AF27630B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-spiralgradient.Plo"; sourceTree = "<group>"; };
+               A6AF27650B965F2D00EDBA70 /* libmod_gradient.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gradient.0.0.0.so; sourceTree = "<group>"; };
+               A6AF27660B965F2D00EDBA70 /* libmod_gradient.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gradient.0.so; sourceTree = "<group>"; };
+               A6AF27670B965F2D00EDBA70 /* libmod_gradient.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gradient.la; sourceTree = "<group>"; };
+               A6AF27680B965F2D00EDBA70 /* libmod_gradient.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gradient.lai; sourceTree = "<group>"; };
+               A6AF27690B965F2D00EDBA70 /* libmod_gradient.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_gradient.so; sourceTree = "<group>"; };
+               A6AF276A0B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-conicalgradient.o"; sourceTree = "<group>"; };
+               A6AF276B0B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-curvegradient.o"; sourceTree = "<group>"; };
+               A6AF276C0B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-lineargradient.o"; sourceTree = "<group>"; };
+               A6AF276D0B965F2D00EDBA70 /* libmod_gradient_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-main.o"; sourceTree = "<group>"; };
+               A6AF276E0B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-radialgradient.o"; sourceTree = "<group>"; };
+               A6AF276F0B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_gradient_la-spiralgradient.o"; sourceTree = "<group>"; };
+               A6AF27700B965F2D00EDBA70 /* conicalgradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conicalgradient.cpp; sourceTree = "<group>"; };
+               A6AF27710B965F2D00EDBA70 /* conicalgradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conicalgradient.h; sourceTree = "<group>"; };
+               A6AF27720B965F2D00EDBA70 /* curvegradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = curvegradient.cpp; sourceTree = "<group>"; };
+               A6AF27730B965F2D00EDBA70 /* curvegradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curvegradient.h; sourceTree = "<group>"; };
+               A6AF27740B965F2D00EDBA70 /* libmod_gradient.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_gradient.la; sourceTree = "<group>"; };
+               A6AF27750B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-conicalgradient.lo"; sourceTree = "<group>"; };
+               A6AF27760B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-curvegradient.lo"; sourceTree = "<group>"; };
+               A6AF27770B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-lineargradient.lo"; sourceTree = "<group>"; };
+               A6AF27780B965F2D00EDBA70 /* libmod_gradient_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-main.lo"; sourceTree = "<group>"; };
+               A6AF27790B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-radialgradient.lo"; sourceTree = "<group>"; };
+               A6AF277A0B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_gradient_la-spiralgradient.lo"; sourceTree = "<group>"; };
+               A6AF277B0B965F2D00EDBA70 /* lineargradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lineargradient.cpp; sourceTree = "<group>"; };
+               A6AF277C0B965F2D00EDBA70 /* lineargradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lineargradient.h; sourceTree = "<group>"; };
+               A6AF277D0B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF277E0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF277F0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF27800B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF27810B965F2D00EDBA70 /* mod_gradient.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_gradient.nsh; sourceTree = "<group>"; };
+               A6AF27820B965F2D00EDBA70 /* radialgradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = radialgradient.cpp; sourceTree = "<group>"; };
+               A6AF27830B965F2D00EDBA70 /* radialgradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = radialgradient.h; sourceTree = "<group>"; };
+               A6AF27840B965F2D00EDBA70 /* spiralgradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spiralgradient.cpp; sourceTree = "<group>"; };
+               A6AF27850B965F2D00EDBA70 /* spiralgradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spiralgradient.h; sourceTree = "<group>"; };
+               A6AF27860B965F2D00EDBA70 /* unmod_gradient.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_gradient.nsh; sourceTree = "<group>"; };
+               A6AF27890B965F2D00EDBA70 /* libmod_imagemagick_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_imagemagick_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF278A0B965F2D00EDBA70 /* libmod_imagemagick_la-mptr_imagemagick.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_imagemagick_la-mptr_imagemagick.Plo"; sourceTree = "<group>"; };
+               A6AF278B0B965F2D00EDBA70 /* libmod_imagemagick_la-trgt_imagemagick.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_imagemagick_la-trgt_imagemagick.Plo"; sourceTree = "<group>"; };
+               A6AF278C0B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF278D0B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF278E0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF278F0B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF27900B965F2D00EDBA70 /* mod_imagemagick.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_imagemagick.nsh; sourceTree = "<group>"; };
+               A6AF27910B965F2D00EDBA70 /* mptr_imagemagick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_imagemagick.cpp; sourceTree = "<group>"; };
+               A6AF27920B965F2D00EDBA70 /* mptr_imagemagick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_imagemagick.h; sourceTree = "<group>"; };
+               A6AF27930B965F2D00EDBA70 /* trgt_imagemagick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_imagemagick.cpp; sourceTree = "<group>"; };
+               A6AF27940B965F2D00EDBA70 /* trgt_imagemagick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_imagemagick.h; sourceTree = "<group>"; };
+               A6AF27950B965F2D00EDBA70 /* unmod_imagemagick.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_imagemagick.nsh; sourceTree = "<group>"; };
+               A6AF27980B965F2D00EDBA70 /* libmod_jpeg_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF27990B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-mptr_jpeg.Plo"; sourceTree = "<group>"; };
+               A6AF279A0B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-trgt_jpeg.Plo"; sourceTree = "<group>"; };
+               A6AF279C0B965F2D00EDBA70 /* libmod_jpeg.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_jpeg.0.0.0.so; sourceTree = "<group>"; };
+               A6AF279D0B965F2D00EDBA70 /* libmod_jpeg.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_jpeg.0.so; sourceTree = "<group>"; };
+               A6AF279E0B965F2D00EDBA70 /* libmod_jpeg.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_jpeg.la; sourceTree = "<group>"; };
+               A6AF279F0B965F2D00EDBA70 /* libmod_jpeg.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_jpeg.lai; sourceTree = "<group>"; };
+               A6AF27A00B965F2D00EDBA70 /* libmod_jpeg.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_jpeg.so; sourceTree = "<group>"; };
+               A6AF27A10B965F2D00EDBA70 /* libmod_jpeg_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_jpeg_la-main.o"; sourceTree = "<group>"; };
+               A6AF27A20B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_jpeg_la-mptr_jpeg.o"; sourceTree = "<group>"; };
+               A6AF27A30B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_jpeg_la-trgt_jpeg.o"; sourceTree = "<group>"; };
+               A6AF27A40B965F2D00EDBA70 /* libmod_jpeg.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_jpeg.la; sourceTree = "<group>"; };
+               A6AF27A50B965F2D00EDBA70 /* libmod_jpeg_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-main.lo"; sourceTree = "<group>"; };
+               A6AF27A60B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-mptr_jpeg.lo"; sourceTree = "<group>"; };
+               A6AF27A70B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_jpeg_la-trgt_jpeg.lo"; sourceTree = "<group>"; };
+               A6AF27A80B965F2D00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF27A90B965F2D00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF27AA0B965F2D00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF27AB0B965F2D00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF27AC0B965F2D00EDBA70 /* mod_jpeg.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_jpeg.nsh; sourceTree = "<group>"; };
+               A6AF27AD0B965F2D00EDBA70 /* mptr_jpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_jpeg.cpp; sourceTree = "<group>"; };
+               A6AF27AE0B965F2D00EDBA70 /* mptr_jpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_jpeg.h; sourceTree = "<group>"; };
+               A6AF27AF0B965F2D00EDBA70 /* trgt_jpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_jpeg.cpp; sourceTree = "<group>"; };
+               A6AF27B00B965F2D00EDBA70 /* trgt_jpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_jpeg.h; sourceTree = "<group>"; };
+               A6AF27B10B965F2D00EDBA70 /* unmod_jpeg.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_jpeg.nsh; sourceTree = "<group>"; };
+               A6AF27B40B965F2D00EDBA70 /* libmod_libavcodec_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_libavcodec_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF27B50B965F2D00EDBA70 /* libmod_libavcodec_la-mptr.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_libavcodec_la-mptr.Plo"; sourceTree = "<group>"; };
+               A6AF27B60B965F2D00EDBA70 /* libmod_libavcodec_la-trgt_av.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_libavcodec_la-trgt_av.Plo"; sourceTree = "<group>"; };
+               A6AF27B80B965F2D00EDBA70 /* 4xm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 4xm.c; sourceTree = "<group>"; };
+               A6AF27B90B965F2D00EDBA70 /* a52dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a52dec.c; sourceTree = "<group>"; };
+               A6AF27BA0B965F2D00EDBA70 /* ac3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ac3.h; sourceTree = "<group>"; };
+               A6AF27BB0B965F2D00EDBA70 /* ac3dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ac3dec.c; sourceTree = "<group>"; };
+               A6AF27BC0B965F2D00EDBA70 /* ac3enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ac3enc.c; sourceTree = "<group>"; };
+               A6AF27BD0B965F2D00EDBA70 /* ac3tab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ac3tab.h; sourceTree = "<group>"; };
+               A6AF27BE0B965F2D00EDBA70 /* adpcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adpcm.c; sourceTree = "<group>"; };
+               A6AF27BF0B965F2D00EDBA70 /* allcodecs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = allcodecs.c; sourceTree = "<group>"; };
+               A6AF27C00B965F2D00EDBA70 /* amr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = amr.c; sourceTree = "<group>"; };
+               A6AF27C10B965F2D00EDBA70 /* apiexample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = apiexample.c; sourceTree = "<group>"; };
+               A6AF27C20B965F2D00EDBA70 /* asv1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asv1.c; sourceTree = "<group>"; };
+               A6AF27C30B965F2D00EDBA70 /* avcodec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avcodec.c; sourceTree = "<group>"; };
+               A6AF27C40B965F2D00EDBA70 /* avcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avcodec.h; sourceTree = "<group>"; };
+               A6AF27C50B965F2D00EDBA70 /* bswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bswap.h; sourceTree = "<group>"; };
+               A6AF27C60B965F2D00EDBA70 /* cabac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cabac.c; sourceTree = "<group>"; };
+               A6AF27C70B965F2D00EDBA70 /* cabac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cabac.h; sourceTree = "<group>"; };
+               A6AF27C80B965F2D00EDBA70 /* cljr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cljr.c; sourceTree = "<group>"; };
+               A6AF27C90B965F2D00EDBA70 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; };
+               A6AF27CA0B965F2D00EDBA70 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
+               A6AF27CB0B965F2D00EDBA70 /* cyuv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cyuv.c; sourceTree = "<group>"; };
+               A6AF27CC0B965F2D00EDBA70 /* dct-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "dct-test.c"; sourceTree = "<group>"; };
+               A6AF27CD0B965F2D00EDBA70 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Doxyfile; sourceTree = "<group>"; };
+               A6AF27CE0B965F2D00EDBA70 /* dpcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpcm.c; sourceTree = "<group>"; };
+               A6AF27CF0B965F2D00EDBA70 /* dsputil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsputil.c; sourceTree = "<group>"; };
+               A6AF27D00B965F2E00EDBA70 /* dsputil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsputil.h; sourceTree = "<group>"; };
+               A6AF27D10B965F2E00EDBA70 /* dv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dv.c; sourceTree = "<group>"; };
+               A6AF27D20B965F2E00EDBA70 /* dvdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvdata.h; sourceTree = "<group>"; };
+               A6AF27D30B965F2E00EDBA70 /* error_resilience.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = error_resilience.c; sourceTree = "<group>"; };
+               A6AF27D40B965F2E00EDBA70 /* eval.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eval.c; sourceTree = "<group>"; };
+               A6AF27D50B965F2E00EDBA70 /* faad.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = faad.c; sourceTree = "<group>"; };
+               A6AF27D60B965F2E00EDBA70 /* fastmemcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fastmemcpy.h; sourceTree = "<group>"; };
+               A6AF27D70B965F2E00EDBA70 /* fdctref.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdctref.c; sourceTree = "<group>"; };
+               A6AF27D80B965F2E00EDBA70 /* fft-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "fft-test.c"; sourceTree = "<group>"; };
+               A6AF27D90B965F2E00EDBA70 /* fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fft.c; sourceTree = "<group>"; };
+               A6AF27DA0B965F2E00EDBA70 /* ffv1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffv1.c; sourceTree = "<group>"; };
+               A6AF27DB0B965F2E00EDBA70 /* golomb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = golomb.c; sourceTree = "<group>"; };
+               A6AF27DC0B965F2E00EDBA70 /* golomb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = golomb.h; sourceTree = "<group>"; };
+               A6AF27DD0B965F2E00EDBA70 /* h263.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = h263.c; sourceTree = "<group>"; };
+               A6AF27DE0B965F2E00EDBA70 /* h263data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = h263data.h; sourceTree = "<group>"; };
+               A6AF27DF0B965F2E00EDBA70 /* h263dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = h263dec.c; sourceTree = "<group>"; };
+               A6AF27E00B965F2E00EDBA70 /* h264.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = h264.c; sourceTree = "<group>"; };
+               A6AF27E10B965F2E00EDBA70 /* h264data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = h264data.h; sourceTree = "<group>"; };
+               A6AF27E20B965F2E00EDBA70 /* huffyuv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffyuv.c; sourceTree = "<group>"; };
+               A6AF27E40B965F2E00EDBA70 /* cputest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cputest.c; sourceTree = "<group>"; };
+               A6AF27E50B965F2E00EDBA70 /* dsputil_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsputil_mmx.c; sourceTree = "<group>"; };
+               A6AF27E60B965F2E00EDBA70 /* dsputil_mmx_avg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsputil_mmx_avg.h; sourceTree = "<group>"; };
+               A6AF27E70B965F2E00EDBA70 /* dsputil_mmx_rnd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsputil_mmx_rnd.h; sourceTree = "<group>"; };
+               A6AF27E80B965F2E00EDBA70 /* fdct_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fdct_mmx.c; sourceTree = "<group>"; };
+               A6AF27E90B965F2E00EDBA70 /* fft_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fft_sse.c; sourceTree = "<group>"; };
+               A6AF27EA0B965F2E00EDBA70 /* idct_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idct_mmx.c; sourceTree = "<group>"; };
+               A6AF27EB0B965F2E00EDBA70 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmx.h; sourceTree = "<group>"; };
+               A6AF27EC0B965F2E00EDBA70 /* motion_est_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = motion_est_mmx.c; sourceTree = "<group>"; };
+               A6AF27ED0B965F2E00EDBA70 /* mpegvideo_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegvideo_mmx.c; sourceTree = "<group>"; };
+               A6AF27EE0B965F2E00EDBA70 /* mpegvideo_mmx_template.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegvideo_mmx_template.c; sourceTree = "<group>"; };
+               A6AF27EF0B965F2E00EDBA70 /* simple_idct_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = simple_idct_mmx.c; sourceTree = "<group>"; };
+               A6AF27F00B965F2E00EDBA70 /* imgconvert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imgconvert.c; sourceTree = "<group>"; };
+               A6AF27F10B965F2E00EDBA70 /* imgconvert_template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imgconvert_template.h; sourceTree = "<group>"; };
+               A6AF27F20B965F2E00EDBA70 /* imgresample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imgresample.c; sourceTree = "<group>"; };
+               A6AF27F30B965F2E00EDBA70 /* indeo3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = indeo3.c; sourceTree = "<group>"; };
+               A6AF27F40B965F2E00EDBA70 /* indeo3data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = indeo3data.h; sourceTree = "<group>"; };
+               A6AF27F50B965F2E00EDBA70 /* interplayvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interplayvideo.c; sourceTree = "<group>"; };
+               A6AF27F60B965F2E00EDBA70 /* jfdctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jfdctfst.c; sourceTree = "<group>"; };
+               A6AF27F70B965F2E00EDBA70 /* jfdctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jfdctint.c; sourceTree = "<group>"; };
+               A6AF27F80B965F2E00EDBA70 /* jrevdct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jrevdct.c; sourceTree = "<group>"; };
+               A6AF27FA0B965F2E00EDBA70 /* a52.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = a52.h; sourceTree = "<group>"; };
+               A6AF27FB0B965F2E00EDBA70 /* a52_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = a52_internal.h; sourceTree = "<group>"; };
+               A6AF27FC0B965F2E00EDBA70 /* a52_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = a52_util.h; sourceTree = "<group>"; };
+               A6AF27FD0B965F2E00EDBA70 /* bit_allocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bit_allocate.c; sourceTree = "<group>"; };
+               A6AF27FE0B965F2E00EDBA70 /* bitstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitstream.c; sourceTree = "<group>"; };
+               A6AF27FF0B965F2E00EDBA70 /* bitstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitstream.h; sourceTree = "<group>"; };
+               A6AF28000B965F2E00EDBA70 /* crc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc.c; sourceTree = "<group>"; };
+               A6AF28010B965F2E00EDBA70 /* downmix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = downmix.c; sourceTree = "<group>"; };
+               A6AF28020B965F2E00EDBA70 /* imdct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imdct.c; sourceTree = "<group>"; };
+               A6AF28030B965F2E00EDBA70 /* mm_accel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mm_accel.h; sourceTree = "<group>"; };
+               A6AF28040B965F2E00EDBA70 /* parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = parse.c; sourceTree = "<group>"; };
+               A6AF28050B965F2E00EDBA70 /* resample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resample.c; sourceTree = "<group>"; };
+               A6AF28060B965F2E00EDBA70 /* resample_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resample_c.c; sourceTree = "<group>"; };
+               A6AF28070B965F2E00EDBA70 /* resample_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resample_mmx.c; sourceTree = "<group>"; };
+               A6AF28080B965F2E00EDBA70 /* tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tables.h; sourceTree = "<group>"; };
+               A6AF280A0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF280B0B965F2E00EDBA70 /* mangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mangle.h; sourceTree = "<group>"; };
+               A6AF280C0B965F2E00EDBA70 /* postprocess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = postprocess.c; sourceTree = "<group>"; };
+               A6AF280D0B965F2E00EDBA70 /* postprocess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = postprocess.h; sourceTree = "<group>"; };
+               A6AF280E0B965F2E00EDBA70 /* postprocess_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = postprocess_internal.h; sourceTree = "<group>"; };
+               A6AF280F0B965F2E00EDBA70 /* postprocess_template.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = postprocess_template.c; sourceTree = "<group>"; };
+               A6AF28100B965F2E00EDBA70 /* mace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mace.c; sourceTree = "<group>"; };
+               A6AF28110B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF28120B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF28130B965F2E00EDBA70 /* mdct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdct.c; sourceTree = "<group>"; };
+               A6AF28140B965F2E00EDBA70 /* mdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdec.c; sourceTree = "<group>"; };
+               A6AF28150B965F2E00EDBA70 /* mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = "<group>"; };
+               A6AF28160B965F2E00EDBA70 /* mjpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mjpeg.c; sourceTree = "<group>"; };
+               A6AF28170B965F2E00EDBA70 /* motion_est.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = motion_est.c; sourceTree = "<group>"; };
+               A6AF28180B965F2E00EDBA70 /* motion_est_template.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = motion_est_template.c; sourceTree = "<group>"; };
+               A6AF28190B965F2E00EDBA70 /* motion_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = motion_test.c; sourceTree = "<group>"; };
+               A6AF281A0B965F2E00EDBA70 /* mp3lameaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mp3lameaudio.c; sourceTree = "<group>"; };
+               A6AF281B0B965F2E00EDBA70 /* mpeg12.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg12.c; sourceTree = "<group>"; };
+               A6AF281C0B965F2E00EDBA70 /* mpeg12data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg12data.h; sourceTree = "<group>"; };
+               A6AF281D0B965F2E00EDBA70 /* mpeg4data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpeg4data.h; sourceTree = "<group>"; };
+               A6AF281E0B965F2E00EDBA70 /* mpegaudio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegaudio.c; sourceTree = "<group>"; };
+               A6AF281F0B965F2E00EDBA70 /* mpegaudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegaudio.h; sourceTree = "<group>"; };
+               A6AF28200B965F2E00EDBA70 /* mpegaudiodec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegaudiodec.c; sourceTree = "<group>"; };
+               A6AF28210B965F2E00EDBA70 /* mpegaudiodectab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegaudiodectab.h; sourceTree = "<group>"; };
+               A6AF28220B965F2E00EDBA70 /* mpegaudiotab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegaudiotab.h; sourceTree = "<group>"; };
+               A6AF28230B965F2E00EDBA70 /* mpegvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegvideo.c; sourceTree = "<group>"; };
+               A6AF28240B965F2E00EDBA70 /* mpegvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegvideo.h; sourceTree = "<group>"; };
+               A6AF28250B965F2E00EDBA70 /* msmpeg4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = msmpeg4.c; sourceTree = "<group>"; };
+               A6AF28260B965F2E00EDBA70 /* msmpeg4data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = msmpeg4data.h; sourceTree = "<group>"; };
+               A6AF28270B965F2E00EDBA70 /* oggvorbis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = oggvorbis.c; sourceTree = "<group>"; };
+               A6AF28280B965F2E00EDBA70 /* oggvorbis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oggvorbis.h; sourceTree = "<group>"; };
+               A6AF28290B965F2E00EDBA70 /* opts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opts.c; sourceTree = "<group>"; };
+               A6AF282A0B965F2E00EDBA70 /* pcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcm.c; sourceTree = "<group>"; };
+               A6AF282B0B965F2E00EDBA70 /* ra144.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ra144.c; sourceTree = "<group>"; };
+               A6AF282C0B965F2E00EDBA70 /* ra144.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ra144.h; sourceTree = "<group>"; };
+               A6AF282D0B965F2E00EDBA70 /* ra288.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ra288.c; sourceTree = "<group>"; };
+               A6AF282E0B965F2E00EDBA70 /* ra288.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ra288.h; sourceTree = "<group>"; };
+               A6AF282F0B965F2E00EDBA70 /* ratecontrol.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ratecontrol.c; sourceTree = "<group>"; };
+               A6AF28300B965F2E00EDBA70 /* raw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raw.c; sourceTree = "<group>"; };
+               A6AF28310B965F2E00EDBA70 /* resample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resample.c; sourceTree = "<group>"; };
+               A6AF28320B965F2E00EDBA70 /* roqvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = roqvideo.c; sourceTree = "<group>"; };
+               A6AF28330B965F2E00EDBA70 /* rv10.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rv10.c; sourceTree = "<group>"; };
+               A6AF28340B965F2E00EDBA70 /* simple_idct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = simple_idct.c; sourceTree = "<group>"; };
+               A6AF28350B965F2E00EDBA70 /* simple_idct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_idct.h; sourceTree = "<group>"; };
+               A6AF28360B965F2E00EDBA70 /* svq1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svq1.c; sourceTree = "<group>"; };
+               A6AF28370B965F2E00EDBA70 /* svq1_cb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svq1_cb.h; sourceTree = "<group>"; };
+               A6AF28380B965F2E00EDBA70 /* svq1_vlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svq1_vlc.h; sourceTree = "<group>"; };
+               A6AF28390B965F2E00EDBA70 /* svq3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svq3.c; sourceTree = "<group>"; };
+               A6AF283A0B965F2E00EDBA70 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utils.c; sourceTree = "<group>"; };
+               A6AF283B0B965F2E00EDBA70 /* vcr1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vcr1.c; sourceTree = "<group>"; };
+               A6AF283C0B965F2E00EDBA70 /* vp3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vp3.c; sourceTree = "<group>"; };
+               A6AF283D0B965F2E00EDBA70 /* vp3data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vp3data.h; sourceTree = "<group>"; };
+               A6AF283E0B965F2E00EDBA70 /* wmadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wmadata.h; sourceTree = "<group>"; };
+               A6AF283F0B965F2E00EDBA70 /* wmadec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wmadec.c; sourceTree = "<group>"; };
+               A6AF28400B965F2E00EDBA70 /* wmv2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wmv2.c; sourceTree = "<group>"; };
+               A6AF28410B965F2E00EDBA70 /* xan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xan.c; sourceTree = "<group>"; };
+               A6AF28420B965F2E00EDBA70 /* xvmcvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xvmcvideo.c; sourceTree = "<group>"; };
+               A6AF28440B965F2E00EDBA70 /* 4xm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 4xm.c; sourceTree = "<group>"; };
+               A6AF28450B965F2E00EDBA70 /* allformats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = allformats.c; sourceTree = "<group>"; };
+               A6AF28460B965F2E00EDBA70 /* amr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = amr.c; sourceTree = "<group>"; };
+               A6AF28470B965F2E00EDBA70 /* asf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asf.c; sourceTree = "<group>"; };
+               A6AF28480B965F2E00EDBA70 /* au.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = au.c; sourceTree = "<group>"; };
+               A6AF28490B965F2E00EDBA70 /* audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio.c; sourceTree = "<group>"; };
+               A6AF284A0B965F2E00EDBA70 /* avformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avformat.h; sourceTree = "<group>"; };
+               A6AF284B0B965F2E00EDBA70 /* avi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avi.h; sourceTree = "<group>"; };
+               A6AF284C0B965F2E00EDBA70 /* avidec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avidec.c; sourceTree = "<group>"; };
+               A6AF284D0B965F2E00EDBA70 /* avienc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avienc.c; sourceTree = "<group>"; };
+               A6AF284E0B965F2E00EDBA70 /* avio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = avio.c; sourceTree = "<group>"; };
+               A6AF284F0B965F2E00EDBA70 /* avio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = avio.h; sourceTree = "<group>"; };
+               A6AF28500B965F2E00EDBA70 /* aviobuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aviobuf.c; sourceTree = "<group>"; };
+               A6AF28510B965F2E00EDBA70 /* barpainet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = barpainet.c; sourceTree = "<group>"; };
+               A6AF28520B965F2E00EDBA70 /* barpainet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = barpainet.h; sourceTree = "<group>"; };
+               A6AF28530B965F2E00EDBA70 /* beosaudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = beosaudio.cpp; sourceTree = "<group>"; };
+               A6AF28540B965F2E00EDBA70 /* crc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc.c; sourceTree = "<group>"; };
+               A6AF28550B965F2E00EDBA70 /* cutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cutils.c; sourceTree = "<group>"; };
+               A6AF28560B965F2E00EDBA70 /* dv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dv.c; sourceTree = "<group>"; };
+               A6AF28570B965F2E00EDBA70 /* dv1394.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dv1394.c; sourceTree = "<group>"; };
+               A6AF28580B965F2E00EDBA70 /* dv1394.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dv1394.h; sourceTree = "<group>"; };
+               A6AF28590B965F2E00EDBA70 /* dvcore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dvcore.c; sourceTree = "<group>"; };
+               A6AF285A0B965F2E00EDBA70 /* dvcore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dvcore.h; sourceTree = "<group>"; };
+               A6AF285B0B965F2E00EDBA70 /* ffm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ffm.c; sourceTree = "<group>"; };
+               A6AF285C0B965F2E00EDBA70 /* file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = "<group>"; };
+               A6AF285D0B965F2E00EDBA70 /* flvdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = flvdec.c; sourceTree = "<group>"; };
+               A6AF285E0B965F2E00EDBA70 /* flvenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = flvenc.c; sourceTree = "<group>"; };
+               A6AF285F0B965F2E00EDBA70 /* framehook.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = framehook.c; sourceTree = "<group>"; };
+               A6AF28600B965F2E00EDBA70 /* framehook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = framehook.h; sourceTree = "<group>"; };
+               A6AF28610B965F2E00EDBA70 /* gif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gif.c; sourceTree = "<group>"; };
+               A6AF28620B965F2E00EDBA70 /* gifdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gifdec.c; sourceTree = "<group>"; };
+               A6AF28630B965F2E00EDBA70 /* grab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = grab.c; sourceTree = "<group>"; };
+               A6AF28640B965F2E00EDBA70 /* http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = http.c; sourceTree = "<group>"; };
+               A6AF28650B965F2E00EDBA70 /* idroq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idroq.c; sourceTree = "<group>"; };
+               A6AF28660B965F2E00EDBA70 /* img.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = img.c; sourceTree = "<group>"; };
+               A6AF28670B965F2E00EDBA70 /* ipmovie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ipmovie.c; sourceTree = "<group>"; };
+               A6AF28680B965F2E00EDBA70 /* jpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpeg.c; sourceTree = "<group>"; };
+               A6AF28690B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF286A0B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF286B0B965F2E00EDBA70 /* mov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mov.c; sourceTree = "<group>"; };
+               A6AF286C0B965F2E00EDBA70 /* movenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = movenc.c; sourceTree = "<group>"; };
+               A6AF286D0B965F2E00EDBA70 /* mp3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mp3.c; sourceTree = "<group>"; };
+               A6AF286E0B965F2E00EDBA70 /* mpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpeg.c; sourceTree = "<group>"; };
+               A6AF286F0B965F2E00EDBA70 /* mpegts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegts.c; sourceTree = "<group>"; };
+               A6AF28700B965F2E00EDBA70 /* mpegts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mpegts.h; sourceTree = "<group>"; };
+               A6AF28710B965F2E00EDBA70 /* mpegtsenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpegtsenc.c; sourceTree = "<group>"; };
+               A6AF28720B965F2E00EDBA70 /* mpjpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpjpeg.c; sourceTree = "<group>"; };
+               A6AF28730B965F2E00EDBA70 /* nut.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nut.c; sourceTree = "<group>"; };
+               A6AF28740B965F2E00EDBA70 /* ogg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ogg.c; sourceTree = "<group>"; };
+               A6AF28750B965F2E00EDBA70 /* os_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_support.c; sourceTree = "<group>"; };
+               A6AF28760B965F2E00EDBA70 /* os_support.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os_support.h; sourceTree = "<group>"; };
+               A6AF28770B965F2E00EDBA70 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; };
+               A6AF28780B965F2E00EDBA70 /* pnm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pnm.c; sourceTree = "<group>"; };
+               A6AF28790B965F2E00EDBA70 /* psxstr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxstr.c; sourceTree = "<group>"; };
+               A6AF287A0B965F2E00EDBA70 /* raw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raw.c; sourceTree = "<group>"; };
+               A6AF287B0B965F2E00EDBA70 /* rm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rm.c; sourceTree = "<group>"; };
+               A6AF287C0B965F2E00EDBA70 /* rtp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtp.c; sourceTree = "<group>"; };
+               A6AF287D0B965F2E00EDBA70 /* rtp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtp.h; sourceTree = "<group>"; };
+               A6AF287E0B965F2E00EDBA70 /* rtpproto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtpproto.c; sourceTree = "<group>"; };
+               A6AF287F0B965F2E00EDBA70 /* rtsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rtsp.c; sourceTree = "<group>"; };
+               A6AF28800B965F2E00EDBA70 /* rtsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtsp.h; sourceTree = "<group>"; };
+               A6AF28810B965F2E00EDBA70 /* rtspcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rtspcodes.h; sourceTree = "<group>"; };
+               A6AF28820B965F2E00EDBA70 /* swf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = swf.c; sourceTree = "<group>"; };
+               A6AF28830B965F2E00EDBA70 /* tcp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp.c; sourceTree = "<group>"; };
+               A6AF28840B965F2E00EDBA70 /* udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = udp.c; sourceTree = "<group>"; };
+               A6AF28850B965F2E00EDBA70 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utils.c; sourceTree = "<group>"; };
+               A6AF28860B965F2E00EDBA70 /* wav.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wav.c; sourceTree = "<group>"; };
+               A6AF28870B965F2E00EDBA70 /* wc3movie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wc3movie.c; sourceTree = "<group>"; };
+               A6AF28880B965F2E00EDBA70 /* yuv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = yuv.c; sourceTree = "<group>"; };
+               A6AF28890B965F2E00EDBA70 /* yuv4mpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = yuv4mpeg.c; sourceTree = "<group>"; };
+               A6AF288A0B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF288B0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF288C0B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF288D0B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF288E0B965F2E00EDBA70 /* mod_libavcodec.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_libavcodec.nsh; sourceTree = "<group>"; };
+               A6AF288F0B965F2E00EDBA70 /* mptr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr.cpp; sourceTree = "<group>"; };
+               A6AF28900B965F2E00EDBA70 /* mptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr.h; sourceTree = "<group>"; };
+               A6AF28910B965F2E00EDBA70 /* trgt_av.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_av.cpp; sourceTree = "<group>"; };
+               A6AF28920B965F2E00EDBA70 /* trgt_av.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_av.h; sourceTree = "<group>"; };
+               A6AF28930B965F2E00EDBA70 /* unmod_libavcodec.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_libavcodec.nsh; sourceTree = "<group>"; };
+               A6AF28960B965F2E00EDBA70 /* libmod_noise_la-distort.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-distort.Plo"; sourceTree = "<group>"; };
+               A6AF28970B965F2E00EDBA70 /* libmod_noise_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF28980B965F2E00EDBA70 /* libmod_noise_la-noise.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-noise.Plo"; sourceTree = "<group>"; };
+               A6AF28990B965F2E00EDBA70 /* libmod_noise_la-random.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-random.Plo"; sourceTree = "<group>"; };
+               A6AF289B0B965F2E00EDBA70 /* libmod_noise.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_noise.0.0.0.so; sourceTree = "<group>"; };
+               A6AF289C0B965F2E00EDBA70 /* libmod_noise.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_noise.0.so; sourceTree = "<group>"; };
+               A6AF289D0B965F2E00EDBA70 /* libmod_noise.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_noise.la; sourceTree = "<group>"; };
+               A6AF289E0B965F2E00EDBA70 /* libmod_noise.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_noise.lai; sourceTree = "<group>"; };
+               A6AF289F0B965F2E00EDBA70 /* libmod_noise.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_noise.so; sourceTree = "<group>"; };
+               A6AF28A00B965F2E00EDBA70 /* libmod_noise_la-distort.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_noise_la-distort.o"; sourceTree = "<group>"; };
+               A6AF28A10B965F2E00EDBA70 /* libmod_noise_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_noise_la-main.o"; sourceTree = "<group>"; };
+               A6AF28A20B965F2E00EDBA70 /* libmod_noise_la-noise.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_noise_la-noise.o"; sourceTree = "<group>"; };
+               A6AF28A30B965F2E00EDBA70 /* libmod_noise_la-random.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_noise_la-random.o"; sourceTree = "<group>"; };
+               A6AF28A40B965F2E00EDBA70 /* distort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = distort.cpp; sourceTree = "<group>"; };
+               A6AF28A50B965F2E00EDBA70 /* distort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distort.h; sourceTree = "<group>"; };
+               A6AF28A60B965F2E00EDBA70 /* libmod_noise.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_noise.la; sourceTree = "<group>"; };
+               A6AF28A70B965F2E00EDBA70 /* libmod_noise_la-distort.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-distort.lo"; sourceTree = "<group>"; };
+               A6AF28A80B965F2E00EDBA70 /* libmod_noise_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-main.lo"; sourceTree = "<group>"; };
+               A6AF28A90B965F2E00EDBA70 /* libmod_noise_la-noise.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-noise.lo"; sourceTree = "<group>"; };
+               A6AF28AA0B965F2E00EDBA70 /* libmod_noise_la-random.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_noise_la-random.lo"; sourceTree = "<group>"; };
+               A6AF28AB0B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF28AC0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF28AD0B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF28AE0B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF28AF0B965F2E00EDBA70 /* mod_noise.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_noise.nsh; sourceTree = "<group>"; };
+               A6AF28B00B965F2E00EDBA70 /* noise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = noise.cpp; sourceTree = "<group>"; };
+               A6AF28B10B965F2E00EDBA70 /* noise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = noise.h; sourceTree = "<group>"; };
+               A6AF28B20B965F2E00EDBA70 /* random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = random.cpp; sourceTree = "<group>"; };
+               A6AF28B30B965F2E00EDBA70 /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
+               A6AF28B40B965F2E00EDBA70 /* unmod_noise.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_noise.nsh; sourceTree = "<group>"; };
+               A6AF28B70B965F2E00EDBA70 /* libmod_openexr_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_openexr_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF28B80B965F2E00EDBA70 /* libmod_openexr_la-mptr_openexr.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_openexr_la-mptr_openexr.Plo"; sourceTree = "<group>"; };
+               A6AF28B90B965F2E00EDBA70 /* libmod_openexr_la-trgt_openexr.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_openexr_la-trgt_openexr.Plo"; sourceTree = "<group>"; };
+               A6AF28BA0B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF28BB0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF28BC0B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF28BD0B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF28BE0B965F2E00EDBA70 /* mod_openexr.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_openexr.nsh; sourceTree = "<group>"; };
+               A6AF28BF0B965F2E00EDBA70 /* mptr_openexr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_openexr.cpp; sourceTree = "<group>"; };
+               A6AF28C00B965F2E00EDBA70 /* mptr_openexr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_openexr.h; sourceTree = "<group>"; };
+               A6AF28C10B965F2E00EDBA70 /* trgt_openexr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_openexr.cpp; sourceTree = "<group>"; };
+               A6AF28C20B965F2E00EDBA70 /* trgt_openexr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_openexr.h; sourceTree = "<group>"; };
+               A6AF28C30B965F2E00EDBA70 /* unmod_openexr.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_openexr.nsh; sourceTree = "<group>"; };
+               A6AF28C60B965F2E00EDBA70 /* libmod_particle_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF28C70B965F2E00EDBA70 /* libmod_particle_la-plant.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-plant.Plo"; sourceTree = "<group>"; };
+               A6AF28C80B965F2E00EDBA70 /* libmod_particle_la-random.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-random.Plo"; sourceTree = "<group>"; };
+               A6AF28CA0B965F2E00EDBA70 /* libmod_particle.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_particle.0.0.0.so; sourceTree = "<group>"; };
+               A6AF28CB0B965F2E00EDBA70 /* libmod_particle.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_particle.0.so; sourceTree = "<group>"; };
+               A6AF28CC0B965F2E00EDBA70 /* libmod_particle.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_particle.la; sourceTree = "<group>"; };
+               A6AF28CD0B965F2E00EDBA70 /* libmod_particle.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_particle.lai; sourceTree = "<group>"; };
+               A6AF28CE0B965F2E00EDBA70 /* libmod_particle.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_particle.so; sourceTree = "<group>"; };
+               A6AF28CF0B965F2E00EDBA70 /* libmod_particle_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_particle_la-main.o"; sourceTree = "<group>"; };
+               A6AF28D00B965F2E00EDBA70 /* libmod_particle_la-plant.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_particle_la-plant.o"; sourceTree = "<group>"; };
+               A6AF28D10B965F2E00EDBA70 /* libmod_particle_la-random.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_particle_la-random.o"; sourceTree = "<group>"; };
+               A6AF28D20B965F2E00EDBA70 /* libmod_particle.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_particle.la; sourceTree = "<group>"; };
+               A6AF28D30B965F2E00EDBA70 /* libmod_particle_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-main.lo"; sourceTree = "<group>"; };
+               A6AF28D40B965F2E00EDBA70 /* libmod_particle_la-plant.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-plant.lo"; sourceTree = "<group>"; };
+               A6AF28D50B965F2E00EDBA70 /* libmod_particle_la-random.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_particle_la-random.lo"; sourceTree = "<group>"; };
+               A6AF28D60B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF28D70B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF28D80B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF28D90B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF28DA0B965F2E00EDBA70 /* mod_particle.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_particle.nsh; sourceTree = "<group>"; };
+               A6AF28DB0B965F2E00EDBA70 /* plant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plant.cpp; sourceTree = "<group>"; };
+               A6AF28DC0B965F2E00EDBA70 /* plant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plant.h; sourceTree = "<group>"; };
+               A6AF28DD0B965F2E00EDBA70 /* random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = random.cpp; sourceTree = "<group>"; };
+               A6AF28DE0B965F2E00EDBA70 /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
+               A6AF28DF0B965F2E00EDBA70 /* unmod_particle.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_particle.nsh; sourceTree = "<group>"; };
+               A6AF28E20B965F2E00EDBA70 /* libmod_png_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF28E30B965F2E00EDBA70 /* libmod_png_la-mptr_png.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-mptr_png.Plo"; sourceTree = "<group>"; };
+               A6AF28E40B965F2E00EDBA70 /* libmod_png_la-trgt_png.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-trgt_png.Plo"; sourceTree = "<group>"; };
+               A6AF28E60B965F2E00EDBA70 /* libmod_png.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_png.0.0.0.so; sourceTree = "<group>"; };
+               A6AF28E70B965F2E00EDBA70 /* libmod_png.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_png.0.so; sourceTree = "<group>"; };
+               A6AF28E80B965F2E00EDBA70 /* libmod_png.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_png.la; sourceTree = "<group>"; };
+               A6AF28E90B965F2E00EDBA70 /* libmod_png.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_png.lai; sourceTree = "<group>"; };
+               A6AF28EA0B965F2E00EDBA70 /* libmod_png.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_png.so; sourceTree = "<group>"; };
+               A6AF28EB0B965F2E00EDBA70 /* libmod_png_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_png_la-main.o"; sourceTree = "<group>"; };
+               A6AF28EC0B965F2E00EDBA70 /* libmod_png_la-mptr_png.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_png_la-mptr_png.o"; sourceTree = "<group>"; };
+               A6AF28ED0B965F2E00EDBA70 /* libmod_png_la-trgt_png.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_png_la-trgt_png.o"; sourceTree = "<group>"; };
+               A6AF28EE0B965F2E00EDBA70 /* libmod_png.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_png.la; sourceTree = "<group>"; };
+               A6AF28EF0B965F2E00EDBA70 /* libmod_png_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-main.lo"; sourceTree = "<group>"; };
+               A6AF28F00B965F2E00EDBA70 /* libmod_png_la-mptr_png.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-mptr_png.lo"; sourceTree = "<group>"; };
+               A6AF28F10B965F2E00EDBA70 /* libmod_png_la-trgt_png.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_png_la-trgt_png.lo"; sourceTree = "<group>"; };
+               A6AF28F20B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF28F30B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF28F40B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF28F50B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF28F60B965F2E00EDBA70 /* mod_png.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_png.nsh; sourceTree = "<group>"; };
+               A6AF28F70B965F2E00EDBA70 /* mptr_png.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_png.cpp; sourceTree = "<group>"; };
+               A6AF28F80B965F2E00EDBA70 /* mptr_png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_png.h; sourceTree = "<group>"; };
+               A6AF28F90B965F2E00EDBA70 /* trgt_png.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_png.cpp; sourceTree = "<group>"; };
+               A6AF28FA0B965F2E00EDBA70 /* trgt_png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_png.h; sourceTree = "<group>"; };
+               A6AF28FB0B965F2E00EDBA70 /* unmod_png.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_png.nsh; sourceTree = "<group>"; };
+               A6AF28FE0B965F2E00EDBA70 /* libmod_ppm_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF28FF0B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-mptr_ppm.Plo"; sourceTree = "<group>"; };
+               A6AF29000B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-trgt_ppm.Plo"; sourceTree = "<group>"; };
+               A6AF29020B965F2E00EDBA70 /* libmod_ppm.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ppm.0.0.0.so; sourceTree = "<group>"; };
+               A6AF29030B965F2E00EDBA70 /* libmod_ppm.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ppm.0.so; sourceTree = "<group>"; };
+               A6AF29040B965F2E00EDBA70 /* libmod_ppm.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ppm.la; sourceTree = "<group>"; };
+               A6AF29050B965F2E00EDBA70 /* libmod_ppm.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ppm.lai; sourceTree = "<group>"; };
+               A6AF29060B965F2E00EDBA70 /* libmod_ppm.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_ppm.so; sourceTree = "<group>"; };
+               A6AF29070B965F2E00EDBA70 /* libmod_ppm_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ppm_la-main.o"; sourceTree = "<group>"; };
+               A6AF29080B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ppm_la-mptr_ppm.o"; sourceTree = "<group>"; };
+               A6AF29090B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_ppm_la-trgt_ppm.o"; sourceTree = "<group>"; };
+               A6AF290A0B965F2E00EDBA70 /* libmod_ppm.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_ppm.la; sourceTree = "<group>"; };
+               A6AF290B0B965F2E00EDBA70 /* libmod_ppm_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-main.lo"; sourceTree = "<group>"; };
+               A6AF290C0B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-mptr_ppm.lo"; sourceTree = "<group>"; };
+               A6AF290D0B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_ppm_la-trgt_ppm.lo"; sourceTree = "<group>"; };
+               A6AF290E0B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF290F0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF29100B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF29110B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF29120B965F2E00EDBA70 /* mod_ppm.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_ppm.nsh; sourceTree = "<group>"; };
+               A6AF29130B965F2E00EDBA70 /* mptr_ppm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_ppm.cpp; sourceTree = "<group>"; };
+               A6AF29140B965F2E00EDBA70 /* mptr_ppm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_ppm.h; sourceTree = "<group>"; };
+               A6AF29150B965F2E00EDBA70 /* trgt_mpg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_mpg.cpp; sourceTree = "<group>"; };
+               A6AF29160B965F2E00EDBA70 /* trgt_mpg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_mpg.h; sourceTree = "<group>"; };
+               A6AF29170B965F2E00EDBA70 /* trgt_ppm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_ppm.cpp; sourceTree = "<group>"; };
+               A6AF29180B965F2E00EDBA70 /* trgt_ppm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_ppm.h; sourceTree = "<group>"; };
+               A6AF29190B965F2E00EDBA70 /* unmod_ppm.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_ppm.nsh; sourceTree = "<group>"; };
+               A6AF291C0B965F2E00EDBA70 /* libmod_yuv420p_la-main.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_yuv420p_la-main.Plo"; sourceTree = "<group>"; };
+               A6AF291D0B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.Plo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_yuv420p_la-trgt_yuv.Plo"; sourceTree = "<group>"; };
+               A6AF291F0B965F2E00EDBA70 /* libmod_yuv420p.0.0.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_yuv420p.0.0.0.so; sourceTree = "<group>"; };
+               A6AF29200B965F2E00EDBA70 /* libmod_yuv420p.0.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_yuv420p.0.so; sourceTree = "<group>"; };
+               A6AF29210B965F2E00EDBA70 /* libmod_yuv420p.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_yuv420p.la; sourceTree = "<group>"; };
+               A6AF29220B965F2E00EDBA70 /* libmod_yuv420p.lai */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_yuv420p.lai; sourceTree = "<group>"; };
+               A6AF29230B965F2E00EDBA70 /* libmod_yuv420p.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = libmod_yuv420p.so; sourceTree = "<group>"; };
+               A6AF29240B965F2E00EDBA70 /* libmod_yuv420p_la-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_yuv420p_la-main.o"; sourceTree = "<group>"; };
+               A6AF29250B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "libmod_yuv420p_la-trgt_yuv.o"; sourceTree = "<group>"; };
+               A6AF29260B965F2E00EDBA70 /* libmod_yuv420p.la */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libmod_yuv420p.la; sourceTree = "<group>"; };
+               A6AF29270B965F2E00EDBA70 /* libmod_yuv420p_la-main.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_yuv420p_la-main.lo"; sourceTree = "<group>"; };
+               A6AF29280B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.lo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "libmod_yuv420p_la-trgt_yuv.lo"; sourceTree = "<group>"; };
+               A6AF29290B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF292A0B965F2E00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF292B0B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF292C0B965F2E00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF292D0B965F2E00EDBA70 /* mod_yuv420p.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mod_yuv420p.nsh; sourceTree = "<group>"; };
+               A6AF292E0B965F2E00EDBA70 /* trgt_yuv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trgt_yuv.cpp; sourceTree = "<group>"; };
+               A6AF292F0B965F2E00EDBA70 /* trgt_yuv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trgt_yuv.h; sourceTree = "<group>"; };
+               A6AF29300B965F2E00EDBA70 /* unmod_yuv420p.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unmod_yuv420p.nsh; sourceTree = "<group>"; };
+               A6AF29320B965F2E00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF29330B965F2E00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF29340B965F2E00EDBA70 /* mptr_mplayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mptr_mplayer.cpp; sourceTree = "<group>"; };
+               A6AF29350B965F2E00EDBA70 /* mptr_mplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mptr_mplayer.h; sourceTree = "<group>"; };
+               A6AF29360B965F2E00EDBA70 /* synfig_modules.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = synfig_modules.cfg; sourceTree = "<group>"; };
+               A6AF29370B965F2E00EDBA70 /* synfig_modules.cfg.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = synfig_modules.cfg.in; sourceTree = "<group>"; };
+               A6AF29380B965F2E00EDBA70 /* template.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = template.nsh; sourceTree = "<group>"; };
+               A6AF29390B965F2E00EDBA70 /* untemplate.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = untemplate.nsh; sourceTree = "<group>"; };
+               A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = activepoint.cpp; sourceTree = "<group>"; };
+               A6AF29CB0B965F2E00EDBA70 /* activepoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = activepoint.h; sourceTree = "<group>"; };
+               A6AF29CC0B965F2E00EDBA70 /* angle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = angle.h; sourceTree = "<group>"; };
+               A6AF29CD0B965F2E00EDBA70 /* blinepoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blinepoint.cpp; sourceTree = "<group>"; };
+               A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blinepoint.h; sourceTree = "<group>"; };
+               A6AF29CF0B965F2E00EDBA70 /* blur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = blur.cpp; sourceTree = "<group>"; };
+               A6AF29D00B965F2E00EDBA70 /* blur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blur.h; sourceTree = "<group>"; };
+               A6AF29D10B965F2E00EDBA70 /* canvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = canvas.cpp; sourceTree = "<group>"; };
+               A6AF29D20B965F2E00EDBA70 /* canvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = canvas.h; sourceTree = "<group>"; };
+               A6AF29D30B965F2E00EDBA70 /* canvasbase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = canvasbase.h; sourceTree = "<group>"; };
+               A6AF29D40B965F2E00EDBA70 /* color.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = color.cpp; sourceTree = "<group>"; };
+               A6AF29D50B965F2E00EDBA70 /* color.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = color.h; sourceTree = "<group>"; };
+               A6AF29D60B965F2E00EDBA70 /* context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = context.cpp; sourceTree = "<group>"; };
+               A6AF29D70B965F2E00EDBA70 /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = "<group>"; };
+               A6AF29D80B965F2E00EDBA70 /* curve_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = curve_helper.cpp; sourceTree = "<group>"; };
+               A6AF29D90B965F2E00EDBA70 /* curve_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curve_helper.h; sourceTree = "<group>"; };
+               A6AF29DA0B965F2E00EDBA70 /* curveset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = curveset.cpp; sourceTree = "<group>"; };
+               A6AF29DB0B965F2E00EDBA70 /* curveset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curveset.h; sourceTree = "<group>"; };
+               A6AF29DC0B965F2E00EDBA70 /* distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = distance.cpp; sourceTree = "<group>"; };
+               A6AF29DD0B965F2E00EDBA70 /* distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distance.h; sourceTree = "<group>"; };
+               A6AF29DE0B965F2E00EDBA70 /* exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = exception.cpp; sourceTree = "<group>"; };
+               A6AF29DF0B965F2E00EDBA70 /* exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exception.h; sourceTree = "<group>"; };
+               A6AF29E00B965F2E00EDBA70 /* gamma.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gamma.cpp; sourceTree = "<group>"; };
+               A6AF29E10B965F2E00EDBA70 /* gamma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gamma.h; sourceTree = "<group>"; };
+               A6AF29E20B965F2E00EDBA70 /* general.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = general.h; sourceTree = "<group>"; };
+               A6AF29E30B965F2E00EDBA70 /* gradient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gradient.cpp; sourceTree = "<group>"; };
+               A6AF29E40B965F2E00EDBA70 /* gradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gradient.h; sourceTree = "<group>"; };
+               A6AF29E50B965F2E00EDBA70 /* guid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = guid.cpp; sourceTree = "<group>"; };
+               A6AF29E60B965F2E00EDBA70 /* guid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = guid.h; sourceTree = "<group>"; };
+               A6AF29E70B965F2E00EDBA70 /* guidset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = guidset.h; sourceTree = "<group>"; };
+               A6AF29E80B965F2E00EDBA70 /* importer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = importer.cpp; sourceTree = "<group>"; };
+               A6AF29E90B965F2E00EDBA70 /* importer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = importer.h; sourceTree = "<group>"; };
+               A6AF29EA0B965F2E00EDBA70 /* interpolation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interpolation.h; sourceTree = "<group>"; };
+               A6AF29EB0B965F2E00EDBA70 /* keyframe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = keyframe.cpp; sourceTree = "<group>"; };
+               A6AF29EC0B965F2E00EDBA70 /* keyframe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyframe.h; sourceTree = "<group>"; };
+               A6AF29ED0B965F2E00EDBA70 /* layer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer.cpp; sourceTree = "<group>"; };
+               A6AF29EE0B965F2E00EDBA70 /* layer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer.h; sourceTree = "<group>"; };
+               A6AF29EF0B965F2E00EDBA70 /* layer_bitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_bitmap.cpp; sourceTree = "<group>"; };
+               A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_bitmap.h; sourceTree = "<group>"; };
+               A6AF29F10B965F2E00EDBA70 /* layer_composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_composite.cpp; sourceTree = "<group>"; };
+               A6AF29F20B965F2E00EDBA70 /* layer_composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_composite.h; sourceTree = "<group>"; };
+               A6AF29F30B965F2E00EDBA70 /* layer_mime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_mime.cpp; sourceTree = "<group>"; };
+               A6AF29F40B965F2E00EDBA70 /* layer_mime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_mime.h; sourceTree = "<group>"; };
+               A6AF29F50B965F2E00EDBA70 /* layer_motionblur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_motionblur.cpp; sourceTree = "<group>"; };
+               A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_motionblur.h; sourceTree = "<group>"; };
+               A6AF29F70B965F2E00EDBA70 /* layer_pastecanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_pastecanvas.cpp; sourceTree = "<group>"; };
+               A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_pastecanvas.h; sourceTree = "<group>"; };
+               A6AF29F90B965F2E00EDBA70 /* layer_polygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_polygon.cpp; sourceTree = "<group>"; };
+               A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_polygon.h; sourceTree = "<group>"; };
+               A6AF29FB0B965F2E00EDBA70 /* layer_shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_shape.cpp; sourceTree = "<group>"; };
+               A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_shape.h; sourceTree = "<group>"; };
+               A6AF29FD0B965F2E00EDBA70 /* layer_solidcolor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layer_solidcolor.cpp; sourceTree = "<group>"; };
+               A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layer_solidcolor.h; sourceTree = "<group>"; };
+               A6AF2A440B965F2F00EDBA70 /* listimporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = listimporter.cpp; sourceTree = "<group>"; };
+               A6AF2A450B965F2F00EDBA70 /* listimporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = listimporter.h; sourceTree = "<group>"; };
+               A6AF2A460B965F2F00EDBA70 /* loadcanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loadcanvas.cpp; sourceTree = "<group>"; };
+               A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loadcanvas.h; sourceTree = "<group>"; };
+               A6AF2A480B965F2F00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF2A490B965F2F00EDBA70 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
+               A6AF2A4D0B965F2F00EDBA70 /* module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = module.cpp; sourceTree = "<group>"; };
+               A6AF2A4E0B965F2F00EDBA70 /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = "<group>"; };
+               A6AF2A4F0B965F2F00EDBA70 /* mutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mutex.cpp; sourceTree = "<group>"; };
+               A6AF2A500B965F2F00EDBA70 /* mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mutex.h; sourceTree = "<group>"; };
+               A6AF2A510B965F2F00EDBA70 /* node.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node.cpp; sourceTree = "<group>"; };
+               A6AF2A520B965F2F00EDBA70 /* node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node.h; sourceTree = "<group>"; };
+               A6AF2A530B965F2F00EDBA70 /* palette.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = palette.cpp; sourceTree = "<group>"; };
+               A6AF2A540B965F2F00EDBA70 /* palette.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = palette.h; sourceTree = "<group>"; };
+               A6AF2A550B965F2F00EDBA70 /* paramdesc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paramdesc.cpp; sourceTree = "<group>"; };
+               A6AF2A560B965F2F00EDBA70 /* paramdesc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = paramdesc.h; sourceTree = "<group>"; };
+               A6AF2A570B965F2F00EDBA70 /* pch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch.h; sourceTree = "<group>"; };
+               A6AF2A580B965F2F00EDBA70 /* polynomial_root.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = polynomial_root.cpp; sourceTree = "<group>"; };
+               A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = polynomial_root.h; sourceTree = "<group>"; };
+               A6AF2A5D0B965F2F00EDBA70 /* nodebase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nodebase.h; sourceTree = "<group>"; };
+               A6AF2A5E0B965F2F00EDBA70 /* nodebase.px */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = nodebase.px; sourceTree = "<group>"; };
+               A6AF2A5F0B965F2F00EDBA70 /* proto.m4 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = proto.m4; sourceTree = "<group>"; };
+               A6AF2A600B965F2F00EDBA70 /* protocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = protocol.h; sourceTree = "<group>"; };
+               A6AF2A610B965F2F00EDBA70 /* real.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = real.h; sourceTree = "<group>"; };
+               A6AF2A620B965F2F00EDBA70 /* rect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rect.cpp; sourceTree = "<group>"; };
+               A6AF2A630B965F2F00EDBA70 /* rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rect.h; sourceTree = "<group>"; };
+               A6AF2A640B965F2F00EDBA70 /* renddesc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = renddesc.cpp; sourceTree = "<group>"; };
+               A6AF2A650B965F2F00EDBA70 /* renddesc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = renddesc.h; sourceTree = "<group>"; };
+               A6AF2A660B965F2F00EDBA70 /* render.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = render.cpp; sourceTree = "<group>"; };
+               A6AF2A670B965F2F00EDBA70 /* render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = render.h; sourceTree = "<group>"; };
+               A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = savecanvas.cpp; sourceTree = "<group>"; };
+               A6AF2A690B965F2F00EDBA70 /* savecanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = savecanvas.h; sourceTree = "<group>"; };
+               A6AF2A6A0B965F2F00EDBA70 /* segment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = segment.h; sourceTree = "<group>"; };
+               A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smartfile.h; sourceTree = "<group>"; };
+               A6AF2A6C0B965F2F00EDBA70 /* string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = "<group>"; };
+               A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_decl.h; sourceTree = "<group>"; };
+               A6AF2A6E0B965F2F00EDBA70 /* surface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surface.cpp; sourceTree = "<group>"; };
+               A6AF2A6F0B965F2F00EDBA70 /* surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surface.h; sourceTree = "<group>"; };
+               A6AF2A700B965F2F00EDBA70 /* surfacenew.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surfacenew.cpp; sourceTree = "<group>"; };
+               A6AF2A710B965F2F00EDBA70 /* surfacenew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surfacenew.h; sourceTree = "<group>"; };
+               A6AF2A720B965F2F00EDBA70 /* synfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = synfig.h; sourceTree = "<group>"; };
+               A6AF2A730B965F2F00EDBA70 /* synfig.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = synfig.nsh; sourceTree = "<group>"; };
+               A6AF2A740B965F2F00EDBA70 /* target.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target.cpp; sourceTree = "<group>"; };
+               A6AF2A750B965F2F00EDBA70 /* target.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target.h; sourceTree = "<group>"; };
+               A6AF2A760B965F2F00EDBA70 /* target_multi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target_multi.cpp; sourceTree = "<group>"; };
+               A6AF2A770B965F2F00EDBA70 /* target_multi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target_multi.h; sourceTree = "<group>"; };
+               A6AF2A780B965F2F00EDBA70 /* target_null.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target_null.cpp; sourceTree = "<group>"; };
+               A6AF2A790B965F2F00EDBA70 /* target_null.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target_null.h; sourceTree = "<group>"; };
+               A6AF2A7A0B965F2F00EDBA70 /* target_null_tile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target_null_tile.cpp; sourceTree = "<group>"; };
+               A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target_null_tile.h; sourceTree = "<group>"; };
+               A6AF2A7C0B965F2F00EDBA70 /* target_scanline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target_scanline.cpp; sourceTree = "<group>"; };
+               A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target_scanline.h; sourceTree = "<group>"; };
+               A6AF2A7E0B965F2F00EDBA70 /* target_tile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = target_tile.cpp; sourceTree = "<group>"; };
+               A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = target_tile.h; sourceTree = "<group>"; };
+               A6AF2A800B965F2F00EDBA70 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = "<group>"; };
+               A6AF2A810B965F2F00EDBA70 /* time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = "<group>"; };
+               A6AF2A820B965F2F00EDBA70 /* timepointcollect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timepointcollect.cpp; sourceTree = "<group>"; };
+               A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timepointcollect.h; sourceTree = "<group>"; };
+               A6AF2A840B965F2F00EDBA70 /* transform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = transform.cpp; sourceTree = "<group>"; };
+               A6AF2A850B965F2F00EDBA70 /* transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = "<group>"; };
+               A6AF2A860B965F2F00EDBA70 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
+               A6AF2A870B965F2F00EDBA70 /* uniqueid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uniqueid.cpp; sourceTree = "<group>"; };
+               A6AF2A880B965F2F00EDBA70 /* uniqueid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniqueid.h; sourceTree = "<group>"; };
+               A6AF2A890B965F2F00EDBA70 /* value.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = value.cpp; sourceTree = "<group>"; };
+               A6AF2A8A0B965F2F00EDBA70 /* value.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value.h; sourceTree = "<group>"; };
+               A6AF2A8B0B965F2F00EDBA70 /* valuenode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode.cpp; sourceTree = "<group>"; };
+               A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode.h; sourceTree = "<group>"; };
+               A6AF2A8D0B965F2F00EDBA70 /* valuenode_animated.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_animated.cpp; sourceTree = "<group>"; };
+               A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_animated.h; sourceTree = "<group>"; };
+               A6AF2A8F0B965F2F00EDBA70 /* valuenode_bline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_bline.cpp; sourceTree = "<group>"; };
+               A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_bline.h; sourceTree = "<group>"; };
+               A6AF2A910B965F2F00EDBA70 /* valuenode_composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_composite.cpp; sourceTree = "<group>"; };
+               A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_composite.h; sourceTree = "<group>"; };
+               A6AF2A930B965F2F00EDBA70 /* valuenode_const.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_const.cpp; sourceTree = "<group>"; };
+               A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_const.h; sourceTree = "<group>"; };
+               A6AF2A950B965F2F00EDBA70 /* valuenode_dynamiclist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_dynamiclist.cpp; sourceTree = "<group>"; };
+               A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_dynamiclist.h; sourceTree = "<group>"; };
+               A6AF2A970B965F2F00EDBA70 /* valuenode_gradientrotate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_gradientrotate.cpp; sourceTree = "<group>"; };
+               A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_gradientrotate.h; sourceTree = "<group>"; };
+               A6AF2A990B965F2F00EDBA70 /* valuenode_linear.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_linear.cpp; sourceTree = "<group>"; };
+               A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_linear.h; sourceTree = "<group>"; };
+               A6AF2A9B0B965F2F00EDBA70 /* valuenode_radialcomposite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_radialcomposite.cpp; sourceTree = "<group>"; };
+               A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_radialcomposite.h; sourceTree = "<group>"; };
+               A6AF2A9D0B965F2F00EDBA70 /* valuenode_reference.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_reference.cpp; sourceTree = "<group>"; };
+               A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_reference.h; sourceTree = "<group>"; };
+               A6AF2A9F0B965F2F00EDBA70 /* valuenode_scale.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_scale.cpp; sourceTree = "<group>"; };
+               A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_scale.h; sourceTree = "<group>"; };
+               A6AF2AA10B965F2F00EDBA70 /* valuenode_segcalctangent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_segcalctangent.cpp; sourceTree = "<group>"; };
+               A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_segcalctangent.h; sourceTree = "<group>"; };
+               A6AF2AA30B965F2F00EDBA70 /* valuenode_segcalcvertex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_segcalcvertex.cpp; sourceTree = "<group>"; };
+               A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_segcalcvertex.h; sourceTree = "<group>"; };
+               A6AF2AA50B965F2F00EDBA70 /* valuenode_sine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_sine.cpp; sourceTree = "<group>"; };
+               A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_sine.h; sourceTree = "<group>"; };
+               A6AF2AA70B965F2F00EDBA70 /* valuenode_stripes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_stripes.cpp; sourceTree = "<group>"; };
+               A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_stripes.h; sourceTree = "<group>"; };
+               A6AF2AA90B965F2F00EDBA70 /* valuenode_subtract.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_subtract.cpp; sourceTree = "<group>"; };
+               A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_subtract.h; sourceTree = "<group>"; };
+               A6AF2AAB0B965F2F00EDBA70 /* valuenode_timedswap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_timedswap.cpp; sourceTree = "<group>"; };
+               A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_timedswap.h; sourceTree = "<group>"; };
+               A6AF2AAD0B965F2F00EDBA70 /* valuenode_twotone.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = valuenode_twotone.cpp; sourceTree = "<group>"; };
+               A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valuenode_twotone.h; sourceTree = "<group>"; };
+               A6AF2AAF0B965F2F00EDBA70 /* vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector.h; sourceTree = "<group>"; };
+               A6AF2AB00B965F2F00EDBA70 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
+               A6AF2AB10B965F2F00EDBA70 /* waypoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waypoint.cpp; sourceTree = "<group>"; };
+               A6AF2AB20B965F2F00EDBA70 /* waypoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = waypoint.h; sourceTree = "<group>"; };
+               A6AF2AB30B965F2F00EDBA70 /* template.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = template.cpp; sourceTree = "<group>"; };
+               A6AF2AB40B965F2F00EDBA70 /* template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = template.h; sourceTree = "<group>"; };
+               A6AF2AB70B965F2F00EDBA70 /* synfig-main.Po */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "synfig-main.Po"; sourceTree = "<group>"; };
+               A6AF2AB90B965F2F00EDBA70 /* synfig */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = synfig; sourceTree = "<group>"; };
+               A6AF2ABA0B965F2F00EDBA70 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               A6AF2ABB0B965F2F00EDBA70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+               A6AF2ABC0B965F2F00EDBA70 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               A6AF2ABD0B965F2F00EDBA70 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               A6AF2ABE0B965F2F00EDBA70 /* synfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = synfig; sourceTree = "<group>"; };
+               A6AF2ABF0B965F2F00EDBA70 /* synfig-main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = "synfig-main.o"; sourceTree = "<group>"; };
+               A6AF2AC00B965F2F00EDBA70 /* tool.nsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tool.nsh; sourceTree = "<group>"; };
+               A6AF2F4E0B965FEF00EDBA70 /* libxml++.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "libxml++.framework"; path = "../../../Library/Frameworks/libxml++.framework"; sourceTree = SOURCE_ROOT; };
+               A6AF2F4F0B965FEF00EDBA70 /* sigc++.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sigc++.framework"; path = "../../../Library/Frameworks/sigc++.framework"; sourceTree = SOURCE_ROOT; };
+               A6AF30B90B966C1800EDBA70 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = "synfig-core.xcodeproj/config.h"; sourceTree = SOURCE_ROOT; };
+               A6AF30E30B966F6D00EDBA70 /* synfig */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = synfig; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               A6AF20D90B965ED900EDBA70 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A6AF2F500B965FEF00EDBA70 /* libxml++.framework in Frameworks */,
+                               A6AF2F510B965FEF00EDBA70 /* sigc++.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               A6AF30E10B966F6D00EDBA70 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A6AF30E60B966F9A00EDBA70 /* synfig.framework in Frameworks */,
+                               A6AF32370B96714900EDBA70 /* sigc++.framework in Frameworks */,
+                               A6AF323A0B96714D00EDBA70 /* libxml++.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               A6AF11960B965E2E00EDBA70 = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF25F50B965F2D00EDBA70 /* Sources */,
+                               A6AF2F4D0B965FC900EDBA70 /* Frameworks and Libraries */,
+                               A6AF20DC0B965ED900EDBA70 /* Products */,
+                               A6AF20DD0B965ED900EDBA70 /* synfig-Info.plist */,
+                       );
+                       sourceTree = "<group>";
+               };
+               A6AF20DC0B965ED900EDBA70 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF20DB0B965ED900EDBA70 /* synfig.framework */,
+                               A6AF30E30B966F6D00EDBA70 /* synfig */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               A6AF25F50B965F2D00EDBA70 /* Sources */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF30B90B966C1800EDBA70 /* config.h */,
+                               A6AF25F90B965F2D00EDBA70 /* modules */,
+                               A6AF293A0B965F2E00EDBA70 /* synfig */,
+                               A6AF2AB30B965F2F00EDBA70 /* template.cpp */,
+                               A6AF2AB40B965F2F00EDBA70 /* template.h */,
+                               A6AF2AB50B965F2F00EDBA70 /* tool */,
+                       );
+                       name = Sources;
+                       path = src;
+                       sourceTree = "<group>";
+               };
+               A6AF25F90B965F2D00EDBA70 /* modules */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF25FA0B965F2D00EDBA70 /* example */,
+                               A6AF260A0B965F2D00EDBA70 /* lyr_freetype */,
+                               A6AF26210B965F2D00EDBA70 /* lyr_std */,
+                               A6AF268E0B965F2D00EDBA70 /* Makefile */,
+                               A6AF268F0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26900B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26910B965F2D00EDBA70 /* mod_bmp */,
+                               A6AF26AD0B965F2D00EDBA70 /* mod_dv */,
+                               A6AF26C40B965F2D00EDBA70 /* mod_ffmpeg */,
+                               A6AF26E00B965F2D00EDBA70 /* mod_filter */,
+                               A6AF27150B965F2D00EDBA70 /* mod_geometry */,
+                               A6AF27450B965F2D00EDBA70 /* mod_gif */,
+                               A6AF275C0B965F2D00EDBA70 /* mod_gradient */,
+                               A6AF27870B965F2D00EDBA70 /* mod_imagemagick */,
+                               A6AF27960B965F2D00EDBA70 /* mod_jpeg */,
+                               A6AF27B20B965F2D00EDBA70 /* mod_libavcodec */,
+                               A6AF28940B965F2E00EDBA70 /* mod_noise */,
+                               A6AF28B50B965F2E00EDBA70 /* mod_openexr */,
+                               A6AF28C40B965F2E00EDBA70 /* mod_particle */,
+                               A6AF28E00B965F2E00EDBA70 /* mod_png */,
+                               A6AF28FC0B965F2E00EDBA70 /* mod_ppm */,
+                               A6AF291A0B965F2E00EDBA70 /* mod_yuv420p */,
+                               A6AF29310B965F2E00EDBA70 /* mptr_mplayer */,
+                               A6AF29360B965F2E00EDBA70 /* synfig_modules.cfg */,
+                               A6AF29370B965F2E00EDBA70 /* synfig_modules.cfg.in */,
+                               A6AF29380B965F2E00EDBA70 /* template.nsh */,
+                               A6AF29390B965F2E00EDBA70 /* untemplate.nsh */,
+                       );
+                       path = modules;
+                       sourceTree = "<group>";
+               };
+               A6AF25FA0B965F2D00EDBA70 /* example */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF25FB0B965F2D00EDBA70 /* .deps */,
+                               A6AF26000B965F2D00EDBA70 /* filledrect.cpp */,
+                               A6AF26010B965F2D00EDBA70 /* filledrect.h */,
+                               A6AF26020B965F2D00EDBA70 /* main.cpp */,
+                               A6AF26030B965F2D00EDBA70 /* Makefile */,
+                               A6AF26040B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26050B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26060B965F2D00EDBA70 /* metaballs.cpp */,
+                               A6AF26070B965F2D00EDBA70 /* metaballs.h */,
+                               A6AF26080B965F2D00EDBA70 /* simplecircle.cpp */,
+                               A6AF26090B965F2D00EDBA70 /* simplecircle.h */,
+                       );
+                       path = example;
+                       sourceTree = "<group>";
+               };
+               A6AF25FB0B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF25FC0B965F2D00EDBA70 /* libexample_la-filledrect.Plo */,
+                               A6AF25FD0B965F2D00EDBA70 /* libexample_la-main.Plo */,
+                               A6AF25FE0B965F2D00EDBA70 /* libexample_la-metaballs.Plo */,
+                               A6AF25FF0B965F2D00EDBA70 /* libexample_la-simplecircle.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF260A0B965F2D00EDBA70 /* lyr_freetype */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF260B0B965F2D00EDBA70 /* .deps */,
+                               A6AF260E0B965F2D00EDBA70 /* .libs */,
+                               A6AF26160B965F2D00EDBA70 /* liblyr_freetype.la */,
+                               A6AF26170B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.lo */,
+                               A6AF26180B965F2D00EDBA70 /* liblyr_freetype_la-main.lo */,
+                               A6AF26190B965F2D00EDBA70 /* lyr_freetype.cpp */,
+                               A6AF261A0B965F2D00EDBA70 /* lyr_freetype.h */,
+                               A6AF261B0B965F2D00EDBA70 /* lyr_freetype.nsh */,
+                               A6AF261C0B965F2D00EDBA70 /* main.cpp */,
+                               A6AF261D0B965F2D00EDBA70 /* Makefile */,
+                               A6AF261E0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF261F0B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26200B965F2D00EDBA70 /* unlyr_freetype.nsh */,
+                       );
+                       path = lyr_freetype;
+                       sourceTree = "<group>";
+               };
+               A6AF260B0B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF260C0B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.Plo */,
+                               A6AF260D0B965F2D00EDBA70 /* liblyr_freetype_la-main.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF260E0B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF260F0B965F2D00EDBA70 /* liblyr_freetype.0.0.0.so */,
+                               A6AF26100B965F2D00EDBA70 /* liblyr_freetype.0.so */,
+                               A6AF26110B965F2D00EDBA70 /* liblyr_freetype.la */,
+                               A6AF26120B965F2D00EDBA70 /* liblyr_freetype.lai */,
+                               A6AF26130B965F2D00EDBA70 /* liblyr_freetype.so */,
+                               A6AF26140B965F2D00EDBA70 /* liblyr_freetype_la-lyr_freetype.o */,
+                               A6AF26150B965F2D00EDBA70 /* liblyr_freetype_la-main.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF26210B965F2D00EDBA70 /* lyr_std */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26220B965F2D00EDBA70 /* .deps */,
+                               A6AF26360B965F2D00EDBA70 /* .libs */,
+                               A6AF264F0B965F2D00EDBA70 /* bevel.cpp */,
+                               A6AF26500B965F2D00EDBA70 /* bevel.h */,
+                               A6AF26510B965F2D00EDBA70 /* booleancurve.cpp */,
+                               A6AF26520B965F2D00EDBA70 /* booleancurve.h */,
+                               A6AF26530B965F2D00EDBA70 /* clamp.cpp */,
+                               A6AF26540B965F2D00EDBA70 /* clamp.h */,
+                               A6AF26550B965F2D00EDBA70 /* import.cpp */,
+                               A6AF26560B965F2D00EDBA70 /* import.h */,
+                               A6AF26570B965F2D00EDBA70 /* insideout.cpp */,
+                               A6AF26580B965F2D00EDBA70 /* insideout.h */,
+                               A6AF26590B965F2D00EDBA70 /* julia.cpp */,
+                               A6AF265A0B965F2D00EDBA70 /* julia.h */,
+                               A6AF265B0B965F2D00EDBA70 /* liblyr_std.la */,
+                               A6AF265C0B965F2D00EDBA70 /* liblyr_std_la-bevel.lo */,
+                               A6AF265D0B965F2D00EDBA70 /* liblyr_std_la-booleancurve.lo */,
+                               A6AF265E0B965F2D00EDBA70 /* liblyr_std_la-clamp.lo */,
+                               A6AF265F0B965F2D00EDBA70 /* liblyr_std_la-import.lo */,
+                               A6AF26600B965F2D00EDBA70 /* liblyr_std_la-insideout.lo */,
+                               A6AF26610B965F2D00EDBA70 /* liblyr_std_la-julia.lo */,
+                               A6AF26620B965F2D00EDBA70 /* liblyr_std_la-main.lo */,
+                               A6AF26630B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.lo */,
+                               A6AF26640B965F2D00EDBA70 /* liblyr_std_la-rotate.lo */,
+                               A6AF26650B965F2D00EDBA70 /* liblyr_std_la-shade.lo */,
+                               A6AF26660B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.lo */,
+                               A6AF26670B965F2D00EDBA70 /* liblyr_std_la-stretch.lo */,
+                               A6AF26680B965F2D00EDBA70 /* liblyr_std_la-supersample.lo */,
+                               A6AF26690B965F2D00EDBA70 /* liblyr_std_la-timeloop.lo */,
+                               A6AF266A0B965F2D00EDBA70 /* liblyr_std_la-translate.lo */,
+                               A6AF266B0B965F2D00EDBA70 /* liblyr_std_la-twirl.lo */,
+                               A6AF266C0B965F2D00EDBA70 /* liblyr_std_la-warp.lo */,
+                               A6AF266D0B965F2D00EDBA70 /* liblyr_std_la-xorpattern.lo */,
+                               A6AF266E0B965F2D00EDBA70 /* liblyr_std_la-zoom.lo */,
+                               A6AF266F0B965F2D00EDBA70 /* lyr_std.nsh */,
+                               A6AF26700B965F2D00EDBA70 /* main.cpp */,
+                               A6AF26710B965F2D00EDBA70 /* Makefile */,
+                               A6AF26720B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26730B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26740B965F2D00EDBA70 /* mandelbrot.cpp */,
+                               A6AF26750B965F2D00EDBA70 /* mandelbrot.h */,
+                               A6AF26760B965F2D00EDBA70 /* radialgradient.cpp */,
+                               A6AF26770B965F2D00EDBA70 /* rotate.cpp */,
+                               A6AF26780B965F2D00EDBA70 /* rotate.h */,
+                               A6AF26790B965F2D00EDBA70 /* shade.cpp */,
+                               A6AF267A0B965F2D00EDBA70 /* shade.h */,
+                               A6AF267B0B965F2D00EDBA70 /* sphere_distort.cpp */,
+                               A6AF267C0B965F2D00EDBA70 /* sphere_distort.h */,
+                               A6AF267D0B965F2D00EDBA70 /* stretch.cpp */,
+                               A6AF267E0B965F2D00EDBA70 /* stretch.h */,
+                               A6AF267F0B965F2D00EDBA70 /* supersample.cpp */,
+                               A6AF26800B965F2D00EDBA70 /* supersample.h */,
+                               A6AF26810B965F2D00EDBA70 /* timeloop.cpp */,
+                               A6AF26820B965F2D00EDBA70 /* timeloop.h */,
+                               A6AF26830B965F2D00EDBA70 /* translate.cpp */,
+                               A6AF26840B965F2D00EDBA70 /* translate.h */,
+                               A6AF26850B965F2D00EDBA70 /* twirl.cpp */,
+                               A6AF26860B965F2D00EDBA70 /* twirl.h */,
+                               A6AF26870B965F2D00EDBA70 /* unlyr_std.nsh */,
+                               A6AF26880B965F2D00EDBA70 /* warp.cpp */,
+                               A6AF26890B965F2D00EDBA70 /* warp.h */,
+                               A6AF268A0B965F2D00EDBA70 /* xorpattern.cpp */,
+                               A6AF268B0B965F2D00EDBA70 /* xorpattern.h */,
+                               A6AF268C0B965F2D00EDBA70 /* zoom.cpp */,
+                               A6AF268D0B965F2D00EDBA70 /* zoom.h */,
+                       );
+                       path = lyr_std;
+                       sourceTree = "<group>";
+               };
+               A6AF26220B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26230B965F2D00EDBA70 /* liblyr_std_la-bevel.Plo */,
+                               A6AF26240B965F2D00EDBA70 /* liblyr_std_la-booleancurve.Plo */,
+                               A6AF26250B965F2D00EDBA70 /* liblyr_std_la-clamp.Plo */,
+                               A6AF26260B965F2D00EDBA70 /* liblyr_std_la-import.Plo */,
+                               A6AF26270B965F2D00EDBA70 /* liblyr_std_la-insideout.Plo */,
+                               A6AF26280B965F2D00EDBA70 /* liblyr_std_la-julia.Plo */,
+                               A6AF26290B965F2D00EDBA70 /* liblyr_std_la-main.Plo */,
+                               A6AF262A0B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.Plo */,
+                               A6AF262B0B965F2D00EDBA70 /* liblyr_std_la-rotate.Plo */,
+                               A6AF262C0B965F2D00EDBA70 /* liblyr_std_la-shade.Plo */,
+                               A6AF262D0B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.Plo */,
+                               A6AF262E0B965F2D00EDBA70 /* liblyr_std_la-stretch.Plo */,
+                               A6AF262F0B965F2D00EDBA70 /* liblyr_std_la-supersample.Plo */,
+                               A6AF26300B965F2D00EDBA70 /* liblyr_std_la-timeloop.Plo */,
+                               A6AF26310B965F2D00EDBA70 /* liblyr_std_la-translate.Plo */,
+                               A6AF26320B965F2D00EDBA70 /* liblyr_std_la-twirl.Plo */,
+                               A6AF26330B965F2D00EDBA70 /* liblyr_std_la-warp.Plo */,
+                               A6AF26340B965F2D00EDBA70 /* liblyr_std_la-xorpattern.Plo */,
+                               A6AF26350B965F2D00EDBA70 /* liblyr_std_la-zoom.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF26360B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26370B965F2D00EDBA70 /* liblyr_std.0.0.0.so */,
+                               A6AF26380B965F2D00EDBA70 /* liblyr_std.0.so */,
+                               A6AF26390B965F2D00EDBA70 /* liblyr_std.la */,
+                               A6AF263A0B965F2D00EDBA70 /* liblyr_std.lai */,
+                               A6AF263B0B965F2D00EDBA70 /* liblyr_std.so */,
+                               A6AF263C0B965F2D00EDBA70 /* liblyr_std_la-bevel.o */,
+                               A6AF263D0B965F2D00EDBA70 /* liblyr_std_la-booleancurve.o */,
+                               A6AF263E0B965F2D00EDBA70 /* liblyr_std_la-clamp.o */,
+                               A6AF263F0B965F2D00EDBA70 /* liblyr_std_la-import.o */,
+                               A6AF26400B965F2D00EDBA70 /* liblyr_std_la-insideout.o */,
+                               A6AF26410B965F2D00EDBA70 /* liblyr_std_la-julia.o */,
+                               A6AF26420B965F2D00EDBA70 /* liblyr_std_la-main.o */,
+                               A6AF26430B965F2D00EDBA70 /* liblyr_std_la-mandelbrot.o */,
+                               A6AF26440B965F2D00EDBA70 /* liblyr_std_la-rotate.o */,
+                               A6AF26450B965F2D00EDBA70 /* liblyr_std_la-shade.o */,
+                               A6AF26460B965F2D00EDBA70 /* liblyr_std_la-sphere_distort.o */,
+                               A6AF26470B965F2D00EDBA70 /* liblyr_std_la-stretch.o */,
+                               A6AF26480B965F2D00EDBA70 /* liblyr_std_la-supersample.o */,
+                               A6AF26490B965F2D00EDBA70 /* liblyr_std_la-timeloop.o */,
+                               A6AF264A0B965F2D00EDBA70 /* liblyr_std_la-translate.o */,
+                               A6AF264B0B965F2D00EDBA70 /* liblyr_std_la-twirl.o */,
+                               A6AF264C0B965F2D00EDBA70 /* liblyr_std_la-warp.o */,
+                               A6AF264D0B965F2D00EDBA70 /* liblyr_std_la-xorpattern.o */,
+                               A6AF264E0B965F2D00EDBA70 /* liblyr_std_la-zoom.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF26910B965F2D00EDBA70 /* mod_bmp */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26920B965F2D00EDBA70 /* .deps */,
+                               A6AF26960B965F2D00EDBA70 /* .libs */,
+                               A6AF269F0B965F2D00EDBA70 /* libmod_bmp.la */,
+                               A6AF26A00B965F2D00EDBA70 /* libmod_bmp_la-main.lo */,
+                               A6AF26A10B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.lo */,
+                               A6AF26A20B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.lo */,
+                               A6AF26A30B965F2D00EDBA70 /* main.cpp */,
+                               A6AF26A40B965F2D00EDBA70 /* Makefile */,
+                               A6AF26A50B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26A60B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26A70B965F2D00EDBA70 /* mod_bmp.nsh */,
+                               A6AF26A80B965F2D00EDBA70 /* mptr_bmp.cpp */,
+                               A6AF26A90B965F2D00EDBA70 /* mptr_bmp.h */,
+                               A6AF26AA0B965F2D00EDBA70 /* trgt_bmp.cpp */,
+                               A6AF26AB0B965F2D00EDBA70 /* trgt_bmp.h */,
+                               A6AF26AC0B965F2D00EDBA70 /* unmod_bmp.nsh */,
+                       );
+                       path = mod_bmp;
+                       sourceTree = "<group>";
+               };
+               A6AF26920B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26930B965F2D00EDBA70 /* libmod_bmp_la-main.Plo */,
+                               A6AF26940B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.Plo */,
+                               A6AF26950B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF26960B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26970B965F2D00EDBA70 /* libmod_bmp.0.0.0.so */,
+                               A6AF26980B965F2D00EDBA70 /* libmod_bmp.0.so */,
+                               A6AF26990B965F2D00EDBA70 /* libmod_bmp.la */,
+                               A6AF269A0B965F2D00EDBA70 /* libmod_bmp.lai */,
+                               A6AF269B0B965F2D00EDBA70 /* libmod_bmp.so */,
+                               A6AF269C0B965F2D00EDBA70 /* libmod_bmp_la-main.o */,
+                               A6AF269D0B965F2D00EDBA70 /* libmod_bmp_la-mptr_bmp.o */,
+                               A6AF269E0B965F2D00EDBA70 /* libmod_bmp_la-trgt_bmp.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF26AD0B965F2D00EDBA70 /* mod_dv */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26AE0B965F2D00EDBA70 /* .deps */,
+                               A6AF26B10B965F2D00EDBA70 /* .libs */,
+                               A6AF26B90B965F2D00EDBA70 /* libmod_dv.la */,
+                               A6AF26BA0B965F2D00EDBA70 /* libmod_dv_la-main.lo */,
+                               A6AF26BB0B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.lo */,
+                               A6AF26BC0B965F2D00EDBA70 /* main.cpp */,
+                               A6AF26BD0B965F2D00EDBA70 /* Makefile */,
+                               A6AF26BE0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26BF0B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26C00B965F2D00EDBA70 /* mod_dv.nsh */,
+                               A6AF26C10B965F2D00EDBA70 /* trgt_dv.cpp */,
+                               A6AF26C20B965F2D00EDBA70 /* trgt_dv.h */,
+                               A6AF26C30B965F2D00EDBA70 /* unmod_dv.nsh */,
+                       );
+                       path = mod_dv;
+                       sourceTree = "<group>";
+               };
+               A6AF26AE0B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26AF0B965F2D00EDBA70 /* libmod_dv_la-main.Plo */,
+                               A6AF26B00B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF26B10B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26B20B965F2D00EDBA70 /* libmod_dv.0.0.0.so */,
+                               A6AF26B30B965F2D00EDBA70 /* libmod_dv.0.so */,
+                               A6AF26B40B965F2D00EDBA70 /* libmod_dv.la */,
+                               A6AF26B50B965F2D00EDBA70 /* libmod_dv.lai */,
+                               A6AF26B60B965F2D00EDBA70 /* libmod_dv.so */,
+                               A6AF26B70B965F2D00EDBA70 /* libmod_dv_la-main.o */,
+                               A6AF26B80B965F2D00EDBA70 /* libmod_dv_la-trgt_dv.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF26C40B965F2D00EDBA70 /* mod_ffmpeg */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26C50B965F2D00EDBA70 /* .deps */,
+                               A6AF26C90B965F2D00EDBA70 /* .libs */,
+                               A6AF26D20B965F2D00EDBA70 /* libmod_ffmpeg.la */,
+                               A6AF26D30B965F2D00EDBA70 /* libmod_ffmpeg_la-main.lo */,
+                               A6AF26D40B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.lo */,
+                               A6AF26D50B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.lo */,
+                               A6AF26D60B965F2D00EDBA70 /* main.cpp */,
+                               A6AF26D70B965F2D00EDBA70 /* Makefile */,
+                               A6AF26D80B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF26D90B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF26DA0B965F2D00EDBA70 /* mod_ffmpeg.nsh */,
+                               A6AF26DB0B965F2D00EDBA70 /* mptr_ffmpeg.cpp */,
+                               A6AF26DC0B965F2D00EDBA70 /* mptr_ffmpeg.h */,
+                               A6AF26DD0B965F2D00EDBA70 /* trgt_ffmpeg.cpp */,
+                               A6AF26DE0B965F2D00EDBA70 /* trgt_ffmpeg.h */,
+                               A6AF26DF0B965F2D00EDBA70 /* unmod_ffmpeg.nsh */,
+                       );
+                       path = mod_ffmpeg;
+                       sourceTree = "<group>";
+               };
+               A6AF26C50B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26C60B965F2D00EDBA70 /* libmod_ffmpeg_la-main.Plo */,
+                               A6AF26C70B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.Plo */,
+                               A6AF26C80B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF26C90B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26CA0B965F2D00EDBA70 /* libmod_ffmpeg.0.0.0.so */,
+                               A6AF26CB0B965F2D00EDBA70 /* libmod_ffmpeg.0.so */,
+                               A6AF26CC0B965F2D00EDBA70 /* libmod_ffmpeg.la */,
+                               A6AF26CD0B965F2D00EDBA70 /* libmod_ffmpeg.lai */,
+                               A6AF26CE0B965F2D00EDBA70 /* libmod_ffmpeg.so */,
+                               A6AF26CF0B965F2D00EDBA70 /* libmod_ffmpeg_la-main.o */,
+                               A6AF26D00B965F2D00EDBA70 /* libmod_ffmpeg_la-mptr_ffmpeg.o */,
+                               A6AF26D10B965F2D00EDBA70 /* libmod_ffmpeg_la-trgt_ffmpeg.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF26E00B965F2D00EDBA70 /* mod_filter */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26E10B965F2D00EDBA70 /* .deps */,
+                               A6AF26EA0B965F2D00EDBA70 /* .libs */,
+                               A6AF26F80B965F2D00EDBA70 /* blur.cpp */,
+                               A6AF26F90B965F2D00EDBA70 /* blur.h */,
+                               A6AF26FA0B965F2D00EDBA70 /* colorcorrect.cpp */,
+                               A6AF26FB0B965F2D00EDBA70 /* colorcorrect.h */,
+                               A6AF26FC0B965F2D00EDBA70 /* halftone.cpp */,
+                               A6AF26FD0B965F2D00EDBA70 /* halftone.h */,
+                               A6AF26FE0B965F2D00EDBA70 /* halftone2.cpp */,
+                               A6AF26FF0B965F2D00EDBA70 /* halftone2.h */,
+                               A6AF27000B965F2D00EDBA70 /* halftone3.cpp */,
+                               A6AF27010B965F2D00EDBA70 /* halftone3.h */,
+                               A6AF27020B965F2D00EDBA70 /* libmod_filter.la */,
+                               A6AF27030B965F2D00EDBA70 /* libmod_filter_la-blur.lo */,
+                               A6AF27040B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.lo */,
+                               A6AF27050B965F2D00EDBA70 /* libmod_filter_la-halftone.lo */,
+                               A6AF27060B965F2D00EDBA70 /* libmod_filter_la-halftone2.lo */,
+                               A6AF27070B965F2D00EDBA70 /* libmod_filter_la-halftone3.lo */,
+                               A6AF27080B965F2D00EDBA70 /* libmod_filter_la-lumakey.lo */,
+                               A6AF27090B965F2D00EDBA70 /* libmod_filter_la-main.lo */,
+                               A6AF270A0B965F2D00EDBA70 /* libmod_filter_la-radialblur.lo */,
+                               A6AF270B0B965F2D00EDBA70 /* lumakey.cpp */,
+                               A6AF270C0B965F2D00EDBA70 /* lumakey.h */,
+                               A6AF270D0B965F2D00EDBA70 /* main.cpp */,
+                               A6AF270E0B965F2D00EDBA70 /* Makefile */,
+                               A6AF270F0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF27100B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF27110B965F2D00EDBA70 /* mod_filter.nsh */,
+                               A6AF27120B965F2D00EDBA70 /* radialblur.cpp */,
+                               A6AF27130B965F2D00EDBA70 /* radialblur.h */,
+                               A6AF27140B965F2D00EDBA70 /* unmod_filter.nsh */,
+                       );
+                       path = mod_filter;
+                       sourceTree = "<group>";
+               };
+               A6AF26E10B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26E20B965F2D00EDBA70 /* libmod_filter_la-blur.Plo */,
+                               A6AF26E30B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.Plo */,
+                               A6AF26E40B965F2D00EDBA70 /* libmod_filter_la-halftone.Plo */,
+                               A6AF26E50B965F2D00EDBA70 /* libmod_filter_la-halftone2.Plo */,
+                               A6AF26E60B965F2D00EDBA70 /* libmod_filter_la-halftone3.Plo */,
+                               A6AF26E70B965F2D00EDBA70 /* libmod_filter_la-lumakey.Plo */,
+                               A6AF26E80B965F2D00EDBA70 /* libmod_filter_la-main.Plo */,
+                               A6AF26E90B965F2D00EDBA70 /* libmod_filter_la-radialblur.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF26EA0B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF26EB0B965F2D00EDBA70 /* libmod_filter.0.0.0.so */,
+                               A6AF26EC0B965F2D00EDBA70 /* libmod_filter.0.so */,
+                               A6AF26ED0B965F2D00EDBA70 /* libmod_filter.la */,
+                               A6AF26EE0B965F2D00EDBA70 /* libmod_filter.lai */,
+                               A6AF26EF0B965F2D00EDBA70 /* libmod_filter.so */,
+                               A6AF26F00B965F2D00EDBA70 /* libmod_filter_la-blur.o */,
+                               A6AF26F10B965F2D00EDBA70 /* libmod_filter_la-colorcorrect.o */,
+                               A6AF26F20B965F2D00EDBA70 /* libmod_filter_la-halftone.o */,
+                               A6AF26F30B965F2D00EDBA70 /* libmod_filter_la-halftone2.o */,
+                               A6AF26F40B965F2D00EDBA70 /* libmod_filter_la-halftone3.o */,
+                               A6AF26F50B965F2D00EDBA70 /* libmod_filter_la-lumakey.o */,
+                               A6AF26F60B965F2D00EDBA70 /* libmod_filter_la-main.o */,
+                               A6AF26F70B965F2D00EDBA70 /* libmod_filter_la-radialblur.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF27150B965F2D00EDBA70 /* mod_geometry */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27160B965F2D00EDBA70 /* .deps */,
+                               A6AF271E0B965F2D00EDBA70 /* .libs */,
+                               A6AF272B0B965F2D00EDBA70 /* checkerboard.cpp */,
+                               A6AF272C0B965F2D00EDBA70 /* checkerboard.h */,
+                               A6AF272D0B965F2D00EDBA70 /* circle.cpp */,
+                               A6AF272E0B965F2D00EDBA70 /* circle.h */,
+                               A6AF272F0B965F2D00EDBA70 /* libmod_geometry.la */,
+                               A6AF27300B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.lo */,
+                               A6AF27310B965F2D00EDBA70 /* libmod_geometry_la-circle.lo */,
+                               A6AF27320B965F2D00EDBA70 /* libmod_geometry_la-main.lo */,
+                               A6AF27330B965F2D00EDBA70 /* libmod_geometry_la-outline.lo */,
+                               A6AF27340B965F2D00EDBA70 /* libmod_geometry_la-rectangle.lo */,
+                               A6AF27350B965F2D00EDBA70 /* libmod_geometry_la-region.lo */,
+                               A6AF27360B965F2D00EDBA70 /* libmod_geometry_la-star.lo */,
+                               A6AF27370B965F2D00EDBA70 /* main.cpp */,
+                               A6AF27380B965F2D00EDBA70 /* Makefile */,
+                               A6AF27390B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF273A0B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF273B0B965F2D00EDBA70 /* mod_geometry.nsh */,
+                               A6AF273C0B965F2D00EDBA70 /* outline.cpp */,
+                               A6AF273D0B965F2D00EDBA70 /* outline.h */,
+                               A6AF273E0B965F2D00EDBA70 /* rectangle.cpp */,
+                               A6AF273F0B965F2D00EDBA70 /* rectangle.h */,
+                               A6AF27400B965F2D00EDBA70 /* region.cpp */,
+                               A6AF27410B965F2D00EDBA70 /* region.h */,
+                               A6AF27420B965F2D00EDBA70 /* star.cpp */,
+                               A6AF27430B965F2D00EDBA70 /* star.h */,
+                               A6AF27440B965F2D00EDBA70 /* unmod_geometry.nsh */,
+                       );
+                       path = mod_geometry;
+                       sourceTree = "<group>";
+               };
+               A6AF27160B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27170B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.Plo */,
+                               A6AF27180B965F2D00EDBA70 /* libmod_geometry_la-circle.Plo */,
+                               A6AF27190B965F2D00EDBA70 /* libmod_geometry_la-main.Plo */,
+                               A6AF271A0B965F2D00EDBA70 /* libmod_geometry_la-outline.Plo */,
+                               A6AF271B0B965F2D00EDBA70 /* libmod_geometry_la-rectangle.Plo */,
+                               A6AF271C0B965F2D00EDBA70 /* libmod_geometry_la-region.Plo */,
+                               A6AF271D0B965F2D00EDBA70 /* libmod_geometry_la-star.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF271E0B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF271F0B965F2D00EDBA70 /* libmod_geometry.0.0.0.so */,
+                               A6AF27200B965F2D00EDBA70 /* libmod_geometry.0.so */,
+                               A6AF27210B965F2D00EDBA70 /* libmod_geometry.la */,
+                               A6AF27220B965F2D00EDBA70 /* libmod_geometry.lai */,
+                               A6AF27230B965F2D00EDBA70 /* libmod_geometry.so */,
+                               A6AF27240B965F2D00EDBA70 /* libmod_geometry_la-checkerboard.o */,
+                               A6AF27250B965F2D00EDBA70 /* libmod_geometry_la-circle.o */,
+                               A6AF27260B965F2D00EDBA70 /* libmod_geometry_la-main.o */,
+                               A6AF27270B965F2D00EDBA70 /* libmod_geometry_la-outline.o */,
+                               A6AF27280B965F2D00EDBA70 /* libmod_geometry_la-rectangle.o */,
+                               A6AF27290B965F2D00EDBA70 /* libmod_geometry_la-region.o */,
+                               A6AF272A0B965F2D00EDBA70 /* libmod_geometry_la-star.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF27450B965F2D00EDBA70 /* mod_gif */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27460B965F2D00EDBA70 /* .deps */,
+                               A6AF27490B965F2D00EDBA70 /* .libs */,
+                               A6AF27510B965F2D00EDBA70 /* libmod_gif.la */,
+                               A6AF27520B965F2D00EDBA70 /* libmod_gif_la-main.lo */,
+                               A6AF27530B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.lo */,
+                               A6AF27540B965F2D00EDBA70 /* main.cpp */,
+                               A6AF27550B965F2D00EDBA70 /* Makefile */,
+                               A6AF27560B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF27570B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF27580B965F2D00EDBA70 /* mod_gif.nsh */,
+                               A6AF27590B965F2D00EDBA70 /* trgt_gif.cpp */,
+                               A6AF275A0B965F2D00EDBA70 /* trgt_gif.h */,
+                               A6AF275B0B965F2D00EDBA70 /* unmod_gif.nsh */,
+                       );
+                       path = mod_gif;
+                       sourceTree = "<group>";
+               };
+               A6AF27460B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27470B965F2D00EDBA70 /* libmod_gif_la-main.Plo */,
+                               A6AF27480B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF27490B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF274A0B965F2D00EDBA70 /* libmod_gif.0.0.0.so */,
+                               A6AF274B0B965F2D00EDBA70 /* libmod_gif.0.so */,
+                               A6AF274C0B965F2D00EDBA70 /* libmod_gif.la */,
+                               A6AF274D0B965F2D00EDBA70 /* libmod_gif.lai */,
+                               A6AF274E0B965F2D00EDBA70 /* libmod_gif.so */,
+                               A6AF274F0B965F2D00EDBA70 /* libmod_gif_la-main.o */,
+                               A6AF27500B965F2D00EDBA70 /* libmod_gif_la-trgt_gif.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF275C0B965F2D00EDBA70 /* mod_gradient */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF275D0B965F2D00EDBA70 /* .deps */,
+                               A6AF27640B965F2D00EDBA70 /* .libs */,
+                               A6AF27700B965F2D00EDBA70 /* conicalgradient.cpp */,
+                               A6AF27710B965F2D00EDBA70 /* conicalgradient.h */,
+                               A6AF27720B965F2D00EDBA70 /* curvegradient.cpp */,
+                               A6AF27730B965F2D00EDBA70 /* curvegradient.h */,
+                               A6AF27740B965F2D00EDBA70 /* libmod_gradient.la */,
+                               A6AF27750B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.lo */,
+                               A6AF27760B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.lo */,
+                               A6AF27770B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.lo */,
+                               A6AF27780B965F2D00EDBA70 /* libmod_gradient_la-main.lo */,
+                               A6AF27790B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.lo */,
+                               A6AF277A0B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.lo */,
+                               A6AF277B0B965F2D00EDBA70 /* lineargradient.cpp */,
+                               A6AF277C0B965F2D00EDBA70 /* lineargradient.h */,
+                               A6AF277D0B965F2D00EDBA70 /* main.cpp */,
+                               A6AF277E0B965F2D00EDBA70 /* Makefile */,
+                               A6AF277F0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF27800B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF27810B965F2D00EDBA70 /* mod_gradient.nsh */,
+                               A6AF27820B965F2D00EDBA70 /* radialgradient.cpp */,
+                               A6AF27830B965F2D00EDBA70 /* radialgradient.h */,
+                               A6AF27840B965F2D00EDBA70 /* spiralgradient.cpp */,
+                               A6AF27850B965F2D00EDBA70 /* spiralgradient.h */,
+                               A6AF27860B965F2D00EDBA70 /* unmod_gradient.nsh */,
+                       );
+                       path = mod_gradient;
+                       sourceTree = "<group>";
+               };
+               A6AF275D0B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF275E0B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.Plo */,
+                               A6AF275F0B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.Plo */,
+                               A6AF27600B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.Plo */,
+                               A6AF27610B965F2D00EDBA70 /* libmod_gradient_la-main.Plo */,
+                               A6AF27620B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.Plo */,
+                               A6AF27630B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF27640B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27650B965F2D00EDBA70 /* libmod_gradient.0.0.0.so */,
+                               A6AF27660B965F2D00EDBA70 /* libmod_gradient.0.so */,
+                               A6AF27670B965F2D00EDBA70 /* libmod_gradient.la */,
+                               A6AF27680B965F2D00EDBA70 /* libmod_gradient.lai */,
+                               A6AF27690B965F2D00EDBA70 /* libmod_gradient.so */,
+                               A6AF276A0B965F2D00EDBA70 /* libmod_gradient_la-conicalgradient.o */,
+                               A6AF276B0B965F2D00EDBA70 /* libmod_gradient_la-curvegradient.o */,
+                               A6AF276C0B965F2D00EDBA70 /* libmod_gradient_la-lineargradient.o */,
+                               A6AF276D0B965F2D00EDBA70 /* libmod_gradient_la-main.o */,
+                               A6AF276E0B965F2D00EDBA70 /* libmod_gradient_la-radialgradient.o */,
+                               A6AF276F0B965F2D00EDBA70 /* libmod_gradient_la-spiralgradient.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF27870B965F2D00EDBA70 /* mod_imagemagick */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27880B965F2D00EDBA70 /* .deps */,
+                               A6AF278C0B965F2D00EDBA70 /* main.cpp */,
+                               A6AF278D0B965F2D00EDBA70 /* Makefile */,
+                               A6AF278E0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF278F0B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF27900B965F2D00EDBA70 /* mod_imagemagick.nsh */,
+                               A6AF27910B965F2D00EDBA70 /* mptr_imagemagick.cpp */,
+                               A6AF27920B965F2D00EDBA70 /* mptr_imagemagick.h */,
+                               A6AF27930B965F2D00EDBA70 /* trgt_imagemagick.cpp */,
+                               A6AF27940B965F2D00EDBA70 /* trgt_imagemagick.h */,
+                               A6AF27950B965F2D00EDBA70 /* unmod_imagemagick.nsh */,
+                       );
+                       path = mod_imagemagick;
+                       sourceTree = "<group>";
+               };
+               A6AF27880B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27890B965F2D00EDBA70 /* libmod_imagemagick_la-main.Plo */,
+                               A6AF278A0B965F2D00EDBA70 /* libmod_imagemagick_la-mptr_imagemagick.Plo */,
+                               A6AF278B0B965F2D00EDBA70 /* libmod_imagemagick_la-trgt_imagemagick.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF27960B965F2D00EDBA70 /* mod_jpeg */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27970B965F2D00EDBA70 /* .deps */,
+                               A6AF279B0B965F2D00EDBA70 /* .libs */,
+                               A6AF27A40B965F2D00EDBA70 /* libmod_jpeg.la */,
+                               A6AF27A50B965F2D00EDBA70 /* libmod_jpeg_la-main.lo */,
+                               A6AF27A60B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.lo */,
+                               A6AF27A70B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.lo */,
+                               A6AF27A80B965F2D00EDBA70 /* main.cpp */,
+                               A6AF27A90B965F2D00EDBA70 /* Makefile */,
+                               A6AF27AA0B965F2D00EDBA70 /* Makefile.am */,
+                               A6AF27AB0B965F2D00EDBA70 /* Makefile.in */,
+                               A6AF27AC0B965F2D00EDBA70 /* mod_jpeg.nsh */,
+                               A6AF27AD0B965F2D00EDBA70 /* mptr_jpeg.cpp */,
+                               A6AF27AE0B965F2D00EDBA70 /* mptr_jpeg.h */,
+                               A6AF27AF0B965F2D00EDBA70 /* trgt_jpeg.cpp */,
+                               A6AF27B00B965F2D00EDBA70 /* trgt_jpeg.h */,
+                               A6AF27B10B965F2D00EDBA70 /* unmod_jpeg.nsh */,
+                       );
+                       path = mod_jpeg;
+                       sourceTree = "<group>";
+               };
+               A6AF27970B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27980B965F2D00EDBA70 /* libmod_jpeg_la-main.Plo */,
+                               A6AF27990B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.Plo */,
+                               A6AF279A0B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF279B0B965F2D00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF279C0B965F2D00EDBA70 /* libmod_jpeg.0.0.0.so */,
+                               A6AF279D0B965F2D00EDBA70 /* libmod_jpeg.0.so */,
+                               A6AF279E0B965F2D00EDBA70 /* libmod_jpeg.la */,
+                               A6AF279F0B965F2D00EDBA70 /* libmod_jpeg.lai */,
+                               A6AF27A00B965F2D00EDBA70 /* libmod_jpeg.so */,
+                               A6AF27A10B965F2D00EDBA70 /* libmod_jpeg_la-main.o */,
+                               A6AF27A20B965F2D00EDBA70 /* libmod_jpeg_la-mptr_jpeg.o */,
+                               A6AF27A30B965F2D00EDBA70 /* libmod_jpeg_la-trgt_jpeg.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF27B20B965F2D00EDBA70 /* mod_libavcodec */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27B30B965F2D00EDBA70 /* .deps */,
+                               A6AF27B70B965F2D00EDBA70 /* libavcodec */,
+                               A6AF28430B965F2E00EDBA70 /* libavformat */,
+                               A6AF288A0B965F2E00EDBA70 /* main.cpp */,
+                               A6AF288B0B965F2E00EDBA70 /* Makefile */,
+                               A6AF288C0B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF288D0B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF288E0B965F2E00EDBA70 /* mod_libavcodec.nsh */,
+                               A6AF288F0B965F2E00EDBA70 /* mptr.cpp */,
+                               A6AF28900B965F2E00EDBA70 /* mptr.h */,
+                               A6AF28910B965F2E00EDBA70 /* trgt_av.cpp */,
+                               A6AF28920B965F2E00EDBA70 /* trgt_av.h */,
+                               A6AF28930B965F2E00EDBA70 /* unmod_libavcodec.nsh */,
+                       );
+                       path = mod_libavcodec;
+                       sourceTree = "<group>";
+               };
+               A6AF27B30B965F2D00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27B40B965F2D00EDBA70 /* libmod_libavcodec_la-main.Plo */,
+                               A6AF27B50B965F2D00EDBA70 /* libmod_libavcodec_la-mptr.Plo */,
+                               A6AF27B60B965F2D00EDBA70 /* libmod_libavcodec_la-trgt_av.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF27B70B965F2D00EDBA70 /* libavcodec */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27B80B965F2D00EDBA70 /* 4xm.c */,
+                               A6AF27B90B965F2D00EDBA70 /* a52dec.c */,
+                               A6AF27BA0B965F2D00EDBA70 /* ac3.h */,
+                               A6AF27BB0B965F2D00EDBA70 /* ac3dec.c */,
+                               A6AF27BC0B965F2D00EDBA70 /* ac3enc.c */,
+                               A6AF27BD0B965F2D00EDBA70 /* ac3tab.h */,
+                               A6AF27BE0B965F2D00EDBA70 /* adpcm.c */,
+                               A6AF27BF0B965F2D00EDBA70 /* allcodecs.c */,
+                               A6AF27C00B965F2D00EDBA70 /* amr.c */,
+                               A6AF27C10B965F2D00EDBA70 /* apiexample.c */,
+                               A6AF27C20B965F2D00EDBA70 /* asv1.c */,
+                               A6AF27C30B965F2D00EDBA70 /* avcodec.c */,
+                               A6AF27C40B965F2D00EDBA70 /* avcodec.h */,
+                               A6AF27C50B965F2D00EDBA70 /* bswap.h */,
+                               A6AF27C60B965F2D00EDBA70 /* cabac.c */,
+                               A6AF27C70B965F2D00EDBA70 /* cabac.h */,
+                               A6AF27C80B965F2D00EDBA70 /* cljr.c */,
+                               A6AF27C90B965F2D00EDBA70 /* common.c */,
+                               A6AF27CA0B965F2D00EDBA70 /* common.h */,
+                               A6AF27CB0B965F2D00EDBA70 /* cyuv.c */,
+                               A6AF27CC0B965F2D00EDBA70 /* dct-test.c */,
+                               A6AF27CD0B965F2D00EDBA70 /* Doxyfile */,
+                               A6AF27CE0B965F2D00EDBA70 /* dpcm.c */,
+                               A6AF27CF0B965F2D00EDBA70 /* dsputil.c */,
+                               A6AF27D00B965F2E00EDBA70 /* dsputil.h */,
+                               A6AF27D10B965F2E00EDBA70 /* dv.c */,
+                               A6AF27D20B965F2E00EDBA70 /* dvdata.h */,
+                               A6AF27D30B965F2E00EDBA70 /* error_resilience.c */,
+                               A6AF27D40B965F2E00EDBA70 /* eval.c */,
+                               A6AF27D50B965F2E00EDBA70 /* faad.c */,
+                               A6AF27D60B965F2E00EDBA70 /* fastmemcpy.h */,
+                               A6AF27D70B965F2E00EDBA70 /* fdctref.c */,
+                               A6AF27D80B965F2E00EDBA70 /* fft-test.c */,
+                               A6AF27D90B965F2E00EDBA70 /* fft.c */,
+                               A6AF27DA0B965F2E00EDBA70 /* ffv1.c */,
+                               A6AF27DB0B965F2E00EDBA70 /* golomb.c */,
+                               A6AF27DC0B965F2E00EDBA70 /* golomb.h */,
+                               A6AF27DD0B965F2E00EDBA70 /* h263.c */,
+                               A6AF27DE0B965F2E00EDBA70 /* h263data.h */,
+                               A6AF27DF0B965F2E00EDBA70 /* h263dec.c */,
+                               A6AF27E00B965F2E00EDBA70 /* h264.c */,
+                               A6AF27E10B965F2E00EDBA70 /* h264data.h */,
+                               A6AF27E20B965F2E00EDBA70 /* huffyuv.c */,
+                               A6AF27E30B965F2E00EDBA70 /* i386 */,
+                               A6AF27F00B965F2E00EDBA70 /* imgconvert.c */,
+                               A6AF27F10B965F2E00EDBA70 /* imgconvert_template.h */,
+                               A6AF27F20B965F2E00EDBA70 /* imgresample.c */,
+                               A6AF27F30B965F2E00EDBA70 /* indeo3.c */,
+                               A6AF27F40B965F2E00EDBA70 /* indeo3data.h */,
+                               A6AF27F50B965F2E00EDBA70 /* interplayvideo.c */,
+                               A6AF27F60B965F2E00EDBA70 /* jfdctfst.c */,
+                               A6AF27F70B965F2E00EDBA70 /* jfdctint.c */,
+                               A6AF27F80B965F2E00EDBA70 /* jrevdct.c */,
+                               A6AF27F90B965F2E00EDBA70 /* liba52 */,
+                               A6AF28090B965F2E00EDBA70 /* libpostproc */,
+                               A6AF28100B965F2E00EDBA70 /* mace.c */,
+                               A6AF28110B965F2E00EDBA70 /* Makefile */,
+                               A6AF28120B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF28130B965F2E00EDBA70 /* mdct.c */,
+                               A6AF28140B965F2E00EDBA70 /* mdec.c */,
+                               A6AF28150B965F2E00EDBA70 /* mem.c */,
+                               A6AF28160B965F2E00EDBA70 /* mjpeg.c */,
+                               A6AF28170B965F2E00EDBA70 /* motion_est.c */,
+                               A6AF28180B965F2E00EDBA70 /* motion_est_template.c */,
+                               A6AF28190B965F2E00EDBA70 /* motion_test.c */,
+                               A6AF281A0B965F2E00EDBA70 /* mp3lameaudio.c */,
+                               A6AF281B0B965F2E00EDBA70 /* mpeg12.c */,
+                               A6AF281C0B965F2E00EDBA70 /* mpeg12data.h */,
+                               A6AF281D0B965F2E00EDBA70 /* mpeg4data.h */,
+                               A6AF281E0B965F2E00EDBA70 /* mpegaudio.c */,
+                               A6AF281F0B965F2E00EDBA70 /* mpegaudio.h */,
+                               A6AF28200B965F2E00EDBA70 /* mpegaudiodec.c */,
+                               A6AF28210B965F2E00EDBA70 /* mpegaudiodectab.h */,
+                               A6AF28220B965F2E00EDBA70 /* mpegaudiotab.h */,
+                               A6AF28230B965F2E00EDBA70 /* mpegvideo.c */,
+                               A6AF28240B965F2E00EDBA70 /* mpegvideo.h */,
+                               A6AF28250B965F2E00EDBA70 /* msmpeg4.c */,
+                               A6AF28260B965F2E00EDBA70 /* msmpeg4data.h */,
+                               A6AF28270B965F2E00EDBA70 /* oggvorbis.c */,
+                               A6AF28280B965F2E00EDBA70 /* oggvorbis.h */,
+                               A6AF28290B965F2E00EDBA70 /* opts.c */,
+                               A6AF282A0B965F2E00EDBA70 /* pcm.c */,
+                               A6AF282B0B965F2E00EDBA70 /* ra144.c */,
+                               A6AF282C0B965F2E00EDBA70 /* ra144.h */,
+                               A6AF282D0B965F2E00EDBA70 /* ra288.c */,
+                               A6AF282E0B965F2E00EDBA70 /* ra288.h */,
+                               A6AF282F0B965F2E00EDBA70 /* ratecontrol.c */,
+                               A6AF28300B965F2E00EDBA70 /* raw.c */,
+                               A6AF28310B965F2E00EDBA70 /* resample.c */,
+                               A6AF28320B965F2E00EDBA70 /* roqvideo.c */,
+                               A6AF28330B965F2E00EDBA70 /* rv10.c */,
+                               A6AF28340B965F2E00EDBA70 /* simple_idct.c */,
+                               A6AF28350B965F2E00EDBA70 /* simple_idct.h */,
+                               A6AF28360B965F2E00EDBA70 /* svq1.c */,
+                               A6AF28370B965F2E00EDBA70 /* svq1_cb.h */,
+                               A6AF28380B965F2E00EDBA70 /* svq1_vlc.h */,
+                               A6AF28390B965F2E00EDBA70 /* svq3.c */,
+                               A6AF283A0B965F2E00EDBA70 /* utils.c */,
+                               A6AF283B0B965F2E00EDBA70 /* vcr1.c */,
+                               A6AF283C0B965F2E00EDBA70 /* vp3.c */,
+                               A6AF283D0B965F2E00EDBA70 /* vp3data.h */,
+                               A6AF283E0B965F2E00EDBA70 /* wmadata.h */,
+                               A6AF283F0B965F2E00EDBA70 /* wmadec.c */,
+                               A6AF28400B965F2E00EDBA70 /* wmv2.c */,
+                               A6AF28410B965F2E00EDBA70 /* xan.c */,
+                               A6AF28420B965F2E00EDBA70 /* xvmcvideo.c */,
+                       );
+                       path = libavcodec;
+                       sourceTree = "<group>";
+               };
+               A6AF27E30B965F2E00EDBA70 /* i386 */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27E40B965F2E00EDBA70 /* cputest.c */,
+                               A6AF27E50B965F2E00EDBA70 /* dsputil_mmx.c */,
+                               A6AF27E60B965F2E00EDBA70 /* dsputil_mmx_avg.h */,
+                               A6AF27E70B965F2E00EDBA70 /* dsputil_mmx_rnd.h */,
+                               A6AF27E80B965F2E00EDBA70 /* fdct_mmx.c */,
+                               A6AF27E90B965F2E00EDBA70 /* fft_sse.c */,
+                               A6AF27EA0B965F2E00EDBA70 /* idct_mmx.c */,
+                               A6AF27EB0B965F2E00EDBA70 /* mmx.h */,
+                               A6AF27EC0B965F2E00EDBA70 /* motion_est_mmx.c */,
+                               A6AF27ED0B965F2E00EDBA70 /* mpegvideo_mmx.c */,
+                               A6AF27EE0B965F2E00EDBA70 /* mpegvideo_mmx_template.c */,
+                               A6AF27EF0B965F2E00EDBA70 /* simple_idct_mmx.c */,
+                       );
+                       path = i386;
+                       sourceTree = "<group>";
+               };
+               A6AF27F90B965F2E00EDBA70 /* liba52 */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF27FA0B965F2E00EDBA70 /* a52.h */,
+                               A6AF27FB0B965F2E00EDBA70 /* a52_internal.h */,
+                               A6AF27FC0B965F2E00EDBA70 /* a52_util.h */,
+                               A6AF27FD0B965F2E00EDBA70 /* bit_allocate.c */,
+                               A6AF27FE0B965F2E00EDBA70 /* bitstream.c */,
+                               A6AF27FF0B965F2E00EDBA70 /* bitstream.h */,
+                               A6AF28000B965F2E00EDBA70 /* crc.c */,
+                               A6AF28010B965F2E00EDBA70 /* downmix.c */,
+                               A6AF28020B965F2E00EDBA70 /* imdct.c */,
+                               A6AF28030B965F2E00EDBA70 /* mm_accel.h */,
+                               A6AF28040B965F2E00EDBA70 /* parse.c */,
+                               A6AF28050B965F2E00EDBA70 /* resample.c */,
+                               A6AF28060B965F2E00EDBA70 /* resample_c.c */,
+                               A6AF28070B965F2E00EDBA70 /* resample_mmx.c */,
+                               A6AF28080B965F2E00EDBA70 /* tables.h */,
+                       );
+                       path = liba52;
+                       sourceTree = "<group>";
+               };
+               A6AF28090B965F2E00EDBA70 /* libpostproc */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF280A0B965F2E00EDBA70 /* Makefile */,
+                               A6AF280B0B965F2E00EDBA70 /* mangle.h */,
+                               A6AF280C0B965F2E00EDBA70 /* postprocess.c */,
+                               A6AF280D0B965F2E00EDBA70 /* postprocess.h */,
+                               A6AF280E0B965F2E00EDBA70 /* postprocess_internal.h */,
+                               A6AF280F0B965F2E00EDBA70 /* postprocess_template.c */,
+                       );
+                       path = libpostproc;
+                       sourceTree = "<group>";
+               };
+               A6AF28430B965F2E00EDBA70 /* libavformat */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28440B965F2E00EDBA70 /* 4xm.c */,
+                               A6AF28450B965F2E00EDBA70 /* allformats.c */,
+                               A6AF28460B965F2E00EDBA70 /* amr.c */,
+                               A6AF28470B965F2E00EDBA70 /* asf.c */,
+                               A6AF28480B965F2E00EDBA70 /* au.c */,
+                               A6AF28490B965F2E00EDBA70 /* audio.c */,
+                               A6AF284A0B965F2E00EDBA70 /* avformat.h */,
+                               A6AF284B0B965F2E00EDBA70 /* avi.h */,
+                               A6AF284C0B965F2E00EDBA70 /* avidec.c */,
+                               A6AF284D0B965F2E00EDBA70 /* avienc.c */,
+                               A6AF284E0B965F2E00EDBA70 /* avio.c */,
+                               A6AF284F0B965F2E00EDBA70 /* avio.h */,
+                               A6AF28500B965F2E00EDBA70 /* aviobuf.c */,
+                               A6AF28510B965F2E00EDBA70 /* barpainet.c */,
+                               A6AF28520B965F2E00EDBA70 /* barpainet.h */,
+                               A6AF28530B965F2E00EDBA70 /* beosaudio.cpp */,
+                               A6AF28540B965F2E00EDBA70 /* crc.c */,
+                               A6AF28550B965F2E00EDBA70 /* cutils.c */,
+                               A6AF28560B965F2E00EDBA70 /* dv.c */,
+                               A6AF28570B965F2E00EDBA70 /* dv1394.c */,
+                               A6AF28580B965F2E00EDBA70 /* dv1394.h */,
+                               A6AF28590B965F2E00EDBA70 /* dvcore.c */,
+                               A6AF285A0B965F2E00EDBA70 /* dvcore.h */,
+                               A6AF285B0B965F2E00EDBA70 /* ffm.c */,
+                               A6AF285C0B965F2E00EDBA70 /* file.c */,
+                               A6AF285D0B965F2E00EDBA70 /* flvdec.c */,
+                               A6AF285E0B965F2E00EDBA70 /* flvenc.c */,
+                               A6AF285F0B965F2E00EDBA70 /* framehook.c */,
+                               A6AF28600B965F2E00EDBA70 /* framehook.h */,
+                               A6AF28610B965F2E00EDBA70 /* gif.c */,
+                               A6AF28620B965F2E00EDBA70 /* gifdec.c */,
+                               A6AF28630B965F2E00EDBA70 /* grab.c */,
+                               A6AF28640B965F2E00EDBA70 /* http.c */,
+                               A6AF28650B965F2E00EDBA70 /* idroq.c */,
+                               A6AF28660B965F2E00EDBA70 /* img.c */,
+                               A6AF28670B965F2E00EDBA70 /* ipmovie.c */,
+                               A6AF28680B965F2E00EDBA70 /* jpeg.c */,
+                               A6AF28690B965F2E00EDBA70 /* Makefile */,
+                               A6AF286A0B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF286B0B965F2E00EDBA70 /* mov.c */,
+                               A6AF286C0B965F2E00EDBA70 /* movenc.c */,
+                               A6AF286D0B965F2E00EDBA70 /* mp3.c */,
+                               A6AF286E0B965F2E00EDBA70 /* mpeg.c */,
+                               A6AF286F0B965F2E00EDBA70 /* mpegts.c */,
+                               A6AF28700B965F2E00EDBA70 /* mpegts.h */,
+                               A6AF28710B965F2E00EDBA70 /* mpegtsenc.c */,
+                               A6AF28720B965F2E00EDBA70 /* mpjpeg.c */,
+                               A6AF28730B965F2E00EDBA70 /* nut.c */,
+                               A6AF28740B965F2E00EDBA70 /* ogg.c */,
+                               A6AF28750B965F2E00EDBA70 /* os_support.c */,
+                               A6AF28760B965F2E00EDBA70 /* os_support.h */,
+                               A6AF28770B965F2E00EDBA70 /* png.c */,
+                               A6AF28780B965F2E00EDBA70 /* pnm.c */,
+                               A6AF28790B965F2E00EDBA70 /* psxstr.c */,
+                               A6AF287A0B965F2E00EDBA70 /* raw.c */,
+                               A6AF287B0B965F2E00EDBA70 /* rm.c */,
+                               A6AF287C0B965F2E00EDBA70 /* rtp.c */,
+                               A6AF287D0B965F2E00EDBA70 /* rtp.h */,
+                               A6AF287E0B965F2E00EDBA70 /* rtpproto.c */,
+                               A6AF287F0B965F2E00EDBA70 /* rtsp.c */,
+                               A6AF28800B965F2E00EDBA70 /* rtsp.h */,
+                               A6AF28810B965F2E00EDBA70 /* rtspcodes.h */,
+                               A6AF28820B965F2E00EDBA70 /* swf.c */,
+                               A6AF28830B965F2E00EDBA70 /* tcp.c */,
+                               A6AF28840B965F2E00EDBA70 /* udp.c */,
+                               A6AF28850B965F2E00EDBA70 /* utils.c */,
+                               A6AF28860B965F2E00EDBA70 /* wav.c */,
+                               A6AF28870B965F2E00EDBA70 /* wc3movie.c */,
+                               A6AF28880B965F2E00EDBA70 /* yuv.c */,
+                               A6AF28890B965F2E00EDBA70 /* yuv4mpeg.c */,
+                       );
+                       path = libavformat;
+                       sourceTree = "<group>";
+               };
+               A6AF28940B965F2E00EDBA70 /* mod_noise */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28950B965F2E00EDBA70 /* .deps */,
+                               A6AF289A0B965F2E00EDBA70 /* .libs */,
+                               A6AF28A40B965F2E00EDBA70 /* distort.cpp */,
+                               A6AF28A50B965F2E00EDBA70 /* distort.h */,
+                               A6AF28A60B965F2E00EDBA70 /* libmod_noise.la */,
+                               A6AF28A70B965F2E00EDBA70 /* libmod_noise_la-distort.lo */,
+                               A6AF28A80B965F2E00EDBA70 /* libmod_noise_la-main.lo */,
+                               A6AF28A90B965F2E00EDBA70 /* libmod_noise_la-noise.lo */,
+                               A6AF28AA0B965F2E00EDBA70 /* libmod_noise_la-random.lo */,
+                               A6AF28AB0B965F2E00EDBA70 /* main.cpp */,
+                               A6AF28AC0B965F2E00EDBA70 /* Makefile */,
+                               A6AF28AD0B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF28AE0B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF28AF0B965F2E00EDBA70 /* mod_noise.nsh */,
+                               A6AF28B00B965F2E00EDBA70 /* noise.cpp */,
+                               A6AF28B10B965F2E00EDBA70 /* noise.h */,
+                               A6AF28B20B965F2E00EDBA70 /* random.cpp */,
+                               A6AF28B30B965F2E00EDBA70 /* random.h */,
+                               A6AF28B40B965F2E00EDBA70 /* unmod_noise.nsh */,
+                       );
+                       path = mod_noise;
+                       sourceTree = "<group>";
+               };
+               A6AF28950B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28960B965F2E00EDBA70 /* libmod_noise_la-distort.Plo */,
+                               A6AF28970B965F2E00EDBA70 /* libmod_noise_la-main.Plo */,
+                               A6AF28980B965F2E00EDBA70 /* libmod_noise_la-noise.Plo */,
+                               A6AF28990B965F2E00EDBA70 /* libmod_noise_la-random.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF289A0B965F2E00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF289B0B965F2E00EDBA70 /* libmod_noise.0.0.0.so */,
+                               A6AF289C0B965F2E00EDBA70 /* libmod_noise.0.so */,
+                               A6AF289D0B965F2E00EDBA70 /* libmod_noise.la */,
+                               A6AF289E0B965F2E00EDBA70 /* libmod_noise.lai */,
+                               A6AF289F0B965F2E00EDBA70 /* libmod_noise.so */,
+                               A6AF28A00B965F2E00EDBA70 /* libmod_noise_la-distort.o */,
+                               A6AF28A10B965F2E00EDBA70 /* libmod_noise_la-main.o */,
+                               A6AF28A20B965F2E00EDBA70 /* libmod_noise_la-noise.o */,
+                               A6AF28A30B965F2E00EDBA70 /* libmod_noise_la-random.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF28B50B965F2E00EDBA70 /* mod_openexr */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28B60B965F2E00EDBA70 /* .deps */,
+                               A6AF28BA0B965F2E00EDBA70 /* main.cpp */,
+                               A6AF28BB0B965F2E00EDBA70 /* Makefile */,
+                               A6AF28BC0B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF28BD0B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF28BE0B965F2E00EDBA70 /* mod_openexr.nsh */,
+                               A6AF28BF0B965F2E00EDBA70 /* mptr_openexr.cpp */,
+                               A6AF28C00B965F2E00EDBA70 /* mptr_openexr.h */,
+                               A6AF28C10B965F2E00EDBA70 /* trgt_openexr.cpp */,
+                               A6AF28C20B965F2E00EDBA70 /* trgt_openexr.h */,
+                               A6AF28C30B965F2E00EDBA70 /* unmod_openexr.nsh */,
+                       );
+                       path = mod_openexr;
+                       sourceTree = "<group>";
+               };
+               A6AF28B60B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28B70B965F2E00EDBA70 /* libmod_openexr_la-main.Plo */,
+                               A6AF28B80B965F2E00EDBA70 /* libmod_openexr_la-mptr_openexr.Plo */,
+                               A6AF28B90B965F2E00EDBA70 /* libmod_openexr_la-trgt_openexr.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF28C40B965F2E00EDBA70 /* mod_particle */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28C50B965F2E00EDBA70 /* .deps */,
+                               A6AF28C90B965F2E00EDBA70 /* .libs */,
+                               A6AF28D20B965F2E00EDBA70 /* libmod_particle.la */,
+                               A6AF28D30B965F2E00EDBA70 /* libmod_particle_la-main.lo */,
+                               A6AF28D40B965F2E00EDBA70 /* libmod_particle_la-plant.lo */,
+                               A6AF28D50B965F2E00EDBA70 /* libmod_particle_la-random.lo */,
+                               A6AF28D60B965F2E00EDBA70 /* main.cpp */,
+                               A6AF28D70B965F2E00EDBA70 /* Makefile */,
+                               A6AF28D80B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF28D90B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF28DA0B965F2E00EDBA70 /* mod_particle.nsh */,
+                               A6AF28DB0B965F2E00EDBA70 /* plant.cpp */,
+                               A6AF28DC0B965F2E00EDBA70 /* plant.h */,
+                               A6AF28DD0B965F2E00EDBA70 /* random.cpp */,
+                               A6AF28DE0B965F2E00EDBA70 /* random.h */,
+                               A6AF28DF0B965F2E00EDBA70 /* unmod_particle.nsh */,
+                       );
+                       path = mod_particle;
+                       sourceTree = "<group>";
+               };
+               A6AF28C50B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28C60B965F2E00EDBA70 /* libmod_particle_la-main.Plo */,
+                               A6AF28C70B965F2E00EDBA70 /* libmod_particle_la-plant.Plo */,
+                               A6AF28C80B965F2E00EDBA70 /* libmod_particle_la-random.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF28C90B965F2E00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28CA0B965F2E00EDBA70 /* libmod_particle.0.0.0.so */,
+                               A6AF28CB0B965F2E00EDBA70 /* libmod_particle.0.so */,
+                               A6AF28CC0B965F2E00EDBA70 /* libmod_particle.la */,
+                               A6AF28CD0B965F2E00EDBA70 /* libmod_particle.lai */,
+                               A6AF28CE0B965F2E00EDBA70 /* libmod_particle.so */,
+                               A6AF28CF0B965F2E00EDBA70 /* libmod_particle_la-main.o */,
+                               A6AF28D00B965F2E00EDBA70 /* libmod_particle_la-plant.o */,
+                               A6AF28D10B965F2E00EDBA70 /* libmod_particle_la-random.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF28E00B965F2E00EDBA70 /* mod_png */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28E10B965F2E00EDBA70 /* .deps */,
+                               A6AF28E50B965F2E00EDBA70 /* .libs */,
+                               A6AF28EE0B965F2E00EDBA70 /* libmod_png.la */,
+                               A6AF28EF0B965F2E00EDBA70 /* libmod_png_la-main.lo */,
+                               A6AF28F00B965F2E00EDBA70 /* libmod_png_la-mptr_png.lo */,
+                               A6AF28F10B965F2E00EDBA70 /* libmod_png_la-trgt_png.lo */,
+                               A6AF28F20B965F2E00EDBA70 /* main.cpp */,
+                               A6AF28F30B965F2E00EDBA70 /* Makefile */,
+                               A6AF28F40B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF28F50B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF28F60B965F2E00EDBA70 /* mod_png.nsh */,
+                               A6AF28F70B965F2E00EDBA70 /* mptr_png.cpp */,
+                               A6AF28F80B965F2E00EDBA70 /* mptr_png.h */,
+                               A6AF28F90B965F2E00EDBA70 /* trgt_png.cpp */,
+                               A6AF28FA0B965F2E00EDBA70 /* trgt_png.h */,
+                               A6AF28FB0B965F2E00EDBA70 /* unmod_png.nsh */,
+                       );
+                       path = mod_png;
+                       sourceTree = "<group>";
+               };
+               A6AF28E10B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28E20B965F2E00EDBA70 /* libmod_png_la-main.Plo */,
+                               A6AF28E30B965F2E00EDBA70 /* libmod_png_la-mptr_png.Plo */,
+                               A6AF28E40B965F2E00EDBA70 /* libmod_png_la-trgt_png.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF28E50B965F2E00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28E60B965F2E00EDBA70 /* libmod_png.0.0.0.so */,
+                               A6AF28E70B965F2E00EDBA70 /* libmod_png.0.so */,
+                               A6AF28E80B965F2E00EDBA70 /* libmod_png.la */,
+                               A6AF28E90B965F2E00EDBA70 /* libmod_png.lai */,
+                               A6AF28EA0B965F2E00EDBA70 /* libmod_png.so */,
+                               A6AF28EB0B965F2E00EDBA70 /* libmod_png_la-main.o */,
+                               A6AF28EC0B965F2E00EDBA70 /* libmod_png_la-mptr_png.o */,
+                               A6AF28ED0B965F2E00EDBA70 /* libmod_png_la-trgt_png.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF28FC0B965F2E00EDBA70 /* mod_ppm */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28FD0B965F2E00EDBA70 /* .deps */,
+                               A6AF29010B965F2E00EDBA70 /* .libs */,
+                               A6AF290A0B965F2E00EDBA70 /* libmod_ppm.la */,
+                               A6AF290B0B965F2E00EDBA70 /* libmod_ppm_la-main.lo */,
+                               A6AF290C0B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.lo */,
+                               A6AF290D0B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.lo */,
+                               A6AF290E0B965F2E00EDBA70 /* main.cpp */,
+                               A6AF290F0B965F2E00EDBA70 /* Makefile */,
+                               A6AF29100B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF29110B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF29120B965F2E00EDBA70 /* mod_ppm.nsh */,
+                               A6AF29130B965F2E00EDBA70 /* mptr_ppm.cpp */,
+                               A6AF29140B965F2E00EDBA70 /* mptr_ppm.h */,
+                               A6AF29150B965F2E00EDBA70 /* trgt_mpg.cpp */,
+                               A6AF29160B965F2E00EDBA70 /* trgt_mpg.h */,
+                               A6AF29170B965F2E00EDBA70 /* trgt_ppm.cpp */,
+                               A6AF29180B965F2E00EDBA70 /* trgt_ppm.h */,
+                               A6AF29190B965F2E00EDBA70 /* unmod_ppm.nsh */,
+                       );
+                       path = mod_ppm;
+                       sourceTree = "<group>";
+               };
+               A6AF28FD0B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF28FE0B965F2E00EDBA70 /* libmod_ppm_la-main.Plo */,
+                               A6AF28FF0B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.Plo */,
+                               A6AF29000B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF29010B965F2E00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF29020B965F2E00EDBA70 /* libmod_ppm.0.0.0.so */,
+                               A6AF29030B965F2E00EDBA70 /* libmod_ppm.0.so */,
+                               A6AF29040B965F2E00EDBA70 /* libmod_ppm.la */,
+                               A6AF29050B965F2E00EDBA70 /* libmod_ppm.lai */,
+                               A6AF29060B965F2E00EDBA70 /* libmod_ppm.so */,
+                               A6AF29070B965F2E00EDBA70 /* libmod_ppm_la-main.o */,
+                               A6AF29080B965F2E00EDBA70 /* libmod_ppm_la-mptr_ppm.o */,
+                               A6AF29090B965F2E00EDBA70 /* libmod_ppm_la-trgt_ppm.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF291A0B965F2E00EDBA70 /* mod_yuv420p */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF291B0B965F2E00EDBA70 /* .deps */,
+                               A6AF291E0B965F2E00EDBA70 /* .libs */,
+                               A6AF29260B965F2E00EDBA70 /* libmod_yuv420p.la */,
+                               A6AF29270B965F2E00EDBA70 /* libmod_yuv420p_la-main.lo */,
+                               A6AF29280B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.lo */,
+                               A6AF29290B965F2E00EDBA70 /* main.cpp */,
+                               A6AF292A0B965F2E00EDBA70 /* Makefile */,
+                               A6AF292B0B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF292C0B965F2E00EDBA70 /* Makefile.in */,
+                               A6AF292D0B965F2E00EDBA70 /* mod_yuv420p.nsh */,
+                               A6AF292E0B965F2E00EDBA70 /* trgt_yuv.cpp */,
+                               A6AF292F0B965F2E00EDBA70 /* trgt_yuv.h */,
+                               A6AF29300B965F2E00EDBA70 /* unmod_yuv420p.nsh */,
+                       );
+                       path = mod_yuv420p;
+                       sourceTree = "<group>";
+               };
+               A6AF291B0B965F2E00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF291C0B965F2E00EDBA70 /* libmod_yuv420p_la-main.Plo */,
+                               A6AF291D0B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.Plo */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF291E0B965F2E00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF291F0B965F2E00EDBA70 /* libmod_yuv420p.0.0.0.so */,
+                               A6AF29200B965F2E00EDBA70 /* libmod_yuv420p.0.so */,
+                               A6AF29210B965F2E00EDBA70 /* libmod_yuv420p.la */,
+                               A6AF29220B965F2E00EDBA70 /* libmod_yuv420p.lai */,
+                               A6AF29230B965F2E00EDBA70 /* libmod_yuv420p.so */,
+                               A6AF29240B965F2E00EDBA70 /* libmod_yuv420p_la-main.o */,
+                               A6AF29250B965F2E00EDBA70 /* libmod_yuv420p_la-trgt_yuv.o */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF29310B965F2E00EDBA70 /* mptr_mplayer */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF29320B965F2E00EDBA70 /* main.cpp */,
+                               A6AF29330B965F2E00EDBA70 /* Makefile.am */,
+                               A6AF29340B965F2E00EDBA70 /* mptr_mplayer.cpp */,
+                               A6AF29350B965F2E00EDBA70 /* mptr_mplayer.h */,
+                       );
+                       path = mptr_mplayer;
+                       sourceTree = "<group>";
+               };
+               A6AF293A0B965F2E00EDBA70 /* synfig */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF29CB0B965F2E00EDBA70 /* activepoint.h */,
+                               A6AF29CC0B965F2E00EDBA70 /* angle.h */,
+                               A6AF29CE0B965F2E00EDBA70 /* blinepoint.h */,
+                               A6AF29D00B965F2E00EDBA70 /* blur.h */,
+                               A6AF29D20B965F2E00EDBA70 /* canvas.h */,
+                               A6AF29D30B965F2E00EDBA70 /* canvasbase.h */,
+                               A6AF29D50B965F2E00EDBA70 /* color.h */,
+                               A6AF29D70B965F2E00EDBA70 /* context.h */,
+                               A6AF29D90B965F2E00EDBA70 /* curve_helper.h */,
+                               A6AF29DB0B965F2E00EDBA70 /* curveset.h */,
+                               A6AF29DD0B965F2E00EDBA70 /* distance.h */,
+                               A6AF29DF0B965F2E00EDBA70 /* exception.h */,
+                               A6AF29E10B965F2E00EDBA70 /* gamma.h */,
+                               A6AF29E20B965F2E00EDBA70 /* general.h */,
+                               A6AF29E40B965F2E00EDBA70 /* gradient.h */,
+                               A6AF29E60B965F2E00EDBA70 /* guid.h */,
+                               A6AF29E70B965F2E00EDBA70 /* guidset.h */,
+                               A6AF29E90B965F2E00EDBA70 /* importer.h */,
+                               A6AF29EA0B965F2E00EDBA70 /* interpolation.h */,
+                               A6AF29EC0B965F2E00EDBA70 /* keyframe.h */,
+                               A6AF29EE0B965F2E00EDBA70 /* layer.h */,
+                               A6AF29F00B965F2E00EDBA70 /* layer_bitmap.h */,
+                               A6AF29F20B965F2E00EDBA70 /* layer_composite.h */,
+                               A6AF29F40B965F2E00EDBA70 /* layer_mime.h */,
+                               A6AF29F60B965F2E00EDBA70 /* layer_motionblur.h */,
+                               A6AF29F80B965F2E00EDBA70 /* layer_pastecanvas.h */,
+                               A6AF29FA0B965F2E00EDBA70 /* layer_polygon.h */,
+                               A6AF29FC0B965F2E00EDBA70 /* layer_shape.h */,
+                               A6AF29FE0B965F2E00EDBA70 /* layer_solidcolor.h */,
+                               A6AF2A450B965F2F00EDBA70 /* listimporter.h */,
+                               A6AF2A470B965F2F00EDBA70 /* loadcanvas.h */,
+                               A6AF2A490B965F2F00EDBA70 /* main.h */,
+                               A6AF2A4E0B965F2F00EDBA70 /* module.h */,
+                               A6AF2A500B965F2F00EDBA70 /* mutex.h */,
+                               A6AF2A520B965F2F00EDBA70 /* node.h */,
+                               A6AF2A540B965F2F00EDBA70 /* palette.h */,
+                               A6AF2A560B965F2F00EDBA70 /* paramdesc.h */,
+                               A6AF2A590B965F2F00EDBA70 /* polynomial_root.h */,
+                               A6AF2A600B965F2F00EDBA70 /* protocol.h */,
+                               A6AF2A610B965F2F00EDBA70 /* real.h */,
+                               A6AF2A630B965F2F00EDBA70 /* rect.h */,
+                               A6AF2A650B965F2F00EDBA70 /* renddesc.h */,
+                               A6AF2A670B965F2F00EDBA70 /* render.h */,
+                               A6AF2A690B965F2F00EDBA70 /* savecanvas.h */,
+                               A6AF2A6A0B965F2F00EDBA70 /* segment.h */,
+                               A6AF2A6B0B965F2F00EDBA70 /* smartfile.h */,
+                               A6AF2A6C0B965F2F00EDBA70 /* string.h */,
+                               A6AF2A6D0B965F2F00EDBA70 /* string_decl.h */,
+                               A6AF2A6F0B965F2F00EDBA70 /* surface.h */,
+                               A6AF2A720B965F2F00EDBA70 /* synfig.h */,
+                               A6AF2A750B965F2F00EDBA70 /* target.h */,
+                               A6AF2A770B965F2F00EDBA70 /* target_multi.h */,
+                               A6AF2A790B965F2F00EDBA70 /* target_null.h */,
+                               A6AF2A7B0B965F2F00EDBA70 /* target_null_tile.h */,
+                               A6AF2A7D0B965F2F00EDBA70 /* target_scanline.h */,
+                               A6AF2A7F0B965F2F00EDBA70 /* target_tile.h */,
+                               A6AF2A810B965F2F00EDBA70 /* time.h */,
+                               A6AF2A830B965F2F00EDBA70 /* timepointcollect.h */,
+                               A6AF2A850B965F2F00EDBA70 /* transform.h */,
+                               A6AF2A860B965F2F00EDBA70 /* types.h */,
+                               A6AF2A880B965F2F00EDBA70 /* uniqueid.h */,
+                               A6AF2A8A0B965F2F00EDBA70 /* value.h */,
+                               A6AF2A8C0B965F2F00EDBA70 /* valuenode.h */,
+                               A6AF2A8E0B965F2F00EDBA70 /* valuenode_animated.h */,
+                               A6AF2A900B965F2F00EDBA70 /* valuenode_bline.h */,
+                               A6AF2A920B965F2F00EDBA70 /* valuenode_composite.h */,
+                               A6AF2A940B965F2F00EDBA70 /* valuenode_const.h */,
+                               A6AF2A960B965F2F00EDBA70 /* valuenode_dynamiclist.h */,
+                               A6AF2A980B965F2F00EDBA70 /* valuenode_gradientrotate.h */,
+                               A6AF2A9A0B965F2F00EDBA70 /* valuenode_linear.h */,
+                               A6AF2A9C0B965F2F00EDBA70 /* valuenode_radialcomposite.h */,
+                               A6AF2A9E0B965F2F00EDBA70 /* valuenode_reference.h */,
+                               A6AF2AA00B965F2F00EDBA70 /* valuenode_scale.h */,
+                               A6AF2AA20B965F2F00EDBA70 /* valuenode_segcalctangent.h */,
+                               A6AF2AA40B965F2F00EDBA70 /* valuenode_segcalcvertex.h */,
+                               A6AF2AA60B965F2F00EDBA70 /* valuenode_sine.h */,
+                               A6AF2AA80B965F2F00EDBA70 /* valuenode_stripes.h */,
+                               A6AF2AAA0B965F2F00EDBA70 /* valuenode_subtract.h */,
+                               A6AF2AAC0B965F2F00EDBA70 /* valuenode_timedswap.h */,
+                               A6AF2AAE0B965F2F00EDBA70 /* valuenode_twotone.h */,
+                               A6AF2AAF0B965F2F00EDBA70 /* vector.h */,
+                               A6AF2AB00B965F2F00EDBA70 /* version.h */,
+                               A6AF2AB20B965F2F00EDBA70 /* waypoint.h */,
+                               A6AF29CA0B965F2E00EDBA70 /* activepoint.cpp */,
+                               A6AF29CD0B965F2E00EDBA70 /* blinepoint.cpp */,
+                               A6AF29CF0B965F2E00EDBA70 /* blur.cpp */,
+                               A6AF29D10B965F2E00EDBA70 /* canvas.cpp */,
+                               A6AF29D40B965F2E00EDBA70 /* color.cpp */,
+                               A6AF29D60B965F2E00EDBA70 /* context.cpp */,
+                               A6AF29D80B965F2E00EDBA70 /* curve_helper.cpp */,
+                               A6AF29DA0B965F2E00EDBA70 /* curveset.cpp */,
+                               A6AF29DC0B965F2E00EDBA70 /* distance.cpp */,
+                               A6AF29DE0B965F2E00EDBA70 /* exception.cpp */,
+                               A6AF29E00B965F2E00EDBA70 /* gamma.cpp */,
+                               A6AF29E30B965F2E00EDBA70 /* gradient.cpp */,
+                               A6AF29E50B965F2E00EDBA70 /* guid.cpp */,
+                               A6AF29E80B965F2E00EDBA70 /* importer.cpp */,
+                               A6AF29EB0B965F2E00EDBA70 /* keyframe.cpp */,
+                               A6AF29ED0B965F2E00EDBA70 /* layer.cpp */,
+                               A6AF29EF0B965F2E00EDBA70 /* layer_bitmap.cpp */,
+                               A6AF29F10B965F2E00EDBA70 /* layer_composite.cpp */,
+                               A6AF29F30B965F2E00EDBA70 /* layer_mime.cpp */,
+                               A6AF29F50B965F2E00EDBA70 /* layer_motionblur.cpp */,
+                               A6AF29F70B965F2E00EDBA70 /* layer_pastecanvas.cpp */,
+                               A6AF29F90B965F2E00EDBA70 /* layer_polygon.cpp */,
+                               A6AF29FB0B965F2E00EDBA70 /* layer_shape.cpp */,
+                               A6AF29FD0B965F2E00EDBA70 /* layer_solidcolor.cpp */,
+                               A6AF2A440B965F2F00EDBA70 /* listimporter.cpp */,
+                               A6AF2A460B965F2F00EDBA70 /* loadcanvas.cpp */,
+                               A6AF2A480B965F2F00EDBA70 /* main.cpp */,
+                               A6AF2A4D0B965F2F00EDBA70 /* module.cpp */,
+                               A6AF2A4F0B965F2F00EDBA70 /* mutex.cpp */,
+                               A6AF2A510B965F2F00EDBA70 /* node.cpp */,
+                               A6AF2A530B965F2F00EDBA70 /* palette.cpp */,
+                               A6AF2A550B965F2F00EDBA70 /* paramdesc.cpp */,
+                               A6AF2A570B965F2F00EDBA70 /* pch.h */,
+                               A6AF2A580B965F2F00EDBA70 /* polynomial_root.cpp */,
+                               A6AF2A5A0B965F2F00EDBA70 /* proto */,
+                               A6AF2A620B965F2F00EDBA70 /* rect.cpp */,
+                               A6AF2A640B965F2F00EDBA70 /* renddesc.cpp */,
+                               A6AF2A660B965F2F00EDBA70 /* render.cpp */,
+                               A6AF2A680B965F2F00EDBA70 /* savecanvas.cpp */,
+                               A6AF2A6E0B965F2F00EDBA70 /* surface.cpp */,
+                               A6AF2A700B965F2F00EDBA70 /* surfacenew.cpp */,
+                               A6AF2A710B965F2F00EDBA70 /* surfacenew.h */,
+                               A6AF2A730B965F2F00EDBA70 /* synfig.nsh */,
+                               A6AF2A740B965F2F00EDBA70 /* target.cpp */,
+                               A6AF2A760B965F2F00EDBA70 /* target_multi.cpp */,
+                               A6AF2A780B965F2F00EDBA70 /* target_null.cpp */,
+                               A6AF2A7A0B965F2F00EDBA70 /* target_null_tile.cpp */,
+                               A6AF2A7C0B965F2F00EDBA70 /* target_scanline.cpp */,
+                               A6AF2A7E0B965F2F00EDBA70 /* target_tile.cpp */,
+                               A6AF2A800B965F2F00EDBA70 /* time.cpp */,
+                               A6AF2A820B965F2F00EDBA70 /* timepointcollect.cpp */,
+                               A6AF2A840B965F2F00EDBA70 /* transform.cpp */,
+                               A6AF2A870B965F2F00EDBA70 /* uniqueid.cpp */,
+                               A6AF2A890B965F2F00EDBA70 /* value.cpp */,
+                               A6AF2A8B0B965F2F00EDBA70 /* valuenode.cpp */,
+                               A6AF2A8D0B965F2F00EDBA70 /* valuenode_animated.cpp */,
+                               A6AF2A8F0B965F2F00EDBA70 /* valuenode_bline.cpp */,
+                               A6AF2A910B965F2F00EDBA70 /* valuenode_composite.cpp */,
+                               A6AF2A930B965F2F00EDBA70 /* valuenode_const.cpp */,
+                               A6AF2A950B965F2F00EDBA70 /* valuenode_dynamiclist.cpp */,
+                               A6AF2A970B965F2F00EDBA70 /* valuenode_gradientrotate.cpp */,
+                               A6AF2A990B965F2F00EDBA70 /* valuenode_linear.cpp */,
+                               A6AF2A9B0B965F2F00EDBA70 /* valuenode_radialcomposite.cpp */,
+                               A6AF2A9D0B965F2F00EDBA70 /* valuenode_reference.cpp */,
+                               A6AF2A9F0B965F2F00EDBA70 /* valuenode_scale.cpp */,
+                               A6AF2AA10B965F2F00EDBA70 /* valuenode_segcalctangent.cpp */,
+                               A6AF2AA30B965F2F00EDBA70 /* valuenode_segcalcvertex.cpp */,
+                               A6AF2AA50B965F2F00EDBA70 /* valuenode_sine.cpp */,
+                               A6AF2AA70B965F2F00EDBA70 /* valuenode_stripes.cpp */,
+                               A6AF2AA90B965F2F00EDBA70 /* valuenode_subtract.cpp */,
+                               A6AF2AAB0B965F2F00EDBA70 /* valuenode_timedswap.cpp */,
+                               A6AF2AAD0B965F2F00EDBA70 /* valuenode_twotone.cpp */,
+                               A6AF2AB10B965F2F00EDBA70 /* waypoint.cpp */,
+                       );
+                       path = synfig;
+                       sourceTree = "<group>";
+               };
+               A6AF2A5A0B965F2F00EDBA70 /* proto */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF2A5D0B965F2F00EDBA70 /* nodebase.h */,
+                               A6AF2A5E0B965F2F00EDBA70 /* nodebase.px */,
+                               A6AF2A5F0B965F2F00EDBA70 /* proto.m4 */,
+                       );
+                       path = proto;
+                       sourceTree = "<group>";
+               };
+               A6AF2AB50B965F2F00EDBA70 /* tool */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF2AB60B965F2F00EDBA70 /* .deps */,
+                               A6AF2AB80B965F2F00EDBA70 /* .libs */,
+                               A6AF2ABA0B965F2F00EDBA70 /* main.cpp */,
+                               A6AF2ABB0B965F2F00EDBA70 /* Makefile */,
+                               A6AF2ABC0B965F2F00EDBA70 /* Makefile.am */,
+                               A6AF2ABD0B965F2F00EDBA70 /* Makefile.in */,
+                               A6AF2ABE0B965F2F00EDBA70 /* synfig */,
+                               A6AF2ABF0B965F2F00EDBA70 /* synfig-main.o */,
+                               A6AF2AC00B965F2F00EDBA70 /* tool.nsh */,
+                       );
+                       path = tool;
+                       sourceTree = "<group>";
+               };
+               A6AF2AB60B965F2F00EDBA70 /* .deps */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF2AB70B965F2F00EDBA70 /* synfig-main.Po */,
+                       );
+                       path = .deps;
+                       sourceTree = "<group>";
+               };
+               A6AF2AB80B965F2F00EDBA70 /* .libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF2AB90B965F2F00EDBA70 /* synfig */,
+                       );
+                       path = .libs;
+                       sourceTree = "<group>";
+               };
+               A6AF2F4D0B965FC900EDBA70 /* Frameworks and Libraries */ = {
+                       isa = PBXGroup;
+                       children = (
+                               A6AF2F4E0B965FEF00EDBA70 /* libxml++.framework */,
+                               A6AF2F4F0B965FEF00EDBA70 /* sigc++.framework */,
+                       );
+                       name = "Frameworks and Libraries";
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+               A6AF30F10B96707300EDBA70 /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A6AF30FE0B96709600EDBA70 /* activepoint.h in Headers */,
+                               A6AF30FF0B96709600EDBA70 /* angle.h in Headers */,
+                               A6AF31000B96709600EDBA70 /* blinepoint.h in Headers */,
+                               A6AF31010B96709600EDBA70 /* blur.h in Headers */,
+                               A6AF31020B96709600EDBA70 /* canvas.h in Headers */,
+                               A6AF31030B96709600EDBA70 /* canvasbase.h in Headers */,
+                               A6AF31040B96709600EDBA70 /* color.h in Headers */,
+                               A6AF31050B96709600EDBA70 /* context.h in Headers */,
+                               A6AF31060B96709600EDBA70 /* curve_helper.h in Headers */,
+                               A6AF31070B96709600EDBA70 /* curveset.h in Headers */,
+                               A6AF31080B96709600EDBA70 /* distance.h in Headers */,
+                               A6AF31090B96709600EDBA70 /* exception.h in Headers */,
+                               A6AF310A0B96709600EDBA70 /* gamma.h in Headers */,
+                               A6AF310B0B96709600EDBA70 /* general.h in Headers */,
+                               A6AF310C0B96709600EDBA70 /* gradient.h in Headers */,
+                               A6AF310D0B96709600EDBA70 /* guid.h in Headers */,
+                               A6AF310E0B96709600EDBA70 /* guidset.h in Headers */,
+                               A6AF310F0B96709600EDBA70 /* importer.h in Headers */,
+                               A6AF31100B96709600EDBA70 /* interpolation.h in Headers */,
+                               A6AF31110B96709600EDBA70 /* keyframe.h in Headers */,
+                               A6AF31120B96709600EDBA70 /* layer.h in Headers */,
+                               A6AF31130B96709600EDBA70 /* layer_bitmap.h in Headers */,
+                               A6AF31140B96709600EDBA70 /* layer_composite.h in Headers */,
+                               A6AF31150B96709600EDBA70 /* layer_mime.h in Headers */,
+                               A6AF31160B96709600EDBA70 /* layer_motionblur.h in Headers */,
+                               A6AF31170B96709600EDBA70 /* layer_pastecanvas.h in Headers */,
+                               A6AF31180B96709600EDBA70 /* layer_polygon.h in Headers */,
+                               A6AF31190B96709600EDBA70 /* layer_shape.h in Headers */,
+                               A6AF311A0B96709600EDBA70 /* layer_solidcolor.h in Headers */,
+                               A6AF311B0B96709600EDBA70 /* listimporter.h in Headers */,
+                               A6AF311C0B96709600EDBA70 /* loadcanvas.h in Headers */,
+                               A6AF311D0B96709600EDBA70 /* main.h in Headers */,
+                               A6AF311E0B96709600EDBA70 /* module.h in Headers */,
+                               A6AF311F0B96709600EDBA70 /* mutex.h in Headers */,
+                               A6AF31200B96709600EDBA70 /* node.h in Headers */,
+                               A6AF31210B96709600EDBA70 /* palette.h in Headers */,
+                               A6AF31220B96709600EDBA70 /* paramdesc.h in Headers */,
+                               A6AF31230B96709600EDBA70 /* polynomial_root.h in Headers */,
+                               A6AF31240B96709600EDBA70 /* protocol.h in Headers */,
+                               A6AF31250B96709600EDBA70 /* real.h in Headers */,
+                               A6AF31260B96709600EDBA70 /* rect.h in Headers */,
+                               A6AF31270B96709600EDBA70 /* renddesc.h in Headers */,
+                               A6AF31280B96709600EDBA70 /* render.h in Headers */,
+                               A6AF31290B96709600EDBA70 /* savecanvas.h in Headers */,
+                               A6AF312A0B96709600EDBA70 /* segment.h in Headers */,
+                               A6AF312B0B96709600EDBA70 /* smartfile.h in Headers */,
+                               A6AF312C0B96709600EDBA70 /* string.h in Headers */,
+                               A6AF312D0B96709600EDBA70 /* string_decl.h in Headers */,
+                               A6AF312E0B96709600EDBA70 /* surface.h in Headers */,
+                               A6AF312F0B96709600EDBA70 /* synfig.h in Headers */,
+                               A6AF31300B96709600EDBA70 /* target.h in Headers */,
+                               A6AF31310B96709600EDBA70 /* target_multi.h in Headers */,
+                               A6AF31320B96709600EDBA70 /* target_null.h in Headers */,
+                               A6AF31330B96709600EDBA70 /* target_null_tile.h in Headers */,
+                               A6AF31340B96709600EDBA70 /* target_scanline.h in Headers */,
+                               A6AF31350B96709600EDBA70 /* target_tile.h in Headers */,
+                               A6AF31360B96709600EDBA70 /* time.h in Headers */,
+                               A6AF31370B96709600EDBA70 /* timepointcollect.h in Headers */,
+                               A6AF31380B96709600EDBA70 /* transform.h in Headers */,
+                               A6AF31390B96709600EDBA70 /* types.h in Headers */,
+                               A6AF313A0B96709600EDBA70 /* uniqueid.h in Headers */,
+                               A6AF313B0B96709600EDBA70 /* value.h in Headers */,
+                               A6AF313C0B96709600EDBA70 /* valuenode.h in Headers */,
+                               A6AF313D0B96709600EDBA70 /* valuenode_animated.h in Headers */,
+                               A6AF313E0B96709600EDBA70 /* valuenode_bline.h in Headers */,
+                               A6AF313F0B96709600EDBA70 /* valuenode_composite.h in Headers */,
+                               A6AF31400B96709600EDBA70 /* valuenode_const.h in Headers */,
+                               A6AF31410B96709600EDBA70 /* valuenode_dynamiclist.h in Headers */,
+                               A6AF31420B96709600EDBA70 /* valuenode_gradientrotate.h in Headers */,
+                               A6AF31430B96709600EDBA70 /* valuenode_linear.h in Headers */,
+                               A6AF31440B96709600EDBA70 /* valuenode_radialcomposite.h in Headers */,
+                               A6AF31450B96709600EDBA70 /* valuenode_reference.h in Headers */,
+                               A6AF31460B96709600EDBA70 /* valuenode_scale.h in Headers */,
+                               A6AF31470B96709600EDBA70 /* valuenode_segcalctangent.h in Headers */,
+                               A6AF31480B96709600EDBA70 /* valuenode_segcalcvertex.h in Headers */,
+                               A6AF31490B96709600EDBA70 /* valuenode_sine.h in Headers */,
+                               A6AF314A0B96709600EDBA70 /* valuenode_stripes.h in Headers */,
+                               A6AF314B0B96709600EDBA70 /* valuenode_subtract.h in Headers */,
+                               A6AF314C0B96709600EDBA70 /* valuenode_timedswap.h in Headers */,
+                               A6AF314D0B96709600EDBA70 /* valuenode_twotone.h in Headers */,
+                               A6AF314E0B96709600EDBA70 /* vector.h in Headers */,
+                               A6AF314F0B96709600EDBA70 /* version.h in Headers */,
+                               A6AF31500B96709600EDBA70 /* waypoint.h in Headers */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+               A6AF20DA0B965ED900EDBA70 /* Synfig Framework */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = A6AF20DE0B965ED900EDBA70 /* Build configuration list for PBXNativeTarget "Synfig Framework" */;
+                       buildPhases = (
+                               A6AF30F10B96707300EDBA70 /* Headers */,
+                               A6AF20D80B965ED900EDBA70 /* Sources */,
+                               A6AF20D90B965ED900EDBA70 /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = "Synfig Framework";
+                       productName = synfig;
+                       productReference = A6AF20DB0B965ED900EDBA70 /* synfig.framework */;
+                       productType = "com.apple.product-type.framework";
+               };
+               A6AF30E20B966F6D00EDBA70 /* Synfig Tool */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = A6AF30EC0B966FD100EDBA70 /* Build configuration list for PBXNativeTarget "Synfig Tool" */;
+                       buildPhases = (
+                               A6AF30E00B966F6D00EDBA70 /* Sources */,
+                               A6AF30E10B966F6D00EDBA70 /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                               A6AF30EA0B966FB200EDBA70 /* PBXTargetDependency */,
+                       );
+                       name = "Synfig Tool";
+                       productName = "Synfig Tool";
+                       productReference = A6AF30E30B966F6D00EDBA70 /* synfig */;
+                       productType = "com.apple.product-type.tool";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               A6AF11980B965E2E00EDBA70 /* Project object */ = {
+                       isa = PBXProject;
+                       buildConfigurationList = A6AF11990B965E2E00EDBA70 /* Build configuration list for PBXProject "synfig-core" */;
+                       hasScannedForEncodings = 0;
+                       mainGroup = A6AF11960B965E2E00EDBA70;
+                       productRefGroup = A6AF20DC0B965ED900EDBA70 /* Products */;
+                       projectDirPath = "";
+                       targets = (
+                               A6AF20DA0B965ED900EDBA70 /* Synfig Framework */,
+                               A6AF30E20B966F6D00EDBA70 /* Synfig Tool */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+               A6AF20D80B965ED900EDBA70 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A6AF2E570B965F2F00EDBA70 /* activepoint.cpp in Sources */,
+                               A6AF2E5A0B965F2F00EDBA70 /* blinepoint.cpp in Sources */,
+                               A6AF2E5C0B965F2F00EDBA70 /* blur.cpp in Sources */,
+                               A6AF2E5E0B965F2F00EDBA70 /* canvas.cpp in Sources */,
+                               A6AF2E610B965F2F00EDBA70 /* color.cpp in Sources */,
+                               A6AF2E630B965F2F00EDBA70 /* context.cpp in Sources */,
+                               A6AF2E650B965F2F00EDBA70 /* curve_helper.cpp in Sources */,
+                               A6AF2E670B965F2F00EDBA70 /* curveset.cpp in Sources */,
+                               A6AF2E690B965F2F00EDBA70 /* distance.cpp in Sources */,
+                               A6AF2E6B0B965F2F00EDBA70 /* exception.cpp in Sources */,
+                               A6AF2E6D0B965F2F00EDBA70 /* gamma.cpp in Sources */,
+                               A6AF2E700B965F2F00EDBA70 /* gradient.cpp in Sources */,
+                               A6AF2E720B965F2F00EDBA70 /* guid.cpp in Sources */,
+                               A6AF2E750B965F2F00EDBA70 /* importer.cpp in Sources */,
+                               A6AF2E780B965F2F00EDBA70 /* keyframe.cpp in Sources */,
+                               A6AF2E7A0B965F2F00EDBA70 /* layer.cpp in Sources */,
+                               A6AF2E7C0B965F2F00EDBA70 /* layer_bitmap.cpp in Sources */,
+                               A6AF2E7E0B965F2F00EDBA70 /* layer_composite.cpp in Sources */,
+                               A6AF2E800B965F2F00EDBA70 /* layer_mime.cpp in Sources */,
+                               A6AF2E820B965F2F00EDBA70 /* layer_motionblur.cpp in Sources */,
+                               A6AF2E840B965F2F00EDBA70 /* layer_pastecanvas.cpp in Sources */,
+                               A6AF2E860B965F2F00EDBA70 /* layer_polygon.cpp in Sources */,
+                               A6AF2E880B965F2F00EDBA70 /* layer_shape.cpp in Sources */,
+                               A6AF2E8A0B965F2F00EDBA70 /* layer_solidcolor.cpp in Sources */,
+                               A6AF2ED10B965F2F00EDBA70 /* listimporter.cpp in Sources */,
+                               A6AF2ED30B965F2F00EDBA70 /* loadcanvas.cpp in Sources */,
+                               A6AF2ED50B965F2F00EDBA70 /* main.cpp in Sources */,
+                               A6AF2EDA0B965F2F00EDBA70 /* module.cpp in Sources */,
+                               A6AF2EDC0B965F2F00EDBA70 /* mutex.cpp in Sources */,
+                               A6AF2EDE0B965F2F00EDBA70 /* node.cpp in Sources */,
+                               A6AF2EE00B965F2F00EDBA70 /* palette.cpp in Sources */,
+                               A6AF2EE20B965F2F00EDBA70 /* paramdesc.cpp in Sources */,
+                               A6AF2EE50B965F2F00EDBA70 /* polynomial_root.cpp in Sources */,
+                               A6AF2EEE0B965F2F00EDBA70 /* rect.cpp in Sources */,
+                               A6AF2EF00B965F2F00EDBA70 /* renddesc.cpp in Sources */,
+                               A6AF2EF20B965F2F00EDBA70 /* render.cpp in Sources */,
+                               A6AF2EF40B965F2F00EDBA70 /* savecanvas.cpp in Sources */,
+                               A6AF2EFA0B965F2F00EDBA70 /* surface.cpp in Sources */,
+                               A6AF2F000B965F2F00EDBA70 /* target.cpp in Sources */,
+                               A6AF2F020B965F2F00EDBA70 /* target_multi.cpp in Sources */,
+                               A6AF2F040B965F2F00EDBA70 /* target_null.cpp in Sources */,
+                               A6AF2F060B965F2F00EDBA70 /* target_null_tile.cpp in Sources */,
+                               A6AF2F080B965F2F00EDBA70 /* target_scanline.cpp in Sources */,
+                               A6AF2F0A0B965F2F00EDBA70 /* target_tile.cpp in Sources */,
+                               A6AF2F0C0B965F2F00EDBA70 /* time.cpp in Sources */,
+                               A6AF2F0E0B965F2F00EDBA70 /* timepointcollect.cpp in Sources */,
+                               A6AF2F100B965F2F00EDBA70 /* transform.cpp in Sources */,
+                               A6AF2F130B965F2F00EDBA70 /* uniqueid.cpp in Sources */,
+                               A6AF2F150B965F2F00EDBA70 /* value.cpp in Sources */,
+                               A6AF2F170B965F2F00EDBA70 /* valuenode.cpp in Sources */,
+                               A6AF2F190B965F2F00EDBA70 /* valuenode_animated.cpp in Sources */,
+                               A6AF2F1B0B965F2F00EDBA70 /* valuenode_bline.cpp in Sources */,
+                               A6AF2F1D0B965F2F00EDBA70 /* valuenode_composite.cpp in Sources */,
+                               A6AF2F1F0B965F2F00EDBA70 /* valuenode_const.cpp in Sources */,
+                               A6AF2F210B965F2F00EDBA70 /* valuenode_dynamiclist.cpp in Sources */,
+                               A6AF2F230B965F2F00EDBA70 /* valuenode_gradientrotate.cpp in Sources */,
+                               A6AF2F250B965F2F00EDBA70 /* valuenode_linear.cpp in Sources */,
+                               A6AF2F270B965F2F00EDBA70 /* valuenode_radialcomposite.cpp in Sources */,
+                               A6AF2F290B965F2F00EDBA70 /* valuenode_reference.cpp in Sources */,
+                               A6AF2F2B0B965F2F00EDBA70 /* valuenode_scale.cpp in Sources */,
+                               A6AF2F2D0B965F2F00EDBA70 /* valuenode_segcalctangent.cpp in Sources */,
+                               A6AF2F2F0B965F2F00EDBA70 /* valuenode_segcalcvertex.cpp in Sources */,
+                               A6AF2F310B965F2F00EDBA70 /* valuenode_sine.cpp in Sources */,
+                               A6AF2F330B965F2F00EDBA70 /* valuenode_stripes.cpp in Sources */,
+                               A6AF2F350B965F2F00EDBA70 /* valuenode_subtract.cpp in Sources */,
+                               A6AF2F370B965F2F00EDBA70 /* valuenode_timedswap.cpp in Sources */,
+                               A6AF2F390B965F2F00EDBA70 /* valuenode_twotone.cpp in Sources */,
+                               A6AF2F3D0B965F2F00EDBA70 /* waypoint.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               A6AF30E00B966F6D00EDBA70 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               A6AF30E50B966F9300EDBA70 /* main.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+               A6AF30EA0B966FB200EDBA70 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = A6AF20DA0B965ED900EDBA70 /* Synfig Framework */;
+                       targetProxy = A6AF30E90B966FB200EDBA70 /* PBXContainerItemProxy */;
+               };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+               A6AF119A0B965E2E00EDBA70 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               COPY_PHASE_STRIP = NO;
+                               GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
+                               HEADER_SEARCH_PATHS = (
+                                       $SRCROOT/src,
+                                       "$SRCROOT/synfig-core.xcodeproj",
+                               );
+                               OTHER_CPLUSPLUSFLAGS = (
+                                       "$(OTHER_CFLAGS)",
+                                       "-fpermissive",
+                               );
+                               USER_HEADER_SEARCH_PATHS = "";
+                       };
+                       name = Debug;
+               };
+               A6AF119B0B965E2E00EDBA70 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               COPY_PHASE_STRIP = YES;
+                               GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
+                               HEADER_SEARCH_PATHS = (
+                                       $SRCROOT/src,
+                                       "$SRCROOT/synfig-core.xcodeproj",
+                               );
+                               OTHER_CPLUSPLUSFLAGS = (
+                                       "$(OTHER_CFLAGS)",
+                                       "-fpermissive",
+                               );
+                               USER_HEADER_SEARCH_PATHS = "";
+                       };
+                       name = Release;
+               };
+               A6AF20DF0B965ED900EDBA70 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = NO;
+                               DYLIB_COMPATIBILITY_VERSION = 1;
+                               DYLIB_CURRENT_VERSION = 1;
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
+                               FRAMEWORK_VERSION = A;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_FIX_AND_CONTINUE = YES;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+                               GCC_MODEL_TUNING = G5;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = "";
+                               INFOPLIST_FILE = "synfig-Info.plist";
+                               INSTALL_PATH = "$(HOME)/Library/Frameworks";
+                               LIBRARY_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/src/synfig/.libs\"";
+                               OTHER_LDFLAGS = "";
+                               PREBINDING = NO;
+                               PRODUCT_NAME = synfig;
+                               ZERO_LINK = YES;
+                       };
+                       name = Debug;
+               };
+               A6AF20E00B965ED900EDBA70 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ARCHS = (
+                                       i386,
+                                       ppc,
+                               );
+                               COPY_PHASE_STRIP = YES;
+                               DYLIB_COMPATIBILITY_VERSION = 1;
+                               DYLIB_CURRENT_VERSION = 1;
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
+                               FRAMEWORK_VERSION = A;
+                               GCC_ENABLE_FIX_AND_CONTINUE = NO;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+                               GCC_MODEL_TUNING = G5;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = "";
+                               INFOPLIST_FILE = "synfig-Info.plist";
+                               INSTALL_PATH = "$(HOME)/Library/Frameworks";
+                               LIBRARY_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/src/synfig/.libs\"";
+                               OTHER_LDFLAGS = "";
+                               PREBINDING = NO;
+                               PRODUCT_NAME = synfig;
+                               ZERO_LINK = NO;
+                       };
+                       name = Release;
+               };
+               A6AF30ED0B966FD100EDBA70 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = NO;
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_FIX_AND_CONTINUE = YES;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+                               GCC_MODEL_TUNING = G5;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               INSTALL_PATH = "$(HOME)/bin";
+                               PREBINDING = NO;
+                               PRODUCT_NAME = synfig;
+                               ZERO_LINK = YES;
+                       };
+                       name = Debug;
+               };
+               A6AF30EE0B966FD100EDBA70 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COPY_PHASE_STRIP = YES;
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
+                               );
+                               FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../../Library/Frameworks\"";
+                               GCC_ENABLE_FIX_AND_CONTINUE = NO;
+                               GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+                               GCC_MODEL_TUNING = G5;
+                               INSTALL_PATH = "$(HOME)/bin";
+                               PREBINDING = NO;
+                               PRODUCT_NAME = synfig;
+                               ZERO_LINK = NO;
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               A6AF11990B965E2E00EDBA70 /* Build configuration list for PBXProject "synfig-core" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               A6AF119A0B965E2E00EDBA70 /* Debug */,
+                               A6AF119B0B965E2E00EDBA70 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               A6AF20DE0B965ED900EDBA70 /* Build configuration list for PBXNativeTarget "Synfig Framework" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               A6AF20DF0B965ED900EDBA70 /* Debug */,
+                               A6AF20E00B965ED900EDBA70 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               A6AF30EC0B966FD100EDBA70 /* Build configuration list for PBXNativeTarget "Synfig Tool" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               A6AF30ED0B966FD100EDBA70 /* Debug */,
+                               A6AF30EE0B966FD100EDBA70 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = A6AF11980B965E2E00EDBA70 /* Project object */;
+}
diff --git a/synfig-core/trunk/synfig.pbproj/config.h b/synfig-core/trunk/synfig.pbproj/config.h
deleted file mode 100644 (file)
index 522c160..0000000
+++ /dev/null
@@ -1,335 +0,0 @@
-/* config.h.  Generated automatically by configure.  */
-/* config-h.in.  Generated automatically from configure.in by autoheader.  */
-/* Define to the address where bug reports for this package should be sent. */
-
-#define PACKAGE_BUGREPORT "darco@deepdarc.com"
-#define PROJECT_BUILDER 1
-
-/* Define to the full name of this package. */
-#define PACKAGE "synfig"
-
-/* Define to the version of this package. */
-#define VERSION "0.60.05-mac"
-
-#define LTDL_SHLIB_EXT ".so"
-
-#define PLATFORM_DARWIN_PPC 1
-
-/* Define to empty if the keyword does not work.  */
-/* #undef const */
-
-/* Define as __inline if that's what the C compiler calls it.  */
-/* #undef inline */
-
-#define SYNFIG_LTDL_NO_STATIC
-
-/* Define if you have the ANSI C header files.  */
-#define STDC_HEADERS 1
-
-/* Define if you have the argz_append function.  */
-/* #undef HAVE_ARGZ_APPEND */
-
-/* Define if you have the argz_create_sep function.  */
-/* #undef HAVE_ARGZ_CREATE_SEP */
-
-/* Define if you have the argz_insert function.  */
-/* #undef HAVE_ARGZ_INSERT */
-
-/* Define if you have the argz_next function.  */
-/* #undef HAVE_ARGZ_NEXT */
-
-/* Define if you have the argz_stringify function.  */
-/* #undef HAVE_ARGZ_STRINGIFY */
-
-/* Define if you have the bcopy function.  */
-/* #undef HAVE_BCOPY */
-
-/* Define if you have the dlerror function.  */
-/* #undef HAVE_DLERROR */
-
-/* Define if you have the index function.  */
-/* #undef HAVE_INDEX */
-
-/* Define if you have the memcpy function.  */
-#define HAVE_MEMCPY 1
-
-/* Define if you have the memmove function.  */
-#define HAVE_MEMMOVE 1
-
-/* Define if you have the rindex function.  */
-/* #undef HAVE_RINDEX */
-
-/* Define if you have the strchr function.  */
-#define HAVE_STRCHR 1
-
-/* Define if you have the strcmp function.  */
-#define HAVE_STRCMP 1
-
-/* Define if you have the strrchr function.  */
-#define HAVE_STRRCHR 1
-
-/* Define if you have the <argz.h> header file.  */
-/* #undef HAVE_ARGZ_H */
-
-/* Define if you have the <assert.h> header file.  */
-/* #undef HAVE_ASSERT_H */
-
-/* Define if you have the <ctype.h> header file.  */
-#define HAVE_CTYPE_H 1
-
-/* Define if you have the <dirent.h> header file.  */
-#define HAVE_DIRENT_H 1
-
-/* Define if you have the <dl.h> header file.  */
-/* #undef HAVE_DL_H */
-
-/* Define if you have the <dld.h> header file.  */
-/* #undef HAVE_DLD_H */
-
-/* Define if you have the <dlfcn.h> header file.  */
-#undef HAVE_DLFCN_H
-
-/* Define if you have the <errno.h> header file.  */
-#define HAVE_ERRNO_H 1
-
-/* Define if you have the <malloc.h> header file.  */
-/* #undef HAVE_MALLOC_H */
-
-/* Define if you have the <memory.h> header file.  */
-#define HAVE_MEMORY_H 1
-
-/* Define if you have the <ndir.h> header file.  */
-/* #undef HAVE_NDIR_H */
-
-/* Define if you have the <stdio.h> header file.  */
-#define HAVE_STDIO_H 1
-
-/* Define if you have the <stdlib.h> header file.  */
-#define HAVE_STDLIB_H 1
-
-/* Define if you have the <string.h> header file.  */
-#define HAVE_STRING_H 1
-
-/* Define if you have the <strings.h> header file.  */
-/* #undef HAVE_STRINGS_H */
-
-/* Define if you have the <sys/dir.h> header file.  */
-/* #undef HAVE_SYS_DIR_H */
-
-/* Define if you have the <sys/dl.h> header file.  */
-/* #undef HAVE_SYS_DL_H */
-
-/* Define if you have the <sys/ndir.h> header file.  */
-/* #undef HAVE_SYS_NDIR_H */
-
-/* Define if you have the <unistd.h> header file.  */
-#define HAVE_UNISTD_H 1
-
-/* Define to the extension used for shared libraries, say, .so.  */
-/* #undef LTDL_SHLIB_EXT */
-
-/* Define to the name of the environment variable that determines the dynamic library search path.  */
-#define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
-
-/* Define to the system default library search path.  */
-#define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.  */
-#define LTDL_OBJDIR ".libs/"
-
-/* Define if libtool can extract symbol lists from object files.  */
-#define HAVE_PRELOADED_SYMBOLS 1
-
-/* Define if you have the libdl library or equivalent.  */
-/* #undef HAVE_LIBDL */
-
-/* Define if you have the libdl library or equivalent. */
-/* #undef HAVE_LIBDL */
-
-/* Define if you have the libdl library or equivalent. */
-/* #undef HAVE_LIBDL */
-
-/* Define if you have the shl_load function. */
-/* #undef HAVE_SHL_LOAD */
-
-/* Define if you have the shl_load function. */
-/* #undef HAVE_SHL_LOAD */
-
-/* Define if you have the GNU dld library. */
-/* #undef HAVE_DLD */
-
-/* Define if dlsym() requires a leading underscode in symbol names.  */
-/* #undef NEED_USCORE */
-
-/* Define if the OS needs help to load dependent libraries for dlopen().  */
-#define LTDL_DLOPEN_DEPLIBS 1
-
-/* Define to a type to use for `error_t' if it is not otherwise available. */
-#define error_t int
-
-/* Define to 1 if you have the `argz_append' function. */
-/* #undef HAVE_ARGZ_APPEND */
-
-/* Define to 1 if you have the `argz_create_sep' function. */
-/* #undef HAVE_ARGZ_CREATE_SEP */
-
-/* Define to 1 if you have the <argz.h> header file. */
-/* #undef HAVE_ARGZ_H */
-
-/* Define to 1 if you have the `argz_insert' function. */
-/* #undef HAVE_ARGZ_INSERT */
-
-/* Define to 1 if you have the `argz_next' function. */
-/* #undef HAVE_ARGZ_NEXT */
-
-/* Define to 1 if you have the `argz_stringify' function. */
-/* #undef HAVE_ARGZ_STRINGIFY */
-
-/* Define to 1 if you have the <assert.h> header file. */
-/* #undef HAVE_ASSERT_H */
-
-/* Define to 1 if you have the `bcopy' function. */
-/* #undef HAVE_BCOPY */
-
-/* Define to 1 if you have the <ctype.h> header file. */
-#define HAVE_CTYPE_H 1
-
-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
-   */
-#define HAVE_DIRENT_H 1
-
-/* Define if you have the GNU dld library. */
-/* #undef HAVE_DLD */
-
-/* Define to 1 if you have the <dld.h> header file. */
-/* #undef HAVE_DLD_H */
-
-/* Define to 1 if you have the `dlerror' function. */
-#define HAVE_DLERROR 1
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <dl.h> header file. */
-/* #undef HAVE_DL_H */
-
-/* Define to 1 if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
-
-/* Define to 1 if the system has the type `error_t'. */
-/* #undef HAVE_ERROR_T */
-
-/* Define to 1 if you have the `index' function. */
-/* #undef HAVE_INDEX */
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define if you have the libdl library or equivalent. */
-#define HAVE_LIBDL 1
-
-/* Define to 1 if you have the <malloc.h> header file. */
-/* #undef HAVE_MALLOC_H */
-
-#define HAVE_SIGNAL_H 1
-
-/* Define to 1 if you have the `memcpy' function. */
-#define HAVE_MEMCPY 1
-
-/* Define to 1 if you have the `memmove' function. */
-#define HAVE_MEMMOVE 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
-/* #undef HAVE_NDIR_H */
-
-/* Define if libtool can extract symbol lists from object files. */
-#define HAVE_PRELOADED_SYMBOLS 1
-
-/* Define to 1 if you have the `rindex' function. */
-/* #undef HAVE_RINDEX */
-
-/* Define if you have the shl_load function. */
-/* #undef HAVE_SHL_LOAD */
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdio.h> header file. */
-#define HAVE_STDIO_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the `strchr' function. */
-#define HAVE_STRCHR 1
-
-/* Define to 1 if you have the `strcmp' function. */
-#define HAVE_STRCMP 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the `strrchr' function. */
-#define HAVE_STRRCHR 1
-
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
-   */
-/* #undef HAVE_SYS_DIR_H */
-
-/* Define to 1 if you have the <sys/dl.h> header file. */
-/* #undef HAVE_SYS_DL_H */
-
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
-   */
-/* #undef HAVE_SYS_NDIR_H */
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define if the OS needs help to load dependent libraries for dlopen(). */
-#define LTDL_DLOPEN_DEPLIBS 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LTDL_OBJDIR ".libs/"
-
-/* Define to the name of the environment variable that determines the dynamic
-   library search path. */
-#define LTDL_SHLIBPATH_VAR "DYLD_LIBRARY_PATH"
-
-/* Define to the extension used for shared libraries, say, ".so". */
-/* #undef LTDL_SHLIB_EXT */
-
-/* Define to the system default library search path. */
-#define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
-
-/* Define if dlsym() requires a leading underscode in symbol names. */
-#define NEED_USCORE 1
-
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
-/* Define to a type to use for `error_t' if it is not otherwise available. */
-#define error_t int
-
-#define HAVE_LIBPNG    1
-#define HAVE_OPENEXR   1
-/* Define as `__inline' if that's what the C compiler calls it, or to nothing
-   if it is not supported. */
-/* #undef inline */
diff --git a/synfig-core/trunk/synfig.pbproj/darco.mode1 b/synfig-core/trunk/synfig.pbproj/darco.mode1
deleted file mode 100755 (executable)
index 487f18c..0000000
+++ /dev/null
@@ -1,1121 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>ActivePerspectiveName</key>
-       <string>Project</string>
-       <key>AllowedModules</key>
-       <array>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXSmartGroupTreeModule</string>
-                       <key>Name</key>
-                       <string>Groups and Files Outline View</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXNavigatorGroup</string>
-                       <key>Name</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>XCTaskListModule</string>
-                       <key>Name</key>
-                       <string>Task List</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>XCDetailModule</string>
-                       <key>Name</key>
-                       <string>File and Smart Group Detail Viewer</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>1</string>
-                       <key>Module</key>
-                       <string>PBXBuildResultsModule</string>
-                       <key>Name</key>
-                       <string>Detailed Build Results Viewer</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>1</string>
-                       <key>Module</key>
-                       <string>PBXProjectFindModule</string>
-                       <key>Name</key>
-                       <string>Project Batch Find Tool</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXRunSessionModule</string>
-                       <key>Name</key>
-                       <string>Run Log</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXBookmarksModule</string>
-                       <key>Name</key>
-                       <string>Bookmarks Tool</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXClassBrowserModule</string>
-                       <key>Name</key>
-                       <string>Class Browser</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXCVSModule</string>
-                       <key>Name</key>
-                       <string>Source Code Control Tool</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXDebugBreakpointsModule</string>
-                       <key>Name</key>
-                       <string>Debug Breakpoints Tool</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>XCDockableInspector</string>
-                       <key>Name</key>
-                       <string>Inspector</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>n</string>
-                       <key>Module</key>
-                       <string>PBXOpenQuicklyModule</string>
-                       <key>Name</key>
-                       <string>Open Quickly Tool</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>1</string>
-                       <key>Module</key>
-                       <string>PBXDebugSessionModule</string>
-                       <key>Name</key>
-                       <string>Debugger</string>
-               </dict>
-               <dict>
-                       <key>BundleLoadPath</key>
-                       <string></string>
-                       <key>MaxInstances</key>
-                       <string>1</string>
-                       <key>Module</key>
-                       <string>PBXDebugCLIModule</string>
-                       <key>Name</key>
-                       <string>Debug Console</string>
-               </dict>
-       </array>
-       <key>Description</key>
-       <string>This workspace mimics that found in Xcode 1.2, with various minor improvements such as including attached editors to the build results window and the project find window.</string>
-       <key>DockingSystemVisible</key>
-       <false/>
-       <key>Extension</key>
-       <string>mode1</string>
-       <key>FirstTimeWindowDisplayed</key>
-       <false/>
-       <key>Identifier</key>
-       <string>com.apple.perspectives.project.mode1</string>
-       <key>MajorVersion</key>
-       <integer>31</integer>
-       <key>MinorVersion</key>
-       <integer>0</integer>
-       <key>Name</key>
-       <string>Default Workspace</string>
-       <key>Notifications</key>
-       <array/>
-       <key>OpenEditors</key>
-       <array/>
-       <key>Perspectives</key>
-       <array>
-               <dict>
-                       <key>ChosenToolbarItems</key>
-                       <array>
-                               <string>active-target-popup</string>
-                               <string>action</string>
-                               <string>NSToolbarFlexibleSpaceItem</string>
-                               <string>buildOrClean</string>
-                               <string>build-and-runOrDebug</string>
-                               <string>clean-target</string>
-                               <string>com.apple.ide.PBXToolbarStopButton</string>
-                               <string>get-info</string>
-                               <string>toggle-editor</string>
-                               <string>NSToolbarFlexibleSpaceItem</string>
-                               <string>com.apple.pbx.toolbar.searchfield</string>
-                       </array>
-                       <key>ControllerClassBaseName</key>
-                       <string></string>
-                       <key>IconName</key>
-                       <string>WindowOfProject</string>
-                       <key>Identifier</key>
-                       <string>perspective.project</string>
-                       <key>IsVertical</key>
-                       <false/>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>ContentConfiguration</key>
-                                       <dict>
-                                               <key>PBXBottomSmartGroupGIDs</key>
-                                               <array>
-                                                       <string>1C37FBAC04509CD000000102</string>
-                                                       <string>1C37FAAC04509CD000000102</string>
-                                                       <string>1C08E77C0454961000C914BD</string>
-                                                       <string>1C37FABC05509CD000000102</string>
-                                                       <string>1C37FABC05539CD112110102</string>
-                                                       <string>E2644B35053B69B200211256</string>
-                                                       <string>1C37FABC04509CD000100104</string>
-                                               </array>
-                                               <key>PBXProjectModuleGUID</key>
-                                               <string>1CE0B1FE06471DED0097A5F4</string>
-                                               <key>PBXProjectModuleLabel</key>
-                                               <string>Files</string>
-                                               <key>PBXProjectStructureProvided</key>
-                                               <string>yes</string>
-                                               <key>PBXSmartGroupTreeModuleColumnData</key>
-                                               <dict>
-                                                       <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
-                                                       <array>
-                                                               <real>186</real>
-                                                       </array>
-                                                       <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
-                                                       <array>
-                                                               <string>MainColumn</string>
-                                                       </array>
-                                               </dict>
-                                               <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
-                                               <dict>
-                                                       <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
-                                                       <array>
-                                                               <string>F550016102F0983D01000102</string>
-                                                               <string>F550017202F0ABE401000102</string>
-                                                               <string>A684452D0474A7BD00A80006</string>
-                                                               <string>F588A3BE02F0CCE501000102</string>
-                                                               <string>1C37FABC05509CD000000102</string>
-                                                       </array>
-                                                       <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
-                                                       <array>
-                                                               <array>
-                                                                       <integer>0</integer>
-                                                               </array>
-                                                       </array>
-                                                       <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
-                                                       <string>{{0, 1804}, {186, 576}}</string>
-                                               </dict>
-                                               <key>PBXTopSmartGroupGIDs</key>
-                                               <array/>
-                                       </dict>
-                                       <key>GeometryConfiguration</key>
-                                       <dict>
-                                               <key>Frame</key>
-                                               <string>{{0, 0}, {203, 594}}</string>
-                                               <key>GroupTreeTableConfiguration</key>
-                                               <array>
-                                                       <string>MainColumn</string>
-                                                       <real>186</real>
-                                               </array>
-                                               <key>RubberWindowFrame</key>
-                                               <string>152 177 935 636 0 0 1152 848 </string>
-                                       </dict>
-                                       <key>Module</key>
-                                       <string>PBXSmartGroupTreeModule</string>
-                                       <key>Proportion</key>
-                                       <string>203pt</string>
-                               </dict>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CE0B20306471E060097A5F4</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>MyNewFile14.java</string>
-                                                               <key>PBXSplitModuleInNavigatorKey</key>
-                                                               <dict>
-                                                                       <key>Split0</key>
-                                                                       <dict>
-                                                                               <key>PBXProjectModuleGUID</key>
-                                                                               <string>1CE0B20406471E060097A5F4</string>
-                                                                               <key>PBXProjectModuleLabel</key>
-                                                                               <string>MyNewFile14.java</string>
-                                                                       </dict>
-                                                                       <key>SplitCount</key>
-                                                                       <string>1</string>
-                                                               </dict>
-                                                               <key>StatusBarVisibility</key>
-                                                               <true/>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {726, 0}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>152 177 935 636 0 0 1152 848 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXNavigatorGroup</string>
-                                                       <key>Proportion</key>
-                                                       <string>0pt</string>
-                                               </dict>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CE0B20506471E060097A5F4</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Targets</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 7}, {726, 587}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>152 177 935 636 0 0 1152 848 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>XCDetailModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>587pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>726pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Project</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>XCModuleDock</string>
-                               <string>PBXSmartGroupTreeModule</string>
-                               <string>XCModuleDock</string>
-                               <string>PBXNavigatorGroup</string>
-                               <string>XCDetailModule</string>
-                       </array>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>A6E2EA81076564F1002AF736</string>
-                               <string>1CE0B1FE06471DED0097A5F4</string>
-                               <string>A6E2EA82076564F1002AF736</string>
-                               <string>1CE0B20306471E060097A5F4</string>
-                               <string>1CE0B20506471E060097A5F4</string>
-                       </array>
-                       <key>ToolbarConfiguration</key>
-                       <string>xcode.toolbar.config.default</string>
-               </dict>
-       </array>
-       <key>PerspectivesBarVisible</key>
-       <false/>
-       <key>StatusbarIsVisible</key>
-       <true/>
-       <key>TimeStamp</key>
-       <real>0.0</real>
-       <key>ToolbarDisplayMode</key>
-       <integer>1</integer>
-       <key>ToolbarIsVisible</key>
-       <true/>
-       <key>ToolbarSizeMode</key>
-       <integer>1</integer>
-       <key>Type</key>
-       <string>Perspectives</string>
-       <key>UpdateMessage</key>
-       <string></string>
-       <key>WindowJustification</key>
-       <integer>5</integer>
-       <key>WindowOrderList</key>
-       <array>
-               <string>A6E2EAF7076568B6002AF736</string>
-               <string>A6E2EB0A07656ADA002AF736</string>
-               <string>/Users/darco/Projects/Voria/synfig/synfig.pbproj</string>
-       </array>
-       <key>WindowString</key>
-       <string>152 177 935 636 0 0 1152 848 </string>
-       <key>WindowTools</key>
-       <array>
-               <dict>
-                       <key>FirstTimeWindowDisplayed</key>
-                       <false/>
-                       <key>Identifier</key>
-                       <string>windowTool.build</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CD0528F0623707200166675</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>time.h</string>
-                                                               <key>PBXSplitModuleInNavigatorKey</key>
-                                                               <dict>
-                                                                       <key>Split0</key>
-                                                                       <dict>
-                                                                               <key>PBXProjectModuleGUID</key>
-                                                                               <string>1CD052900623707200166675</string>
-                                                                               <key>PBXProjectModuleLabel</key>
-                                                                               <string>time.h</string>
-                                                                               <key>bookmark</key>
-                                                                               <string>A6E2EB0907656ADA002AF736</string>
-                                                                               <key>history</key>
-                                                                               <array>
-                                                                                       <string>A6E2EB0807656ADA002AF736</string>
-                                                                               </array>
-                                                                       </dict>
-                                                                       <key>SplitCount</key>
-                                                                       <string>1</string>
-                                                               </dict>
-                                                               <key>StatusBarVisibility</key>
-                                                               <true/>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {500, 215}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>27 325 500 500 0 0 1152 848 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXNavigatorGroup</string>
-                                                       <key>Proportion</key>
-                                                       <string>215pt</string>
-                                               </dict>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>XCMainBuildResultsModuleGUID</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Build</string>
-                                                               <key>XCBuildResultsTrigger_Collapse</key>
-                                                               <integer>1021</integer>
-                                                               <key>XCBuildResultsTrigger_Open</key>
-                                                               <integer>1011</integer>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 222}, {500, 236}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>27 325 500 500 0 0 1152 848 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXBuildResultsModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>236pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>458pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Build Results</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXBuildResultsModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>A6E2EAF7076568B6002AF736</string>
-                               <string>A6E2EAF8076568B6002AF736</string>
-                               <string>1CD0528F0623707200166675</string>
-                               <string>XCMainBuildResultsModuleGUID</string>
-                       </array>
-                       <key>ToolbarConfiguration</key>
-                       <string>xcode.toolbar.config.build</string>
-                       <key>WindowString</key>
-                       <string>27 325 500 500 0 0 1152 848 </string>
-                       <key>WindowToolGUID</key>
-                       <string>A6E2EAF7076568B6002AF736</string>
-                       <key>WindowToolIsVisible</key>
-                       <true/>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.debugger</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>Debugger</key>
-                                                               <dict>
-                                                                       <key>HorizontalSplitView</key>
-                                                                       <dict>
-                                                                               <key>_collapsingFrameDimension</key>
-                                                                               <real>0.0</real>
-                                                                               <key>_indexOfCollapsedView</key>
-                                                                               <integer>0</integer>
-                                                                               <key>_percentageOfCollapsedView</key>
-                                                                               <real>0.0</real>
-                                                                               <key>isCollapsed</key>
-                                                                               <string>yes</string>
-                                                                               <key>sizes</key>
-                                                                               <array>
-                                                                                       <string>{{0, 0}, {317, 164}}</string>
-                                                                                       <string>{{317, 0}, {377, 164}}</string>
-                                                                               </array>
-                                                                       </dict>
-                                                                       <key>VerticalSplitView</key>
-                                                                       <dict>
-                                                                               <key>_collapsingFrameDimension</key>
-                                                                               <real>0.0</real>
-                                                                               <key>_indexOfCollapsedView</key>
-                                                                               <integer>0</integer>
-                                                                               <key>_percentageOfCollapsedView</key>
-                                                                               <real>0.0</real>
-                                                                               <key>isCollapsed</key>
-                                                                               <string>yes</string>
-                                                                               <key>sizes</key>
-                                                                               <array>
-                                                                                       <string>{{0, 0}, {694, 164}}</string>
-                                                                                       <string>{{0, 164}, {694, 216}}</string>
-                                                                               </array>
-                                                                       </dict>
-                                                               </dict>
-                                                               <key>LauncherConfigVersion</key>
-                                                               <string>8</string>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1C162984064C10D400B95A72</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Debug - GLUTExamples (Underwater)</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>DebugConsoleDrawerSize</key>
-                                                               <string>{100, 120}</string>
-                                                               <key>DebugConsoleVisible</key>
-                                                               <string>None</string>
-                                                               <key>DebugConsoleWindowFrame</key>
-                                                               <string>{{200, 200}, {500, 300}}</string>
-                                                               <key>DebugSTDIOWindowFrame</key>
-                                                               <string>{{200, 200}, {500, 300}}</string>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {694, 380}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>321 238 694 422 0 0 1440 878 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXDebugSessionModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>380pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>380pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Debugger</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXDebugSessionModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1CD10A99069EF8BA00B06720</string>
-                               <string>1C0AD2AB069F1E9B00FABCE6</string>
-                               <string>1C162984064C10D400B95A72</string>
-                               <string>1C0AD2AC069F1E9B00FABCE6</string>
-                       </array>
-                       <key>ToolbarConfiguration</key>
-                       <string>xcode.toolbar.config.debug</string>
-                       <key>WindowString</key>
-                       <string>321 238 694 422 0 0 1440 878 </string>
-                       <key>WindowToolGUID</key>
-                       <string>1CD10A99069EF8BA00B06720</string>
-                       <key>WindowToolIsVisible</key>
-                       <false/>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.find</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>Dock</key>
-                                                       <array>
-                                                               <dict>
-                                                                       <key>ContentConfiguration</key>
-                                                                       <dict>
-                                                                               <key>PBXProjectModuleGUID</key>
-                                                                               <string>1CDD528C0622207200134675</string>
-                                                                               <key>PBXProjectModuleLabel</key>
-                                                                               <string>&lt;No Editor&gt;</string>
-                                                                               <key>PBXSplitModuleInNavigatorKey</key>
-                                                                               <dict>
-                                                                                       <key>Split0</key>
-                                                                                       <dict>
-                                                                                               <key>PBXProjectModuleGUID</key>
-                                                                                               <string>1CD0528D0623707200166675</string>
-                                                                                       </dict>
-                                                                                       <key>SplitCount</key>
-                                                                                       <string>1</string>
-                                                                               </dict>
-                                                                               <key>StatusBarVisibility</key>
-                                                                               <true/>
-                                                                       </dict>
-                                                                       <key>GeometryConfiguration</key>
-                                                                       <dict>
-                                                                               <key>Frame</key>
-                                                                               <string>{{0, 0}, {781, 167}}</string>
-                                                                               <key>RubberWindowFrame</key>
-                                                                               <string>62 385 781 470 0 0 1440 878 </string>
-                                                                       </dict>
-                                                                       <key>Module</key>
-                                                                       <string>PBXNavigatorGroup</string>
-                                                                       <key>Proportion</key>
-                                                                       <string>781pt</string>
-                                                               </dict>
-                                                       </array>
-                                                       <key>Proportion</key>
-                                                       <string>50%</string>
-                                               </dict>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CD0528E0623707200166675</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Project Find</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{8, 0}, {773, 254}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>62 385 781 470 0 0 1440 878 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXProjectFindModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>50%</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>428pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Project Find</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXProjectFindModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C530D57069F1CE1000CFCEE</string>
-                               <string>1C530D58069F1CE1000CFCEE</string>
-                               <string>1C530D59069F1CE1000CFCEE</string>
-                               <string>1CDD528C0622207200134675</string>
-                               <string>1C530D5A069F1CE1000CFCEE</string>
-                               <string>1CE0B1FE06471DED0097A5F4</string>
-                               <string>1CD0528E0623707200166675</string>
-                       </array>
-                       <key>WindowString</key>
-                       <string>62 385 781 470 0 0 1440 878 </string>
-                       <key>WindowToolGUID</key>
-                       <string>1C530D57069F1CE1000CFCEE</string>
-                       <key>WindowToolIsVisible</key>
-                       <false/>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>MENUSEPARATOR</string>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.debuggerConsole</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1C78EAAC065D492600B07095</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Debugger Console</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {440, 358}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>650 41 440 400 0 0 1280 1002 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXDebugCLIModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>358pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>358pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Debugger Console</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXDebugCLIModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C78EAAD065D492600B07095</string>
-                               <string>1C78EAAE065D492600B07095</string>
-                               <string>1C78EAAC065D492600B07095</string>
-                       </array>
-                       <key>WindowString</key>
-                       <string>650 41 440 400 0 0 1280 1002 </string>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.run</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>LauncherConfigVersion</key>
-                                                               <string>3</string>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CD0528B0623707200166675</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Run</string>
-                                                               <key>Runner</key>
-                                                               <dict>
-                                                                       <key>HorizontalSplitView</key>
-                                                                       <dict>
-                                                                               <key>_collapsingFrameDimension</key>
-                                                                               <real>0.0</real>
-                                                                               <key>_indexOfCollapsedView</key>
-                                                                               <integer>0</integer>
-                                                                               <key>_percentageOfCollapsedView</key>
-                                                                               <real>0.0</real>
-                                                                               <key>isCollapsed</key>
-                                                                               <string>yes</string>
-                                                                               <key>sizes</key>
-                                                                               <array>
-                                                                                       <string>{{0, 0}, {491, 167}}</string>
-                                                                                       <string>{{0, 176}, {491, 267}}</string>
-                                                                               </array>
-                                                                       </dict>
-                                                                       <key>VerticalSplitView</key>
-                                                                       <dict>
-                                                                               <key>_collapsingFrameDimension</key>
-                                                                               <real>0.0</real>
-                                                                               <key>_indexOfCollapsedView</key>
-                                                                               <integer>0</integer>
-                                                                               <key>_percentageOfCollapsedView</key>
-                                                                               <real>0.0</real>
-                                                                               <key>isCollapsed</key>
-                                                                               <string>yes</string>
-                                                                               <key>sizes</key>
-                                                                               <array>
-                                                                                       <string>{{0, 0}, {405, 443}}</string>
-                                                                                       <string>{{414, 0}, {514, 443}}</string>
-                                                                               </array>
-                                                                       </dict>
-                                                               </dict>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {458, 143}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>342 452 458 185 0 0 1440 878 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXRunSessionModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>143pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>143pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Run Log</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXRunSessionModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C0AD2B3069F1EA900FABCE6</string>
-                               <string>1C0AD2B4069F1EA900FABCE6</string>
-                               <string>1CD0528B0623707200166675</string>
-                               <string>1C0AD2B5069F1EA900FABCE6</string>
-                       </array>
-                       <key>ToolbarConfiguration</key>
-                       <string>xcode.toolbar.config.run</string>
-                       <key>WindowString</key>
-                       <string>342 452 458 185 0 0 1440 878 </string>
-                       <key>WindowToolGUID</key>
-                       <string>1C0AD2B3069F1EA900FABCE6</string>
-                       <key>WindowToolIsVisible</key>
-                       <false/>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.scm</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1C78EAB2065D492600B07095</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>&lt;No Editor&gt;</string>
-                                                               <key>PBXSplitModuleInNavigatorKey</key>
-                                                               <dict>
-                                                                       <key>Split0</key>
-                                                                       <dict>
-                                                                               <key>PBXProjectModuleGUID</key>
-                                                                               <string>1C78EAB3065D492600B07095</string>
-                                                                       </dict>
-                                                                       <key>SplitCount</key>
-                                                                       <string>1</string>
-                                                               </dict>
-                                                               <key>StatusBarVisibility</key>
-                                                               <true/>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {452, 0}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>743 379 452 308 0 0 1280 1002 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXNavigatorGroup</string>
-                                                       <key>Proportion</key>
-                                                       <string>0pt</string>
-                                               </dict>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CD052920623707200166675</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>SCM</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>ConsoleFrame</key>
-                                                               <string>{{0, 259}, {452, 0}}</string>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 7}, {452, 259}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>743 379 452 308 0 0 1280 1002 </string>
-                                                               <key>TableConfiguration</key>
-                                                               <array>
-                                                                       <string>Status</string>
-                                                                       <real>30</real>
-                                                                       <string>FileName</string>
-                                                                       <real>199</real>
-                                                                       <string>Path</string>
-                                                                       <real>197.09500122070312</real>
-                                                               </array>
-                                                               <key>TableFrame</key>
-                                                               <string>{{0, 0}, {452, 250}}</string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXCVSModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>259pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>266pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>SCM</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXCVSModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <true/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C78EAB4065D492600B07095</string>
-                               <string>1C78EAB5065D492600B07095</string>
-                               <string>1C78EAB2065D492600B07095</string>
-                               <string>1CD052920623707200166675</string>
-                       </array>
-                       <key>WindowString</key>
-                       <string>743 379 452 308 0 0 1280 1002 </string>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.breakpoints</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CD052930623707200166675</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Breakpoints</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>BreakpointsTreeTableConfiguration</key>
-                                                               <array>
-                                                                       <string>enabledColumn</string>
-                                                                       <real>16</real>
-                                                                       <string>breakpointColumn</string>
-                                                                       <real>201.5830078125</real>
-                                                               </array>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {240, 195}}</string>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>342 421 240 216 0 0 1440 878 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXDebugBreakpointsModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>195pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>195pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Breakpoints</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXDebugBreakpointsModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <false/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C0AD2AD069F1E9B00FABCE6</string>
-                               <string>1C0AD2AE069F1E9B00FABCE6</string>
-                               <string>1CD052930623707200166675</string>
-                       </array>
-                       <key>WindowString</key>
-                       <string>342 421 240 216 0 0 1440 878 </string>
-                       <key>WindowToolGUID</key>
-                       <string>1C0AD2AD069F1E9B00FABCE6</string>
-                       <key>WindowToolIsVisible</key>
-                       <false/>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.bookmarks</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>Module</key>
-                                                       <string>PBXBookmarksModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>166pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>166pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Bookmarks</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXBookmarksModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <false/>
-                       <key>WindowString</key>
-                       <string>538 42 401 187 0 0 1280 1002 </string>
-               </dict>
-               <dict>
-                       <key>Identifier</key>
-                       <string>windowTool.classBrowser</string>
-                       <key>Layout</key>
-                       <array>
-                               <dict>
-                                       <key>Dock</key>
-                                       <array>
-                                               <dict>
-                                                       <key>BecomeActive</key>
-                                                       <true/>
-                                                       <key>ContentConfiguration</key>
-                                                       <dict>
-                                                               <key>OptionsSetName</key>
-                                                               <string>Hierarchy, all classes</string>
-                                                               <key>PBXProjectModuleGUID</key>
-                                                               <string>1CA6456E063B45B4001379D8</string>
-                                                               <key>PBXProjectModuleLabel</key>
-                                                               <string>Class Browser - NSObject</string>
-                                                       </dict>
-                                                       <key>GeometryConfiguration</key>
-                                                       <dict>
-                                                               <key>ClassesFrame</key>
-                                                               <string>{{0, 0}, {374, 96}}</string>
-                                                               <key>ClassesTreeTableConfiguration</key>
-                                                               <array>
-                                                                       <string>PBXClassNameColumnIdentifier</string>
-                                                                       <real>208</real>
-                                                                       <string>PBXClassBookColumnIdentifier</string>
-                                                                       <real>22</real>
-                                                               </array>
-                                                               <key>Frame</key>
-                                                               <string>{{0, 0}, {630, 331}}</string>
-                                                               <key>MembersFrame</key>
-                                                               <string>{{0, 105}, {374, 395}}</string>
-                                                               <key>MembersTreeTableConfiguration</key>
-                                                               <array>
-                                                                       <string>PBXMemberTypeIconColumnIdentifier</string>
-                                                                       <real>22</real>
-                                                                       <string>PBXMemberNameColumnIdentifier</string>
-                                                                       <real>216</real>
-                                                                       <string>PBXMemberTypeColumnIdentifier</string>
-                                                                       <real>97</real>
-                                                                       <string>PBXMemberBookColumnIdentifier</string>
-                                                                       <real>22</real>
-                                                               </array>
-                                                               <key>PBXModuleWindowStatusBarHidden2</key>
-                                                               <true/>
-                                                               <key>RubberWindowFrame</key>
-                                                               <string>385 179 630 352 0 0 1440 878 </string>
-                                                       </dict>
-                                                       <key>Module</key>
-                                                       <string>PBXClassBrowserModule</string>
-                                                       <key>Proportion</key>
-                                                       <string>331pt</string>
-                                               </dict>
-                                       </array>
-                                       <key>Proportion</key>
-                                       <string>331pt</string>
-                               </dict>
-                       </array>
-                       <key>Name</key>
-                       <string>Class Browser</string>
-                       <key>ServiceClasses</key>
-                       <array>
-                               <string>PBXClassBrowserModule</string>
-                       </array>
-                       <key>StatusbarIsVisible</key>
-                       <false/>
-                       <key>TableOfContents</key>
-                       <array>
-                               <string>1C0AD2AF069F1E9B00FABCE6</string>
-                               <string>1C0AD2B0069F1E9B00FABCE6</string>
-                               <string>1CA6456E063B45B4001379D8</string>
-                       </array>
-                       <key>ToolbarConfiguration</key>
-                       <string>xcode.toolbar.config.classbrowser</string>
-                       <key>WindowString</key>
-                       <string>385 179 630 352 0 0 1440 878 </string>
-                       <key>WindowToolGUID</key>
-                       <string>1C0AD2AF069F1E9B00FABCE6</string>
-                       <key>WindowToolIsVisible</key>
-                       <false/>
-               </dict>
-       </array>
-</dict>
-</plist>
diff --git a/synfig-core/trunk/synfig.pbproj/darco.pbxuser b/synfig-core/trunk/synfig.pbproj/darco.pbxuser
deleted file mode 100755 (executable)
index 84e0388..0000000
+++ /dev/null
@@ -1,757 +0,0 @@
-// !$*UTF8*$!
-{
-       A60324DD04425DAD00A80006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {806, 2309}}";
-                       sepNavSelRange = "{3451, 79}";
-                       sepNavVisRect = "{{0, 1470}, {459, 183}}";
-                       sepNavWindowFrame = "{{42, 264}, {750, 558}}";
-               };
-       };
-       A60324E904425DF300A80006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {938, 8161}}";
-                       sepNavSelRange = "{10705, 0}";
-                       sepNavVisRect = "{{0, 5897}, {711, 428}}";
-               };
-       };
-       A64F6CE3052A991700140006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {788, 8231}}";
-                       sepNavSelRange = "{6111, 55}";
-                       sepNavVisRect = "{{0, 3321}, {711, 428}}";
-               };
-       };
-       A65F23E605E843EC005A2B7E = {
-               fallbackIsa = XCSourceControlManager;
-               isSCMEnabled = 0;
-               isa = PBXSourceControlManager;
-               scmConfiguration = {
-               };
-               scmType = scm.cvs;
-       };
-       A65F23E705E843EC005A2B7E = {
-               indexTemplatePath = "";
-               isa = PBXCodeSenseManager;
-               usesDefaults = 1;
-               wantsCodeCompletion = 1;
-               wantsCodeCompletionAutoSuggestions = 0;
-               wantsCodeCompletionCaseSensitivity = 1;
-               wantsCodeCompletionListAlways = 1;
-               wantsCodeCompletionOnlyMatchingItems = 1;
-               wantsCodeCompletionParametersIncluded = 1;
-               wantsCodeCompletionPlaceholdersInserted = 1;
-               wantsCodeCompletionTabCompletes = 1;
-               wantsIndex = 1;
-       };
-       A6E2EB0807656ADA002AF736 = {
-               fRef = A60324DD04425DAD00A80006;
-               isa = PBXTextBookmark;
-               rLen = 1;
-               rLoc = 111;
-               rType = 1;
-       };
-       A6E2EB0907656ADA002AF736 = {
-               fRef = A60324DD04425DAD00A80006;
-               isa = PBXTextBookmark;
-               name = "\ttemplate<typename U> bool operator<(const U& rhs)const { return value_<rhs; }\n";
-               rLen = 79;
-               rLoc = 3451;
-               rType = 0;
-               vrLen = 832;
-               vrLoc = 3108;
-       };
-       A6F67DA003E7AE5C00A80006 = {
-               activeExec = 0;
-       };
-       F50C8476037493D401A80006 = {
-               activeExec = 0;
-       };
-       F50C849D03771AF301A80006 = {
-               activeExec = 0;
-       };
-       F513071503267616012F4765 = {
-               activeExec = 0;
-       };
-       F51307A3032684C7012F4765 = {
-               activeExec = 0;
-       };
-       F536546B03575855012F4ADF = {
-               activeExec = 0;
-       };
-       F550016502F0983D01000102 = {
-               activeBuildStyle = F5F2702E03C932DE01BABFEF;
-               activeExecutable = F5F48EBD0314868C01682FCB;
-               activeTarget = F5F48ECF0314873101682FCB;
-               addToTargets = (
-                       F5F48ECF0314873101682FCB,
-                       F5B07697032A95BC01A80082,
-               );
-               breakpoints = (
-               );
-               codeSenseManager = A65F23E705E843EC005A2B7E;
-               executables = (
-                       F5F48EBD0314868C01682FCB,
-               );
-               perUserDictionary = {
-                       PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = {
-                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-                               PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID;
-                               PBXFileTableDataSourceColumnWidthsKey = (
-                                       20,
-                                       266.8799,
-                                       155.2085,
-                               );
-                               PBXFileTableDataSourceColumnsKey = (
-                                       PBXErrorsWarningsDataSource_TypeID,
-                                       PBXErrorsWarningsDataSource_MessageID,
-                                       PBXErrorsWarningsDataSource_LocationID,
-                               );
-                       };
-                       PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
-                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-                               PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
-                               PBXFileTableDataSourceColumnWidthsKey = (
-                                       20,
-                                       452,
-                                       20,
-                                       83,
-                                       43,
-                                       43,
-                                       20,
-                               );
-                               PBXFileTableDataSourceColumnsKey = (
-                                       PBXFileDataSource_FiletypeID,
-                                       PBXFileDataSource_Filename_ColumnID,
-                                       PBXFileDataSource_Built_ColumnID,
-                                       PBXFileDataSource_ObjectSize_ColumnID,
-                                       PBXFileDataSource_Errors_ColumnID,
-                                       PBXFileDataSource_Warnings_ColumnID,
-                                       PBXFileDataSource_Target_ColumnID,
-                               );
-                       };
-                       PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = {
-                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-                               PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID;
-                               PBXFileTableDataSourceColumnWidthsKey = (
-                                       16,
-                                       128.8008,
-                                       158.0356,
-                                       135.2085,
-                               );
-                               PBXFileTableDataSourceColumnsKey = (
-                                       PBXSymbolsDataSource_SymbolTypeIconID,
-                                       PBXSymbolsDataSource_SymbolNameID,
-                                       PBXSymbolsDataSource_SymbolTypeID,
-                                       PBXSymbolsDataSource_ReferenceNameID,
-                               );
-                       };
-                       PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
-                               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
-                               PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
-                               PBXFileTableDataSourceColumnWidthsKey = (
-                                       20,
-                                       385,
-                                       85,
-                                       20,
-                                       85,
-                                       43,
-                                       43,
-                               );
-                               PBXFileTableDataSourceColumnsKey = (
-                                       PBXFileDataSource_FiletypeID,
-                                       PBXFileDataSource_Filename_ColumnID,
-                                       PBXTargetDataSource_PrimaryAttribute,
-                                       PBXFileDataSource_Built_ColumnID,
-                                       PBXFileDataSource_ObjectSize_ColumnID,
-                                       PBXFileDataSource_Errors_ColumnID,
-                                       PBXFileDataSource_Warnings_ColumnID,
-                               );
-                       };
-                       PBXPerProjectTemplateStateSaveDate = 124085462;
-                       PBXPrepackagedSmartGroups_v2 = (
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       activationKey = OldTargetSmartGroup;
-                                       clz = PBXTargetSmartGroup;
-                                       description = "Displays all targets of the project.";
-                                       globalID = 1C37FABC04509CD000000102;
-                                       name = Targets;
-                                       preferences = {
-                                               image = Targets;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXTargetSmartGroup2;
-                                       description = "Displays all targets of the project as well as nested build phases.";
-                                       globalID = 1C37FBAC04509CD000000102;
-                                       name = Targets;
-                                       preferences = {
-                                               image = Targets;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXExecutablesSmartGroup;
-                                       description = "Displays all executables of the project.";
-                                       globalID = 1C37FAAC04509CD000000102;
-                                       name = Executables;
-                                       preferences = {
-                                               image = Executable;
-                                       };
-                               },
-                               {
-                                       " PBXTransientLocationAtTop " = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXErrorsWarningsSmartGroup;
-                                       description = "Displays files with errors or warnings.";
-                                       globalID = 1C08E77C0454961000C914BD;
-                                       name = "Errors and Warnings";
-                                       preferences = {
-                                               fnmatch = "";
-                                               image = WarningsErrors;
-                                               recursive = 1;
-                                               regex = "";
-                                               root = "<PROJECT>";
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXFilenameSmartGroup;
-                                       description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
-                                       globalID = 1CC0EA4004350EF90044410B;
-                                       name = "Implementation Files";
-                                       preferences = {
-                                               canSave = 1;
-                                               fnmatch = "";
-                                               image = SmartFolder;
-                                               isLeaf = 0;
-                                               recursive = 1;
-                                               regex = "?*\\.[mcMC]";
-                                               root = "<PROJECT>";
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXFilenameSmartGroup;
-                                       description = "This group displays Interface Builder NIB Files.";
-                                       globalID = 1CC0EA4004350EF90041110B;
-                                       name = "NIB Files";
-                                       preferences = {
-                                               canSave = 1;
-                                               fnmatch = "*.nib";
-                                               image = SmartFolder;
-                                               isLeaf = 0;
-                                               recursive = 1;
-                                               regex = "";
-                                               root = "<PROJECT>";
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = no;
-                                       absolutePathToBundle = "";
-                                       clz = PBXFindSmartGroup;
-                                       description = "Displays Find Results.";
-                                       globalID = 1C37FABC05509CD000000102;
-                                       name = "Find Results";
-                                       preferences = {
-                                               image = spyglass;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = no;
-                                       absolutePathToBundle = "";
-                                       clz = PBXBookmarksSmartGroup;
-                                       description = "Displays Project Bookmarks.";
-                                       globalID = 1C37FABC05539CD112110102;
-                                       name = Bookmarks;
-                                       preferences = {
-                                               image = Bookmarks;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = XCSCMSmartGroup;
-                                       description = "Displays files with interesting SCM status.";
-                                       globalID = E2644B35053B69B200211256;
-                                       name = SCM;
-                                       preferences = {
-                                               image = PBXRepository;
-                                               isLeaf = 0;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXSymbolsSmartGroup;
-                                       description = "Displays all symbols for the project.";
-                                       globalID = 1C37FABC04509CD000100104;
-                                       name = "Project Symbols";
-                                       preferences = {
-                                               image = ProjectSymbols;
-                                               isLeaf = 1;
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXFilenameSmartGroup;
-                                       description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
-                                       globalID = PBXTemplateMarker;
-                                       name = "Simple Filter SmartGroup";
-                                       preferences = {
-                                               canSave = 1;
-                                               fnmatch = "*.nib";
-                                               image = SmartFolder;
-                                               isLeaf = 0;
-                                               recursive = 1;
-                                               regex = "";
-                                               root = "<PROJECT>";
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       absolutePathToBundle = "";
-                                       clz = PBXFilenameSmartGroup;
-                                       description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
-                                       globalID = PBXTemplateMarker;
-                                       name = "Simple Regular Expression SmartGroup";
-                                       preferences = {
-                                               canSave = 1;
-                                               fnmatch = "";
-                                               image = SmartFolder;
-                                               isLeaf = 0;
-                                               recursive = 1;
-                                               regex = "?*\\.[mcMC]";
-                                               root = "<PROJECT>";
-                                       };
-                               },
-                               {
-                                       PBXTransientLocationAtTop = bottom;
-                                       clz = XDDesignSmartGroup;
-                                       description = "Displays Xdesign models";
-                                       globalID = 2E4A936305E6979E00701470;
-                                       name = Design;
-                                       preferences = {
-                                               image = Design;
-                                               isLeaf = 0;
-                                       };
-                               },
-                       );
-                       PBXWorkspaceContents = (
-                               {
-                                       PBXProjectWorkspaceModule_StateKey_Rev39 = {
-                                               PBXProjectWorkspaceModule_DataSourceSelectionKey_Rev6 = {
-                                                       BoundsStr = "{{0, 0}, {454, 340}}";
-                                                       Rows = (
-                                                               5,
-                                                       );
-                                                       VisibleRectStr = "{{0, 0}, {454, 340}}";
-                                               };
-                                               PBXProjectWorkspaceModule_EditorOpen = false;
-                                               PBXProjectWorkspaceModule_EmbeddedNavigatorGroup = {
-                                                       PBXSplitModuleInNavigatorKey = {
-                                                               SplitCount = 1;
-                                                       };
-                                               };
-                                               PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
-                                                       PBXProjectWorkspaceModule_SGTM_Geometry = {
-                                                               _collapsingFrameDimension = 0;
-                                                               _indexOfCollapsedView = 0;
-                                                               _percentageOfCollapsedView = 0;
-                                                               sizes = (
-                                                                       "{{0, 0}, {182, 357}}",
-                                                                       "{{182, 0}, {469, 357}}",
-                                                               );
-                                                       };
-                                               };
-                                               PBXProjectWorkspaceModule_OldDetailFrame = "{{0, 0}, {469, 357}}";
-                                               PBXProjectWorkspaceModule_OldEditorFrame = "{{0, 0}, {750, 480}}";
-                                               PBXProjectWorkspaceModule_OldSuperviewFrame = "{{182, 0}, {469, 357}}";
-                                               PBXProjectWorkspaceModule_SGTM = {
-                                                       PBXBottomSmartGroupGIDs = (
-                                                               1C37FBAC04509CD000000102,
-                                                               1C37FAAC04509CD000000102,
-                                                               1C08E77C0454961000C914BD,
-                                                               1CC0EA4004350EF90044410B,
-                                                               1CC0EA4004350EF90041110B,
-                                                               1C37FABC05509CD000000102,
-                                                               1C37FABC05539CD112110102,
-                                                               E2644B35053B69B200211256,
-                                                               1C37FABC04509CD000100104,
-                                                       );
-                                                       PBXSmartGroupTreeModuleColumnData = {
-                                                               PBXSmartGroupTreeModuleColumnWidthsKey = (
-                                                                       165,
-                                                               );
-                                                               PBXSmartGroupTreeModuleColumnsKey_v4 = (
-                                                                       MainColumn,
-                                                               );
-                                                       };
-                                                       PBXSmartGroupTreeModuleOutlineStateKey_v7 = {
-                                                               PBXSmartGroupTreeModuleOutlineStateExpansionKey = (
-                                                                       F550016102F0983D01000102,
-                                                                       F58056B403A2F89101A80006,
-                                                                       F58BF73F03379BB601A80006,
-                                                                       F588A3BE02F0CCE501000102,
-                                                                       1C37FBAC04509CD000000102,
-                                                                       A60D2D0405E8559700A20744,
-                                                               );
-                                                               PBXSmartGroupTreeModuleOutlineStateSelectionKey = (
-                                                                       (
-                                                                               26,
-                                                                               22,
-                                                                               0,
-                                                                       ),
-                                                               );
-                                                               PBXSmartGroupTreeModuleOutlineStateVisibleRectKey = "{{0, 120}, {165, 339}}";
-                                                       };
-                                                       PBXTopSmartGroupGIDs = (
-                                                       );
-                                               };
-                                       };
-                               },
-                       );
-                       "PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXBuildResultsModule" = {
-                       };
-                       "PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXDebugCLIModule" = {
-                       };
-                       "PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXDebugSessionModule" = {
-                       };
-                       "PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXNavigatorGroup" = {
-                               PBXSplitModuleInNavigatorKey = {
-                                       SplitCount = 1;
-                               };
-                       };
-                       "PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXProjectWorkspaceModule" = {
-                               PBXProjectWorkspaceModule_StateKey_Rev39 = {
-                                       PBXProjectWorkspaceModule_DataSourceSelectionKey_Rev6 = {
-                                               BoundsStr = "{{0, 0}, {454, 340}}";
-                                               Rows = (
-                                               );
-                                               VisibleRectStr = "{{0, 0}, {454, 340}}";
-                                       };
-                                       PBXProjectWorkspaceModule_EditorOpen = false;
-                                       PBXProjectWorkspaceModule_EmbeddedNavigatorGroup = {
-                                               PBXSplitModuleInNavigatorKey = {
-                                                       SplitCount = 1;
-                                               };
-                                       };
-                                       PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
-                                               PBXProjectWorkspaceModule_SGTM_Geometry = {
-                                                       _collapsingFrameDimension = 0;
-                                                       _indexOfCollapsedView = 0;
-                                                       _percentageOfCollapsedView = 0;
-                                                       sizes = (
-                                                               "{{0, 0}, {182, 357}}",
-                                                               "{{182, 0}, {469, 357}}",
-                                                       );
-                                               };
-                                       };
-                                       PBXProjectWorkspaceModule_OldDetailFrame = "{{0, 0}, {469, 357}}";
-                                       PBXProjectWorkspaceModule_OldEditorFrame = "{{0, 0}, {750, 480}}";
-                                       PBXProjectWorkspaceModule_OldSuperviewFrame = "{{182, 0}, {469, 357}}";
-                                       PBXProjectWorkspaceModule_SGTM = {
-                                               PBXBottomSmartGroupGIDs = (
-                                                       1C37FBAC04509CD000000102,
-                                                       1C37FAAC04509CD000000102,
-                                                       1C08E77C0454961000C914BD,
-                                                       1CC0EA4004350EF90044410B,
-                                                       1CC0EA4004350EF90041110B,
-                                                       1C37FABC05509CD000000102,
-                                                       1C37FABC05539CD112110102,
-                                                       E2644B35053B69B200211256,
-                                                       1C37FABC04509CD000100104,
-                                               );
-                                               PBXSmartGroupTreeModuleColumnData = {
-                                                       PBXSmartGroupTreeModuleColumnWidthsKey = (
-                                                               165,
-                                                       );
-                                                       PBXSmartGroupTreeModuleColumnsKey_v4 = (
-                                                               MainColumn,
-                                                       );
-                                               };
-                                               PBXSmartGroupTreeModuleOutlineStateKey_v7 = {
-                                                       PBXSmartGroupTreeModuleOutlineStateExpansionKey = (
-                                                               F550016102F0983D01000102,
-                                                               F58056B403A2F89101A80006,
-                                                               F513071C032676F4012F4765,
-                                                               F513072A03267792012F4765,
-                                                               F58BF73F03379BB601A80006,
-                                                               1C37FBAC04509CD000000102,
-                                                               A60D2D0405E8559700A20744,
-                                                       );
-                                                       PBXSmartGroupTreeModuleOutlineStateSelectionKey = (
-                                                               (
-                                                                       37,
-                                                                       33,
-                                                                       31,
-                                                               ),
-                                                       );
-                                                       PBXSmartGroupTreeModuleOutlineStateVisibleRectKey = "{{0, 446}, {165, 339}}";
-                                               };
-                                               PBXTopSmartGroupGIDs = (
-                                               );
-                                       };
-                               };
-                       };
-                       PBXWorkspaceGeometries = (
-                               {
-                                       Frame = "{{0, 0}, {651, 357}}";
-                                       PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
-                                       };
-                                       RubberWindowFrame = "314 374 651 399 0 0 1280 832 ";
-                               },
-                       );
-                       "PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXBuildResultsModule" = {
-                               Frame = "{{0, 0}, {703, 453}}";
-                               PBXModuleWindowStatusBarHidden = YES;
-                               RubberWindowFrame = "515 102 703 474 0 0 1280 832 ";
-                       };
-                       "PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXDebugCLIModule" = {
-                               Frame = "{{0, 0}, {400, 201}}";
-                               PBXModuleWindowStatusBarHidden = YES;
-                               RubberWindowFrame = "50 804 400 222 0 0 1280 832 ";
-                       };
-                       "PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXDebugSessionModule" = {
-                               DebugConsoleDrawerSize = "{100, 120}";
-                               DebugConsoleVisible = None;
-                               DebugConsoleWindowFrame = "{{200, 200}, {500, 300}}";
-                               DebugSTDIOWindowFrame = "{{200, 200}, {500, 300}}";
-                               Frame = "{{0, 0}, {745, 442}}";
-                               WindowFrame = "{{269, 294}, {745, 520}}";
-                       };
-                       "PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXNavigatorGroup" = {
-                               Frame = "{{0, 0}, {750, 481}}";
-                               PBXModuleWindowStatusBarHidden = YES;
-                               RubberWindowFrame = "532 129 750 502 0 0 1280 832 ";
-                       };
-                       "PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXProjectWorkspaceModule" = {
-                               Frame = "{{0, 0}, {651, 357}}";
-                               PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
-                                       PBXProjectWorkspaceModule_BuildResultsWindowVisible = true;
-                               };
-                               RubberWindowFrame = "314 374 651 399 0 0 1280 832 ";
-                       };
-                       PBXWorkspaceStateSaveDate = 124085462;
-               };
-               perUserProjectItems = {
-                       A6E2EB0807656ADA002AF736 = A6E2EB0807656ADA002AF736;
-                       A6E2EB0907656ADA002AF736 = A6E2EB0907656ADA002AF736;
-               };
-               sourceControlManager = A65F23E605E843EC005A2B7E;
-               userBookmarkGroup = F5CDFD230325C4C0012F4765;
-               userBuildSettings = {
-               };
-       };
-       F57D1CB1033FDE9A01A80006 = {
-               activeExec = 0;
-       };
-       F58056B303A2F5F401A80006 = {
-               activeExec = 0;
-       };
-       F580574A03A2FA0401A80006 = {
-               activeExec = 0;
-       };
-       F581E14903B24E2D0101DBD7 = {
-               activeExec = 0;
-       };
-       F59F5F6D0374911E01A80006 = {
-               activeExec = 0;
-       };
-       F59F5F8A037491BD01A80006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {711, 1217}}";
-                       sepNavSelRange = "{870, 0}";
-                       sepNavVisRect = "{{0, 231}, {711, 449}}";
-                       sepNavWindowFrame = "{{111, 185}, {750, 558}}";
-               };
-       };
-       F5B0764C032A77BE01A80082 = {
-               activeExec = 0;
-       };
-       F5B07697032A95BC01A80082 = {
-               activeExec = 0;
-       };
-       F5CDFD230325C4C0012F4765 = {
-               children = (
-                       F5CDFD260325D76A012F4765,
-                       F5CDFD270325D7B3012F4765,
-                       F5CDFD280325E148012F4765,
-               );
-               isa = PBXBookmarkGroup;
-               name = Root;
-       };
-       F5CDFD260325D76A012F4765 = {
-               fRef = F5FB06D103200B2801A80006;
-               isa = PBXTextBookmark;
-               name = "ltdl.c: find_handle_callback";
-               rLen = 0;
-               rLoc = 0;
-               rType = 0;
-               vrLen = 0;
-               vrLoc = 0;
-       };
-       F5CDFD270325D7B3012F4765 = {
-               fRef = F5FB06D103200B2801A80006;
-               isa = PBXTextBookmark;
-               name = "ltdl.c: try_dlopen";
-               rLen = 0;
-               rLoc = 0;
-               rType = 0;
-               vrLen = 0;
-               vrLoc = 0;
-       };
-       F5CDFD280325E148012F4765 = {
-               fRef = F5FB06D103200B2801A80006;
-               isa = PBXTextBookmark;
-               name = "ltdl.c: lt_dlopenext";
-               rLen = 0;
-               rLoc = 0;
-               rType = 0;
-               vrLen = 0;
-               vrLoc = 0;
-       };
-       F5D9889B03317C7401A80006 = {
-               activeExec = 0;
-       };
-       F5F48EBB0314868C01682FCB = {
-               activeExec = 0;
-               executables = (
-                       F5F48EBD0314868C01682FCB,
-               );
-       };
-       F5F48EBD0314868C01682FCB = {
-               activeArgIndex = 11;
-               activeArgIndices = (
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       YES,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-                       NO,
-               );
-               argumentStrings = (
-                       "",
-                       "--help",
-                       "--info",
-                       "--license",
-                       "--version",
-                       "internal_mandel.sif -w 300 -h 200 -a 1 --fps 10 -o mandel.gif",
-                       "mandelbrot.sif --fps 5 --start-time 5 --end-time 10 -a 1 -w 300 -h 200 -o mandel_out.sif",
-                       "--layers",
-                       "-v -v -v --targets",
-                       "--modules",
-                       "internal_mandel.sif -o mandelbrot.bmp -w 800 -h 600 -a 3 --time 15",
-                       "../examples/chitori.sif -o chitori.bmp --time 0 -Q 10",
-                       "mandelbrot.sif --time 15 -o mandelbrot.bmp",
-                       "internal_anim.sif --fps 15 --start-time 0 --end-time 22 -w 320 -h 240 -a 5 -o anim.gif -v",
-                       "internal_mandel.sif -o mandel.mpg --fps 10 --start-time 3 --end-time 6 -w 300 -h 200 -a 1",
-                       "internal_mandel.sif -o mandel.mpg --fps 7 --start-time 0 --end-time 6 -w 300 -h 200 -a 1",
-                       "internal_anim.sif -o anim.sif",
-                       "polygon.sif -w 320 -h 240 --start-time 0 --end-time 120 --fps 7 -o polygon.gif",
-                       "../example/about_icon.sif -w 640 -h 480 --frame 10 -o out.png -v -v -v",
-               );
-               configStateDict = {
-               };
-               cppStopOnCatchEnabled = 0;
-               cppStopOnThrowEnabled = 0;
-               customDataFormattersEnabled = 1;
-               debuggerPlugin = GDBDebugging;
-               disassemblyDisplayState = 0;
-               dylibVariantSuffix = "";
-               enableDebugStr = 1;
-               environmentEntries = (
-                       {
-                               active = YES;
-                               name = "";
-                               value = "";
-                       },
-               );
-               isa = PBXExecutable;
-               libgmallocEnabled = 0;
-               name = "Synfig Tool";
-               shlibInfoDictList = (
-               );
-               sourceDirectories = (
-               );
-       };
-       F5F48EC2031486BE01682FCB = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {1130, 13747}}";
-                       sepNavSelRange = "{18012, 26}";
-                       sepNavVisRect = "{{0, 10587}, {711, 428}}";
-               };
-       };
-       F5F48EC40314870401682FCB = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {776, 1987}}";
-                       sepNavSelRange = "{888, 23}";
-                       sepNavVisRect = "{{0, 0}, {711, 449}}";
-                       sepNavWindowFrame = "{{157, 143}, {750, 558}}";
-               };
-       };
-       F5F48EC50314870401682FCB = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {836, 5431}}";
-                       sepNavSelRange = "{0, 0}";
-                       sepNavVisRect = "{{0, 0}, {711, 428}}";
-                       sepNavWindowFrame = "{{42, 248}, {750, 558}}";
-               };
-       };
-       F5F48EC60314870401682FCB = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {711, 1931}}";
-                       sepNavSelRange = "{2494, 21}";
-                       sepNavVisRect = "{{0, 1127}, {711, 449}}";
-                       sepNavWindowFrame = "{{134, 164}, {750, 558}}";
-               };
-       };
-       F5F48ECF0314873101682FCB = {
-               activeExec = 0;
-       };
-       F5F7845003482C9101A80006 = {
-               activeExec = 0;
-       };
-       F5F784630348DCAA01A80006 = {
-               activeExec = 0;
-       };
-       F5FB06D103200B2801A80006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {711, 55817}}";
-                       sepNavSelRange = "{1363, 22}";
-                       sepNavVisRect = "{{0, 409}, {711, 428}}";
-               };
-       };
-       F5FB06D203200B2801A80006 = {
-               uiCtxt = {
-                       sepNavIntBoundsRect = "{{0, 0}, {806, 5207}}";
-                       sepNavSelRange = "{0, 0}";
-                       sepNavVisRect = "{{0, 0}, {711, 428}}";
-                       sepNavWindowFrame = "{{134, 164}, {750, 558}}";
-               };
-       };
-       F5FB071303201B3201A80006 = {
-               activeExec = 0;
-       };
-}
diff --git a/synfig-core/trunk/synfig.pbproj/doxygen.cfg b/synfig-core/trunk/synfig.pbproj/doxygen.cfg
deleted file mode 100644 (file)
index 7b1b7de..0000000
+++ /dev/null
@@ -1,1243 +0,0 @@
-# Doxyfile 1.4.6
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project
-#
-# All text after a hash (#) is considered a comment and will be ignored
-# The format is:
-#       TAG = value [value, ...]
-# For lists items can also be appended using:
-#       TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (" ")
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
-# by quotes) that should identify the project.
-
-PROJECT_NAME           = synfig
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
-# This could be handy for archiving the generated documentation or 
-# if some version control system is used.
-
-PROJECT_NUMBER         = 0.60.00-CVS
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
-# base path where the generated documentation will be put. 
-# If a relative path is entered, it will be relative to the location 
-# where doxygen was started. If left blank the current directory will be used.
-
-OUTPUT_DIRECTORY       = doc
-
-# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
-# 4096 sub-directories (in 2 levels) under the output directory of each output 
-# format and will distribute the generated files over these directories. 
-# Enabling this option can be useful when feeding doxygen a huge amount of 
-# source files, where putting all generated files in the same directory would 
-# otherwise cause performance problems for the file system.
-
-CREATE_SUBDIRS         = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
-# documentation generated by doxygen is written. Doxygen will use this 
-# information to generate all constant output in the proper language. 
-# The default language is English, other supported languages are: 
-# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, 
-# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, 
-# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, 
-# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, 
-# Swedish, and Ukrainian.
-
-OUTPUT_LANGUAGE        = English
-
-# This tag can be used to specify the encoding used in the generated output. 
-# The encoding is not always determined by the language that is chosen, 
-# but also whether or not the output is meant for Windows or non-Windows users. 
-# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 
-# forces the Windows encoding (this is the default for the Windows binary), 
-# whereas setting the tag to NO uses a Unix-style encoding (the default for 
-# all platforms other than Windows).
-
-USE_WINDOWS_ENCODING   = NO
-
-# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
-# include brief member descriptions after the members that are listed in 
-# the file and class documentation (similar to JavaDoc). 
-# Set to NO to disable this.
-
-BRIEF_MEMBER_DESC      = YES
-
-# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
-# the brief description of a member or function before the detailed description. 
-# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
-# brief descriptions will be completely suppressed.
-
-REPEAT_BRIEF           = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator 
-# that is used to form the text in various listings. Each string 
-# in this list, if found as the leading text of the brief description, will be 
-# stripped from the text and the result after processing the whole list, is 
-# used as the annotated text. Otherwise, the brief description is used as-is. 
-# If left blank, the following values are used ("$name" is automatically 
-# replaced with the name of the entity): "The $name class" "The $name widget" 
-# "The $name file" "is" "provides" "specifies" "contains" 
-# "represents" "a" "an" "the"
-
-ABBREVIATE_BRIEF       = 
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
-# Doxygen will generate a detailed section even if there is only a brief 
-# description.
-
-ALWAYS_DETAILED_SEC    = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 
-# inherited members of a class in the documentation of that class as if those 
-# members were ordinary class members. Constructors, destructors and assignment 
-# operators of the base classes will not be shown.
-
-INLINE_INHERITED_MEMB  = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
-# path before files name in the file list and in the header files. If set 
-# to NO the shortest path that makes the file name unique will be used.
-
-FULL_PATH_NAMES        = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
-# can be used to strip a user-defined part of the path. Stripping is 
-# only done if one of the specified strings matches the left-hand part of 
-# the path. The tag can be used to show relative paths in the file list. 
-# If left blank the directory from which doxygen is run is used as the 
-# path to strip.
-
-STRIP_FROM_PATH        = 
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
-# the path mentioned in the documentation of a class, which tells 
-# the reader which header file to include in order to use a class. 
-# If left blank only the name of the header file containing the class 
-# definition is used. Otherwise one should specify the include paths that 
-# are normally passed to the compiler using the -I flag.
-
-STRIP_FROM_INC_PATH    = 
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
-# (but less readable) file names. This can be useful is your file systems 
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES            = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
-# will interpret the first line (until the first dot) of a JavaDoc-style 
-# comment as the brief description. If set to NO, the JavaDoc 
-# comments will behave just like the Qt-style comments (thus requiring an 
-# explicit @brief command for a brief description.
-
-JAVADOC_AUTOBRIEF      = NO
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
-# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
-# comments) as a brief description. This used to be the default behaviour. 
-# The new default is to treat a multi-line C++ comment block as a detailed 
-# description. Set this tag to YES if you prefer the old behaviour instead.
-
-MULTILINE_CPP_IS_BRIEF = NO
-
-# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
-# will output the detailed description near the top, like JavaDoc.
-# If set to NO, the detailed description appears after the member 
-# documentation.
-
-DETAILS_AT_TOP         = NO
-
-# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
-# member inherits the documentation from any documented member that it 
-# re-implements.
-
-INHERIT_DOCS           = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
-# a new page for each member. If set to NO, the documentation of a member will 
-# be part of the file/class/namespace that contains it.
-
-SEPARATE_MEMBER_PAGES  = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
-# Doxygen uses this value to replace tabs by spaces in code fragments.
-
-TAB_SIZE               = 4
-
-# This tag can be used to specify a number of aliases that acts 
-# as commands in the documentation. An alias has the form "name=value". 
-# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
-# put the command \sideeffect (or @sideeffect) in the documentation, which 
-# will result in a user-defined paragraph with heading "Side Effects:". 
-# You can put \n's in the value part of an alias to insert newlines.
-
-ALIASES                = "legal=\if legal" \
-                         endlegal=\endif \
-                         "writeme=\todo This needs to be documented" \
-                         "stub=\todo This is a stub"
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
-# sources only. Doxygen will then generate output that is more tailored for C. 
-# For instance, some of the names that are used will be different. The list 
-# of all members will be omitted, etc.
-
-OPTIMIZE_OUTPUT_FOR_C  = NO
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
-# sources only. Doxygen will then generate output that is more tailored for Java. 
-# For instance, namespaces will be presented as packages, qualified scopes 
-# will look different, etc.
-
-OPTIMIZE_OUTPUT_JAVA   = NO
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to 
-# include (a tag file for) the STL sources as input, then you should 
-# set this tag to YES in order to let doxygen match functions declarations and 
-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 
-# func(std::string) {}). This also make the inheritance and collaboration 
-# diagrams that involve STL classes more complete and accurate.
-
-BUILTIN_STL_SUPPORT    = NO
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
-# tag is set to YES, then doxygen will reuse the documentation of the first 
-# member in the group (if any) for the other members of the group. By default 
-# all members of a group must be documented explicitly.
-
-DISTRIBUTE_GROUP_DOC   = YES
-
-# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
-# the same type (for instance a group of public functions) to be put as a 
-# subgroup of that type (e.g. under the Public Functions section). Set it to 
-# NO to prevent subgrouping. Alternatively, this can be done per class using 
-# the \nosubgrouping command.
-
-SUBGROUPING            = YES
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
-# documentation are documented, even if no documentation was available. 
-# Private class members and static file members will be hidden unless 
-# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-
-EXTRACT_ALL            = YES
-
-# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
-# will be included in the documentation.
-
-EXTRACT_PRIVATE        = NO
-
-# If the EXTRACT_STATIC tag is set to YES all static members of a file 
-# will be included in the documentation.
-
-EXTRACT_STATIC         = YES
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
-# defined locally in source files will be included in the documentation. 
-# If set to NO only classes defined in header files are included.
-
-EXTRACT_LOCAL_CLASSES  = NO
-
-# This flag is only useful for Objective-C code. When set to YES local 
-# methods, which are defined in the implementation section but not in 
-# the interface are included in the documentation. 
-# If set to NO (the default) only methods in the interface are included.
-
-EXTRACT_LOCAL_METHODS  = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
-# undocumented members of documented classes, files or namespaces. 
-# If set to NO (the default) these members will be included in the 
-# various overviews, but no documentation section is generated. 
-# This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_MEMBERS     = NO
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
-# undocumented classes that are normally visible in the class hierarchy. 
-# If set to NO (the default) these classes will be included in the various 
-# overviews. This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_CLASSES     = NO
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
-# friend (class|struct|union) declarations. 
-# If set to NO (the default) these declarations will be included in the 
-# documentation.
-
-HIDE_FRIEND_COMPOUNDS  = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
-# documentation blocks found inside the body of a function. 
-# If set to NO (the default) these blocks will be appended to the 
-# function's detailed documentation block.
-
-HIDE_IN_BODY_DOCS      = NO
-
-# The INTERNAL_DOCS tag determines if documentation 
-# that is typed after a \internal command is included. If the tag is set 
-# to NO (the default) then the documentation will be excluded. 
-# Set it to YES to include the internal documentation.
-
-INTERNAL_DOCS          = YES
-
-# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
-# file names in lower-case letters. If set to YES upper-case letters are also 
-# allowed. This is useful if you have classes or files whose names only differ 
-# in case and if your file system supports case sensitive file names. Windows 
-# and Mac users are advised to set this option to NO.
-
-CASE_SENSE_NAMES       = YES
-
-# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
-# will show members with their full class and namespace scopes in the 
-# documentation. If set to YES the scope will be hidden.
-
-HIDE_SCOPE_NAMES       = NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
-# will put a list of the files that are included by a file in the documentation 
-# of that file.
-
-SHOW_INCLUDE_FILES     = YES
-
-# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
-# is inserted in the documentation for inline members.
-
-INLINE_INFO            = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
-# will sort the (detailed) documentation of file and class members 
-# alphabetically by member name. If set to NO the members will appear in 
-# declaration order.
-
-SORT_MEMBER_DOCS       = NO
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
-# brief documentation of file, namespace and class members alphabetically 
-# by member name. If set to NO (the default) the members will appear in 
-# declaration order.
-
-SORT_BRIEF_DOCS        = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
-# sorted by fully-qualified names, including namespaces. If set to 
-# NO (the default), the class list will be sorted only by class name, 
-# not including the namespace part. 
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the 
-# alphabetical list.
-
-SORT_BY_SCOPE_NAME     = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or 
-# disable (NO) the todo list. This list is created by putting \todo 
-# commands in the documentation.
-
-GENERATE_TODOLIST      = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or 
-# disable (NO) the test list. This list is created by putting \test 
-# commands in the documentation.
-
-GENERATE_TESTLIST      = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or 
-# disable (NO) the bug list. This list is created by putting \bug 
-# commands in the documentation.
-
-GENERATE_BUGLIST       = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
-# disable (NO) the deprecated list. This list is created by putting 
-# \deprecated commands in the documentation.
-
-GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional 
-# documentation sections, marked by \if sectionname ... \endif.
-
-ENABLED_SECTIONS       = 
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
-# the initial value of a variable or define consists of for it to appear in 
-# the documentation. If the initializer consists of more lines than specified 
-# here it will be hidden. Use a value of 0 to hide initializers completely. 
-# The appearance of the initializer of individual variables and defines in the 
-# documentation can be controlled using \showinitializer or \hideinitializer 
-# command in the documentation regardless of this setting.
-
-MAX_INITIALIZER_LINES  = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
-# at the bottom of the documentation of classes and structs. If set to YES the 
-# list will mention the files that were used to generate the documentation.
-
-SHOW_USED_FILES        = YES
-
-# If the sources in your project are distributed over multiple directories 
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES       = NO
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that 
-# doxygen should invoke to get the current version for each file (typically from the 
-# version control system). Doxygen will invoke the program by executing (via 
-# popen()) the command <command> <input-file>, where <command> is the value of 
-# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file 
-# provided by doxygen. Whatever the program writes to standard output 
-# is used as the file version. See the manual for examples.
-
-FILE_VERSION_FILTER    = 
-
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated 
-# by doxygen. Possible values are YES and NO. If left blank NO is used.
-
-QUIET                  = YES
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are 
-# generated by doxygen. Possible values are YES and NO. If left blank 
-# NO is used.
-
-WARNINGS               = YES
-
-# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
-# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
-# automatically be disabled.
-
-WARN_IF_UNDOCUMENTED   = YES
-
-# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
-# potential errors in the documentation, such as not documenting some 
-# parameters in a documented function, or documenting parameters that 
-# don't exist or using markup commands wrongly.
-
-WARN_IF_DOC_ERROR      = YES
-
-# This WARN_NO_PARAMDOC option can be abled to get warnings for 
-# functions that are documented, but have no documentation for their parameters 
-# or return value. If set to NO (the default) doxygen will only warn about 
-# wrong or incomplete parameter documentation, but not about the absence of 
-# documentation.
-
-WARN_NO_PARAMDOC       = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that 
-# doxygen can produce. The string should contain the $file, $line, and $text 
-# tags, which will be replaced by the file and line number from which the 
-# warning originated and the warning text. Optionally the format may contain 
-# $version, which will be replaced by the version of the file (if it could 
-# be obtained via FILE_VERSION_FILTER)
-
-WARN_FORMAT            = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning 
-# and error messages should be written. If left blank the output is written 
-# to stderr.
-
-WARN_LOGFILE           = 
-
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-
-# The INPUT tag can be used to specify the files and/or directories that contain 
-# documented source files. You may enter file names like "myfile.cpp" or 
-# directories like "/usr/src/myproject". Separate the files or directories 
-# with spaces.
-
-INPUT                  = src/synfig
-
-# If the value of the INPUT tag contains directories, you can use the 
-# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
-# and *.h) to filter out the source-files in the directories. If left 
-# blank the following patterns are tested: 
-# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
-# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
-
-FILE_PATTERNS          = *.h \
-                         *.hxx \
-                         *.hpp
-
-# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
-# should be searched for input files as well. Possible values are YES and NO. 
-# If left blank NO is used.
-
-RECURSIVE              = YES
-
-# The EXCLUDE tag can be used to specify files and/or directories that should 
-# excluded from the INPUT source files. This way you can easily exclude a 
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-
-EXCLUDE                = 
-
-# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
-# directories that are symbolic links (a Unix filesystem feature) are excluded 
-# from the input.
-
-EXCLUDE_SYMLINKS       = NO
-
-# If the value of the INPUT tag contains directories, you can use the 
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
-# certain files from those directories. Note that the wildcards are matched 
-# against the file with absolute path, so to exclude all test directories 
-# for example use the pattern */test/*
-
-EXCLUDE_PATTERNS       = 
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or 
-# directories that contain example code fragments that are included (see 
-# the \include command).
-
-EXAMPLE_PATH           = 
-
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
-# and *.h) to filter out the source-files in the directories. If left 
-# blank all files are included.
-
-EXAMPLE_PATTERNS       = 
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
-# searched for input files to be used with the \include or \dontinclude 
-# commands irrespective of the value of the RECURSIVE tag. 
-# Possible values are YES and NO. If left blank NO is used.
-
-EXAMPLE_RECURSIVE      = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or 
-# directories that contain image that are included in the documentation (see 
-# the \image command).
-
-IMAGE_PATH             = 
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should 
-# invoke to filter for each input file. Doxygen will invoke the filter program 
-# by executing (via popen()) the command <filter> <input-file>, where <filter> 
-# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
-# input file. Doxygen will then use the output that the filter program writes 
-# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
-# ignored.
-
-INPUT_FILTER           = 
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
-# basis.  Doxygen will compare the file name with each pattern and apply the 
-# filter if there is a match.  The filters are a list of the form: 
-# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
-# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
-# is applied to all files.
-
-FILTER_PATTERNS        = 
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
-# INPUT_FILTER) will be used to filter the input files when producing source 
-# files to browse (i.e. when SOURCE_BROWSER is set to YES).
-
-FILTER_SOURCE_FILES    = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
-# be generated. Documented entities will be cross-referenced with these sources. 
-# Note: To get rid of all source code in the generated output, make sure also 
-# VERBATIM_HEADERS is set to NO.
-
-SOURCE_BROWSER         = NO
-
-# Setting the INLINE_SOURCES tag to YES will include the body 
-# of functions and classes directly in the documentation.
-
-INLINE_SOURCES         = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
-# doxygen to hide any special comment blocks from generated source code 
-# fragments. Normal C and C++ comments will always remain visible.
-
-STRIP_CODE_COMMENTS    = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
-# then for each documented function all documented 
-# functions referencing it will be listed.
-
-REFERENCED_BY_RELATION = YES
-
-# If the REFERENCES_RELATION tag is set to YES (the default) 
-# then for each documented function all documented entities 
-# called/used by that function will be listed.
-
-REFERENCES_RELATION    = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code 
-# will point to the HTML generated by the htags(1) tool instead of doxygen 
-# built-in source browser. The htags tool is part of GNU's global source 
-# tagging system (see http://www.gnu.org/software/global/global.html). You 
-# will need version 4.8.6 or higher.
-
-USE_HTAGS              = NO
-
-# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
-# will generate a verbatim copy of the header file for each class for 
-# which an include is specified. Set to NO to disable this.
-
-VERBATIM_HEADERS       = YES
-
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
-# of all compounds will be generated. Enable this if the project 
-# contains a lot of classes, structs, unions or interfaces.
-
-ALPHABETICAL_INDEX     = YES
-
-# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
-# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
-# in which this list will be split (can be a number in the range [1..20])
-
-COLS_IN_ALPHA_INDEX    = 5
-
-# In case all classes in a project start with a common prefix, all 
-# classes will be put under the same header in the alphabetical index. 
-# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
-# should be ignored while generating the index headers.
-
-IGNORE_PREFIX          = 
-
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
-# generate HTML output.
-
-GENERATE_HTML          = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-# put in front of it. If left blank `html' will be used as the default path.
-
-HTML_OUTPUT            = html
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
-# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
-# doxygen will generate files with .html extension.
-
-HTML_FILE_EXTENSION    = .html
-
-# The HTML_HEADER tag can be used to specify a personal HTML header for 
-# each generated HTML page. If it is left blank doxygen will generate a 
-# standard header.
-
-HTML_HEADER            = 
-
-# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
-# each generated HTML page. If it is left blank doxygen will generate a 
-# standard footer.
-
-HTML_FOOTER            = 
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
-# style sheet that is used by each HTML page. It can be used to 
-# fine-tune the look of the HTML output. If the tag is left blank doxygen 
-# will generate a default style sheet. Note that doxygen will try to copy 
-# the style sheet file to the HTML output directory, so don't put your own 
-# stylesheet in the HTML output directory as well, or it will be erased!
-
-HTML_STYLESHEET        = 
-
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
-# files or namespaces will be aligned in HTML using tables. If set to 
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS     = YES
-
-# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
-# will be generated that can be used as input for tools like the 
-# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
-# of the generated HTML documentation.
-
-GENERATE_HTMLHELP      = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
-# be used to specify the file name of the resulting .chm file. You 
-# can add a path in front of the file if the result should not be 
-# written to the html output directory.
-
-CHM_FILE               = 
-
-# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
-# be used to specify the location (absolute path including file name) of 
-# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
-# the HTML help compiler on the generated index.hhp.
-
-HHC_LOCATION           = 
-
-# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
-# controls if a separate .chi index file is generated (YES) or that 
-# it should be included in the master .chm file (NO).
-
-GENERATE_CHI           = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
-# controls whether a binary table of contents is generated (YES) or a 
-# normal table of contents (NO) in the .chm file.
-
-BINARY_TOC             = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members 
-# to the contents of the HTML help documentation and to the tree view.
-
-TOC_EXPAND             = NO
-
-# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
-# top of each HTML page. The value NO (the default) enables the index and 
-# the value YES disables it.
-
-DISABLE_INDEX          = NO
-
-# This tag can be used to set the number of enum values (range [1..20]) 
-# that doxygen will group on one line in the generated HTML documentation.
-
-ENUM_VALUES_PER_LINE   = 4
-
-# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
-# generated containing a tree-like index structure (just like the one that 
-# is generated for HTML Help). For this to work a browser that supports 
-# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
-# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
-# probably better off using the HTML help feature.
-
-GENERATE_TREEVIEW      = NO
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
-# used to set the initial width (in pixels) of the frame in which the tree 
-# is shown.
-
-TREEVIEW_WIDTH         = 250
-
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
-# generate Latex output.
-
-GENERATE_LATEX         = YES
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-# put in front of it. If left blank `latex' will be used as the default path.
-
-LATEX_OUTPUT           = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
-# invoked. If left blank `latex' will be used as the default command name.
-
-LATEX_CMD_NAME         = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
-# generate index for LaTeX. If left blank `makeindex' will be used as the 
-# default command name.
-
-MAKEINDEX_CMD_NAME     = makeindex
-
-# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
-# LaTeX documents. This may be useful for small projects and may help to 
-# save some trees in general.
-
-COMPACT_LATEX          = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used 
-# by the printer. Possible values are: a4, a4wide, letter, legal and 
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE             = letter
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES         = 
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
-# the generated latex document. The header should contain everything until 
-# the first chapter. If it is left blank doxygen will generate a 
-# standard header. Notice: only use this tag if you know what you are doing!
-
-LATEX_HEADER           = 
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
-# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
-# contain links (just like the HTML output) instead of page references 
-# This makes the output suitable for online browsing using a pdf viewer.
-
-PDF_HYPERLINKS         = YES
-
-# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
-# plain latex in the generated Makefile. Set this option to YES to get a 
-# higher quality PDF documentation.
-
-USE_PDFLATEX           = YES
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
-# command to the generated LaTeX files. This will instruct LaTeX to keep 
-# running if errors occur, instead of asking the user for help. 
-# This option is also used when generating formulas in HTML.
-
-LATEX_BATCHMODE        = YES
-
-# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
-# include the index chapters (such as File Index, Compound Index, etc.) 
-# in the output.
-
-LATEX_HIDE_INDICES     = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
-# The RTF output is optimized for Word 97 and may not look very pretty with 
-# other RTF readers or editors.
-
-GENERATE_RTF           = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-# put in front of it. If left blank `rtf' will be used as the default path.
-
-RTF_OUTPUT             = rtf
-
-# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
-# RTF documents. This may be useful for small projects and may help to 
-# save some trees in general.
-
-COMPACT_RTF            = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
-# will contain hyperlink fields. The RTF file will 
-# contain links (just like the HTML output) instead of page references. 
-# This makes the output suitable for online browsing using WORD or other 
-# programs which support those fields. 
-# Note: wordpad (write) and others do not support links.
-
-RTF_HYPERLINKS         = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's 
-# config file, i.e. a series of assignments. You only have to provide 
-# replacements, missing definitions are set to their default value.
-
-RTF_STYLESHEET_FILE    = 
-
-# Set optional variables used in the generation of an rtf document. 
-# Syntax is similar to doxygen's config file.
-
-RTF_EXTENSIONS_FILE    = 
-
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
-# generate man pages
-
-GENERATE_MAN           = YES
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-# put in front of it. If left blank `man' will be used as the default path.
-
-MAN_OUTPUT             = man
-
-# The MAN_EXTENSION tag determines the extension that is added to 
-# the generated man pages (default is the subroutine's section .3)
-
-MAN_EXTENSION          = .3
-
-# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
-# then it will generate one additional man file for each entity 
-# documented in the real man page(s). These additional files 
-# only source the real man page, but without them the man command 
-# would be unable to find the correct page. The default is NO.
-
-MAN_LINKS              = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES Doxygen will 
-# generate an XML file that captures the structure of 
-# the code including all documentation.
-
-GENERATE_XML           = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-# put in front of it. If left blank `xml' will be used as the default path.
-
-XML_OUTPUT             = xml
-
-# The XML_SCHEMA tag can be used to specify an XML schema, 
-# which can be used by a validating XML parser to check the 
-# syntax of the XML files.
-
-XML_SCHEMA             = 
-
-# The XML_DTD tag can be used to specify an XML DTD, 
-# which can be used by a validating XML parser to check the 
-# syntax of the XML files.
-
-XML_DTD                = 
-
-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
-# dump the program listings (including syntax highlighting 
-# and cross-referencing information) to the XML output. Note that 
-# enabling this will significantly increase the size of the XML output.
-
-XML_PROGRAMLISTING     = YES
-
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
-# generate an AutoGen Definitions (see autogen.sf.net) file 
-# that captures the structure of the code including all 
-# documentation. Note that this feature is still experimental 
-# and incomplete at the moment.
-
-GENERATE_AUTOGEN_DEF   = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
-# generate a Perl module file that captures the structure of 
-# the code including all documentation. Note that this 
-# feature is still experimental and incomplete at the 
-# moment.
-
-GENERATE_PERLMOD       = NO
-
-# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
-# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
-# to generate PDF and DVI output from the Perl module output.
-
-PERLMOD_LATEX          = NO
-
-# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
-# nicely formatted so it can be parsed by a human reader.  This is useful 
-# if you want to understand what is going on.  On the other hand, if this 
-# tag is set to NO the size of the Perl module output will be much smaller 
-# and Perl will parse it just the same.
-
-PERLMOD_PRETTY         = YES
-
-# The names of the make variables in the generated doxyrules.make file 
-# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
-# This is useful so different doxyrules.make files included by the same 
-# Makefile don't overwrite each other's variables.
-
-PERLMOD_MAKEVAR_PREFIX = 
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor   
-#---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
-# evaluate all C-preprocessor directives found in the sources and include 
-# files.
-
-ENABLE_PREPROCESSING   = YES
-
-# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
-# names in the source code. If set to NO (the default) only conditional 
-# compilation will be performed. Macro expansion can be done in a controlled 
-# way by setting EXPAND_ONLY_PREDEF to YES.
-
-MACRO_EXPANSION        = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
-# then the macro expansion is limited to the macros specified with the 
-# PREDEFINED and EXPAND_AS_DEFINED tags.
-
-EXPAND_ONLY_PREDEF     = NO
-
-# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
-# in the INCLUDE_PATH (see below) will be search if a #include is found.
-
-SEARCH_INCLUDES        = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that 
-# contain include files that are not input files but should be processed by 
-# the preprocessor.
-
-INCLUDE_PATH           = 
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
-# patterns (like *.h and *.hpp) to filter out the header-files in the 
-# directories. If left blank, the patterns specified with FILE_PATTERNS will 
-# be used.
-
-INCLUDE_FILE_PATTERNS  = 
-
-# The PREDEFINED tag can be used to specify one or more macro names that 
-# are defined before the preprocessor is started (similar to the -D option of 
-# gcc). The argument of the tag is a list of macros of the form: name 
-# or name=definition (no spaces). If the definition and the = are 
-# omitted =1 is assumed. To prevent a macro definition from being 
-# undefined via #undef or recursively expanded use the := operator 
-# instead of the = operator.
-
-PREDEFINED             = SYNFIG_NO_DEPRECATED \
-                         DOXYGEN_SKIP
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
-# this tag can be used to specify a list of macro names that should be expanded. 
-# The macro definition that is found in the sources will be used. 
-# Use the PREDEFINED tag if you want to use a different macro definition.
-
-EXPAND_AS_DEFINED      = 
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
-# doxygen's preprocessor will remove all function-like macros that are alone 
-# on a line, have an all uppercase name, and do not end with a semicolon. Such 
-# function macros are typically used for boiler-plate code, and will confuse 
-# the parser if not removed.
-
-SKIP_FUNCTION_MACROS   = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references   
-#---------------------------------------------------------------------------
-
-# The TAGFILES option can be used to specify one or more tagfiles. 
-# Optionally an initial location of the external documentation 
-# can be added for each tagfile. The format of a tag file without 
-# this location is as follows: 
-#   TAGFILES = file1 file2 ... 
-# Adding location for the tag files is done as follows: 
-#   TAGFILES = file1=loc1 "file2 = loc2" ... 
-# where "loc1" and "loc2" can be relative or absolute paths or 
-# URLs. If a location is present for each tag, the installdox tool 
-# does not have to be run to correct the links.
-# Note that each tag file must have a unique name
-# (where the name does NOT include the path)
-# If a tag file is not located in the directory in which doxygen 
-# is run, you must also specify the path to the tagfile here.
-
-TAGFILES               = 
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
-# a tag file that is based on the input files it reads.
-
-GENERATE_TAGFILE       = 
-
-# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
-# in the class index. If set to NO only the inherited external classes 
-# will be listed.
-
-ALLEXTERNALS           = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
-# in the modules index. If set to NO, only the current project's groups will 
-# be listed.
-
-EXTERNAL_GROUPS        = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script 
-# interpreter (i.e. the result of `which perl').
-
-PERL_PATH              = /usr/bin/perl
-
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool   
-#---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 
-# or super classes. Setting the tag to NO turns the diagrams off. Note that 
-# this option is superseded by the HAVE_DOT option below. This is only a 
-# fallback. It is recommended to install and use dot, since it yields more 
-# powerful graphs.
-
-CLASS_DIAGRAMS         = YES
-
-# If set to YES, the inheritance and collaboration graphs will hide 
-# inheritance and usage relations if the target is undocumented 
-# or is not a class.
-
-HIDE_UNDOC_RELATIONS   = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
-# available from the path. This tool is part of Graphviz, a graph visualization 
-# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
-# have no effect if this option is set to NO (the default)
-
-HAVE_DOT               = NO
-
-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
-# will generate a graph for each documented class showing the direct and 
-# indirect inheritance relations. Setting this tag to YES will force the 
-# the CLASS_DIAGRAMS tag to NO.
-
-CLASS_GRAPH            = YES
-
-# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
-# will generate a graph for each documented class showing the direct and 
-# indirect implementation dependencies (inheritance, containment, and 
-# class references variables) of the class with other documented classes.
-
-COLLABORATION_GRAPH    = YES
-
-# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
-# will generate a graph for groups, showing the direct groups dependencies
-
-GROUP_GRAPHS           = YES
-
-# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
-# collaboration diagrams in a style similar to the OMG's Unified Modeling 
-# Language.
-
-UML_LOOK               = NO
-
-# If set to YES, the inheritance and collaboration graphs will show the 
-# relations between templates and their instances.
-
-TEMPLATE_RELATIONS     = YES
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
-# tags are set to YES then doxygen will generate a graph for each documented 
-# file showing the direct and indirect include dependencies of the file with 
-# other documented files.
-
-INCLUDE_GRAPH          = YES
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
-# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
-# documented header file showing the documented files that directly or 
-# indirectly include this file.
-
-INCLUDED_BY_GRAPH      = YES
-
-# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
-# generate a call dependency graph for every global function or class method. 
-# Note that enabling this option will significantly increase the time of a run. 
-# So in most cases it will be better to enable call graphs for selected 
-# functions only using the \callgraph command.
-
-CALL_GRAPH             = NO
-
-# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
-# will graphical hierarchy of all classes instead of a textual one.
-
-GRAPHICAL_HIERARCHY    = YES
-
-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
-# then doxygen will show the dependencies a directory has on other directories 
-# in a graphical way. The dependency relations are determined by the #include
-# relations between the files in the directories.
-
-DIRECTORY_GRAPH        = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
-# generated by dot. Possible values are png, jpg, or gif
-# If left blank png will be used.
-
-DOT_IMAGE_FORMAT       = gif
-
-# The tag DOT_PATH can be used to specify the path where the dot tool can be 
-# found. If left blank, it is assumed the dot tool can be found in the path.
-
-DOT_PATH               = 
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that 
-# contain dot files that are included in the documentation (see the 
-# \dotfile command).
-
-DOTFILE_DIRS           = 
-
-# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
-# this value, doxygen will try to truncate the graph, so that it fits within 
-# the specified constraint. Beware that most browsers cannot cope with very 
-# large images.
-
-MAX_DOT_GRAPH_WIDTH    = 1024
-
-# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
-# this value, doxygen will try to truncate the graph, so that it fits within 
-# the specified constraint. Beware that most browsers cannot cope with very 
-# large images.
-
-MAX_DOT_GRAPH_HEIGHT   = 1024
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
-# graphs generated by dot. A depth value of 3 means that only nodes reachable 
-# from the root by following a path via at most 3 edges will be shown. Nodes 
-# that lay further from the root node will be omitted. Note that setting this 
-# option to 1 or 2 may greatly reduce the computation time needed for large 
-# code bases. Also note that a graph may be further truncated if the graph's 
-# image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH 
-# and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default), 
-# the graph is not depth-constrained.
-
-MAX_DOT_GRAPH_DEPTH    = 0
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
-# background. This is disabled by default, which results in a white background. 
-# Warning: Depending on the platform used, enabling this option may lead to 
-# badly anti-aliased labels on the edges of a graph (i.e. they become hard to 
-# read).
-
-DOT_TRANSPARENT        = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 
-# files in one run (i.e. multiple -o and -T options on the command line). This 
-# makes dot run faster, but since only newer versions of dot (>1.8.10) 
-# support this, this feature is disabled by default.
-
-DOT_MULTI_TARGETS      = NO
-
-# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
-# generate a legend page explaining the meaning of the various boxes and 
-# arrows in the dot generated graphs.
-
-GENERATE_LEGEND        = YES
-
-# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
-# remove the intermediate dot files that are used to generate 
-# the various graphs.
-
-DOT_CLEANUP            = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine   
-#---------------------------------------------------------------------------
-
-# The SEARCHENGINE tag specifies whether or not a search engine should be 
-# used. If set to NO the values of all tags below this one will be ignored.
-
-SEARCHENGINE           = NO
diff --git a/synfig-core/trunk/synfig.pbproj/etl_profile.h b/synfig-core/trunk/synfig.pbproj/etl_profile.h
deleted file mode 100644 (file)
index 0e414d7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* include/etl_profile.h.  Generated by configure.  */
-/* include/etl_profile.h.in.  Generated from configure.in by autoheader.  */
-
-
-#ifndef __VETL_PROFILE_H
-#define __VETL_PROFILE_H
-
-/* define if target is big endian */
-#define WORDS_BIGENDIAN
-
-#ifndef HAVE_GETTIMEOFDAY
-#define HAVE_GETTIMEOFDAY
-#endif 
-
-#ifndef HAVE_PTHREAD_H
-#define HAVE_PTHREAD_H
-#endif
-
-#ifndef HAVE_SCHED_H
-#define HAVE_SCHED_H
-#endif
-
-#ifndef HAVE_PTHREAD_CREATE
-#define HAVE_PTHREAD_CREATE
-#endif
-
-#endif // __VETL_CONFIG_H
-
diff --git a/synfig-core/trunk/synfig.pbproj/project.pbxproj b/synfig-core/trunk/synfig.pbproj/project.pbxproj
deleted file mode 100755 (executable)
index 6fd9e24..0000000
+++ /dev/null
@@ -1,6808 +0,0 @@
-// !$*UTF8*$!
-{
-       archiveVersion = 1;
-       classes = {
-       };
-       objectVersion = 39;
-       objects = {
-               A60324CD0442574800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = insideout.cpp;
-                       path = src/modules/lyr_std/insideout.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324CE0442574800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = insideout.h;
-                       path = src/modules/lyr_std/insideout.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324CF0442574800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = julia.cpp;
-                       path = src/modules/lyr_std/julia.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324D00442574800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = julia.h;
-                       path = src/modules/lyr_std/julia.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324D30442574800A80006 = {
-                       fileRef = A60324CD0442574800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324D40442574800A80006 = {
-                       fileRef = A60324CE0442574800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324D50442574800A80006 = {
-                       fileRef = A60324CF0442574800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324D60442574800A80006 = {
-                       fileRef = A60324D00442574800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324D904425DAD00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = angle.h;
-                       path = src/synfig/angle.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324DA04425DAD00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = renddesc.cpp;
-                       path = src/synfig/renddesc.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324DB04425DAD00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = string.h;
-                       path = src/synfig/string.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324DC04425DAD00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = time.cpp;
-                       path = src/synfig/time.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324DD04425DAD00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = time.h;
-                       path = src/synfig/time.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324DE04425DAD00A80006 = {
-                       fileRef = A60324D904425DAD00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324DF04425DAD00A80006 = {
-                       fileRef = A60324DA04425DAD00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324E004425DAD00A80006 = {
-                       fileRef = A60324DB04425DAD00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324E104425DAD00A80006 = {
-                       fileRef = A60324DC04425DAD00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324E204425DAD00A80006 = {
-                       fileRef = A60324DD04425DAD00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324E304425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_animated.cpp;
-                       path = src/synfig/valuenode_animated.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E404425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_animated.h;
-                       path = src/synfig/valuenode_animated.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E504425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_composite.cpp;
-                       path = src/synfig/valuenode_composite.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E604425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_composite.h;
-                       path = src/synfig/valuenode_composite.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E704425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_const.cpp;
-                       path = src/synfig/valuenode_const.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E804425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_const.h;
-                       path = src/synfig/valuenode_const.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324E904425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_dynamiclist.cpp;
-                       path = src/synfig/valuenode_dynamiclist.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324EA04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_dynamiclist.h;
-                       path = src/synfig/valuenode_dynamiclist.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324EB04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_linear.cpp;
-                       path = src/synfig/valuenode_linear.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324EC04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_linear.h;
-                       path = src/synfig/valuenode_linear.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324ED04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_reference.cpp;
-                       path = src/synfig/valuenode_reference.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324EE04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_reference.h;
-                       path = src/synfig/valuenode_reference.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324EF04425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_scale.cpp;
-                       path = src/synfig/valuenode_scale.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F004425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_scale.h;
-                       path = src/synfig/valuenode_scale.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F104425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_subtract.cpp;
-                       path = src/synfig/valuenode_subtract.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F204425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_subtract.h;
-                       path = src/synfig/valuenode_subtract.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F304425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_timedswap.cpp;
-                       path = src/synfig/valuenode_timedswap.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F404425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_timedswap.h;
-                       path = src/synfig/valuenode_timedswap.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F504425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode.cpp;
-                       path = src/synfig/valuenode.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F604425DF300A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode.h;
-                       path = src/synfig/valuenode.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A60324F704425DF300A80006 = {
-                       fileRef = A60324E304425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324F804425DF300A80006 = {
-                       fileRef = A60324E404425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324F904425DF300A80006 = {
-                       fileRef = A60324E504425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324FA04425DF300A80006 = {
-                       fileRef = A60324E604425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324FB04425DF300A80006 = {
-                       fileRef = A60324E704425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324FC04425DF300A80006 = {
-                       fileRef = A60324E804425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324FD04425DF300A80006 = {
-                       fileRef = A60324E904425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A60324FE04425DF300A80006 = {
-                       fileRef = A60324EA04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A60324FF04425DF300A80006 = {
-                       fileRef = A60324EB04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250004425DF300A80006 = {
-                       fileRef = A60324EC04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A603250104425DF300A80006 = {
-                       fileRef = A60324ED04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250204425DF300A80006 = {
-                       fileRef = A60324EE04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A603250304425DF300A80006 = {
-                       fileRef = A60324EF04425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250404425DF300A80006 = {
-                       fileRef = A60324F004425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A603250504425DF300A80006 = {
-                       fileRef = A60324F104425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250604425DF300A80006 = {
-                       fileRef = A60324F204425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A603250704425DF300A80006 = {
-                       fileRef = A60324F304425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250804425DF300A80006 = {
-                       fileRef = A60324F404425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A603250904425DF300A80006 = {
-                       fileRef = A60324F504425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A603250A04425DF300A80006 = {
-                       fileRef = A60324F604425DF300A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CD2052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = activepoint.cpp;
-                       path = src/synfig/activepoint.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD3052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = activepoint.h;
-                       path = src/synfig/activepoint.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD4052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = blinepoint.cpp;
-                       path = src/synfig/blinepoint.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD5052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = blinepoint.h;
-                       path = src/synfig/blinepoint.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD6052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = gamma.cpp;
-                       path = src/synfig/gamma.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD7052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = gamma.h;
-                       path = src/synfig/gamma.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD8052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = gradient.cpp;
-                       path = src/synfig/gradient.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CD9052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = gradient.h;
-                       path = src/synfig/gradient.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDA052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_shape.cpp;
-                       path = src/synfig/layer_shape.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDB052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_shape.h;
-                       path = src/synfig/layer_shape.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDC052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = main.h;
-                       path = src/synfig/main.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDD052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target_null_tile.cpp;
-                       path = src/synfig/target_null_tile.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDE052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target_null_tile.h;
-                       path = src/synfig/target_null_tile.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CDF052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target_scanline.cpp;
-                       path = src/synfig/target_scanline.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE0052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target_scanline.h;
-                       path = src/synfig/target_scanline.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE1052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target_tile.cpp;
-                       path = src/synfig/target_tile.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE2052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target_tile.h;
-                       path = src/synfig/target_tile.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE3052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_bline.cpp;
-                       path = src/synfig/valuenode_bline.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE4052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_bline.h;
-                       path = src/synfig/valuenode_bline.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE5052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_segcalctangent.cpp;
-                       path = src/synfig/valuenode_segcalctangent.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE6052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_segcalctangent.h;
-                       path = src/synfig/valuenode_segcalctangent.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE7052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_segcalcvertex.cpp;
-                       path = src/synfig/valuenode_segcalcvertex.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE8052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_segcalcvertex.h;
-                       path = src/synfig/valuenode_segcalcvertex.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CE9052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_stripes.cpp;
-                       path = src/synfig/valuenode_stripes.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CEA052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_stripes.h;
-                       path = src/synfig/valuenode_stripes.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CEB052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_twotone.cpp;
-                       path = src/synfig/valuenode_twotone.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CEC052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_twotone.h;
-                       path = src/synfig/valuenode_twotone.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CED052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = waypoint.cpp;
-                       path = src/synfig/waypoint.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CEE052A991700140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = waypoint.h;
-                       path = src/synfig/waypoint.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6CEF052A991700140006 = {
-                       fileRef = A64F6CD2052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CF0052A991700140006 = {
-                       fileRef = A64F6CD3052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CF1052A991700140006 = {
-                       fileRef = A64F6CD4052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CF2052A991700140006 = {
-                       fileRef = A64F6CD5052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CF3052A991700140006 = {
-                       fileRef = A64F6CD6052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CF4052A991700140006 = {
-                       fileRef = A64F6CD7052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CF5052A991700140006 = {
-                       fileRef = A64F6CD8052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CF6052A991700140006 = {
-                       fileRef = A64F6CD9052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CF7052A991700140006 = {
-                       fileRef = A64F6CDA052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CF8052A991700140006 = {
-                       fileRef = A64F6CDB052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CF9052A991700140006 = {
-                       fileRef = A64F6CDC052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CFA052A991700140006 = {
-                       fileRef = A64F6CDD052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CFB052A991700140006 = {
-                       fileRef = A64F6CDE052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CFC052A991700140006 = {
-                       fileRef = A64F6CDF052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CFD052A991700140006 = {
-                       fileRef = A64F6CE0052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6CFE052A991700140006 = {
-                       fileRef = A64F6CE1052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6CFF052A991700140006 = {
-                       fileRef = A64F6CE2052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D00052A991700140006 = {
-                       fileRef = A64F6CE3052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D01052A991700140006 = {
-                       fileRef = A64F6CE4052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D02052A991700140006 = {
-                       fileRef = A64F6CE5052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D03052A991700140006 = {
-                       fileRef = A64F6CE6052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D04052A991700140006 = {
-                       fileRef = A64F6CE7052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D05052A991700140006 = {
-                       fileRef = A64F6CE8052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D06052A991700140006 = {
-                       fileRef = A64F6CE9052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D07052A991700140006 = {
-                       fileRef = A64F6CEA052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D08052A991700140006 = {
-                       fileRef = A64F6CEB052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D09052A991700140006 = {
-                       fileRef = A64F6CEC052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D0A052A991700140006 = {
-                       fileRef = A64F6CED052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D0B052A991700140006 = {
-                       fileRef = A64F6CEE052A991700140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A64F6D10052A99B800140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = radialgradient.cpp;
-                       path = src/modules/lyr_std/radialgradient.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6D16052A99B800140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = twirl.cpp;
-                       path = src/modules/lyr_std/twirl.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6D17052A99B800140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = twirl.h;
-                       path = src/modules/lyr_std/twirl.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A64F6D1C052A99B800140006 = {
-                       fileRef = A64F6D10052A99B800140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D22052A99B800140006 = {
-                       fileRef = A64F6D16052A99B800140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A64F6D23052A99B800140006 = {
-                       fileRef = A64F6D17052A99B800140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A65F23C805E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48ECF0314873101682FCB;
-                       remoteInfo = "Synfig Library";
-               };
-               A65F23C905E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5B0764C032A77BE01A80082;
-                       remoteInfo = "BMP Target Module";
-               };
-               A65F23CA05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5B07697032A95BC01A80082;
-                       remoteInfo = "Std. Layers Module";
-               };
-               A65F23CB05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F57D1CB1033FDE9A01A80006;
-                       remoteInfo = "PPM Target Module";
-               };
-               A65F23CC05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F536546B03575855012F4ADF;
-                       remoteInfo = "FFMpeg Module";
-               };
-               A65F23CD05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F59F5F6D0374911E01A80006;
-                       remoteInfo = "FreeType Font Layer Module";
-               };
-               A65F23CE05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F50C8476037493D401A80006;
-                       remoteInfo = "ImageMagick Module";
-               };
-               A65F23CF05E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F50C849D03771AF301A80006;
-                       remoteInfo = "DV Target Module";
-               };
-               A65F23D005E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F581E14903B24E2D0101DBD7;
-                       remoteInfo = "PNG Target Module";
-               };
-               A65F23D105E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = A6F67DA003E7AE5C00A80006;
-                       remoteInfo = "OpenEXR Module";
-               };
-               A65F23D205E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48EBB0314868C01682FCB;
-                       remoteInfo = "Synfig Tool";
-               };
-               A65F23D305E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48ECF0314873101682FCB;
-                       remoteInfo = "Synfig Library";
-               };
-               A65F23D405E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F51307A3032684C7012F4765;
-                       remoteInfo = "All Modules";
-               };
-               A65F23D505E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48ECF0314873101682FCB;
-                       remoteInfo = "Synfig Library";
-               };
-               A65F23D605E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48ECF0314873101682FCB;
-                       remoteInfo = "Synfig Library";
-               };
-               A65F23D705E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48EBB0314868C01682FCB;
-                       remoteInfo = "Synfig Tool";
-               };
-               A65F23D805E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F51307A3032684C7012F4765;
-                       remoteInfo = "All Modules";
-               };
-               A65F23D905E843AF005A2B7E = {
-                       containerPortal = F550016502F0983D01000102;
-                       isa = PBXContainerItemProxy;
-                       proxyType = 1;
-                       remoteGlobalIDString = F5F48ECF0314873101682FCB;
-                       remoteInfo = "Synfig Library";
-               };
-               A6714DEC0413E7BB00F656BD = {
-                       children = (
-                               A64F6CE3052A991700140006,
-                               A64F6CE4052A991700140006,
-                               A64F6CE5052A991700140006,
-                               A64F6CE6052A991700140006,
-                               A64F6CE7052A991700140006,
-                               A64F6CE8052A991700140006,
-                               A64F6CE9052A991700140006,
-                               A64F6CEA052A991700140006,
-                               A64F6CEB052A991700140006,
-                               A64F6CEC052A991700140006,
-                               A60324F504425DF300A80006,
-                               A60324F604425DF300A80006,
-                               A60324E304425DF300A80006,
-                               A60324E404425DF300A80006,
-                               A60324E504425DF300A80006,
-                               A60324E604425DF300A80006,
-                               A60324E704425DF300A80006,
-                               A60324E804425DF300A80006,
-                               A60324E904425DF300A80006,
-                               A60324EA04425DF300A80006,
-                               A60324EB04425DF300A80006,
-                               A60324EC04425DF300A80006,
-                               A60324ED04425DF300A80006,
-                               A60324EE04425DF300A80006,
-                               A60324EF04425DF300A80006,
-                               A60324F004425DF300A80006,
-                               A60324F104425DF300A80006,
-                               A60324F204425DF300A80006,
-                               A60324F304425DF300A80006,
-                               A60324F404425DF300A80006,
-                       );
-                       isa = PBXGroup;
-                       name = ValueNodes;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6714DF40413E80A00F656BD = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = segment.h;
-                       path = src/synfig/segment.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6714DF50413E80A00F656BD = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = types.h;
-                       path = src/synfig/types.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6714DFD0413E80A00F656BD = {
-                       fileRef = A6714DF40413E80A00F656BD;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6714DFE0413E80A00F656BD = {
-                       fileRef = A6714DF50413E80A00F656BD;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6714E1C0413F56300F656BD = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = rotate.cpp;
-                       path = src/modules/lyr_std/rotate.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6714E1D0413F56300F656BD = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = rotate.h;
-                       path = src/modules/lyr_std/rotate.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6714E1E0413F56300F656BD = {
-                       fileRef = A6714E1C0413F56300F656BD;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6714E1F0413F56300F656BD = {
-                       fileRef = A6714E1D0413F56300F656BD;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68444F50474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = canvasbase.h;
-                       path = src/synfig/canvasbase.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444F60474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = context.cpp;
-                       path = src/synfig/context.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444F70474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = context.h;
-                       path = src/synfig/context.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444F80474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_bitmap.cpp;
-                       path = src/synfig/layer_bitmap.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444F90474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_bitmap.h;
-                       path = src/synfig/layer_bitmap.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FA0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_composite.cpp;
-                       path = src/synfig/layer_composite.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FB0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_composite.h;
-                       path = src/synfig/layer_composite.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FC0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_mime.cpp;
-                       path = src/synfig/layer_mime.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FD0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_mime.h;
-                       path = src/synfig/layer_mime.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FE0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_motionblur.cpp;
-                       path = src/synfig/layer_motionblur.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68444FF0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_motionblur.h;
-                       path = src/synfig/layer_motionblur.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445000474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_pastecanvas.cpp;
-                       path = src/synfig/layer_pastecanvas.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445010474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_pastecanvas.h;
-                       path = src/synfig/layer_pastecanvas.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445020474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_polygon.cpp;
-                       path = src/synfig/layer_polygon.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445030474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_polygon.h;
-                       path = src/synfig/layer_polygon.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445040474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer_solidcolor.cpp;
-                       path = src/synfig/layer_solidcolor.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445050474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer_solidcolor.h;
-                       path = src/synfig/layer_solidcolor.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445060474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = paramdesc.h;
-                       path = src/synfig/paramdesc.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445070474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = real.h;
-                       path = src/synfig/real.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445080474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = string_decl.h;
-                       path = src/synfig/string_decl.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684450B0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target_multi.cpp;
-                       path = src/synfig/target_multi.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684450C0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target_multi.h;
-                       path = src/synfig/target_multi.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684450D0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target_null.cpp;
-                       path = src/synfig/target_null.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684450E0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target_null.h;
-                       path = src/synfig/target_null.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684450F0474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = uniqueid.cpp;
-                       path = src/synfig/uniqueid.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445100474A77900A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = uniqueid.h;
-                       path = src/synfig/uniqueid.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445110474A77900A80006 = {
-                       fileRef = A68444F50474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445120474A77900A80006 = {
-                       fileRef = A68444F60474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445130474A77900A80006 = {
-                       fileRef = A68444F70474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445140474A77900A80006 = {
-                       fileRef = A68444F80474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445150474A77900A80006 = {
-                       fileRef = A68444F90474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445160474A77900A80006 = {
-                       fileRef = A68444FA0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445170474A77900A80006 = {
-                       fileRef = A68444FB0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445180474A77900A80006 = {
-                       fileRef = A68444FC0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445190474A77900A80006 = {
-                       fileRef = A68444FD0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A684451A0474A77900A80006 = {
-                       fileRef = A68444FE0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684451B0474A77900A80006 = {
-                       fileRef = A68444FF0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A684451C0474A77900A80006 = {
-                       fileRef = A68445000474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684451D0474A77900A80006 = {
-                       fileRef = A68445010474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A684451E0474A77900A80006 = {
-                       fileRef = A68445020474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684451F0474A77900A80006 = {
-                       fileRef = A68445030474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445200474A77900A80006 = {
-                       fileRef = A68445040474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445210474A77900A80006 = {
-                       fileRef = A68445050474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445220474A77900A80006 = {
-                       fileRef = A68445060474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445230474A77900A80006 = {
-                       fileRef = A68445070474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445240474A77900A80006 = {
-                       fileRef = A68445080474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445270474A77900A80006 = {
-                       fileRef = A684450B0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445280474A77900A80006 = {
-                       fileRef = A684450C0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A68445290474A77900A80006 = {
-                       fileRef = A684450D0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684452A0474A77900A80006 = {
-                       fileRef = A684450E0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A684452B0474A77900A80006 = {
-                       fileRef = A684450F0474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684452C0474A77900A80006 = {
-                       fileRef = A68445100474A77900A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A684452D0474A7BD00A80006 = {
-                       children = (
-                               A64F6CDA052A991700140006,
-                               A64F6CDB052A991700140006,
-                               A68444F80474A77900A80006,
-                               A68444F90474A77900A80006,
-                               A68444FA0474A77900A80006,
-                               A68444FB0474A77900A80006,
-                               A68444FC0474A77900A80006,
-                               A68444FD0474A77900A80006,
-                               A68444FE0474A77900A80006,
-                               A68444FF0474A77900A80006,
-                               A68445000474A77900A80006,
-                               A68445010474A77900A80006,
-                               A68445020474A77900A80006,
-                               A68445030474A77900A80006,
-                               A68445040474A77900A80006,
-                               A68445050474A77900A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Layers;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684452E0474A7D900A80006 = {
-                       children = (
-                               A64F6CDD052A991700140006,
-                               A64F6CDE052A991700140006,
-                               A64F6CDF052A991700140006,
-                               A64F6CE0052A991700140006,
-                               A64F6CE1052A991700140006,
-                               A64F6CE2052A991700140006,
-                               A684450B0474A77900A80006,
-                               A684450C0474A77900A80006,
-                               A684450D0474A77900A80006,
-                               A684450E0474A77900A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Targets;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A684452F0474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = clamp.cpp;
-                       path = src/modules/lyr_std/clamp.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445300474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = clamp.h;
-                       path = src/modules/lyr_std/clamp.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445330474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = stretch.cpp;
-                       path = src/modules/lyr_std/stretch.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445340474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = stretch.h;
-                       path = src/modules/lyr_std/stretch.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445350474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = xorpattern.cpp;
-                       path = src/modules/lyr_std/xorpattern.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445360474A83F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = xorpattern.h;
-                       path = src/modules/lyr_std/xorpattern.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A68445370474A83F00A80006 = {
-                       fileRef = A684452F0474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A68445380474A83F00A80006 = {
-                       fileRef = A68445300474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684453B0474A83F00A80006 = {
-                       fileRef = A68445330474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684453C0474A83F00A80006 = {
-                       fileRef = A68445340474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684453D0474A83F00A80006 = {
-                       fileRef = A68445350474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A684453E0474A83F00A80006 = {
-                       fileRef = A68445360474A83F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861DF03E88E9500A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = archive.ar;
-                       name = libHalf.a;
-                       path = /usr/local/lib/libHalf.a;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               A6B861E003E88E9500A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = archive.ar;
-                       name = libIex.a;
-                       path = /usr/local/lib/libIex.a;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               A6B861E103E88E9500A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = archive.ar;
-                       name = libIlmImf.a;
-                       path = /usr/local/lib/libIlmImf.a;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               A6B861E203E88E9500A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = archive.ar;
-                       name = libImath.a;
-                       path = /usr/local/lib/libImath.a;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               A6B861E303E88E9500A80006 = {
-                       fileRef = A6B861DF03E88E9500A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861E403E88E9500A80006 = {
-                       fileRef = A6B861E003E88E9500A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861E503E88E9500A80006 = {
-                       fileRef = A6B861E103E88E9500A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861E603E88E9500A80006 = {
-                       fileRef = A6B861E203E88E9500A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861E703E88E9900A80006 = {
-                       children = (
-                               A6B861E003E88E9500A80006,
-                               A6B861E103E88E9500A80006,
-                               A6B861E203E88E9500A80006,
-                               A6B861DF03E88E9500A80006,
-                       );
-                       isa = PBXGroup;
-                       name = OpenEXR;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6B861E803E88EC100A80006 = {
-                       children = (
-                               F5EC16810332800301A80006,
-                               F51952E003326DBE01A80006,
-                               F58056B103A2DD0F01A80006,
-                       );
-                       isa = PBXGroup;
-                       name = XML;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6B861EB03E8937A00A80006 = {
-                       fileRef = F5FB06D503200BCD01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6B861EC03E893B500A80006 = {
-                       isa = PBXTargetDependency;
-                       target = A6F67DA003E7AE5C00A80006;
-                       targetProxy = A65F23D105E843AF005A2B7E;
-               };
-               A6B861ED03E897E500A80006 = {
-                       fileRef = A6F67DAB03E7AE5C00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1414905E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = curve_helper.cpp;
-                       path = src/synfig/curve_helper.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414A05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = curve_helper.h;
-                       path = src/synfig/curve_helper.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414B05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = palette.cpp;
-                       path = src/synfig/palette.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414C05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = palette.h;
-                       path = src/synfig/palette.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414D05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = polynomial_root.cpp;
-                       path = src/synfig/polynomial_root.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414E05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = polynomial_root.h;
-                       path = src/synfig/polynomial_root.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1414F05E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = transform.cpp;
-                       path = src/synfig/transform.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1415005E836A0004C1DD1 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = transform.h;
-                       path = src/synfig/transform.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C1415105E836A0004C1DD1 = {
-                       fileRef = A6C1414905E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415205E836A0004C1DD1 = {
-                       fileRef = A6C1414A05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415305E836A0004C1DD1 = {
-                       fileRef = A6C1414B05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415405E836A0004C1DD1 = {
-                       fileRef = A6C1414C05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415505E836A0004C1DD1 = {
-                       fileRef = A6C1414D05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415605E836A0004C1DD1 = {
-                       fileRef = A6C1414E05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415705E836A0004C1DD1 = {
-                       fileRef = A6C1414F05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415805E836A0004C1DD1 = {
-                       fileRef = A6C1415005E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415905E836A0004C1DD1 = {
-                       fileRef = A6C1414905E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415A05E836A0004C1DD1 = {
-                       fileRef = A6C1414A05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415B05E836A0004C1DD1 = {
-                       fileRef = A6C1414B05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415C05E836A0004C1DD1 = {
-                       fileRef = A6C1414C05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415D05E836A0004C1DD1 = {
-                       fileRef = A6C1414D05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415E05E836A0004C1DD1 = {
-                       fileRef = A6C1414E05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1415F05E836A0004C1DD1 = {
-                       fileRef = A6C1414F05E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C1416005E836A0004C1DD1 = {
-                       fileRef = A6C1415005E836A0004C1DD1;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C8D62B0430F3DC00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = exception.cpp;
-                       path = src/synfig/exception.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C8D62C0430F3DC00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = keyframe.cpp;
-                       path = src/synfig/keyframe.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C8D62D0430F3DC00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = keyframe.h;
-                       path = src/synfig/keyframe.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6C8D62E0430F3DC00A80006 = {
-                       fileRef = A6C8D62B0430F3DC00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C8D62F0430F3DC00A80006 = {
-                       fileRef = A6C8D62C0430F3DC00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6C8D6300430F3DC00A80006 = {
-                       fileRef = A6C8D62D0430F3DC00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6D879B6042BAC7F00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = exception.h;
-                       path = src/synfig/exception.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6D879B7042BAC7F00A80006 = {
-                       fileRef = A6D879B6042BAC7F00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6D879B8042BACED00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_bmp.cpp;
-                       path = src/modules/mod_bmp/mptr_bmp.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6D879B9042BACED00A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_bmp.h;
-                       path = src/modules/mod_bmp/mptr_bmp.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6D879BA042BACED00A80006 = {
-                       fileRef = A6D879B8042BACED00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6D879BB042BACED00A80006 = {
-                       fileRef = A6D879B9042BACED00A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6D879BC042BACF900A80006 = {
-                       fileRef = F581E15903B24ECF0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6D879BD042BACFC00A80006 = {
-                       fileRef = F581E15A03B24ECF0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA8307656625002AF736 = {
-                       children = (
-                       );
-                       isa = PBXGroup;
-                       name = Geometry;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8407656630002AF736 = {
-                       children = (
-                       );
-                       isa = PBXGroup;
-                       name = Gradients;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8507656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = curveset.cpp;
-                       path = src/synfig/curveset.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8607656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = curveset.h;
-                       path = src/synfig/curveset.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8707656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = distance.cpp;
-                       path = src/synfig/distance.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8807656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = distance.h;
-                       path = src/synfig/distance.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8907656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = guid.cpp;
-                       path = src/synfig/guid.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8A07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = guid.h;
-                       path = src/synfig/guid.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8B07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = guidset.h;
-                       path = src/synfig/guidset.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8C07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = interpolation.h;
-                       path = src/synfig/interpolation.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8D07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = node.cpp;
-                       path = src/synfig/node.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8E07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = node.h;
-                       path = src/synfig/node.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA8F07656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = rect.cpp;
-                       path = src/synfig/rect.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9007656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = rect.h;
-                       path = src/synfig/rect.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9107656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = smartfile.h;
-                       path = src/synfig/smartfile.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9207656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = timepointcollect.cpp;
-                       path = src/synfig/timepointcollect.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9307656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = timepointcollect.h;
-                       path = src/synfig/timepointcollect.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9407656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_radialcomposite.cpp;
-                       path = src/synfig/valuenode_radialcomposite.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9507656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_radialcomposite.h;
-                       path = src/synfig/valuenode_radialcomposite.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9607656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = valuenode_sine.cpp;
-                       path = src/synfig/valuenode_sine.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9707656673002AF736 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = valuenode_sine.h;
-                       path = src/synfig/valuenode_sine.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6E2EA9807656673002AF736 = {
-                       fileRef = A6E2EA8507656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9907656673002AF736 = {
-                       fileRef = A6E2EA8607656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9A07656673002AF736 = {
-                       fileRef = A6E2EA8707656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9B07656673002AF736 = {
-                       fileRef = A6E2EA8807656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9C07656673002AF736 = {
-                       fileRef = A6E2EA8907656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9D07656673002AF736 = {
-                       fileRef = A6E2EA8A07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9E07656673002AF736 = {
-                       fileRef = A6E2EA8B07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EA9F07656673002AF736 = {
-                       fileRef = A6E2EA8C07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA007656673002AF736 = {
-                       fileRef = A6E2EA8D07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA107656673002AF736 = {
-                       fileRef = A6E2EA8E07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA207656673002AF736 = {
-                       fileRef = A6E2EA8F07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA307656673002AF736 = {
-                       fileRef = A6E2EA9007656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA407656673002AF736 = {
-                       fileRef = A6E2EA9107656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA507656673002AF736 = {
-                       fileRef = A6E2EA9207656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA607656673002AF736 = {
-                       fileRef = A6E2EA9307656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA707656673002AF736 = {
-                       fileRef = A6E2EA9407656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA807656673002AF736 = {
-                       fileRef = A6E2EA9507656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAA907656673002AF736 = {
-                       fileRef = A6E2EA9607656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAA07656673002AF736 = {
-                       fileRef = A6E2EA9707656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAB07656673002AF736 = {
-                       fileRef = A6E2EA8507656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAC07656673002AF736 = {
-                       fileRef = A6E2EA8607656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAD07656673002AF736 = {
-                       fileRef = A6E2EA8707656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAE07656673002AF736 = {
-                       fileRef = A6E2EA8807656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAAF07656673002AF736 = {
-                       fileRef = A6E2EA8907656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB007656673002AF736 = {
-                       fileRef = A6E2EA8A07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB107656673002AF736 = {
-                       fileRef = A6E2EA8B07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB207656673002AF736 = {
-                       fileRef = A6E2EA8C07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB307656673002AF736 = {
-                       fileRef = A6E2EA8D07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB407656673002AF736 = {
-                       fileRef = A6E2EA8E07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB507656673002AF736 = {
-                       fileRef = A6E2EA8F07656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB607656673002AF736 = {
-                       fileRef = A6E2EA9007656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB707656673002AF736 = {
-                       fileRef = A6E2EA9107656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB807656673002AF736 = {
-                       fileRef = A6E2EA9207656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EAB907656673002AF736 = {
-                       fileRef = A6E2EA9307656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EABA07656673002AF736 = {
-                       fileRef = A6E2EA9407656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EABB07656673002AF736 = {
-                       fileRef = A6E2EA9507656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EABC07656673002AF736 = {
-                       fileRef = A6E2EA9607656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6E2EABD07656673002AF736 = {
-                       fileRef = A6E2EA9707656673002AF736;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67D8D03E7AD7400A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = listimporter.cpp;
-                       path = src/synfig/listimporter.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67D8E03E7AD7400A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = listimporter.h;
-                       path = src/synfig/listimporter.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67D8F03E7AD7400A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = version.h;
-                       path = src/synfig/version.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67D9C03E7AD7400A80006 = {
-                       fileRef = A6F67D8D03E7AD7400A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67D9D03E7AD7400A80006 = {
-                       fileRef = A6F67D8E03E7AD7400A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6F67D9E03E7AD7400A80006 = {
-                       fileRef = A6F67D8F03E7AD7400A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6F67D9F03E7AE1900A80006 = {
-                       children = (
-                               A6F67DAD03E7AEF800A80006,
-                               A6F67DAE03E7AEF800A80006,
-                               A6F67DAF03E7AEF800A80006,
-                               A6F67DB003E7AEF800A80006,
-                               A6F67DB103E7AEF800A80006,
-                       );
-                       isa = PBXGroup;
-                       name = OpenEXR;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DA003E7AE5C00A80006 = {
-                       buildPhases = (
-                               A6F67DA103E7AE5C00A80006,
-                               A6F67DA303E7AE5C00A80006,
-                               A6F67DA603E7AE5C00A80006,
-                               A6F67DAA03E7AE5C00A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = "/usr/local/include/OpenEXR src";
-                               LIBRARY_SEARCH_PATHS = "";
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "-DHAVE_CONFIG_H";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_openexr.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "OpenEXR Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = A6F67DAB03E7AE5C00A80006;
-               };
-               A6F67DA103E7AE5C00A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               A6F67DB903E7AEF800A80006,
-                               A6F67DBB03E7AEF800A80006,
-                               A6B861EB03E8937A00A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               A6F67DA303E7AE5C00A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               A6F67DB703E7AEF800A80006,
-                               A6F67DB803E7AEF800A80006,
-                               A6F67DBA03E7AEF800A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               A6F67DA603E7AE5C00A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               A6F67DA703E7AE5C00A80006,
-                               A6F67DA803E7AE5C00A80006,
-                               A6B861E303E88E9500A80006,
-                               A6B861E403E88E9500A80006,
-                               A6B861E503E88E9500A80006,
-                               A6B861E603E88E9500A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               A6F67DA703E7AE5C00A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DA803E7AE5C00A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DAA03E7AE5C00A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               A6F67DAB03E7AE5C00A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_openexr.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               A6F67DAD03E7AEF800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_openexr/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DAE03E7AEF800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_openexr.cpp;
-                       path = src/modules/mod_openexr/mptr_openexr.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DAF03E7AEF800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_openexr.h;
-                       path = src/modules/mod_openexr/mptr_openexr.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DB003E7AEF800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_openexr.cpp;
-                       path = src/modules/mod_openexr/trgt_openexr.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DB103E7AEF800A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_openexr.h;
-                       path = src/modules/mod_openexr/trgt_openexr.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6F67DB703E7AEF800A80006 = {
-                       fileRef = A6F67DAD03E7AEF800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DB803E7AEF800A80006 = {
-                       fileRef = A6F67DAE03E7AEF800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DB903E7AEF800A80006 = {
-                       fileRef = A6F67DAF03E7AEF800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DBA03E7AEF800A80006 = {
-                       fileRef = A6F67DB003E7AEF800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6F67DBB03E7AEF800A80006 = {
-                       fileRef = A6F67DB103E7AEF800A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6FEFDEC05DEA44C00140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = blur.cpp;
-                       path = src/synfig/blur.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6FEFDED05DEA44C00140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = blur.h;
-                       path = src/synfig/blur.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6FEFDEE05DEA44C00140006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = paramdesc.cpp;
-                       path = src/synfig/paramdesc.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               A6FEFDEF05DEA44C00140006 = {
-                       fileRef = A6FEFDEC05DEA44C00140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               A6FEFDF005DEA44C00140006 = {
-                       fileRef = A6FEFDED05DEA44C00140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               A6FEFDF105DEA44C00140006 = {
-                       fileRef = A6FEFDEE05DEA44C00140006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-//A60
-//A61
-//A62
-//A63
-//A64
-//F50
-//F51
-//F52
-//F53
-//F54
-               F504527502F391C901000102 = {
-                       buildSettings = {
-                               COPY_PHASE_STRIP = NO;
-                               HEADER_SEARCH_PATHS = "\U0001./synfig.pbproj";
-                               LDFLAGS = "\U0001-flat-namespace";
-                               MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OPTIMIZATION_CFLAGS = "-O0 -g -faltivec";
-                               OTHER_CFLAGS = "\U0001-DHAVE_CFLAGS -D_DEBUG -DHAVE_CONFIG_H -Wno-long-double";
-                               OTHER_CXXFLAGS = "\U0001-DHAVE_CFLAGS -D_DEBUG -DHAVE_CONFIG_H -Wno-long-double";
-                       };
-                       isa = PBXBuildStyle;
-                       name = "Development (GCC3)";
-               };
-               F50C8475037493C801A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F59F5F6D0374911E01A80006;
-                       targetProxy = A65F23CD05E843AF005A2B7E;
-               };
-               F50C8476037493D401A80006 = {
-                       buildPhases = (
-                               F50C8477037493D401A80006,
-                               F50C847A037493D401A80006,
-                               F50C847E037493D401A80006,
-                               F50C8481037493D401A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_imagemagick.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "ImageMagick Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F50C8482037493D401A80006;
-               };
-               F50C8477037493D401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C848B0374945C01A80006,
-                               F50C848D0374945C01A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C847A037493D401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C84890374945C01A80006,
-                               F50C848A0374945C01A80006,
-                               F50C848C0374945C01A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C847E037493D401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C847F037493D401A80006,
-                               F50C8480037493D401A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C847F037493D401A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C8480037493D401A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C8481037493D401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C8482037493D401A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_imagemagick.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F50C84830374942C01A80006 = {
-                       children = (
-                               F50C84840374945C01A80006,
-                               F50C84850374945C01A80006,
-                               F50C84860374945C01A80006,
-                               F50C84870374945C01A80006,
-                               F50C84880374945C01A80006,
-                               F50C848E0374947C01A80006,
-                       );
-                       isa = PBXGroup;
-                       name = ImageMagick;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84840374945C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_imagemagick/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84850374945C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_imagemagick.cpp;
-                       path = src/modules/mod_imagemagick/mptr_imagemagick.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84860374945C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_imagemagick.h;
-                       path = src/modules/mod_imagemagick/mptr_imagemagick.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84870374945C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_imagemagick.cpp;
-                       path = src/modules/mod_imagemagick/trgt_imagemagick.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84880374945C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_imagemagick.h;
-                       path = src/modules/mod_imagemagick/trgt_imagemagick.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84890374945C01A80006 = {
-                       fileRef = F50C84840374945C01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C848A0374945C01A80006 = {
-                       fileRef = F50C84850374945C01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C848B0374945C01A80006 = {
-                       fileRef = F50C84860374945C01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C848C0374945C01A80006 = {
-                       fileRef = F50C84870374945C01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C848D0374945C01A80006 = {
-                       fileRef = F50C84880374945C01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C848E0374947C01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_imagemagick/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C848F0374948C01A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F50C8476037493D401A80006;
-                       targetProxy = A65F23CE05E843AF005A2B7E;
-               };
-               F50C8494037496BE01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = translate.cpp;
-                       path = src/modules/lyr_std/translate.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C8495037496BE01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = translate.h;
-                       path = src/modules/lyr_std/translate.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C849A037496BE01A80006 = {
-                       fileRef = F50C8494037496BE01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C849B037496BE01A80006 = {
-                       fileRef = F50C8495037496BE01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C849C03771ACC01A80006 = {
-                       children = (
-                               F50C84AB03771B7B01A80006,
-                               F50C84AC03771B7B01A80006,
-                               F50C84AD03771B7B01A80006,
-                               F50C84B103771B9601A80006,
-                       );
-                       isa = PBXGroup;
-                       name = DV;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C849D03771AF301A80006 = {
-                       buildPhases = (
-                               F50C849E03771AF301A80006,
-                               F50C84A103771AF301A80006,
-                               F50C84A503771AF301A80006,
-                               F50C84A803771AF301A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_dv.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "DV Target Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F50C84A903771AF301A80006;
-               };
-               F50C849E03771AF301A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C84B003771B7B01A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C84A103771AF301A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C84AE03771B7B01A80006,
-                               F50C84AF03771B7B01A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C84A503771AF301A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F50C84A603771AF301A80006,
-                               F50C84A703771AF301A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C84A603771AF301A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84A703771AF301A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84A803771AF301A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F50C84A903771AF301A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_dv.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F50C84AA03771B0501A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F50C849D03771AF301A80006;
-                       targetProxy = A65F23CF05E843AF005A2B7E;
-               };
-               F50C84AB03771B7B01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_dv/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84AC03771B7B01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_dv.cpp;
-                       path = src/modules/mod_dv/trgt_dv.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84AD03771B7B01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_dv.h;
-                       path = src/modules/mod_dv/trgt_dv.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84AE03771B7B01A80006 = {
-                       fileRef = F50C84AB03771B7B01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84AF03771B7B01A80006 = {
-                       fileRef = F50C84AC03771B7B01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84B003771B7B01A80006 = {
-                       fileRef = F50C84AD03771B7B01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84B103771B9601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_dv/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F50C84B203771D3F01A80006 = {
-                       fileRef = F59F5F860374911E01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84B303771D4001A80006 = {
-                       fileRef = F50C8482037493D401A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F50C84B403771D4101A80006 = {
-                       fileRef = F50C84A903771AF301A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F51305FF0325FC38012F4765 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = wrapper.framework;
-                       name = ETL.framework;
-                       path = /Library/Frameworks/ETL.framework;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F51306480325FC38012F4765 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F51306490325FC4E012F4765 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F513064A0325FC51012F4765 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F513071103267616012F4765 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5130731032677CD012F4765,
-                               F5130732032677CD012F4765,
-                               F513073F03267D2C012F4765,
-                               F5130733032677CD012F4765,
-                               F513073B03267CDB012F4765,
-                       );
-                       isa = PBXResourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F513071503267616012F4765 = {
-                       buildPhases = (
-                               F581E13F03B249EA0101DBD7,
-                               F513079E032682CF012F4765,
-                               F513071903267679012F4765,
-                               F513071A03267680012F4765,
-                               F513071103267616012F4765,
-                               F513071B03267685012F4765,
-                       );
-                       buildSettings = {
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PRODUCT_NAME = "synfig-devel";
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                               WRAPPER_EXTENSION = pkg;
-                       };
-                       dependencies = (
-                               F51307170326764F012F4765,
-                               F513071803267651012F4765,
-                               F51307A5032684D5012F4765,
-                       );
-                       isa = PBXBundleTarget;
-                       name = Package;
-                       productInstallPath = "$(USER_LIBRARY_DIR)/Bundles";
-                       productName = Package;
-                       productReference = F513071603267616012F4765;
-                       productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
-<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
-<plist version=\"1.0\">
-<dict>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>English</string>
-       <key>CFBundleGetInfoString</key>
-       <string></string>
-       <key>CFBundleIconFile</key>
-       <string></string>
-       <key>CFBundleIdentifier</key>
-       <string></string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundleName</key>
-       <string></string>
-       <key>CFBundlePackageType</key>
-       <string>PKG</string>
-       <key>CFBundleShortVersionString</key>
-       <string></string>
-       <key>CFBundleSignature</key>
-       <string>????</string>
-       <key>CFBundleVersion</key>
-       <string>0.0.1d1</string>
-</dict>
-</plist>
-";
-               };
-               F513071603267616012F4765 = {
-                       explicitFileType = wrapper.cfbundle;
-                       isa = PBXFileReference;
-                       path = "synfig-devel.pkg";
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F51307170326764F012F4765 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48ECF0314873101682FCB;
-                       targetProxy = A65F23D505E843AF005A2B7E;
-               };
-               F513071803267651012F4765 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48EBB0314868C01682FCB;
-                       targetProxy = A65F23D705E843AF005A2B7E;
-               };
-               F513071903267679012F4765 = {
-                       buildActionMask = 2147483647;
-                       dstPath = "pkg-tmp";
-                       dstSubfolderSpec = 16;
-                       files = (
-                               F5130738032677F3012F4765,
-                       );
-                       isa = PBXCopyFilesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F513071A03267680012F4765 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXShellScriptBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-                       shellPath = /bin/sh;
-                       shellScript = ". config/build.cfg\n\nset -x\n\n# clean up the framework, remove extra files\nrm -rf build/pkg-tmp/synfig.framework/Resources/pbdevelopment.plist\n\n# create the module manifest\nls --color=no build/pkg-tmp/synfig.framework/Resources/modules | sed \"s/.so//;s/.dylib//;s/lib//;\" > build/pkg-tmp/synfig.framework/Resources/synfig_modules.cfg\n\n# remove the .DS_Store file to keep tool from crapping out\nrm -rf pkg-support/devel-resources/.DS_Store\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < config/pkg-support/synfig-devel.info > build/$PRODUCT_NAME.info\n\n# create the .pkg\npackage build/pkg-tmp build/$PRODUCT_NAME.info -d  build \n\n# remove temporary files\nrm -rf build/pkg-tmp build/$PRODUCT_NAME.info\n\n# compress\n(cd build; sleep 1; tar -zcvf $PRODUCT_NAME.pkg.tar.gz $PRODUCT_NAME.pkg)";
-               };
-               F513071B03267685012F4765 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXShellScriptBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-                       shellPath = /bin/sh;
-                       shellScript = ". config/build.cfg\n\nDIR=build/synfig-devel.pkg/Contents/Resources\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < $DIR/install.sh > $DIR/$PRODUCT_NAME.post_install\ncp $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n\nrm $DIR/install.sh\n\n# add execute flag to scripts\nchmod 755 $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n";
-               };
-               F513071C032676F4012F4765 = {
-                       children = (
-                               F513072A03267792012F4765,
-                               F513072703267737012F4765,
-                       );
-                       isa = PBXGroup;
-                       name = "Package Files";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513072703267737012F4765 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = "synfig-devel.info";
-                       path = "config/pkg-support/synfig-devel.info";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513072A03267792012F4765 = {
-                       children = (
-                               F513072B032677B1012F4765,
-                               F513072C032677B1012F4765,
-                               F513072D032677B1012F4765,
-                       );
-                       isa = PBXGroup;
-                       name = "synfig-devel";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513072B032677B1012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text.script.sh;
-                       name = install.sh;
-                       path = "config/pkg-support/devel-resources/install.sh";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513072C032677B1012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = ReadMe.txt;
-                       path = "config/pkg-support/devel-resources/ReadMe.txt";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513072D032677B1012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Welcome.txt;
-                       path = "config/pkg-support/devel-resources/Welcome.txt";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5130731032677CD012F4765 = {
-                       fileRef = F513072B032677B1012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5130732032677CD012F4765 = {
-                       fileRef = F513072C032677B1012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5130733032677CD012F4765 = {
-                       fileRef = F513072D032677B1012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5130738032677F3012F4765 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F513073A03267C35012F4765 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXShellScriptBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-                       shellPath = /bin/sh;
-                       shellScript = "[ -e synfig ] && mv synfig build\nexit 0";
-               };
-               F513073B03267CDB012F4765 = {
-                       fileRef = F5F48EBC0314868C01682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F513073C03267D1E012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text.script.sh;
-                       path = "synfig-config.in";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513073F03267D2C012F4765 = {
-                       fileRef = F513073C03267D1E012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F513079503267FC7012F4765 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = "synfig-devel.pkg.tar.gz";
-                       path = "build/synfig-devel.pkg.tar.gz";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F513079E032682CF012F4765 = {
-                       buildActionMask = 2147483647;
-                       dstPath = synfig.framework/Resources/modules;
-                       dstSubfolderSpec = 16;
-                       files = (
-                               F536547F0357610A012F4ADF,
-                               F53654800357610B012F4ADF,
-                               F53654820357610C012F4ADF,
-                               F53654840357610E012F4ADF,
-                               F50C84B203771D3F01A80006,
-                               F50C84B303771D4001A80006,
-                               F50C84B403771D4101A80006,
-                               F581E16903B253EE0101DBD7,
-                               A6B861ED03E897E500A80006,
-                       );
-                       isa = PBXCopyFilesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F51307A3032684C7012F4765 = {
-                       buildPhases = (
-                       );
-                       buildSettings = {
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PRODUCT_NAME = "All Modules";
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                               A6B861EC03E893B500A80006,
-                               F581E15603B24E660101DBD7,
-                               F50C84AA03771B0501A80006,
-                               F50C848F0374948C01A80006,
-                               F50C8475037493C801A80006,
-                               F53654760357586F012F4ADF,
-                               F57D1CBC033FDEB701A80006,
-                               F5B076A6032A962601A80082,
-                               F5B07656032A7E8301A80082,
-                       );
-                       isa = PBXAggregateTarget;
-                       name = "All Modules";
-                       productName = "All Modules";
-               };
-               F51307A5032684D5012F4765 = {
-                       isa = PBXTargetDependency;
-                       target = F51307A3032684C7012F4765;
-                       targetProxy = A65F23D805E843AF005A2B7E;
-               };
-               F51307FB0326CBE8012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = render.cpp;
-                       path = src/synfig/render.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F51307FC0326CBE8012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = render.h;
-                       path = src/synfig/render.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F51307FE0326CBE8012F4765 = {
-                       fileRef = F51307FC0326CBE8012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F51307FF0326CD28012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = target.cpp;
-                       path = src/synfig/target.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F51308000326CD28012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = target.h;
-                       path = src/synfig/target.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F51308010326CD28012F4765 = {
-                       fileRef = F51307FF0326CD28012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F51308020326CD28012F4765 = {
-                       fileRef = F51308000326CD28012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F51952E003326DBE01A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = libxml.framework;
-                       path = /Library/Frameworks/libxml.framework;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F5213F280384B9AF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = supersample.cpp;
-                       path = src/modules/lyr_std/supersample.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5213F290384B9AF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = supersample.h;
-                       path = src/modules/lyr_std/supersample.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5213F2C0384B9AF01A80006 = {
-                       fileRef = F5213F280384B9AF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5213F2D0384B9AF01A80006 = {
-                       fileRef = F5213F290384B9AF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536545E0357581B012F4ADF = {
-                       children = (
-                               F536545F03575842012F4ADF,
-                               F536546003575842012F4ADF,
-                               F536546103575842012F4ADF,
-                               F536546203575842012F4ADF,
-                               F536546303575842012F4ADF,
-                               F536546403575842012F4ADF,
-                       );
-                       isa = PBXGroup;
-                       name = FFMpeg;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536545F03575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_ffmpeg/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546003575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_ffmpeg/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546103575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_ffmpeg.cpp;
-                       path = src/modules/mod_ffmpeg/mptr_ffmpeg.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546203575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_ffmpeg.h;
-                       path = src/modules/mod_ffmpeg/mptr_ffmpeg.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546303575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_ffmpeg.cpp;
-                       path = src/modules/mod_ffmpeg/trgt_ffmpeg.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546403575842012F4ADF = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_ffmpeg.h;
-                       path = src/modules/mod_ffmpeg/trgt_ffmpeg.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F536546B03575855012F4ADF = {
-                       buildPhases = (
-                               F536546C03575855012F4ADF,
-                               F536546E03575855012F4ADF,
-                               F536547103575855012F4ADF,
-                               F536547403575855012F4ADF,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_ffmpeg.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "FFMpeg Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F536547503575855012F4ADF;
-               };
-               F536546C03575855012F4ADF = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F536547703575885012F4ADF,
-                               F536547903575887012F4ADF,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F536546E03575855012F4ADF = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F536547803575886012F4ADF,
-                               F536547A03575887012F4ADF,
-                               F536547B03575888012F4ADF,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F536547103575855012F4ADF = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F536547203575855012F4ADF,
-                               F536547303575855012F4ADF,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F536547203575855012F4ADF = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547303575855012F4ADF = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547403575855012F4ADF = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F536547503575855012F4ADF = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_ffmpeg.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F53654760357586F012F4ADF = {
-                       isa = PBXTargetDependency;
-                       target = F536546B03575855012F4ADF;
-                       targetProxy = A65F23CC05E843AF005A2B7E;
-               };
-               F536547703575885012F4ADF = {
-                       fileRef = F536546403575842012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547803575886012F4ADF = {
-                       fileRef = F536546303575842012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547903575887012F4ADF = {
-                       fileRef = F536546203575842012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547A03575887012F4ADF = {
-                       fileRef = F536546103575842012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547B03575888012F4ADF = {
-                       fileRef = F536545F03575842012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547E03575FC6012F4ADF = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F536547F0357610A012F4ADF = {
-                       fileRef = F5B07653032A77BE01A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F53654800357610B012F4ADF = {
-                       fileRef = F5B0769F032A95BC01A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F53654820357610C012F4ADF = {
-                       fileRef = F57D1CBB033FDE9A01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F53654840357610E012F4ADF = {
-                       fileRef = F536547503575855012F4ADF;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F550016102F0983D01000102 = {
-                       children = (
-                               F58056B403A2F89101A80006,
-                               F513071C032676F4012F4765,
-                               F5FB07070320189701A80006,
-                               F5FB06D003200AE401A80006,
-                               F550017202F0ABE401000102,
-                               F550017302F0ABFA01000102,
-                               F58BF73F03379BB601A80006,
-                               F5D988D703325F0301A80006,
-                               F588A3BE02F0CCE501000102,
-                               F550016A02F0987601000102,
-                               F550016B02F0987601000102,
-                               F550016C02F0987601000102,
-                       );
-                       isa = PBXGroup;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550016302F0983D01000102 = {
-                       buildSettings = {
-                               COPY_PHASE_STRIP = NO;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_FIX_AND_CONTINUE = YES;
-                               GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
-                               GCC_OPTIMIZATION_LEVEL = 0;
-                               GCC_VERSION = 2.x;
-                               LDFLAGS = "\U0001-flat-namespace";
-                               MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OTHER_CFLAGS = "\U0001-DHAVE_CFLAGS  -Wno-long-double";
-                               ZERO_LINK = YES;
-                       };
-                       isa = PBXBuildStyle;
-                       name = Development;
-               };
-               F550016402F0983D01000102 = {
-                       buildSettings = {
-                               COPY_PHASE_STRIP = YES;
-                               LDFLAGS = "\U0001-flat-namespace";
-                               MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OPTIMIZATION_CFLAGS = "-O2 -ffast-math";
-                               OTHER_CFLAGS = "\U0001-DHAVE_CFLAGS -DNDEBUG  -Wno-long-double";
-                               OTHER_CXXFLAGS = "\U0001-DHAVE_CFLAGS -DNDEBUG -Wno-long-double";
-                               USE_GCC3_PFE_SUPPORT = YES;
-                       };
-                       isa = PBXBuildStyle;
-                       name = "Deployment (GCC3)";
-               };
-               F550016502F0983D01000102 = {
-                       buildSettings = {
-                       };
-                       buildStyles = (
-                               F550016302F0983D01000102,
-                               F504527502F391C901000102,
-                               F550016402F0983D01000102,
-                               F5F2702E03C932DE01BABFEF,
-                       );
-                       hasScannedForEncodings = 1;
-                       isa = PBXProject;
-                       mainGroup = F550016102F0983D01000102;
-                       productRefGroup = F588A3BE02F0CCE501000102;
-                       projectDirPath = "";
-                       targets = (
-                               F5F48ECF0314873101682FCB,
-                               F513071503267616012F4765,
-                               F5F48EBB0314868C01682FCB,
-                               F5FB071303201B3201A80006,
-                               F5B0764C032A77BE01A80082,
-                               F5D9889B03317C7401A80006,
-                               F57D1CB1033FDE9A01A80006,
-                               F5B07697032A95BC01A80082,
-                               F5F7845003482C9101A80006,
-                               F536546B03575855012F4ADF,
-                               F59F5F6D0374911E01A80006,
-                               F50C8476037493D401A80006,
-                               F50C849D03771AF301A80006,
-                               F581E14903B24E2D0101DBD7,
-                               A6F67DA003E7AE5C00A80006,
-                               F51307A3032684C7012F4765,
-                               F5F784630348DCAA01A80006,
-                               F58056B303A2F5F401A80006,
-                               F580574A03A2FA0401A80006,
-                       );
-               };
-               F550016802F0987601000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text.script.sh;
-                       path = bootstrap;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550016A02F0987601000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       path = INSTALL;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550016B02F0987601000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       path = Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550016C02F0987601000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       path = README;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550016E02F09B9701000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = build.cfg;
-                       path = config/build.cfg;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550017102F0A69401000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = project.spec.in;
-                       path = config/project.spec.in;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550017202F0ABE401000102 = {
-                       children = (
-                               A6E2EA8507656673002AF736,
-                               A6E2EA8607656673002AF736,
-                               A6E2EA8707656673002AF736,
-                               A6E2EA8807656673002AF736,
-                               A6E2EA8907656673002AF736,
-                               A6E2EA8A07656673002AF736,
-                               A6E2EA8B07656673002AF736,
-                               A6E2EA8C07656673002AF736,
-                               A6E2EA8D07656673002AF736,
-                               A6E2EA8E07656673002AF736,
-                               A6E2EA8F07656673002AF736,
-                               A6E2EA9007656673002AF736,
-                               A6E2EA9107656673002AF736,
-                               A6E2EA9207656673002AF736,
-                               A6E2EA9307656673002AF736,
-                               A6E2EA9407656673002AF736,
-                               A6E2EA9507656673002AF736,
-                               A6E2EA9607656673002AF736,
-                               A6E2EA9707656673002AF736,
-                               A6714DEC0413E7BB00F656BD,
-                               A684452D0474A7BD00A80006,
-                               A684452E0474A7D900A80006,
-                               F5FB06D503200BCD01A80006,
-                               A6714DF40413E80A00F656BD,
-                               A64F6CD2052A991700140006,
-                               A64F6CD3052A991700140006,
-                               A64F6CD4052A991700140006,
-                               A64F6CD5052A991700140006,
-                               A64F6CD6052A991700140006,
-                               A64F6CD7052A991700140006,
-                               A64F6CD8052A991700140006,
-                               A64F6CD9052A991700140006,
-                               A64F6CDC052A991700140006,
-                               A64F6CED052A991700140006,
-                               A64F6CEE052A991700140006,
-                               A6714DF50413E80A00F656BD,
-                               F579DCCA031560A001682FCB,
-                               F579DCD40315734101682FCB,
-                               F5F48EC60314870401682FCB,
-                               F5F48EC40314870401682FCB,
-                               F5F48EC50314870401682FCB,
-                               F579DCC80315607801682FCB,
-                               F579DCCE0315672F01682FCB,
-                               F579DCD003156FA301682FCB,
-                               F579DCD103156FA301682FCB,
-                               F579DCD60315770A01682FCB,
-                               F579DCD70315770A01682FCB,
-                               F579DCE303159B9401682FCB,
-                               F51307FB0326CBE8012F4765,
-                               A68444F50474A77900A80006,
-                               A68444F60474A77900A80006,
-                               A68444F70474A77900A80006,
-                               A68445060474A77900A80006,
-                               A68445070474A77900A80006,
-                               A68445080474A77900A80006,
-                               A684450F0474A77900A80006,
-                               A68445100474A77900A80006,
-                               F51307FC0326CBE8012F4765,
-                               F51307FF0326CD28012F4765,
-                               F51308000326CD28012F4765,
-                               F5A4F3320327E86D01A80006,
-                               A6F67D8D03E7AD7400A80006,
-                               A6F67D8E03E7AD7400A80006,
-                               A6F67D8F03E7AD7400A80006,
-                               F57D1D35034262A601A80006,
-                               F5F784D2034BC0D901A80006,
-                               F591EF12034511A901A80006,
-                               F591EF13034511A901A80006,
-                               F58056A303A2DB6901A80006,
-                               F58056A403A2DB6901A80006,
-                               F58056A503A2DB6901A80006,
-                               F58056A603A2DB6901A80006,
-                               F58056A703A2DB6901A80006,
-                               F58056A803A2DB6901A80006,
-                               F5D51DF50399C8EF01A80006,
-                               F5D51DF60399C8EF01A80006,
-                               A60324D904425DAD00A80006,
-                               A60324DA04425DAD00A80006,
-                               A60324DB04425DAD00A80006,
-                               A60324DC04425DAD00A80006,
-                               A60324DD04425DAD00A80006,
-                               A6D879B6042BAC7F00A80006,
-                               A6C8D62B0430F3DC00A80006,
-                               A6C8D62C0430F3DC00A80006,
-                               A6C8D62D0430F3DC00A80006,
-                               A6FEFDEC05DEA44C00140006,
-                               A6FEFDED05DEA44C00140006,
-                               A6FEFDEE05DEA44C00140006,
-                               A6C1414905E836A0004C1DD1,
-                               A6C1414A05E836A0004C1DD1,
-                               A6C1414B05E836A0004C1DD1,
-                               A6C1414C05E836A0004C1DD1,
-                               A6C1414D05E836A0004C1DD1,
-                               A6C1414E05E836A0004C1DD1,
-                               A6C1414F05E836A0004C1DD1,
-                               A6C1415005E836A0004C1DD1,
-                       );
-                       isa = PBXGroup;
-                       name = "Synfig Library Sources";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F550017302F0ABFA01000102 = {
-                       children = (
-                               F579DCCC031560BA01682FCB,
-                               F5F48EC2031486BE01682FCB,
-                       );
-                       isa = PBXGroup;
-                       name = "Synfig Tool Sources";
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F570DBE403257704012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = configure.in;
-                       path = libltdl/configure.in;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F570DBE503257704012F4765 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = libltdl/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCC80315607801682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = module.h;
-                       path = src/synfig/module.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCC90315607801682FCB = {
-                       fileRef = F579DCC80315607801682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F579DCCA031560A001682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/synfig/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCCC031560BA01682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/tool/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCCE0315672F01682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = module.cpp;
-                       path = src/synfig/module.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCCF0315672F01682FCB = {
-                       fileRef = F579DCCE0315672F01682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F579DCD003156FA301682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = layer.cpp;
-                       path = src/synfig/layer.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCD103156FA301682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = layer.h;
-                       path = src/synfig/layer.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCD203156FA301682FCB = {
-                       fileRef = F579DCD003156FA301682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F579DCD303156FA301682FCB = {
-                       fileRef = F579DCD103156FA301682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F579DCD40315734101682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = pch.h;
-                       path = src/synfig/pch.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCD50315734101682FCB = {
-                       fileRef = F579DCD40315734101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F579DCD60315770A01682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = color.cpp;
-                       path = src/synfig/color.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCD70315770A01682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = color.h;
-                       path = src/synfig/color.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCD80315770A01682FCB = {
-                       fileRef = F579DCD60315770A01682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F579DCD90315770A01682FCB = {
-                       fileRef = F579DCD70315770A01682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F579DCE303159B9401682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = vector.h;
-                       path = src/synfig/vector.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F579DCE403159B9401682FCB = {
-                       fileRef = F579DCE303159B9401682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F57D1CAA033FDD6B01A80006 = {
-                       children = (
-                               F57D1CAB033FDE6601A80006,
-                               F57D1CAC033FDE6601A80006,
-                               F57D1CAD033FDE6701A80006,
-                               F57D1CAE033FDE6701A80006,
-                               F57D1CAF033FDE6701A80006,
-                               F57D1CB0033FDE6701A80006,
-                               F5FF0A3F03465FD101A80006,
-                               F5FF0A4003465FD101A80006,
-                       );
-                       isa = PBXGroup;
-                       name = PPM;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CAB033FDE6601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_ppm/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CAC033FDE6601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_ppm/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CAD033FDE6701A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_mpg.cpp;
-                       path = src/modules/mod_ppm/trgt_mpg.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CAE033FDE6701A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_mpg.h;
-                       path = src/modules/mod_ppm/trgt_mpg.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CAF033FDE6701A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_ppm.cpp;
-                       path = src/modules/mod_ppm/trgt_ppm.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CB0033FDE6701A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_ppm.h;
-                       path = src/modules/mod_ppm/trgt_ppm.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1CB1033FDE9A01A80006 = {
-                       buildPhases = (
-                               F57D1CB2033FDE9A01A80006,
-                               F57D1CB4033FDE9A01A80006,
-                               F57D1CB7033FDE9A01A80006,
-                               F57D1CBA033FDE9A01A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_ppm.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "PPM Target Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F57D1CBB033FDE9A01A80006;
-               };
-               F57D1CB2033FDE9A01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F57D1CC5033FE09001A80006,
-                               F5FF0A4203465FD101A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F57D1CB4033FDE9A01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F57D1CC6033FE09001A80006,
-                               F57D1CCA033FE09401A80006,
-                               F5FF0A4103465FD101A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F57D1CB7033FDE9A01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F57D1CB8033FDE9A01A80006,
-                               F57D1CB9033FDE9A01A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F57D1CB8033FDE9A01A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CB9033FDE9A01A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CBA033FDE9A01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F57D1CBB033FDE9A01A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_ppm.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F57D1CBC033FDEB701A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F57D1CB1033FDE9A01A80006;
-                       targetProxy = A65F23CB05E843AF005A2B7E;
-               };
-               F57D1CC2033FE08001A80006 = {
-                       fileRef = F5D988A903317CCF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CC3033FE08101A80006 = {
-                       fileRef = F5D988AB03317CCF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CC4033FE08201A80006 = {
-                       fileRef = F5D988AC03317CCF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CC5033FE09001A80006 = {
-                       fileRef = F57D1CB0033FDE6701A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CC6033FE09001A80006 = {
-                       fileRef = F57D1CAF033FDE6701A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1CCA033FE09401A80006 = {
-                       fileRef = F57D1CAB033FDE6601A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1D2D0340E47601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = import.cpp;
-                       path = src/modules/lyr_std/import.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1D2E0340E47601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = import.h;
-                       path = src/modules/lyr_std/import.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1D2F0340E47601A80006 = {
-                       fileRef = F57D1D2D0340E47601A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1D300340E47601A80006 = {
-                       fileRef = F57D1D2E0340E47601A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F57D1D35034262A601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = surface.h;
-                       path = src/synfig/surface.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F57D1D36034262A601A80006 = {
-                       fileRef = F57D1D35034262A601A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F58056A303A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = canvas.cpp;
-                       path = src/synfig/canvas.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A403A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = canvas.h;
-                       path = src/synfig/canvas.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A503A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = loadcanvas.cpp;
-                       path = src/synfig/loadcanvas.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A603A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = loadcanvas.h;
-                       path = src/synfig/loadcanvas.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A703A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = savecanvas.cpp;
-                       path = src/synfig/savecanvas.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A803A2DB6901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = savecanvas.h;
-                       path = src/synfig/savecanvas.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056A903A2DB6901A80006 = {
-                       fileRef = F58056A303A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F58056AA03A2DB6901A80006 = {
-                       fileRef = F58056A403A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F58056AB03A2DB6901A80006 = {
-                       fileRef = F58056A503A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F58056AC03A2DB6901A80006 = {
-                       fileRef = F58056A603A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F58056AD03A2DB6901A80006 = {
-                       fileRef = F58056A703A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F58056AE03A2DB6901A80006 = {
-                       fileRef = F58056A803A2DB6901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F58056B103A2DD0F01A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = "compiled.mach-o.dylib";
-                       name = "libxml++-1.0.dylib";
-                       path = "/usr/local/lib/libxml++-1.0.1.0.3.dylib";
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F58056B203A2DD0F01A80006 = {
-                       fileRef = F58056B103A2DD0F01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F58056B303A2F5F401A80006 = {
-                       buildArgumentsString = synfig.pbproj/doxygen.cfg;
-                       buildPhases = (
-                       );
-                       buildSettings = {
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PATH = "\U0001:/sw/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/bin";
-                               PRODUCT_NAME = doc;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       buildToolPath = /sw/bin/doxygen;
-                       dependencies = (
-                       );
-                       isa = PBXLegacyTarget;
-                       name = Doxygen;
-                       passBuildSettingsInEnvironment = 1;
-                       productName = Documentation;
-               };
-               F58056B403A2F89101A80006 = {
-                       children = (
-                               F5D12A4403A2FF4A01A80006,
-                               F58056B503A2F8BF01A80006,
-                               F58056B803A2F96801A80006,
-                               F580574C03A2FD9F01A80006,
-                               F5D12AE603A302D101A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Documentation;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056B503A2F8BF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = index.html;
-                       path = doc/html/index.html;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58056B803A2F96801A80006 = {
-                       includeInIndex = 1;
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = html;
-                       path = doc/html;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F580574A03A2FA0401A80006 = {
-                       buildArgumentsString = pdf;
-                       buildPhases = (
-                       );
-                       buildSettings = {
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PATH = "\U0001:/sw/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/bin:/bin";
-                               PRODUCT_NAME = "LaTeX Documentation";
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       buildToolPath = /usr/bin/gnumake;
-                       buildWorkingDirectory = /Users/darco/src/voria/synfig/doc/latex/;
-                       dependencies = (
-                       );
-                       isa = PBXLegacyTarget;
-                       name = "PDF Documentation";
-                       passBuildSettingsInEnvironment = 1;
-                       productName = "PDF Documentation";
-               };
-               F580574C03A2FD9F01A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = refman.pdf;
-                       path = doc/latex/refman.pdf;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E13F03B249EA0101DBD7 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXShellScriptBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-                       shellPath = /bin/sh;
-                       shellScript = "rm -fr synfig-devel.pkg";
-               };
-               F581E14003B24C140101DBD7 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = "compiled.mach-o.dylib";
-                       name = libpng.dylib;
-                       path = /usr/local/lib/libpng.3.1.2.5.dylib;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F581E14803B24DF40101DBD7 = {
-                       children = (
-                               F581E15703B24ECF0101DBD7,
-                               F581E15803B24ECF0101DBD7,
-                               F581E15903B24ECF0101DBD7,
-                               F581E15A03B24ECF0101DBD7,
-                               F581E15B03B24ECF0101DBD7,
-                               F581E15C03B24ECF0101DBD7,
-                       );
-                       isa = PBXGroup;
-                       name = PNG;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E14903B24E2D0101DBD7 = {
-                       buildPhases = (
-                               F581E14A03B24E2D0101DBD7,
-                               F581E14D03B24E2D0101DBD7,
-                               F581E15103B24E2D0101DBD7,
-                               F581E15403B24E2D0101DBD7,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_SEARCH_PATHS = "";
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_png.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "PNG Target Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F581E15503B24E2D0101DBD7;
-               };
-               F581E14A03B24E2D0101DBD7 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F581E16303B24ED90101DBD7,
-                               A6D879BD042BACFC00A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F581E14D03B24E2D0101DBD7 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F581E16403B24EDA0101DBD7,
-                               F581E16703B24EDC0101DBD7,
-                               A6D879BC042BACF900A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F581E15103B24E2D0101DBD7 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F581E15203B24E2D0101DBD7,
-                               F581E15303B24E2D0101DBD7,
-                               F581E16803B253BB0101DBD7,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F581E15203B24E2D0101DBD7 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E15303B24E2D0101DBD7 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E15403B24E2D0101DBD7 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F581E15503B24E2D0101DBD7 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_png.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F581E15603B24E660101DBD7 = {
-                       isa = PBXTargetDependency;
-                       target = F581E14903B24E2D0101DBD7;
-                       targetProxy = A65F23D005E843AF005A2B7E;
-               };
-               F581E15703B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_png/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E15803B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_png/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E15903B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_png.cpp;
-                       path = src/modules/mod_png/mptr_png.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E15A03B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_png.h;
-                       path = src/modules/mod_png/mptr_png.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E15B03B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_png.cpp;
-                       path = src/modules/mod_png/trgt_png.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E15C03B24ECF0101DBD7 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_png.h;
-                       path = src/modules/mod_png/trgt_png.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F581E16303B24ED90101DBD7 = {
-                       fileRef = F581E15C03B24ECF0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E16403B24EDA0101DBD7 = {
-                       fileRef = F581E15B03B24ECF0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E16703B24EDC0101DBD7 = {
-                       fileRef = F581E15703B24ECF0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E16803B253BB0101DBD7 = {
-                       fileRef = F581E14003B24C140101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F581E16903B253EE0101DBD7 = {
-                       fileRef = F581E15503B24E2D0101DBD7;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F588A3B502F0C38001000102 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = configure.ac;
-                       path = config/configure.ac;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F588A3BE02F0CCE501000102 = {
-                       children = (
-                               F5F48EBC0314868C01682FCB,
-                               F5F48ED00314873101682FCB,
-                               F5FB071403201B3201A80006,
-                               F513071603267616012F4765,
-                               F513079503267FC7012F4765,
-                               F5B07653032A77BE01A80082,
-                               F5B0769F032A95BC01A80082,
-                               F5D988A703317C7401A80006,
-                               F57D1CBB033FDE9A01A80006,
-                               F5F7845E03482C9101A80006,
-                               F536547503575855012F4ADF,
-                               F59F5F860374911E01A80006,
-                               F50C8482037493D401A80006,
-                               F50C84A903771AF301A80006,
-                               F581E15503B24E2D0101DBD7,
-                               A6F67DAB03E7AE5C00A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Products;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58BF73F03379BB601A80006 = {
-                       children = (
-                               F550016E02F09B9701000102,
-                               F550016802F0987601000102,
-                               F550017102F0A69401000102,
-                               F588A3B502F0C38001000102,
-                               F513073C03267D1E012F4765,
-                               F58BF74003379C0301A80006,
-                               F58BF74103379C0301A80006,
-                               F58BF74203379C0301A80006,
-                       );
-                       isa = PBXGroup;
-                       name = "Build Configuration";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58BF74003379C0301A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = cxx_macros.m4;
-                       path = config/cxx_macros.m4;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58BF74103379C0301A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = ETL.m4;
-                       path = config/ETL.m4;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F58BF74203379C0301A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = libxml.m4;
-                       path = config/libxml.m4;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F591EF12034511A901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = importer.cpp;
-                       path = src/synfig/importer.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F591EF13034511A901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = importer.h;
-                       path = src/synfig/importer.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F591EF14034511A901A80006 = {
-                       fileRef = F591EF12034511A901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F591EF15034511A901A80006 = {
-                       fileRef = F591EF13034511A901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F59F5F6D0374911E01A80006 = {
-                       buildPhases = (
-                               F59F5F6F0374911E01A80006,
-                               F59F5F780374911E01A80006,
-                               F59F5F820374911E01A80006,
-                               F59F5F850374911E01A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = "/usr/X11R6/include/freetype2 /usr/local/include/freetype2 src";
-                               LIBRARY_SEARCH_PATHS = /usr/X11R6/lib;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = liblyr_freetype.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                               F59F5F6E0374911E01A80006,
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "FreeType Font Layer Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F59F5F860374911E01A80006;
-               };
-               F59F5F6E0374911E01A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48ECF0314873101682FCB;
-                       targetProxy = A65F23C805E843AF005A2B7E;
-               };
-               F59F5F6F0374911E01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F59F5F91037491C201A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F59F5F780374911E01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F59F5F90037491C201A80006,
-                               F59F5F92037491C301A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F59F5F820374911E01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F59F5F830374911E01A80006,
-                               F59F5F840374911E01A80006,
-                               F59F5F940374921B01A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F59F5F830374911E01A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F59F5F840374911E01A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F59F5F850374911E01A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F59F5F860374911E01A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = liblyr_freetype.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F59F5F870374916F01A80006 = {
-                       children = (
-                               F59F5F88037491BD01A80006,
-                               F59F5F89037491BD01A80006,
-                               F59F5F8A037491BD01A80006,
-                               F59F5F8B037491BD01A80006,
-                       );
-                       isa = PBXGroup;
-                       name = "FreeType Layer";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F59F5F88037491BD01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = lyr_freetype.cpp;
-                       path = src/modules/lyr_freetype/lyr_freetype.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F59F5F89037491BD01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = lyr_freetype.h;
-                       path = src/modules/lyr_freetype/lyr_freetype.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F59F5F8A037491BD01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/lyr_freetype/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F59F5F8B037491BD01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/lyr_freetype/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F59F5F90037491C201A80006 = {
-                       fileRef = F59F5F8A037491BD01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F59F5F91037491C201A80006 = {
-                       fileRef = F59F5F89037491BD01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F59F5F92037491C301A80006 = {
-                       fileRef = F59F5F88037491BD01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F59F5F930374921B01A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = "compiled.mach-o.dylib";
-                       name = libfreetype.dylib;
-                       path = /usr/X11R6/lib/libfreetype.6.3.dylib;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F59F5F940374921B01A80006 = {
-                       fileRef = F59F5F930374921B01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5A4F3320327E86D01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = renddesc.h;
-                       path = src/synfig/renddesc.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5A4F3330327E86D01A80006 = {
-                       fileRef = F5A4F3320327E86D01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F5B07646032A774701A80082 = {
-                       children = (
-                               A6F67D9F03E7AE1900A80006,
-                               F581E14803B24DF40101DBD7,
-                               F50C849C03771ACC01A80006,
-                               F50C84830374942C01A80006,
-                               F536545E0357581B012F4ADF,
-                               F5F7844B03482C5201A80006,
-                               F57D1CAA033FDD6B01A80006,
-                               F5D9889A03317C5A01A80006,
-                               F5B07647032A775701A80082,
-                       );
-                       isa = PBXGroup;
-                       name = "Image Formats";
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B07647032A775701A80082 = {
-                       children = (
-                               F5B07648032A778701A80082,
-                               F5B07649032A778701A80082,
-                               F5EDFADA032D252001A80082,
-                               F5EDFADB032D252001A80082,
-                               A6D879B8042BACED00A80006,
-                               A6D879B9042BACED00A80006,
-                       );
-                       isa = PBXGroup;
-                       name = BMP;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B07648032A778701A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_bmp/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B07649032A778701A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_bmp/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B0764C032A77BE01A80082 = {
-                       buildPhases = (
-                               F5B0764D032A77BE01A80082,
-                               F5B0764E032A77BE01A80082,
-                               F5B07650032A77BE01A80082,
-                               F5B07652032A77BE01A80082,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "-lstdc++";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_bmp.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "BMP Target Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F5B07653032A77BE01A80082;
-               };
-               F5B0764D032A77BE01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5EDFADD032D252001A80082,
-                               A6D879BB042BACED00A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B0764E032A77BE01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5B07655032A7C8801A80082,
-                               F5EDFADC032D252001A80082,
-                               A6D879BA042BACED00A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B07650032A77BE01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5B07651032A77BE01A80082,
-                               F5B0767E032A846D01A80082,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B07651032A77BE01A80082 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B07652032A77BE01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B07653032A77BE01A80082 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_bmp.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5B07655032A7C8801A80082 = {
-                       fileRef = F5B07648032A778701A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B07656032A7E8301A80082 = {
-                       isa = PBXTargetDependency;
-                       target = F5B0764C032A77BE01A80082;
-                       targetProxy = A65F23C905E843AF005A2B7E;
-               };
-               F5B0767E032A846D01A80082 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B07694032A8C0201A80082 = {
-                       fileRef = F51307FB0326CBE8012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B07695032A957A01A80082 = {
-                       children = (
-                               A6E2EA8407656630002AF736,
-                               A6E2EA8307656625002AF736,
-                               F59F5F870374916F01A80006,
-                               F5B07696032A959401A80082,
-                       );
-                       isa = PBXGroup;
-                       name = Layers;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B07696032A959401A80082 = {
-                       children = (
-                               F5B076A1032A961101A80082,
-                               F5B076A2032A961101A80082,
-                               A64F6D10052A99B800140006,
-                               A64F6D16052A99B800140006,
-                               A64F6D17052A99B800140006,
-                               F5B076B1032ABBA401A80082,
-                               F5B076B2032ABBA401A80082,
-                               F5D988B1033194E101A80006,
-                               F5D988B2033194E101A80006,
-                               F57D1D2D0340E47601A80006,
-                               F57D1D2E0340E47601A80006,
-                               A60324CD0442574800A80006,
-                               A60324CE0442574800A80006,
-                               A60324CF0442574800A80006,
-                               A60324D00442574800A80006,
-                               F50C8494037496BE01A80006,
-                               F50C8495037496BE01A80006,
-                               F5213F280384B9AF01A80006,
-                               F5213F290384B9AF01A80006,
-                               A6714E1C0413F56300F656BD,
-                               A6714E1D0413F56300F656BD,
-                               A684452F0474A83F00A80006,
-                               A68445300474A83F00A80006,
-                               A68445330474A83F00A80006,
-                               A68445340474A83F00A80006,
-                               A68445350474A83F00A80006,
-                               A68445360474A83F00A80006,
-                       );
-                       isa = PBXGroup;
-                       name = "Standard Layers";
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B07697032A95BC01A80082 = {
-                       buildPhases = (
-                               F5B07698032A95BC01A80082,
-                               F5B07699032A95BC01A80082,
-                               F5B0769B032A95BC01A80082,
-                               F5B0769E032A95BC01A80082,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = liblyr_std.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                               F5B076A8032A9B7901A80082,
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "Std. Layers Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F5B0769F032A95BC01A80082;
-               };
-               F5B07698032A95BC01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5B076B4032ABBA401A80082,
-                               F5D988B4033194E101A80006,
-                               F57D1D300340E47601A80006,
-                               F50C849B037496BE01A80006,
-                               F5213F2D0384B9AF01A80006,
-                               A6714E1F0413F56300F656BD,
-                               A60324D40442574800A80006,
-                               A60324D60442574800A80006,
-                               A68445380474A83F00A80006,
-                               A684453C0474A83F00A80006,
-                               A684453E0474A83F00A80006,
-                               A64F6D23052A99B800140006,
-                               A6C1415A05E836A0004C1DD1,
-                               A6C1415C05E836A0004C1DD1,
-                               A6C1415E05E836A0004C1DD1,
-                               A6C1416005E836A0004C1DD1,
-                               A6E2EAAC07656673002AF736,
-                               A6E2EAAE07656673002AF736,
-                               A6E2EAB007656673002AF736,
-                               A6E2EAB107656673002AF736,
-                               A6E2EAB207656673002AF736,
-                               A6E2EAB407656673002AF736,
-                               A6E2EAB607656673002AF736,
-                               A6E2EAB707656673002AF736,
-                               A6E2EAB907656673002AF736,
-                               A6E2EABB07656673002AF736,
-                               A6E2EABD07656673002AF736,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B07699032A95BC01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5B076A5032A961D01A80082,
-                               F5B076B3032ABBA401A80082,
-                               F5D988B3033194E101A80006,
-                               F57D1D2F0340E47601A80006,
-                               F50C849A037496BE01A80006,
-                               F5213F2C0384B9AF01A80006,
-                               A6714E1E0413F56300F656BD,
-                               A60324D30442574800A80006,
-                               A60324D50442574800A80006,
-                               A68445370474A83F00A80006,
-                               A684453B0474A83F00A80006,
-                               A684453D0474A83F00A80006,
-                               A64F6D1C052A99B800140006,
-                               A64F6D22052A99B800140006,
-                               A6C1415905E836A0004C1DD1,
-                               A6C1415B05E836A0004C1DD1,
-                               A6C1415D05E836A0004C1DD1,
-                               A6C1415F05E836A0004C1DD1,
-                               A6E2EAAB07656673002AF736,
-                               A6E2EAAD07656673002AF736,
-                               A6E2EAAF07656673002AF736,
-                               A6E2EAB307656673002AF736,
-                               A6E2EAB507656673002AF736,
-                               A6E2EAB807656673002AF736,
-                               A6E2EABA07656673002AF736,
-                               A6E2EABC07656673002AF736,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B0769B032A95BC01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5B0769C032A95BC01A80082,
-                               F5B0769D032A95BC01A80082,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B0769C032A95BC01A80082 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B0769D032A95BC01A80082 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B0769E032A95BC01A80082 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5B0769F032A95BC01A80082 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = liblyr_std.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5B076A1032A961101A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/lyr_std/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B076A2032A961101A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/lyr_std/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B076A5032A961D01A80082 = {
-                       fileRef = F5B076A1032A961101A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B076A6032A962601A80082 = {
-                       isa = PBXTargetDependency;
-                       target = F5B07697032A95BC01A80082;
-                       targetProxy = A65F23CA05E843AF005A2B7E;
-               };
-               F5B076A8032A9B7901A80082 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48ECF0314873101682FCB;
-                       targetProxy = A65F23D905E843AF005A2B7E;
-               };
-               F5B076B1032ABBA401A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mandelbrot.cpp;
-                       path = src/modules/lyr_std/mandelbrot.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B076B2032ABBA401A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mandelbrot.h;
-                       path = src/modules/lyr_std/mandelbrot.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5B076B3032ABBA401A80082 = {
-                       fileRef = F5B076B1032ABBA401A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5B076B4032ABBA401A80082 = {
-                       fileRef = F5B076B2032ABBA401A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5CDFD240325C617012F4765 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = "compiled.mach-o.dylib";
-                       name = libdl.dylib;
-                       path = /usr/lib/libSystem.B.dylib;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F5CDFD250325C617012F4765 = {
-                       fileRef = F5CDFD240325C617012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D12A4403A2FF4A01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = doxygen.cfg;
-                       path = synfig.pbproj/doxygen.cfg;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D12AE603A302D101A80006 = {
-                       includeInIndex = 1;
-                       isa = PBXFileReference;
-                       lastKnownFileType = file;
-                       name = man;
-                       path = doc/man;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D51DF50399C8EF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = value.cpp;
-                       path = src/synfig/value.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D51DF60399C8EF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = value.h;
-                       path = src/synfig/value.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D51DF70399C8EF01A80006 = {
-                       fileRef = F5D51DF50399C8EF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D51DF80399C8EF01A80006 = {
-                       fileRef = F5D51DF60399C8EF01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F5D9889A03317C5A01A80006 = {
-                       children = (
-                               F5D988A903317CCF01A80006,
-                               F5D988AA03317CCF01A80006,
-                               F5D988AB03317CCF01A80006,
-                               F5D988AC03317CCF01A80006,
-                       );
-                       isa = PBXGroup;
-                       name = GIF;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D9889B03317C7401A80006 = {
-                       buildPhases = (
-                               F5D9889C03317C7401A80006,
-                               F5D9889F03317C7401A80006,
-                               F5D988A303317C7401A80006,
-                               F5D988A603317C7401A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmod_gif.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "GIF Target Module copy";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F5D988A703317C7401A80006;
-               };
-               F5D9889C03317C7401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F57D1CC4033FE08201A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5D9889F03317C7401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F57D1CC2033FE08001A80006,
-                               F57D1CC3033FE08101A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5D988A303317C7401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5D988A403317C7401A80006,
-                               F5D988A503317C7401A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5D988A403317C7401A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D988A503317C7401A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D988A603317C7401A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5D988A703317C7401A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmod_gif.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5D988A903317CCF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mod_gif/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988AA03317CCF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mod_gif/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988AB03317CCF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_gif.cpp;
-                       path = src/modules/mod_gif/trgt_gif.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988AC03317CCF01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_gif.h;
-                       path = src/modules/mod_gif/trgt_gif.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988B1033194E101A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = zoom.cpp;
-                       path = src/modules/lyr_std/zoom.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988B2033194E101A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = zoom.h;
-                       path = src/modules/lyr_std/zoom.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5D988B3033194E101A80006 = {
-                       fileRef = F5D988B1033194E101A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D988B4033194E101A80006 = {
-                       fileRef = F5D988B2033194E101A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5D988D703325F0301A80006 = {
-                       children = (
-                               F5CDFD240325C617012F4765,
-                               A6B861E803E88EC100A80006,
-                               F51305FF0325FC38012F4765,
-                               F59F5F930374921B01A80006,
-                               A6B861E703E88E9900A80006,
-                               F581E14003B24C140101DBD7,
-                       );
-                       isa = PBXGroup;
-                       name = "Libraries and Frameworks";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5EC16810332800301A80006 = {
-                       isa = PBXFileReference;
-                       lastKnownFileType = "compiled.mach-o.dylib";
-                       name = libxml2.dylib;
-                       path = /usr/local/lib/libxml2.2.6.16.dylib;
-                       refType = 0;
-                       sourceTree = "<absolute>";
-               };
-               F5EC16820332800301A80006 = {
-                       fileRef = F5EC16810332800301A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5EDFADA032D252001A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = trgt_bmp.cpp;
-                       path = src/modules/mod_bmp/trgt_bmp.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5EDFADB032D252001A80082 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = trgt_bmp.h;
-                       path = src/modules/mod_bmp/trgt_bmp.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5EDFADC032D252001A80082 = {
-                       fileRef = F5EDFADA032D252001A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5EDFADD032D252001A80082 = {
-                       fileRef = F5EDFADB032D252001A80082;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F2702E03C932DE01BABFEF = {
-                       buildSettings = {
-                               COPY_PHASE_STRIP = YES;
-                               GCC_VERSION = 3;
-                               HEADER_SEARCH_PATHS = "\U0001./synfig.pbproj";
-                               LDFLAGS = "\U0001-flat-namespace";
-                               MACOSX_DEPLOYMENT_TARGET = 10.2;
-                               OPTIMIZATION_CFLAGS = "-O3 -ffast-math -faltivec";
-                               OTHER_CFLAGS = "\U0001-DHAVE_CFLAGS -DNDEBUG -DHAVE_CONFIG_H -Wno-long-double";
-                               OTHER_CXXFLAGS = "\U0001-DHAVE_CFLAGS -DNDEBUG -DHAVE_CONFIG_H -Wno-long-double";
-                               USE_GCC3_PFE_SUPPORT = YES;
-                       };
-                       isa = PBXBuildStyle;
-                       name = "Deployment (GCC3) AltiVec";
-               };
-               F5F48EB70314868C01682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48EB80314868C01682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F48EC3031486BE01682FCB,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48EB90314868C01682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F48EE10314895701682FCB,
-                               F51306490325FC4E012F4765,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48EBA0314868C01682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48EBB0314868C01682FCB = {
-                       buildPhases = (
-                               F5F48EB70314868C01682FCB,
-                               F5F48EB80314868C01682FCB,
-                               F5F48EB90314868C01682FCB,
-                               F5F48EBA0314868C01682FCB,
-                               F513073A03267C35012F4765,
-                       );
-                       buildSettings = {
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = synfig;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               USE_GCC3_PFE_SUPPORT = YES;
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                               F5F48ED50314875A01682FCB,
-                       );
-                       isa = PBXToolTarget;
-                       name = "Synfig Tool";
-                       productName = "Synfig Tool";
-                       productReference = F5F48EBC0314868C01682FCB;
-               };
-               F5F48EBC0314868C01682FCB = {
-                       explicitFileType = "compiled.mach-o.executable";
-                       isa = PBXFileReference;
-                       path = synfig;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5F48EC2031486BE01682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/tool/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F48EC3031486BE01682FCB = {
-                       fileRef = F5F48EC2031486BE01682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F48EC40314870401682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = general.h;
-                       path = src/synfig/general.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F48EC50314870401682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/synfig/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F48EC60314870401682FCB = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = synfig.h;
-                       path = src/synfig/synfig.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F48ECA0314873101682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5FB06D403200B2801A80006,
-                               F5F48ED10314873B01682FCB,
-                               F5F48ED30314873D01682FCB,
-                               F579DCC90315607801682FCB,
-                               F579DCD303156FA301682FCB,
-                               F579DCD50315734101682FCB,
-                               F579DCD90315770A01682FCB,
-                               F579DCE403159B9401682FCB,
-                               F51307FE0326CBE8012F4765,
-                               F51308020326CD28012F4765,
-                               F5A4F3330327E86D01A80006,
-                               F57D1D36034262A601A80006,
-                               F591EF15034511A901A80006,
-                               F5D51DF80399C8EF01A80006,
-                               F5FB06D603200BCD01A80006,
-                               F58056AA03A2DB6901A80006,
-                               F58056AC03A2DB6901A80006,
-                               F58056AE03A2DB6901A80006,
-                               A6F67D9D03E7AD7400A80006,
-                               A6F67D9E03E7AD7400A80006,
-                               A6714DFD0413E80A00F656BD,
-                               A6714DFE0413E80A00F656BD,
-                               A6D879B7042BAC7F00A80006,
-                               A6C8D6300430F3DC00A80006,
-                               A60324DE04425DAD00A80006,
-                               A60324E004425DAD00A80006,
-                               A60324E204425DAD00A80006,
-                               A60324F804425DF300A80006,
-                               A60324FA04425DF300A80006,
-                               A60324FC04425DF300A80006,
-                               A60324FE04425DF300A80006,
-                               A603250004425DF300A80006,
-                               A603250204425DF300A80006,
-                               A603250404425DF300A80006,
-                               A603250604425DF300A80006,
-                               A603250804425DF300A80006,
-                               A603250A04425DF300A80006,
-                               A68445110474A77900A80006,
-                               A68445130474A77900A80006,
-                               A68445150474A77900A80006,
-                               A68445170474A77900A80006,
-                               A68445190474A77900A80006,
-                               A684451B0474A77900A80006,
-                               A684451D0474A77900A80006,
-                               A684451F0474A77900A80006,
-                               A68445210474A77900A80006,
-                               A68445220474A77900A80006,
-                               A68445230474A77900A80006,
-                               A68445240474A77900A80006,
-                               A68445280474A77900A80006,
-                               A684452A0474A77900A80006,
-                               A684452C0474A77900A80006,
-                               A64F6CF0052A991700140006,
-                               A64F6CF2052A991700140006,
-                               A64F6CF4052A991700140006,
-                               A64F6CF6052A991700140006,
-                               A64F6CF8052A991700140006,
-                               A64F6CF9052A991700140006,
-                               A64F6CFB052A991700140006,
-                               A64F6CFD052A991700140006,
-                               A64F6CFF052A991700140006,
-                               A64F6D01052A991700140006,
-                               A64F6D03052A991700140006,
-                               A64F6D05052A991700140006,
-                               A64F6D07052A991700140006,
-                               A64F6D09052A991700140006,
-                               A64F6D0B052A991700140006,
-                               A6FEFDF005DEA44C00140006,
-                               A6C1415205E836A0004C1DD1,
-                               A6C1415405E836A0004C1DD1,
-                               A6C1415605E836A0004C1DD1,
-                               A6C1415805E836A0004C1DD1,
-                               A6E2EA9907656673002AF736,
-                               A6E2EA9B07656673002AF736,
-                               A6E2EA9D07656673002AF736,
-                               A6E2EA9E07656673002AF736,
-                               A6E2EA9F07656673002AF736,
-                               A6E2EAA107656673002AF736,
-                               A6E2EAA307656673002AF736,
-                               A6E2EAA407656673002AF736,
-                               A6E2EAA607656673002AF736,
-                               A6E2EAA807656673002AF736,
-                               A6E2EAAA07656673002AF736,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48ECB0314873101682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXResourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48ECC0314873101682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F48ED20314873C01682FCB,
-                               F579DCCF0315672F01682FCB,
-                               F579DCD203156FA301682FCB,
-                               F579DCD80315770A01682FCB,
-                               F5FB06D303200B2801A80006,
-                               F51308010326CD28012F4765,
-                               F5B07694032A8C0201A80082,
-                               F591EF14034511A901A80006,
-                               F5F784D3034BC0D901A80006,
-                               F5D51DF70399C8EF01A80006,
-                               F58056A903A2DB6901A80006,
-                               F58056AB03A2DB6901A80006,
-                               F58056AD03A2DB6901A80006,
-                               A6F67D9C03E7AD7400A80006,
-                               A6C8D62E0430F3DC00A80006,
-                               A6C8D62F0430F3DC00A80006,
-                               A60324DF04425DAD00A80006,
-                               A60324E104425DAD00A80006,
-                               A60324F704425DF300A80006,
-                               A60324F904425DF300A80006,
-                               A60324FB04425DF300A80006,
-                               A60324FD04425DF300A80006,
-                               A60324FF04425DF300A80006,
-                               A603250104425DF300A80006,
-                               A603250304425DF300A80006,
-                               A603250504425DF300A80006,
-                               A603250704425DF300A80006,
-                               A603250904425DF300A80006,
-                               A68445120474A77900A80006,
-                               A68445140474A77900A80006,
-                               A68445160474A77900A80006,
-                               A68445180474A77900A80006,
-                               A684451A0474A77900A80006,
-                               A684451C0474A77900A80006,
-                               A684451E0474A77900A80006,
-                               A68445200474A77900A80006,
-                               A68445270474A77900A80006,
-                               A68445290474A77900A80006,
-                               A684452B0474A77900A80006,
-                               A64F6CEF052A991700140006,
-                               A64F6CF1052A991700140006,
-                               A64F6CF3052A991700140006,
-                               A64F6CF5052A991700140006,
-                               A64F6CF7052A991700140006,
-                               A64F6CFA052A991700140006,
-                               A64F6CFC052A991700140006,
-                               A64F6CFE052A991700140006,
-                               A64F6D00052A991700140006,
-                               A64F6D02052A991700140006,
-                               A64F6D04052A991700140006,
-                               A64F6D06052A991700140006,
-                               A64F6D08052A991700140006,
-                               A64F6D0A052A991700140006,
-                               A6FEFDEF05DEA44C00140006,
-                               A6FEFDF105DEA44C00140006,
-                               A6C1415105E836A0004C1DD1,
-                               A6C1415305E836A0004C1DD1,
-                               A6C1415505E836A0004C1DD1,
-                               A6C1415705E836A0004C1DD1,
-                               A6E2EA9807656673002AF736,
-                               A6E2EA9A07656673002AF736,
-                               A6E2EA9C07656673002AF736,
-                               A6E2EAA007656673002AF736,
-                               A6E2EAA207656673002AF736,
-                               A6E2EAA507656673002AF736,
-                               A6E2EAA707656673002AF736,
-                               A6E2EAA907656673002AF736,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48ECD0314873101682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5CDFD250325C617012F4765,
-                               F51306480325FC38012F4765,
-                               F5EC16820332800301A80006,
-                               F58056B203A2DD0F01A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48ECE0314873101682FCB = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F48ECF0314873101682FCB = {
-                       buildPhases = (
-                               F5F48ECA0314873101682FCB,
-                               F5F48ECB0314873101682FCB,
-                               F5F48ECC0314873101682FCB,
-                               F5F48ECD0314873101682FCB,
-                               F5F48ECE0314873101682FCB,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = "\"$(LOCAL_LIBRARY_DIR)/Frameworks\"";
-                               FRAMEWORK_VERSION = 0.60.03;
-                               HEADER_SEARCH_PATHS = "/usr/local/include/libxml++-1.0 /usr/local/include/libxml2 /sw/include libltdl";
-                               LIBRARY_SEARCH_PATHS = /sw/lib;
-                               OTHER_CFLAGS = "\U0001";
-                               OTHER_CXXFLAGS = "\U0001";
-                               OTHER_LDFLAGS = "\U0001";
-                               OTHER_LIBTOOL_FLAGS = "\U0001-dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRINCIPAL_CLASS = "";
-                               PRODUCT_NAME = synfig;
-                               SECTORDER_FLAGS = "";
-                               USE_GCC3_PFE_SUPPORT = YES;
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                               WRAPPER_EXTENSION = framework;
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXFrameworkTarget;
-                       name = "Synfig Library";
-                       productInstallPath = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-                       productName = "Synfig Library";
-                       productReference = F5F48ED00314873101682FCB;
-                       productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
-<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
-<plist version=\"1.0\">
-<dict>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>English</string>
-       <key>CFBundleExecutable</key>
-       <string>synfig</string>
-       <key>CFBundleGetInfoString</key>
-       <string></string>
-       <key>CFBundleIconFile</key>
-       <string></string>
-       <key>CFBundleIdentifier</key>
-       <string></string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundleName</key>
-       <string>Synfig Library Framework</string>
-       <key>CFBundlePackageType</key>
-       <string>FMWK</string>
-       <key>CFBundleShortVersionString</key>
-       <string>0.60</string>
-       <key>CFBundleSignature</key>
-       <string>????</string>
-       <key>CFBundleVersion</key>
-       <string>0.60.03</string>
-</dict>
-</plist>
-";
-               };
-               F5F48ED00314873101682FCB = {
-                       explicitFileType = wrapper.framework;
-                       isa = PBXFileReference;
-                       path = synfig.framework;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5F48ED10314873B01682FCB = {
-                       fileRef = F5F48EC60314870401682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F5F48ED20314873C01682FCB = {
-                       fileRef = F5F48EC50314870401682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F48ED30314873D01682FCB = {
-                       fileRef = F5F48EC40314870401682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                                       Public,
-                               );
-                       };
-               };
-               F5F48ED50314875A01682FCB = {
-                       isa = PBXTargetDependency;
-                       target = F5F48ECF0314873101682FCB;
-                       targetProxy = A65F23D305E843AF005A2B7E;
-               };
-               F5F48EE10314895701682FCB = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F7844B03482C5201A80006 = {
-                       children = (
-                               F5F7844C03482C7E01A80006,
-                               F5F7844D03482C7E01A80006,
-                               F5F7844E03482C7E01A80006,
-                               F5F7844F03482C7E01A80006,
-                       );
-                       isa = PBXGroup;
-                       name = MPlayer;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F7844C03482C7E01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/mptr_mplayer/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F7844D03482C7E01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/mptr_mplayer/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F7844E03482C7E01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_mplayer.cpp;
-                       path = src/modules/mptr_mplayer/mptr_mplayer.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F7844F03482C7E01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_mplayer.h;
-                       path = src/modules/mptr_mplayer/mptr_mplayer.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F7845003482C9101A80006 = {
-                       buildPhases = (
-                               F5F7845103482C9101A80006,
-                               F5F7845503482C9101A80006,
-                               F5F7845A03482C9101A80006,
-                               F5F7845D03482C9101A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libmptr_mplayer.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "MPlayer Importer Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F5F7845E03482C9101A80006;
-               };
-               F5F7845103482C9101A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F7845F03482CBD01A80006,
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F7845503482C9101A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F7846003482CBD01A80006,
-                               F5F7846103482CBE01A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F7845A03482C9101A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5F7845B03482C9101A80006,
-                               F5F7845C03482C9101A80006,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F7845B03482C9101A80006 = {
-                       fileRef = F51305FF0325FC38012F4765;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F7845C03482C9101A80006 = {
-                       fileRef = F5F48ED00314873101682FCB;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F7845D03482C9101A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5F7845E03482C9101A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libmptr_mplayer.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5F7845F03482CBD01A80006 = {
-                       fileRef = F5F7844F03482C7E01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F7846003482CBD01A80006 = {
-                       fileRef = F5F7844E03482C7E01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F7846103482CBE01A80006 = {
-                       fileRef = F5F7844C03482C7E01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5F784630348DCAA01A80006 = {
-                       buildPhases = (
-                       );
-                       buildSettings = {
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_REZFLAGS = "";
-                               PRODUCT_NAME = All;
-                               SECTORDER_FLAGS = "";
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                               F5F784660348DCBE01A80006,
-                               F5F784640348DCB601A80006,
-                               F5F784650348DCBA01A80006,
-                       );
-                       isa = PBXAggregateTarget;
-                       name = All;
-                       productName = All;
-               };
-               F5F784640348DCB601A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48EBB0314868C01682FCB;
-                       targetProxy = A65F23D205E843AF005A2B7E;
-               };
-               F5F784650348DCBA01A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F51307A3032684C7012F4765;
-                       targetProxy = A65F23D405E843AF005A2B7E;
-               };
-               F5F784660348DCBE01A80006 = {
-                       isa = PBXTargetDependency;
-                       target = F5F48ECF0314873101682FCB;
-                       targetProxy = A65F23D605E843AF005A2B7E;
-               };
-               F5F784D2034BC0D901A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = surface.cpp;
-                       path = src/synfig/surface.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5F784D3034BC0D901A80006 = {
-                       fileRef = F5F784D2034BC0D901A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5FB06D003200AE401A80006 = {
-                       children = (
-                               F5FB06D103200B2801A80006,
-                               F5FB06D203200B2801A80006,
-                               F570DBE403257704012F4765,
-                               F570DBE503257704012F4765,
-                       );
-                       isa = PBXGroup;
-                       name = LTDL;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB06D103200B2801A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.c;
-                       name = ltdl.c;
-                       path = libltdl/ltdl.c;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB06D203200B2801A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = ltdl.h;
-                       path = libltdl/ltdl.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB06D303200B2801A80006 = {
-                       fileRef = F5FB06D103200B2801A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5FB06D403200B2801A80006 = {
-                       fileRef = F5FB06D203200B2801A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                               );
-                       };
-               };
-               F5FB06D503200BCD01A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = config.h;
-                       path = synfig.pbproj/config.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB06D603200BCD01A80006 = {
-                       fileRef = F5FB06D503200BCD01A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                               ATTRIBUTES = (
-                               );
-                       };
-               };
-               F5FB07070320189701A80006 = {
-                       children = (
-                               F5FB0709032018C201A80006,
-                               F5B07695032A957A01A80082,
-                               F5B07646032A774701A80082,
-                               F5FB0708032018A101A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Modules;
-                       path = "";
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB0708032018A101A80006 = {
-                       children = (
-                               F5FB070B032018E601A80006,
-                               F5FB070C032018E601A80006,
-                       );
-                       isa = PBXGroup;
-                       name = Example;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB0709032018C201A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB070B032018E601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = main.cpp;
-                       path = src/modules/example/main.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB070C032018E601A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = text;
-                       name = Makefile.am;
-                       path = src/modules/example/Makefile.am;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FB070F03201B3201A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXHeadersBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5FB071003201B3201A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F5FB071503201B3A01A80006,
-                       );
-                       isa = PBXSourcesBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5FB071103201B3201A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                               F513064A0325FC51012F4765,
-                               F536547E03575FC6012F4ADF,
-                       );
-                       isa = PBXFrameworksBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5FB071203201B3201A80006 = {
-                       buildActionMask = 2147483647;
-                       files = (
-                       );
-                       isa = PBXRezBuildPhase;
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               F5FB071303201B3201A80006 = {
-                       buildPhases = (
-                               F5FB070F03201B3201A80006,
-                               F5FB071003201B3201A80006,
-                               F5FB071103201B3201A80006,
-                               F5FB071203201B3201A80006,
-                       );
-                       buildSettings = {
-                               DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 1;
-                               FRAMEWORK_SEARCH_PATHS = /Users/darco/Library/Frameworks;
-                               HEADER_SEARCH_PATHS = src;
-                               LIBRARY_STYLE = DYNAMIC;
-                               OTHER_CFLAGS = "";
-                               OTHER_LDFLAGS = "";
-                               OTHER_LIBTOOL_FLAGS = "-module -dynamic";
-                               OTHER_REZFLAGS = "";
-                               PREBINDING = NO;
-                               PREFIX_HEADER = synfig.pbproj/config.h;
-                               PRODUCT_NAME = libexample.so;
-                               REZ_EXECUTABLE = YES;
-                               SECTORDER_FLAGS = "";
-                               USE_GCC3_PFE_SUPPORT = YES;
-                               WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-                       };
-                       dependencies = (
-                       );
-                       isa = PBXLibraryTarget;
-                       name = "Example Module";
-                       productInstallPath = /usr/local/lib;
-                       productName = "Example Module";
-                       productReference = F5FB071403201B3201A80006;
-               };
-               F5FB071403201B3201A80006 = {
-                       explicitFileType = "compiled.mach-o.dylib";
-                       isa = PBXFileReference;
-                       path = libexample.so;
-                       refType = 3;
-                       sourceTree = BUILT_PRODUCTS_DIR;
-               };
-               F5FB071503201B3A01A80006 = {
-                       fileRef = F5FB070B032018E601A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5FF0A3F03465FD101A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.cpp.cpp;
-                       name = mptr_ppm.cpp;
-                       path = src/modules/mod_ppm/mptr_ppm.cpp;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FF0A4003465FD101A80006 = {
-                       fileEncoding = 30;
-                       isa = PBXFileReference;
-                       lastKnownFileType = sourcecode.c.h;
-                       name = mptr_ppm.h;
-                       path = src/modules/mod_ppm/mptr_ppm.h;
-                       refType = 4;
-                       sourceTree = "<group>";
-               };
-               F5FF0A4103465FD101A80006 = {
-                       fileRef = F5FF0A3F03465FD101A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-               F5FF0A4203465FD101A80006 = {
-                       fileRef = F5FF0A4003465FD101A80006;
-                       isa = PBXBuildFile;
-                       settings = {
-                       };
-               };
-       };
-       rootObject = F550016502F0983D01000102;
-}