9ba3a35fe633dea2593ab3e859ef769e7ecfaff1
[sdk] / ecere / ecere.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ecere",
4    "ModuleVersion" : "0.44",
5    "Description" : "The allmighty Ecere Runtime library.",
6    "License" : "Ecere SDK v0.44 - www.ecere.com
7
8 The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY
9 expressed or implied to the extent permitted by law.
10
11 Applications built with it can be distributed both commercially and non
12 commercially, along with the supporting Ecere runtime library(ies):
13
14    * libecere.so / ecere.dll
15       - Core eC framework + GUI toolkit, 2D/3D graphics engine, networking
16    * libecereCOM.so / ecereCOM.dll
17       - Core eC framework only
18    * libEDA.so / EDA.dll
19       - Data Access System
20    * libEDASQLite.so / EDASQLite.dll
21       - SQLite driver for EDA
22
23 The Ecere SDK is distributed under the New BSD license:
24
25 ================================================================================
26
27    Copyright (c) 1996-2012, Jerome Jacovella-St-Louis
28    Copyright (c) 2005-2012, Ecere Corporation
29
30    All rights reserved.
31
32    Redistribution and use in source and binary forms, with or without
33    modification, are permitted provided that the following conditions are met:
34
35     * Redistributions of source code must retain the above copyright notice,
36       this list of conditions and the following disclaimer.
37     * Redistributions in binary form must reproduce the above copyright notice,
38       this list of conditions and the following disclaimer in the documentation
39       and/or other materials provided with the distribution.
40     * Neither the name of Ecere Corporation nor the names of its contributors
41       may be used to endorse or promote products derived from this software
42       without specific prior written permission.
43
44    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45    \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
47    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
48    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
49    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
50    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
51    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
52    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
53    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
54    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
56 ===============================================================================
57
58 This software makes use of other software components whose licenses may also
59 apply, which are found in their respective source directories (most under
60 deps/).
61
62 Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype, tango icons
63
64 The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for
65 debugging, and UPX for optionally compressing executables. Each of these have
66 their own license which can be found in their respective documentation folder
67 if distributed along with the SDK (in the case of the Windows version) or
68 from wherever you obtained them.
69 ",
70    "Options" : {
71       "Warnings" : "All",
72       "PreprocessorDefinitions" : [
73          "BUILDING_ECERE_COM"
74       ],
75       "IncludeDirs" : [
76          "src/gfx/drivers/harfbuzz",
77          "/usr/X11R6/include",
78          "/usr/X11R6/include/freetype2",
79          "src/gfx/drivers/gl3"
80       ],
81       "DefaultNameSpace" : "ecere",
82       "TargetType" : "SharedLibrary",
83       "TargetFileName" : "ecere",
84       "TargetDirectory" : "",
85       "Libraries" : [
86          "jpeg",
87          "png",
88          "z",
89          "freetype"
90       ]
91    },
92    "Platforms" : [
93       {
94          "Name" : "Linux",
95          "Options" : {
96             "IncludeDirs" : [
97                "/usr/include/freetype2"
98             ],
99             "Libraries" : [
100                "ncurses",
101                "pthread",
102                "m",
103                "dl",
104                "fontconfig",
105                "gif",
106                "X11",
107                "Xext",
108                "Xrender",
109                "GL",
110                "ssl",
111                "crypto"
112             ],
113             "LibraryDirs" : [
114                "/usr/X11R6/lib"
115             ]
116          }
117       },
118       {
119          "Name" : "Win32",
120          "Options" : {
121             "IncludeDirs" : [
122                "../deps/jpeg-9a",
123                "../deps/libpng-1.4.0",
124                "../deps/libungif-4.1.1/lib",
125                "../deps/zlib-1.2.8",
126                "../deps/freetype-2.3.12/include",
127                "../deps/glext",
128                "$(OPENSSL_INCLUDE_DIR)"
129             ],
130             "Libraries" : [
131                "dxguid",
132                "ddraw",
133                "dinput",
134                "winmm",
135                "opengl32",
136                "ws2_32",
137                "kernel32",
138                "user32",
139                "gdi32",
140                "mpr",
141                "advapi32",
142                "shell32",
143                "winspool",
144                "imm32",
145                "ungif",
146                "eay32",
147                "ssleay32"
148             ],
149             "LibraryDirs" : [
150                "../deps/zlib-1.2.8/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
151                "../deps/jpeg-9a/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
152                "../deps/libpng-1.6.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
153                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
154                "../deps/freetype-2.3.12/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
155                "$(OPENSSL_BIN_DIR)",
156                "$(OPENSSL_LIB_DIR)"
157             ]
158          }
159       },
160       {
161          "Name" : "apple",
162          "Options" : {
163             "IncludeDirs" : [
164                "/usr/include/freetype2",
165                "$(SYSROOT)/usr/X11/include/freetype2",
166                "$(SYSROOT)/usr/X11/include",
167                "/usr/X11R6/include/freetype2",
168                "/usr/X11R6/include",
169                "../deps/jpeg-9a",
170                "../deps/libpng-1.4.0",
171                "../deps/libungif-4.1.1/lib"
172             ],
173             "Libraries" : [
174                "curses",
175                "pthread",
176                "m",
177                "dl",
178                "fontconfig",
179                "ungif",
180                "X11",
181                "Xext",
182                "Xrender",
183                "GL",
184                "ssl",
185                "crypto"
186             ],
187             "LibraryDirs" : [
188                "$(SYSROOT)/usr/X11/lib",
189                "/usr/X11R6/lib",
190                "../deps/jpeg-9a/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)",
191                "../deps/libungif-4.1.1/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
192             ]
193          }
194       }
195    ],
196    "Configurations" : [
197       {
198          "Name" : "Debug",
199          "Options" : {
200             "Debug" : true,
201             "PreprocessorDefinitions" : [
202                "_DEBUG"
203             ]
204          }
205       },
206       {
207          "Name" : "MemoryGuard",
208          "Options" : {
209             "Debug" : true,
210             "MemoryGuard" : true,
211             "PreprocessorDefinitions" : [
212                "BUILDING_ECERE_COM",
213                "_DEBUG",
214                "MEMINFO",
215                "REDZONE=32"
216             ]
217          }
218       },
219       {
220          "Name" : "MemoryGuardRelease",
221          "Options" : {
222             "MemoryGuard" : true,
223             "Optimization" : "Speed",
224             "PreprocessorDefinitions" : [
225                "BUILDING_ECERE_COM",
226                "MEMINFO",
227                "REDZONE=256"
228             ],
229             "FastMath" : true
230          }
231       },
232       {
233          "Name" : "Profile",
234          "Options" : {
235             "Debug" : true,
236             "Profile" : true,
237             "Optimization" : "Speed",
238             "PreprocessorDefinitions" : [
239                "BUILDING_ECERE_COM",
240                "ECERE_STATIC"
241             ],
242             "TargetType" : "StaticLibrary",
243             "TargetFileName" : "ecereStatic",
244             "FastMath" : true
245          }
246       },
247       {
248          "Name" : "Release",
249          "Options" : {
250             "Warnings" : "All",
251             "NoLineNumbers" : true,
252             "Optimization" : "Speed",
253             "FastMath" : true,
254             "PostbuildCommands" : [
255                "$(call mkdirq,../$(SODESTDIR))",
256                "$(call cpq,$(TARGET),../$(SODESTDIR))"
257             ],
258             "InstallCommands" : [
259                "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/\")",
260                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO).0)",
261                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/$(LP)$(MODULE)$(SO))"
262             ]
263          }
264       },
265       {
266          "Name" : "Static",
267          "Options" : {
268             "Optimization" : "Size",
269             "PreprocessorDefinitions" : [
270                "BUILDING_ECERE_COM",
271                "ECERE_STATIC"
272             ],
273             "TargetType" : "StaticLibrary",
274             "TargetFileName" : "ecereStatic",
275             "Libraries" : [
276                "jpeg",
277                "png",
278                "z",
279                "freetype"
280             ],
281             "Compress" : true
282          }
283       },
284       {
285          "Name" : "Tight",
286          "Options" : {
287             "Optimization" : "Size",
288             "PreprocessorDefinitions" : [
289                "BUILDING_ECERE_COM"
290             ],
291             "Compress" : true
292          }
293       },
294       {
295          "Name" : "PACS",
296          "Options" : {
297             "Optimization" : "Size",
298             "PreprocessorDefinitions" : [
299                "ECERE_STATIC",
300                "ECERE_NOBLENDING",
301                "ECERE_NO3D",
302                "ECERE_NODINPUT",
303                "ECERE_NOTRUETYPE",
304                "ECERE_NOSSL"
305             ],
306             "TargetType" : "StaticLibrary",
307             "TargetFileName" : "ecerePACS"
308          }
309       },
310       {
311          "Name" : "Bootstrap",
312          "Options" : {
313             "NoLineNumbers" : true,
314             "PreprocessorDefinitions" : [
315                "BUILDING_ECERE_COM",
316                "ECERE_STATIC",
317                "ECERE_BOOTSTRAP"
318             ],
319             "IncludeDirs" : [
320                "../compiler/bootstrap/include"
321             ],
322             "TargetType" : "StaticLibrary",
323             "TargetFileName" : "ecereBootstrap",
324             "Libraries" : [
325
326             ]
327          }
328       },
329       {
330          "Name" : "Vanilla",
331          "Options" : {
332             "Warnings" : "None",
333             "NoLineNumbers" : true,
334             "Optimization" : "Size",
335             "PreprocessorDefinitions" : [
336                "BUILDING_ECERE_COM",
337                "ECERE_STATIC",
338                "ECERE_VANILLA",
339                "NOBLENDING"
340             ],
341             "TargetType" : "StaticLibrary",
342             "TargetFileName" : "ecereVanilla",
343             "PostbuildCommands" : [
344                "$(call cpq,$(TARGET),../obj/$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)/lib/)"
345             ],
346             "InstallCommands" : [
347                "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(DESTSLIBDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(DESTSLIBDIR)/$(MODULE)$(A))"
348             ]
349          }
350       },
351       {
352          "Name" : "WSMS",
353          "Options" : {
354             "Optimization" : "Size",
355             "PreprocessorDefinitions" : [
356                "ECERE_STATIC",
357                "ECERE_NO3D",
358                "ECERE_NOSSL"
359             ],
360             "TargetType" : "StaticLibrary",
361             "TargetFileName" : "ecereWSMS"
362          },
363          "Platforms" : [
364             {
365                "Name" : "win32",
366                "Options" : {
367                   "PreprocessorDefinitions" : [
368                      "ECERE_NOTRUETYPE",
369                      "ECERE_NOBLENDING",
370                      "ECERE_NODINPUT"
371                   ]
372                }
373             }
374          ]
375       },
376       {
377          "Name" : "Installer",
378          "Options" : {
379             "NoLineNumbers" : true,
380             "Optimization" : "Size",
381             "PreprocessorDefinitions" : [
382                "BUILDING_ECERE_COM",
383                "ECERE_STATIC",
384                "ECERE_NO3D",
385                "ECERE_ONEDRIVER",
386                "ECERE_NONET",
387                "ECERE_NODINPUT"
388             ],
389             "TargetType" : "StaticLibrary",
390             "TargetFileName" : "ecereInstaller"
391          }
392       },
393       {
394          "Name" : "Android",
395          "Options" : {
396             "Debug" : true,
397             "Optimization" : "Speed",
398             "PreprocessorDefinitions" : [
399                "ECERE_NOFONTCONFIG",
400                "HIGH_DPI",
401                "ECERE_NOSSL",
402                "_GLES"
403             ],
404             "IncludeDirs" : [
405                "../deps/jpeg-9a",
406                "../deps/libpng-1.4.0",
407                "../deps/libungif-4.1.1/lib",
408                "../deps/zlib",
409                "../deps/freetype-2.3.12/include",
410                "../deps/glext"
411             ],
412             "FastMath" : true
413          },
414          "Platforms" : [
415             {
416                "Name" : "linux",
417                "Options" : {
418                   "Libraries" : [
419                      "m",
420                      "dl",
421                      "ungif",
422                      "log",
423                      "android",
424                      "EGL",
425                      "GLESv1_CM"
426                   ],
427                   "LibraryDirs" : [
428                      "../deps/libungif-4.1.1/obj/release.$(PLATFORM).$(COMPILER)",
429                      "../deps/libpng-1.6.12/obj/release.$(PLATFORM).$(COMPILER)",
430                      "../deps/jpeg-9a/obj/release.$(PLATFORM).$(COMPILER)",
431                      "../deps/freetype-2.3.12/obj/release.$(PLATFORM).$(COMPILER)"
432                   ]
433                }
434             }
435          ]
436       },
437       {
438          "Name" : "GLES",
439          "Options" : {
440             "Debug" : true,
441             "PreprocessorDefinitions" : [
442                "_GLES"
443             ]
444          }
445       },
446       {
447          "Name" : "Emscripten",
448          "Options" : {
449             "Debug" : true,
450             "PreprocessorDefinitions" : [
451                "ECERE_STATIC",
452                "NOBLENDING"
453             ],
454             "TargetType" : "StaticLibrary",
455             "TargetFileName" : "ecereStatic"
456          }
457       },
458       {
459          "Name" : "StaticGLES",
460          "Options" : {
461             "Optimization" : "Speed",
462             "PreprocessorDefinitions" : [
463                "_GLES",
464                "ECERE_STATIC",
465                "ECERE_NOSSL"
466             ],
467             "TargetType" : "StaticLibrary",
468             "TargetFileName" : "ecereStatic",
469             "CompilerOptions" : [
470                "-mmmx",
471                "-msse4"
472             ],
473             "FastMath" : true
474          }
475       }
476    ],
477    "Files" : [
478       {
479          "Folder" : "src",
480          "Files" : [
481             {
482                "Folder" : "sys",
483                "Files" : [
484                   "Archive.ec",
485                   {
486                      "FileName" : "BufferedFile.ec",
487                      "Configurations" : [
488                         {
489                            "Name" : "Bootstrap",
490                            "Options" : {
491                               "ExcludeFromBuild" : false
492                            }
493                         }
494                      ]
495                   },
496                   "Date.ec",
497                   {
498                      "FileName" : "DualPipe.ec",
499                      "Configurations" : [
500                         {
501                            "Name" : "Bootstrap",
502                            "Options" : {
503                               "ExcludeFromBuild" : false
504                            }
505                         }
506                      ]
507                   },
508                   "EARArchive.ec",
509                   {
510                      "FileName" : "File.ec",
511                      "Configurations" : [
512                         {
513                            "Name" : "Bootstrap",
514                            "Options" : {
515                               "ExcludeFromBuild" : false
516                            }
517                         }
518                      ]
519                   },
520                   "FileMonitor.ec",
521                   "GlobalAppSettings.ec",
522                   "JSON.ec",
523                   "JSONGlobalSettings.ec",
524                   {
525                      "FileName" : "memory.ec",
526                      "Configurations" : [
527                         {
528                            "Name" : "Bootstrap",
529                            "Options" : {
530                               "ExcludeFromBuild" : false
531                            }
532                         }
533                      ]
534                   },
535                   {
536                      "FileName" : "Mutex.ec",
537                      "Options" : {
538                         "PreprocessorDefinitions" : [
539                            "ECERE_COM_MODULE"
540                         ]
541                      },
542                      "Configurations" : [
543                         {
544                            "Name" : "MemoryGuard",
545                            "Options" : {
546                               "MemoryGuard" : false
547                            }
548                         },
549                         {
550                            "Name" : "MemoryGuardRelease",
551                            "Options" : {
552                               "MemoryGuard" : false
553                            }
554                         }
555                      ]
556                   },
557                   "Semaphore.ec",
558                   {
559                      "FileName" : "System.ec",
560                      "Configurations" : [
561                         {
562                            "Name" : "Bootstrap",
563                            "Options" : {
564                               "ExcludeFromBuild" : false
565                            }
566                         }
567                      ]
568                   },
569                   {
570                      "FileName" : "TempFile.ec",
571                      "Configurations" : [
572                         {
573                            "Name" : "Bootstrap",
574                            "Options" : {
575                               "ExcludeFromBuild" : false
576                            }
577                         }
578                      ]
579                   },
580                   {
581                      "FileName" : "Thread.ec",
582                      "Configurations" : [
583                         {
584                            "Name" : "MemoryGuard",
585                            "Options" : {
586                               "MemoryGuard" : false
587                            }
588                         },
589                         {
590                            "Name" : "MemoryGuardRelease",
591                            "Options" : {
592                               "MemoryGuard" : false
593                            }
594                         }
595                      ]
596                   },
597                   "Time.ec",
598                   "unicode.ec",
599                   "units.ec",
600                   "File.c",
601                   "DualPipe.c",
602                   "System.c",
603                   {
604                      "FileName" : "i18n.ec",
605                      "Options" : {
606                         "PreprocessorDefinitions" : [
607                            "ECERE_COM_MODULE"
608                         ]
609                      },
610                      "Configurations" : [
611                         {
612                            "Name" : "Bootstrap",
613                            "Options" : {
614                               "ExcludeFromBuild" : false
615                            }
616                         }
617                      ]
618                   },
619                   "Condition.ec"
620                ],
621                "Configurations" : [
622                   {
623                      "Name" : "Bootstrap",
624                      "Options" : {
625                         "ExcludeFromBuild" : true
626                      }
627                   }
628                ]
629             },
630             {
631                "Folder" : "gfx",
632                "Files" : [
633                   {
634                      "Folder" : "3D",
635                      "Files" : [
636                         {
637                            "Folder" : "meshes",
638                            "Files" : [
639                               "Cube.ec",
640                               "SkyBox.ec",
641                               "Sphere.ec"
642                            ]
643                         },
644                         {
645                            "Folder" : "models",
646                            "Files" : [
647                               "Object3DSFormat.ec"
648                            ]
649                         },
650                         "Camera.ec",
651                         "Matrix.ec",
652                         "Mesh.ec",
653                         "Object.ec",
654                         "Plane.ec",
655                         "Quaternion.ec",
656                         "Vector3D.ec"
657                      ],
658                      "Configurations" : [
659                         {
660                            "Name" : "PACS",
661                            "Options" : {
662                               "ExcludeFromBuild" : true
663                            }
664                         },
665                         {
666                            "Name" : "Vanilla",
667                            "Options" : {
668                               "ExcludeFromBuild" : true
669                            }
670                         },
671                         {
672                            "Name" : "WSMS",
673                            "Options" : {
674                               "ExcludeFromBuild" : true
675                            }
676                         },
677                         {
678                            "Name" : "Installer",
679                            "Platforms" : [
680                               {
681                                  "Name" : "win32",
682                                  "Options" : {
683                                     "ExcludeFromBuild" : true
684                                  }
685                               }
686                            ]
687                         }
688                      ]
689                   },
690                   {
691                      "Folder" : "bitmaps",
692                      "Files" : [
693                         {
694                            "FileName" : "BMPFormat.ec",
695                            "Configurations" : [
696                               {
697                                  "Name" : "Vanilla",
698                                  "Options" : {
699                                     "ExcludeFromBuild" : false
700                                  }
701                               }
702                            ]
703                         },
704                         {
705                            "FileName" : "GIFFormat.ec",
706                            "Configurations" : [
707                               {
708                                  "Name" : "PACS",
709                                  "Options" : {
710                                     "ExcludeFromBuild" : true
711                                  }
712                               },
713                               {
714                                  "Name" : "WSMS",
715                                  "Options" : {
716                                     "ExcludeFromBuild" : true
717                                  }
718                               },
719                               {
720                                  "Name" : "Installer",
721                                  "Platforms" : [
722                                     {
723                                        "Name" : "win32",
724                                        "Options" : {
725                                           "ExcludeFromBuild" : true
726                                        }
727                                     }
728                                  ]
729                               },
730                               {
731                                  "Name" : "Emscripten",
732                                  "Options" : {
733                                     "ExcludeFromBuild" : true
734                                  }
735                               },
736                               {
737                                  "Name" : "StaticGLES",
738                                  "Options" : {
739                                     "ExcludeFromBuild" : true
740                                  }
741                               }
742                            ]
743                         },
744                         {
745                            "FileName" : "JPEGFormat.ec",
746                            "Configurations" : [
747                               {
748                                  "Name" : "WSMS",
749                                  "Options" : {
750                                     "ExcludeFromBuild" : true
751                                  }
752                               },
753                               {
754                                  "Name" : "Installer",
755                                  "Platforms" : [
756                                     {
757                                        "Name" : "win32",
758                                        "Options" : {
759                                           "ExcludeFromBuild" : true
760                                        }
761                                     }
762                                  ]
763                               },
764                               {
765                                  "Name" : "Emscripten",
766                                  "Options" : {
767                                     "ExcludeFromBuild" : true
768                                  }
769                               }
770                            ]
771                         },
772                         {
773                            "FileName" : "PCXFormat.ec",
774                            "Configurations" : [
775                               {
776                                  "Name" : "PACS",
777                                  "Options" : {
778                                     "ExcludeFromBuild" : true
779                                  }
780                               }
781                            ]
782                         },
783                         {
784                            "FileName" : "PNGFormat.ec",
785                            "Configurations" : [
786                               {
787                                  "Name" : "Emscripten",
788                                  "Options" : {
789                                     "ExcludeFromBuild" : true
790                                  }
791                               }
792                            ]
793                         },
794                         {
795                            "FileName" : "RGBFormat.ec",
796                            "Configurations" : [
797                               {
798                                  "Name" : "PACS",
799                                  "Options" : {
800                                     "ExcludeFromBuild" : false
801                                  }
802                               },
803                               {
804                                  "Name" : "WSMS",
805                                  "Options" : {
806                                     "ExcludeFromBuild" : true
807                                  }
808                               },
809                               {
810                                  "Name" : "Installer",
811                                  "Platforms" : [
812                                     {
813                                        "Name" : "win32",
814                                        "Options" : {
815                                           "ExcludeFromBuild" : true
816                                        }
817                                     }
818                                  ]
819                               },
820                               {
821                                  "Name" : "Emscripten",
822                                  "Options" : {
823                                     "ExcludeFromBuild" : true
824                                  }
825                               }
826                            ]
827                         }
828                      ],
829                      "Configurations" : [
830                         {
831                            "Name" : "Vanilla",
832                            "Options" : {
833                               "ExcludeFromBuild" : true
834                            }
835                         }
836                      ]
837                   },
838                   {
839                      "Folder" : "drivers",
840                      "Files" : [
841                         {
842                            "Folder" : "harfbuzz",
843                            "Files" : [
844                               {
845                                  "Folder" : "unicode",
846                                  "Files" : [
847                                     {
848                                        "Folder" : "tables",
849                                        "Files" : [
850                                           "category-properties.h",
851                                           "combining-properties.h",
852                                           "grapheme-break-properties.h",
853                                           "script-properties.h"
854                                        ]
855                                     },
856                                     "harfbuzz-freetype.h",
857                                     "harfbuzz-unicode.h",
858                                     "harfbuzz-freetype.c",
859                                     "harfbuzz-unicode-tables.c",
860                                     "harfbuzz-unicode.c"
861                                  ]
862                               },
863                               "harfbuzz-arabic.c",
864                               "harfbuzz-buffer.c",
865                               "harfbuzz-buffer.h",
866                               "harfbuzz-external.h",
867                               "harfbuzz-gdef-private.h",
868                               "harfbuzz-gdef.c",
869                               "harfbuzz-gdef.h",
870                               "harfbuzz-global.h",
871                               "harfbuzz-gpos-private.h",
872                               "harfbuzz-gpos.c",
873                               "harfbuzz-gpos.h",
874                               "harfbuzz-gsub-private.h",
875                               "harfbuzz-gsub.c",
876                               "harfbuzz-gsub.h",
877                               "harfbuzz-hangul.c",
878                               "harfbuzz-hebrew.c",
879                               "harfbuzz-impl.h",
880                               "harfbuzz-indic.c",
881                               "harfbuzz-khmer.c",
882                               "harfbuzz-myanmar.c",
883                               "harfbuzz-open-private.h",
884                               "harfbuzz-open.c",
885                               "harfbuzz-open.h",
886                               "harfbuzz-shape.h",
887                               "harfbuzz-shaper-private.h",
888                               "harfbuzz-shaper.c",
889                               "harfbuzz-shaper.h",
890                               "harfbuzz-stream.c",
891                               "harfbuzz-stream.h",
892                               "harfbuzz-tibetan.c",
893                               "harfbuzz.h",
894                               "harfbuzz-impl.c",
895                               "harfbuzz-thai.c",
896                               "harfbuzz-buffer-private.h",
897                               "harfbuzz-dump.h",
898                               "harfbuzz-stream-private.h"
899                            ],
900                            "Options" : {
901                               "ExcludeFromBuild" : false
902                            },
903                            "Configurations" : [
904                               {
905                                  "Name" : "Bootstrap",
906                                  "Options" : {
907                                     "ExcludeFromBuild" : true
908                                  }
909                               },
910                               {
911                                  "Name" : "Vanilla",
912                                  "Platforms" : [
913                                     {
914                                        "Name" : "win32",
915                                        "Options" : {
916                                           "ExcludeFromBuild" : true
917                                        }
918                                     }
919                                  ]
920                               },
921                               {
922                                  "Name" : "WSMS",
923                                  "Platforms" : [
924                                     {
925                                        "Name" : "win32",
926                                        "Options" : {
927                                           "ExcludeFromBuild" : true
928                                        }
929                                     }
930                                  ]
931                               },
932                               {
933                                  "Name" : "Installer",
934                                  "Options" : {
935                                     "ExcludeFromBuild" : true
936                                  }
937                               }
938                            ]
939                         },
940                         {
941                            "Folder" : "gl3",
942                            "Files" : [
943                               {
944                                  "FileName" : "gl_core_3_3.c",
945                                  "Configurations" : [
946                                     {
947                                        "Name" : "Debug",
948                                        "Options" : {
949                                           "ExcludeFromBuild" : true
950                                        }
951                                     },
952                                     {
953                                        "Name" : "GLES",
954                                        "Options" : {
955                                           "ExcludeFromBuild" : true
956                                        }
957                                     }
958                                  ]
959                               },
960                               "gl_core_3_3.h",
961                               {
962                                  "FileName" : "glab.ec",
963                                  "Configurations" : [
964                                     {
965                                        "Name" : "Debug",
966                                        "Options" : {
967                                           "ExcludeFromBuild" : false
968                                        }
969                                     },
970                                     {
971                                        "Name" : "GLES",
972                                        "Options" : {
973                                           "ExcludeFromBuild" : false
974                                        }
975                                     },
976                                     {
977                                        "Name" : "Release",
978                                        "Options" : {
979                                           "ExcludeFromBuild" : false
980                                        }
981                                     }
982                                  ]
983                               },
984                               {
985                                  "FileName" : "immediate.ec",
986                                  "Configurations" : [
987                                     {
988                                        "Name" : "Debug",
989                                        "Options" : {
990                                           "ExcludeFromBuild" : false
991                                        }
992                                     },
993                                     {
994                                        "Name" : "GLES",
995                                        "Options" : {
996                                           "ExcludeFromBuild" : false
997                                        }
998                                     },
999                                     {
1000                                        "Name" : "Release",
1001                                        "Options" : {
1002                                           "ExcludeFromBuild" : false
1003                                        }
1004                                     }
1005                                  ]
1006                               },
1007                               {
1008                                  "FileName" : "matrixStack.ec",
1009                                  "Configurations" : [
1010                                     {
1011                                        "Name" : "Debug",
1012                                        "Options" : {
1013                                           "ExcludeFromBuild" : false
1014                                        }
1015                                     },
1016                                     {
1017                                        "Name" : "GLES",
1018                                        "Options" : {
1019                                           "ExcludeFromBuild" : false
1020                                        }
1021                                     },
1022                                     {
1023                                        "Name" : "Release",
1024                                        "Options" : {
1025                                           "ExcludeFromBuild" : false
1026                                        }
1027                                     }
1028                                  ]
1029                               },
1030                               "wglDefs.h",
1031                               "egl.ec",
1032                               {
1033                                  "FileName" : "shading.ec",
1034                                  "Configurations" : [
1035                                     {
1036                                        "Name" : "GLES",
1037                                        "Options" : {
1038                                           "ExcludeFromBuild" : false
1039                                        }
1040                                     },
1041                                     {
1042                                        "Name" : "Debug",
1043                                        "Options" : {
1044                                           "ExcludeFromBuild" : false
1045                                        }
1046                                     },
1047                                     {
1048                                        "Name" : "Release",
1049                                        "Options" : {
1050                                           "ExcludeFromBuild" : false
1051                                        }
1052                                     }
1053                                  ]
1054                               },
1055                               {
1056                                  "FileName" : "gl_compat_4_4.c",
1057                                  "Configurations" : [
1058                                     {
1059                                        "Name" : "GLES",
1060                                        "Options" : {
1061                                           "ExcludeFromBuild" : false
1062                                        }
1063                                     },
1064                                     {
1065                                        "Name" : "Debug",
1066                                        "Options" : {
1067                                           "ExcludeFromBuild" : false
1068                                        }
1069                                     },
1070                                     {
1071                                        "Name" : "Release",
1072                                        "Options" : {
1073                                           "ExcludeFromBuild" : false
1074                                        }
1075                                     }
1076                                  ]
1077                               },
1078                               "gl_compat_4_4.h",
1079                               "fixed.frag",
1080                               "fixed.vertex"
1081                            ]
1082                         },
1083                         {
1084                            "FileName" : "Direct3D8DisplayDriver.ec",
1085                            "Platforms" : [
1086                               {
1087                                  "Name" : "win32",
1088                                  "Options" : {
1089                                     "ExcludeFromBuild" : false
1090                                  }
1091                               }
1092                            ],
1093                            "Configurations" : [
1094                               {
1095                                  "Name" : "WSMS",
1096                                  "Platforms" : [
1097                                     {
1098                                        "Name" : "win32",
1099                                        "Options" : {
1100                                           "ExcludeFromBuild" : true
1101                                        }
1102                                     }
1103                                  ]
1104                               },
1105                               {
1106                                  "Name" : "Vanilla",
1107                                  "Platforms" : [
1108                                     {
1109                                        "Name" : "win32",
1110                                        "Options" : {
1111                                           "ExcludeFromBuild" : true
1112                                        }
1113                                     }
1114                                  ]
1115                               },
1116                               {
1117                                  "Name" : "PACS",
1118                                  "Platforms" : [
1119                                     {
1120                                        "Name" : "win32",
1121                                        "Options" : {
1122                                           "ExcludeFromBuild" : true
1123                                        }
1124                                     }
1125                                  ]
1126                               },
1127                               {
1128                                  "Name" : "Bootstrap",
1129                                  "Platforms" : [
1130                                     {
1131                                        "Name" : "win32",
1132                                        "Options" : {
1133                                           "ExcludeFromBuild" : true
1134                                        }
1135                                     }
1136                                  ]
1137                               },
1138                               {
1139                                  "Name" : "Installer",
1140                                  "Platforms" : [
1141                                     {
1142                                        "Name" : "win32",
1143                                        "Options" : {
1144                                           "ExcludeFromBuild" : true
1145                                        }
1146                                     }
1147                                  ]
1148                               }
1149                            ]
1150                         },
1151                         {
1152                            "FileName" : "Direct3D9DisplayDriver.ec",
1153                            "Platforms" : [
1154                               {
1155                                  "Name" : "win32",
1156                                  "Options" : {
1157                                     "ExcludeFromBuild" : false
1158                                  }
1159                               }
1160                            ],
1161                            "Configurations" : [
1162                               {
1163                                  "Name" : "WSMS",
1164                                  "Platforms" : [
1165                                     {
1166                                        "Name" : "win32",
1167                                        "Options" : {
1168                                           "ExcludeFromBuild" : true
1169                                        }
1170                                     }
1171                                  ]
1172                               },
1173                               {
1174                                  "Name" : "Vanilla",
1175                                  "Platforms" : [
1176                                     {
1177                                        "Name" : "win32",
1178                                        "Options" : {
1179                                           "ExcludeFromBuild" : true
1180                                        }
1181                                     }
1182                                  ]
1183                               },
1184                               {
1185                                  "Name" : "PACS",
1186                                  "Platforms" : [
1187                                     {
1188                                        "Name" : "win32",
1189                                        "Options" : {
1190                                           "ExcludeFromBuild" : true
1191                                        }
1192                                     }
1193                                  ]
1194                               },
1195                               {
1196                                  "Name" : "Bootstrap",
1197                                  "Platforms" : [
1198                                     {
1199                                        "Name" : "win32",
1200                                        "Options" : {
1201                                           "ExcludeFromBuild" : true
1202                                        }
1203                                     }
1204                                  ]
1205                               },
1206                               {
1207                                  "Name" : "Installer",
1208                                  "Platforms" : [
1209                                     {
1210                                        "Name" : "win32",
1211                                        "Options" : {
1212                                           "ExcludeFromBuild" : true
1213                                        }
1214                                     }
1215                                  ]
1216                               }
1217                            ]
1218                         },
1219                         {
1220                            "FileName" : "DirectDrawDisplayDriver.ec",
1221                            "Platforms" : [
1222                               {
1223                                  "Name" : "win32",
1224                                  "Options" : {
1225                                     "ExcludeFromBuild" : false
1226                                  }
1227                               }
1228                            ],
1229                            "Configurations" : [
1230                               {
1231                                  "Name" : "WSMS",
1232                                  "Platforms" : [
1233                                     {
1234                                        "Name" : "win32",
1235                                        "Options" : {
1236                                           "ExcludeFromBuild" : true
1237                                        }
1238                                     }
1239                                  ]
1240                               },
1241                               {
1242                                  "Name" : "Vanilla",
1243                                  "Platforms" : [
1244                                     {
1245                                        "Name" : "win32",
1246                                        "Options" : {
1247                                           "ExcludeFromBuild" : true
1248                                        }
1249                                     }
1250                                  ]
1251                               },
1252                               {
1253                                  "Name" : "PACS",
1254                                  "Platforms" : [
1255                                     {
1256                                        "Name" : "win32",
1257                                        "Options" : {
1258                                           "ExcludeFromBuild" : true
1259                                        }
1260                                     }
1261                                  ]
1262                               },
1263                               {
1264                                  "Name" : "Bootstrap",
1265                                  "Platforms" : [
1266                                     {
1267                                        "Name" : "win32",
1268                                        "Options" : {
1269                                           "ExcludeFromBuild" : true
1270                                        }
1271                                     }
1272                                  ]
1273                               },
1274                               {
1275                                  "Name" : "Installer",
1276                                  "Platforms" : [
1277                                     {
1278                                        "Name" : "win32",
1279                                        "Options" : {
1280                                           "ExcludeFromBuild" : true
1281                                        }
1282                                     }
1283                                  ]
1284                               }
1285                            ]
1286                         },
1287                         {
1288                            "FileName" : "GDIDisplayDriver.ec",
1289                            "Platforms" : [
1290                               {
1291                                  "Name" : "win32",
1292                                  "Options" : {
1293                                     "ExcludeFromBuild" : false
1294                                  }
1295                               }
1296                            ],
1297                            "Configurations" : [
1298                               {
1299                                  "Name" : "Bootstrap",
1300                                  "Platforms" : [
1301                                     {
1302                                        "Name" : "win32",
1303                                        "Options" : {
1304                                           "ExcludeFromBuild" : true
1305                                        }
1306                                     }
1307                                  ]
1308                               }
1309                            ]
1310                         },
1311                         {
1312                            "FileName" : "lfbBlit.ec",
1313                            "Options" : {
1314                               "ExcludeFromBuild" : false
1315                            },
1316                            "Configurations" : [
1317                               {
1318                                  "Name" : "Bootstrap",
1319                                  "Options" : {
1320                                     "ExcludeFromBuild" : true
1321                                  }
1322                               }
1323                            ]
1324                         },
1325                         {
1326                            "FileName" : "lfbConvert.ec",
1327                            "Options" : {
1328                               "ExcludeFromBuild" : false
1329                            },
1330                            "Configurations" : [
1331                               {
1332                                  "Name" : "Bootstrap",
1333                                  "Options" : {
1334                                     "ExcludeFromBuild" : true
1335                                  }
1336                               }
1337                            ]
1338                         },
1339                         {
1340                            "FileName" : "LFBDisplayDriver.ec",
1341                            "Options" : {
1342                               "ExcludeFromBuild" : false
1343                            },
1344                            "Configurations" : [
1345                               {
1346                                  "Name" : "Bootstrap",
1347                                  "Options" : {
1348                                     "ExcludeFromBuild" : true
1349                                  }
1350                               }
1351                            ]
1352                         },
1353                         {
1354                            "FileName" : "NCursesDisplayDriver.ec",
1355                            "Platforms" : [
1356                               {
1357                                  "Name" : "linux",
1358                                  "Options" : {
1359                                     "ExcludeFromBuild" : false
1360                                  }
1361                               },
1362                               {
1363                                  "Name" : "apple",
1364                                  "Options" : {
1365                                     "ExcludeFromBuild" : false
1366                                  }
1367                               }
1368                            ],
1369                            "Configurations" : [
1370                               {
1371                                  "Name" : "WSMS",
1372                                  "Platforms" : [
1373                                     {
1374                                        "Name" : "win32",
1375                                        "Options" : {
1376                                           "ExcludeFromBuild" : true
1377                                        }
1378                                     }
1379                                  ]
1380                               },
1381                               {
1382                                  "Name" : "Bootstrap",
1383                                  "Platforms" : [
1384                                     {
1385                                        "Name" : "linux",
1386                                        "Options" : {
1387                                           "ExcludeFromBuild" : true
1388                                        }
1389                                     },
1390                                     {
1391                                        "Name" : "apple",
1392                                        "Options" : {
1393                                           "ExcludeFromBuild" : true
1394                                        }
1395                                     }
1396                                  ]
1397                               },
1398                               {
1399                                  "Name" : "Android",
1400                                  "Platforms" : [
1401                                     {
1402                                        "Name" : "linux",
1403                                        "Options" : {
1404                                           "ExcludeFromBuild" : true
1405                                        }
1406                                     }
1407                                  ]
1408                               }
1409                            ]
1410                         },
1411                         {
1412                            "FileName" : "OpenGLDisplayDriver.ec",
1413                            "Options" : {
1414                               "ExcludeFromBuild" : false
1415                            },
1416                            "Configurations" : [
1417                               {
1418                                  "Name" : "WSMS",
1419                                  "Options" : {
1420                                     "ExcludeFromBuild" : true
1421                                  }
1422                               },
1423                               {
1424                                  "Name" : "Vanilla",
1425                                  "Options" : {
1426                                     "ExcludeFromBuild" : true
1427                                  }
1428                               },
1429                               {
1430                                  "Name" : "PACS",
1431                                  "Options" : {
1432                                     "ExcludeFromBuild" : true
1433                                  }
1434                               },
1435                               {
1436                                  "Name" : "Bootstrap",
1437                                  "Options" : {
1438                                     "ExcludeFromBuild" : true
1439                                  }
1440                               },
1441                               {
1442                                  "Name" : "Installer",
1443                                  "Options" : {
1444                                     "ExcludeFromBuild" : true
1445                                  }
1446                               }
1447                            ]
1448                         },
1449                         {
1450                            "FileName" : "Win32BitmapPrinterDisplayDriver.ec",
1451                            "Platforms" : [
1452                               {
1453                                  "Name" : "win32",
1454                                  "Options" : {
1455                                     "ExcludeFromBuild" : false
1456                                  }
1457                               }
1458                            ],
1459                            "Configurations" : [
1460                               {
1461                                  "Name" : "WSMS",
1462                                  "Platforms" : [
1463                                     {
1464                                        "Name" : "win32",
1465                                        "Options" : {
1466                                           "ExcludeFromBuild" : true
1467                                        }
1468                                     }
1469                                  ]
1470                               },
1471                               {
1472                                  "Name" : "Vanilla",
1473                                  "Platforms" : [
1474                                     {
1475                                        "Name" : "win32",
1476                                        "Options" : {
1477                                           "ExcludeFromBuild" : true
1478                                        }
1479                                     }
1480                                  ]
1481                               },
1482                               {
1483                                  "Name" : "PACS",
1484                                  "Platforms" : [
1485                                     {
1486                                        "Name" : "win32",
1487                                        "Options" : {
1488                                           "ExcludeFromBuild" : true
1489                                        }
1490                                     }
1491                                  ]
1492                               },
1493                               {
1494                                  "Name" : "Bootstrap",
1495                                  "Platforms" : [
1496                                     {
1497                                        "Name" : "win32",
1498                                        "Options" : {
1499                                           "ExcludeFromBuild" : true
1500                                        }
1501                                     }
1502                                  ]
1503                               },
1504                               {
1505                                  "Name" : "Installer",
1506                                  "Platforms" : [
1507                                     {
1508                                        "Name" : "win32",
1509                                        "Options" : {
1510                                           "ExcludeFromBuild" : true
1511                                        }
1512                                     }
1513                                  ]
1514                               }
1515                            ]
1516                         },
1517                         {
1518                            "FileName" : "CocoaOpenGLDisplayDriver.ec",
1519                            "Options" : {
1520                               "IncludeDirs" : [
1521                                  "src/gui/drivers/cocoa"
1522                               ]
1523                            },
1524                            "Platforms" : [
1525                               {
1526                                  "Name" : "apple",
1527                                  "Options" : {
1528                                     "ExcludeFromBuild" : false
1529                                  }
1530                               }
1531                            ],
1532                            "Configurations" : [
1533                               {
1534                                  "Name" : "Vanilla",
1535                                  "Options" : {
1536                                     "ExcludeFromBuild" : true
1537                                  },
1538                                  "Platforms" : [
1539                                     {
1540                                        "Name" : "apple",
1541                                        "Options" : {
1542                                           "ExcludeFromBuild" : true
1543                                        }
1544                                     }
1545                                  ]
1546                               },
1547                               {
1548                                  "Name" : "Bootstrap",
1549                                  "Platforms" : [
1550                                     {
1551                                        "Name" : "apple",
1552                                        "Options" : {
1553                                           "ExcludeFromBuild" : true
1554                                        }
1555                                     }
1556                                  ]
1557                               }
1558                            ]
1559                         },
1560                         {
1561                            "FileName" : "Win32ConsoleDisplayDriver.ec",
1562                            "Platforms" : [
1563                               {
1564                                  "Name" : "win32",
1565                                  "Options" : {
1566                                     "ExcludeFromBuild" : false
1567                                  }
1568                               }
1569                            ],
1570                            "Configurations" : [
1571                               {
1572                                  "Name" : "WSMS",
1573                                  "Platforms" : [
1574                                     {
1575                                        "Name" : "win32",
1576                                        "Options" : {
1577                                           "ExcludeFromBuild" : true
1578                                        }
1579                                     }
1580                                  ]
1581                               },
1582                               {
1583                                  "Name" : "Vanilla",
1584                                  "Platforms" : [
1585                                     {
1586                                        "Name" : "win32",
1587                                        "Options" : {
1588                                           "ExcludeFromBuild" : true
1589                                        }
1590                                     }
1591                                  ]
1592                               },
1593                               {
1594                                  "Name" : "PACS",
1595                                  "Platforms" : [
1596                                     {
1597                                        "Name" : "win32",
1598                                        "Options" : {
1599                                           "ExcludeFromBuild" : true
1600                                        }
1601                                     }
1602                                  ]
1603                               },
1604                               {
1605                                  "Name" : "Bootstrap",
1606                                  "Platforms" : [
1607                                     {
1608                                        "Name" : "win32",
1609                                        "Options" : {
1610                                           "ExcludeFromBuild" : true
1611                                        }
1612                                     }
1613                                  ]
1614                               },
1615                               {
1616                                  "Name" : "Installer",
1617                                  "Platforms" : [
1618                                     {
1619                                        "Name" : "win32",
1620                                        "Options" : {
1621                                           "ExcludeFromBuild" : true
1622                                        }
1623                                     }
1624                                  ]
1625                               }
1626                            ]
1627                         },
1628                         {
1629                            "FileName" : "Win32PrinterDisplayDriver.ec",
1630                            "Platforms" : [
1631                               {
1632                                  "Name" : "win32",
1633                                  "Options" : {
1634                                     "ExcludeFromBuild" : false
1635                                  }
1636                               }
1637                            ],
1638                            "Configurations" : [
1639                               {
1640                                  "Name" : "Vanilla",
1641                                  "Platforms" : [
1642                                     {
1643                                        "Name" : "win32",
1644                                        "Options" : {
1645                                           "ExcludeFromBuild" : true
1646                                        }
1647                                     }
1648                                  ]
1649                               },
1650                               {
1651                                  "Name" : "PACS",
1652                                  "Platforms" : [
1653                                     {
1654                                        "Name" : "win32",
1655                                        "Options" : {
1656                                           "ExcludeFromBuild" : true
1657                                        }
1658                                     }
1659                                  ]
1660                               },
1661                               {
1662                                  "Name" : "Bootstrap",
1663                                  "Platforms" : [
1664                                     {
1665                                        "Name" : "win32",
1666                                        "Options" : {
1667                                           "ExcludeFromBuild" : true
1668                                        }
1669                                     }
1670                                  ]
1671                               },
1672                               {
1673                                  "Name" : "Installer",
1674                                  "Platforms" : [
1675                                     {
1676                                        "Name" : "win32",
1677                                        "Options" : {
1678                                           "ExcludeFromBuild" : true
1679                                        }
1680                                     }
1681                                  ]
1682                               }
1683                            ]
1684                         },
1685                         {
1686                            "FileName" : "XDisplayDriver.ec",
1687                            "Platforms" : [
1688                               {
1689                                  "Name" : "linux",
1690                                  "Options" : {
1691                                     "ExcludeFromBuild" : false
1692                                  }
1693                               },
1694                               {
1695                                  "Name" : "apple",
1696                                  "Options" : {
1697                                     "ExcludeFromBuild" : false
1698                                  }
1699                               }
1700                            ],
1701                            "Configurations" : [
1702                               {
1703                                  "Name" : "Bootstrap",
1704                                  "Platforms" : [
1705                                     {
1706                                        "Name" : "linux",
1707                                        "Options" : {
1708                                           "ExcludeFromBuild" : true
1709                                        }
1710                                     },
1711                                     {
1712                                        "Name" : "apple",
1713                                        "Options" : {
1714                                           "ExcludeFromBuild" : true
1715                                        }
1716                                     }
1717                                  ]
1718                               },
1719                               {
1720                                  "Name" : "Android",
1721                                  "Platforms" : [
1722                                     {
1723                                        "Name" : "linux",
1724                                        "Options" : {
1725                                           "ExcludeFromBuild" : true
1726                                        }
1727                                     }
1728                                  ]
1729                               }
1730                            ]
1731                         },
1732                         {
1733                            "FileName" : "edtaa3func.ec",
1734                            "Options" : {
1735                               "ExcludeFromBuild" : false
1736                            },
1737                            "Configurations" : [
1738                               {
1739                                  "Name" : "Vanilla",
1740                                  "Options" : {
1741                                     "ExcludeFromBuild" : true
1742                                  }
1743                               },
1744                               {
1745                                  "Name" : "Bootstrap",
1746                                  "Options" : {
1747                                     "ExcludeFromBuild" : true
1748                                  }
1749                               }
1750                            ]
1751                         }
1752                      ],
1753                      "Options" : {
1754                         "ExcludeFromBuild" : true
1755                      },
1756                      "Configurations" : [
1757                         {
1758                            "Name" : "PACS",
1759                            "Options" : {
1760                               "ExcludeFromBuild" : true
1761                            }
1762                         }
1763                      ]
1764                   },
1765                   "Bitmap.ec",
1766                   "BitmapResource.ec",
1767                   "Color.ec",
1768                   "Display.ec",
1769                   "DisplaySystem.ec",
1770                   "FontResource.ec",
1771                   "Resource.ec",
1772                   "Surface.ec"
1773                ],
1774                "Configurations" : [
1775                   {
1776                      "Name" : "Bootstrap",
1777                      "Options" : {
1778                         "ExcludeFromBuild" : true
1779                      }
1780                   }
1781                ]
1782             },
1783             {
1784                "Folder" : "gui",
1785                "Files" : [
1786                   {
1787                      "Folder" : "controls",
1788                      "Files" : [
1789                         "Button.ec",
1790                         "CalendarControl.ec",
1791                         "DataBox.ec",
1792                         "DropBox.ec",
1793                         "EditBox.ec",
1794                         "Label.ec",
1795                         "ListBox.ec",
1796                         "Menu.ec",
1797                         "Picture.ec",
1798                         "ProgressBar.ec",
1799                         "ScrollBar.ec",
1800                         "StatusBar.ec",
1801                         {
1802                            "FileName" : "TabControl.ec",
1803                            "Configurations" : [
1804                               {
1805                                  "Name" : "Vanilla",
1806                                  "Options" : {
1807                                     "ExcludeFromBuild" : true
1808                                  }
1809                               }
1810                            ]
1811                         },
1812                         {
1813                            "FileName" : "PaneSplitter.ec",
1814                            "Configurations" : [
1815                               {
1816                                  "Name" : "Vanilla",
1817                                  "Options" : {
1818                                     "ExcludeFromBuild" : true
1819                                  }
1820                               }
1821                            ]
1822                         },
1823                         "Stacker.ec",
1824                         "PathBox.ec",
1825                         "ToolTip.ec",
1826                         "SelectorBar.ec"
1827                      ]
1828                   },
1829                   {
1830                      "Folder" : "dialogs",
1831                      "Files" : [
1832                         "ColorPicker.ec",
1833                         "FileDialog.ec",
1834                         "FindDialog.ec",
1835                         "GoToDialog.ec",
1836                         "MessageBox.ec",
1837                         "ReplaceDialog.ec",
1838                         "WindowList.ec"
1839                      ]
1840                   },
1841                   {
1842                      "Folder" : "drivers",
1843                      "Files" : [
1844                         {
1845                            "Folder" : "cocoa",
1846                            "Files" : [
1847                               "CocoaDispatch.ec",
1848                               "CocoaEcereBridge.h",
1849                               "CocoaEcereBridge.m",
1850                               "CocoaInterface.ec",
1851                               "EcereView.h",
1852                               "EcereView.m"
1853                            ],
1854                            "Platforms" : [
1855                               {
1856                                  "Name" : "apple",
1857                                  "Options" : {
1858                                     "ExcludeFromBuild" : false
1859                                  }
1860                               }
1861                            ],
1862                            "Configurations" : [
1863                               {
1864                                  "Name" : "Bootstrap",
1865                                  "Platforms" : [
1866                                     {
1867                                        "Name" : "apple",
1868                                        "Options" : {
1869                                           "ExcludeFromBuild" : true
1870                                        }
1871                                     }
1872                                  ]
1873                               },
1874                               {
1875                                  "Name" : "Vanilla",
1876                                  "Platforms" : [
1877                                     {
1878                                        "Name" : "apple",
1879                                        "Options" : {
1880                                           "ExcludeFromBuild" : true
1881                                        }
1882                                     }
1883                                  ]
1884                               }
1885                            ]
1886                         },
1887                         {
1888                            "FileName" : "NCursesInterface.ec",
1889                            "Platforms" : [
1890                               {
1891                                  "Name" : "linux",
1892                                  "Options" : {
1893                                     "ExcludeFromBuild" : false
1894                                  }
1895                               },
1896                               {
1897                                  "Name" : "apple",
1898                                  "Options" : {
1899                                     "ExcludeFromBuild" : false
1900                                  }
1901                               }
1902                            ],
1903                            "Configurations" : [
1904                               {
1905                                  "Name" : "Vanilla",
1906                                  "Options" : {
1907                                     "ExcludeFromBuild" : true
1908                                  }
1909                               },
1910                               {
1911                                  "Name" : "Bootstrap",
1912                                  "Platforms" : [
1913                                     {
1914                                        "Name" : "linux",
1915                                        "Options" : {
1916                                           "ExcludeFromBuild" : true
1917                                        }
1918                                     },
1919                                     {
1920                                        "Name" : "apple",
1921                                        "Options" : {
1922                                           "ExcludeFromBuild" : true
1923                                        }
1924                                     }
1925                                  ]
1926                               },
1927                               {
1928                                  "Name" : "Android",
1929                                  "Platforms" : [
1930                                     {
1931                                        "Name" : "linux",
1932                                        "Options" : {
1933                                           "ExcludeFromBuild" : true
1934                                        }
1935                                     }
1936                                  ]
1937                               }
1938                            ]
1939                         },
1940                         {
1941                            "FileName" : "Win32Interface.ec",
1942                            "Platforms" : [
1943                               {
1944                                  "Name" : "win32",
1945                                  "Options" : {
1946                                     "ExcludeFromBuild" : false
1947                                  }
1948                               }
1949                            ],
1950                            "Configurations" : [
1951                               {
1952                                  "Name" : "PACS",
1953                                  "Options" : {
1954                                     "ExcludeFromBuild" : false
1955                                  }
1956                               },
1957                               {
1958                                  "Name" : "Bootstrap",
1959                                  "Platforms" : [
1960                                     {
1961                                        "Name" : "win32",
1962                                        "Options" : {
1963                                           "ExcludeFromBuild" : true
1964                                        }
1965                                     }
1966                                  ]
1967                               }
1968                            ]
1969                         },
1970                         {
1971                            "FileName" : "Win32ConsoleInterface.ec",
1972                            "Platforms" : [
1973                               {
1974                                  "Name" : "win32",
1975                                  "Options" : {
1976                                     "ExcludeFromBuild" : false
1977                                  }
1978                               }
1979                            ],
1980                            "Configurations" : [
1981                               {
1982                                  "Name" : "Vanilla",
1983                                  "Platforms" : [
1984                                     {
1985                                        "Name" : "win32",
1986                                        "Options" : {
1987                                           "ExcludeFromBuild" : true
1988                                        }
1989                                     }
1990                                  ]
1991                               },
1992                               {
1993                                  "Name" : "WSMS",
1994                                  "Platforms" : [
1995                                     {
1996                                        "Name" : "win32",
1997                                        "Options" : {
1998                                           "ExcludeFromBuild" : true
1999                                        }
2000                                     }
2001                                  ]
2002                               },
2003                               {
2004                                  "Name" : "Bootstrap",
2005                                  "Platforms" : [
2006                                     {
2007                                        "Name" : "win32",
2008                                        "Options" : {
2009                                           "ExcludeFromBuild" : true
2010                                        }
2011                                     }
2012                                  ]
2013                               },
2014                               {
2015                                  "Name" : "Installer",
2016                                  "Platforms" : [
2017                                     {
2018                                        "Name" : "win32",
2019                                        "Options" : {
2020                                           "ExcludeFromBuild" : true
2021                                        }
2022                                     }
2023                                  ]
2024                               }
2025                            ]
2026                         },
2027                         {
2028                            "FileName" : "XInterface.ec",
2029                            "Platforms" : [
2030                               {
2031                                  "Name" : "linux",
2032                                  "Options" : {
2033                                     "ExcludeFromBuild" : false
2034                                  }
2035                               },
2036                               {
2037                                  "Name" : "apple",
2038                                  "Options" : {
2039                                     "ExcludeFromBuild" : false
2040                                  }
2041                               }
2042                            ],
2043                            "Configurations" : [
2044                               {
2045                                  "Name" : "Bootstrap",
2046                                  "Platforms" : [
2047                                     {
2048                                        "Name" : "linux",
2049                                        "Options" : {
2050                                           "ExcludeFromBuild" : true
2051                                        }
2052                                     },
2053                                     {
2054                                        "Name" : "apple",
2055                                        "Options" : {
2056                                           "ExcludeFromBuild" : true
2057                                        }
2058                                     }
2059                                  ]
2060                               },
2061                               {
2062                                  "Name" : "Android",
2063                                  "Platforms" : [
2064                                     {
2065                                        "Name" : "linux",
2066                                        "Options" : {
2067                                           "ExcludeFromBuild" : true
2068                                        }
2069                                     }
2070                                  ]
2071                               }
2072                            ]
2073                         },
2074                         {
2075                            "FileName" : "AndroidInterface.ec",
2076                            "Configurations" : [
2077                               {
2078                                  "Name" : "Android",
2079                                  "Options" : {
2080                                     "ExcludeFromBuild" : false
2081                                  }
2082                               }
2083                            ]
2084                         },
2085                         {
2086                            "FileName" : "EmscriptenInterface.ec",
2087                            "Configurations" : [
2088                               {
2089                                  "Name" : "Emscripten",
2090                                  "Options" : {
2091                                     "ExcludeFromBuild" : false
2092                                  }
2093                               }
2094                            ]
2095                         }
2096                      ],
2097                      "Options" : {
2098                         "ExcludeFromBuild" : true
2099                      },
2100                      "Configurations" : [
2101                         {
2102                            "Name" : "PACS",
2103                            "Options" : {
2104                               "ExcludeFromBuild" : true
2105                            }
2106                         }
2107                      ]
2108                   },
2109                   {
2110                      "Folder" : "skins",
2111                      "Files" : [
2112                         {
2113                            "FileName" : "TVisionSkin.ec",
2114                            "Configurations" : [
2115                               {
2116                                  "Name" : "PACS",
2117                                  "Options" : {
2118                                     "ExcludeFromBuild" : true
2119                                  }
2120                               },
2121                               {
2122                                  "Name" : "Vanilla",
2123                                  "Options" : {
2124                                     "ExcludeFromBuild" : true
2125                                  }
2126                               },
2127                               {
2128                                  "Name" : "Installer",
2129                                  "Platforms" : [
2130                                     {
2131                                        "Name" : "win32",
2132                                        "Options" : {
2133                                           "ExcludeFromBuild" : true
2134                                        }
2135                                     }
2136                                  ]
2137                               }
2138                            ]
2139                         },
2140                         "WindowsSkin.ec"
2141                      ]
2142                   },
2143                   "Anchor.ec",
2144                   "ClipBoard.ec",
2145                   "Cursor.ec",
2146                   {
2147                      "FileName" : "Desktop3D.ec",
2148                      "Configurations" : [
2149                         {
2150                            "Name" : "PACS",
2151                            "Options" : {
2152                               "ExcludeFromBuild" : true
2153                            }
2154                         },
2155                         {
2156                            "Name" : "Vanilla",
2157                            "Options" : {
2158                               "ExcludeFromBuild" : true
2159                            }
2160                         },
2161                         {
2162                            "Name" : "WSMS",
2163                            "Options" : {
2164                               "ExcludeFromBuild" : true
2165                            }
2166                         },
2167                         {
2168                            "Name" : "Installer",
2169                            "Platforms" : [
2170                               {
2171                                  "Name" : "win32",
2172                                  "Options" : {
2173                                     "ExcludeFromBuild" : true
2174                                  }
2175                               }
2176                            ]
2177                         }
2178                      ]
2179                   },
2180                   {
2181                      "FileName" : "FormDesigner.ec",
2182                      "Configurations" : [
2183                         {
2184                            "Name" : "PACS",
2185                            "Options" : {
2186                               "ExcludeFromBuild" : true
2187                            }
2188                         }
2189                      ]
2190                   },
2191                   "GuiApplication.ec",
2192                   "Interface.ec",
2193                   "Key.ec",
2194                   "Skin.ec",
2195                   "Timer.ec",
2196                   "typeEdit.ec",
2197                   "Window.ec"
2198                ],
2199                "Configurations" : [
2200                   {
2201                      "Name" : "Bootstrap",
2202                      "Options" : {
2203                         "ExcludeFromBuild" : true
2204                      }
2205                   }
2206                ]
2207             },
2208             {
2209                "Folder" : "net",
2210                "Files" : [
2211                   {
2212                      "FileName" : "dcom.ec",
2213                      "Configurations" : [
2214                         {
2215                            "Name" : "PACS",
2216                            "Options" : {
2217                               "ExcludeFromBuild" : true
2218                            }
2219                         }
2220                      ]
2221                   },
2222                   "HTTPFile.ec",
2223                   "network.ec",
2224                   {
2225                      "FileName" : "NetworkClientFile.ec",
2226                      "Configurations" : [
2227                         {
2228                            "Name" : "PACS",
2229                            "Options" : {
2230                               "ExcludeFromBuild" : true
2231                            }
2232                         }
2233                      ]
2234                   },
2235                   "Service.ec",
2236                   "Socket.ec",
2237                   {
2238                      "FileName" : "SSLSocket.ec",
2239                      "Configurations" : [
2240                         {
2241                            "Name" : "WSMS",
2242                            "Options" : {
2243                               "ExcludeFromBuild" : true
2244                            }
2245                         },
2246                         {
2247                            "Name" : "PACS",
2248                            "Options" : {
2249                               "ExcludeFromBuild" : true
2250                            }
2251                         },
2252                         {
2253                            "Name" : "Android",
2254                            "Options" : {
2255                               "ExcludeFromBuild" : true
2256                            }
2257                         },
2258                         {
2259                            "Name" : "Installer",
2260                            "Options" : {
2261                               "ExcludeFromBuild" : true
2262                            }
2263                         }
2264                      ]
2265                   }
2266                ],
2267                "Configurations" : [
2268                   {
2269                      "Name" : "Bootstrap",
2270                      "Options" : {
2271                         "ExcludeFromBuild" : true
2272                      }
2273                   },
2274                   {
2275                      "Name" : "Vanilla",
2276                      "Options" : {
2277                         "ExcludeFromBuild" : true
2278                      }
2279                   },
2280                   {
2281                      "Name" : "Installer",
2282                      "Platforms" : [
2283                         {
2284                            "Name" : "win32",
2285                            "Options" : {
2286                               "ExcludeFromBuild" : true
2287                            }
2288                         }
2289                      ]
2290                   },
2291                   {
2292                      "Name" : "Emscripten",
2293                      "Options" : {
2294                         "ExcludeFromBuild" : true
2295                      }
2296                   }
2297                ]
2298             },
2299             {
2300                "Folder" : "com",
2301                "Files" : [
2302                   {
2303                      "Folder" : "containers",
2304                      "Files" : [
2305                         "Array.ec",
2306                         "AVLTree.ec",
2307                         "BuiltInContainer.ec",
2308                         "Container.ec",
2309                         "CustomAVLTree.ec",
2310                         "LinkList.ec",
2311                         "List.ec",
2312                         "Map.ec"
2313                      ]
2314                   },
2315                   {
2316                      "FileName" : "BinaryTree.ec",
2317                      "Configurations" : [
2318                         {
2319                            "Name" : "MemoryGuard",
2320                            "Options" : {
2321                               "MemoryGuard" : false
2322                            }
2323                         },
2324                         {
2325                            "Name" : "MemoryGuardRelease",
2326                            "Options" : {
2327                               "MemoryGuard" : false
2328                            }
2329                         }
2330                      ]
2331                   },
2332                   {
2333                      "FileName" : "BTNode.ec",
2334                      "Configurations" : [
2335                         {
2336                            "Name" : "MemoryGuard",
2337                            "Options" : {
2338                               "MemoryGuard" : false
2339                            }
2340                         },
2341                         {
2342                            "Name" : "MemoryGuardRelease",
2343                            "Options" : {
2344                               "MemoryGuard" : false
2345                            }
2346                         }
2347                      ]
2348                   },
2349                   "dataTypes.ec",
2350                   {
2351                      "FileName" : "instance.ec",
2352                      "Configurations" : [
2353                         {
2354                            "Name" : "MemoryGuard",
2355                            "Options" : {
2356                               "MemoryGuard" : false
2357                            }
2358                         },
2359                         {
2360                            "Name" : "MemoryGuardRelease",
2361                            "Options" : {
2362                               "MemoryGuard" : false
2363                            }
2364                         }
2365                      ]
2366                   },
2367                   "String.ec",
2368                   "OldList.ec",
2369                   {
2370                      "FileName" : "instance.c",
2371                      "Configurations" : [
2372                         {
2373                            "Name" : "Bootstrap",
2374                            "Options" : {
2375                               "ExcludeFromBuild" : true
2376                            }
2377                         }
2378                      ]
2379                   }
2380                ],
2381                "Options" : {
2382                   "PreprocessorDefinitions" : [
2383                      "ECERE_COM_MODULE"
2384                   ]
2385                }
2386             }
2387          ]
2388       }
2389    ],
2390    "ResourcesPath" : "res",
2391    "Resources" : [
2392       {
2393          "Folder" : "actions",
2394          "Files" : [
2395             "editFind.png",
2396             "folderNew.png",
2397             "goDown.png",
2398             "goHome.png",
2399             "goNext.png",
2400             "goPrevious.png",
2401             "goUp.png",
2402             "listAdd.png",
2403             "listRemove.png",
2404             "viewRefresh.png",
2405             "windowNew.png",
2406             "clean.png",
2407             "docSave.png",
2408             "docNew.png"
2409          ],
2410          "Configurations" : [
2411             {
2412                "Name" : "Bootstrap",
2413                "Options" : {
2414                   "ExcludeFromBuild" : true
2415                }
2416             }
2417          ]
2418       },
2419       {
2420          "Folder" : "constructs",
2421          "Files" : [
2422             "class.png",
2423             "data.png",
2424             "dataPrivate.png",
2425             "dataType.png",
2426             "enum.png",
2427             "enumValue.png",
2428             "event.png",
2429             "library.png",
2430             "method.png",
2431             "methodPrivate.png",
2432             "namespace.png",
2433             "property.png",
2434             "propertyPrivate.png"
2435          ],
2436          "Configurations" : [
2437             {
2438                "Name" : "Bootstrap",
2439                "Options" : {
2440                   "ExcludeFromBuild" : true
2441                }
2442             }
2443          ]
2444       },
2445       {
2446          "Folder" : "controls",
2447          "Files" : [
2448             "button.png",
2449             "calendar.png",
2450             "checkBox.png",
2451             "dataBox.png",
2452             "dropBox.png",
2453             "editBox.png",
2454             "groupBox.png",
2455             "label.png",
2456             "listBox.png",
2457             "menu.png",
2458             "optionBox.png",
2459             "progressBar.png",
2460             "scrollBarHorizontal.png",
2461             "scrollBarVertical.png",
2462             "statusBar.png"
2463          ],
2464          "Configurations" : [
2465             {
2466                "Name" : "Bootstrap",
2467                "Options" : {
2468                   "ExcludeFromBuild" : true
2469                }
2470             }
2471          ]
2472       },
2473       {
2474          "Folder" : "cursors",
2475          "Files" : [
2476             "arrow.png",
2477             "cross.png",
2478             "iBeam.png",
2479             "move.png",
2480             "sizeEastWest.png",
2481             "sizeNortEastSouthWest.png",
2482             "sizeNorthSouth.png",
2483             "sizeNortWestSouthEast.png"
2484          ],
2485          "Configurations" : [
2486             {
2487                "Name" : "Bootstrap",
2488                "Options" : {
2489                   "ExcludeFromBuild" : true
2490                }
2491             }
2492          ]
2493       },
2494       {
2495          "Folder" : "devices",
2496          "Files" : [
2497             "computer.png",
2498             "driveHardDisk.png",
2499             "driveRemovableMedia.png",
2500             "mediaFloppy.png",
2501             "mediaOptical.png"
2502          ],
2503          "Configurations" : [
2504             {
2505                "Name" : "Bootstrap",
2506                "Options" : {
2507                   "ExcludeFromBuild" : true
2508                }
2509             }
2510          ]
2511       },
2512       {
2513          "Folder" : "elements",
2514          "Files" : [
2515             "areaClose.png",
2516             "areaMaximize.png",
2517             "areaMinimize.png",
2518             "areaRestore.png",
2519             "arrowDown.png",
2520             "arrowLeft.png",
2521             "arrowRight.png",
2522             "arrowUp.png",
2523             "checkBoxChecked.png",
2524             "checkBoxDisabled.png",
2525             "checkBoxDisabledChecked.png",
2526             "checkBox.png",
2527             "optionBoxDisabled.png",
2528             "optionBoxDisabledSelected.png",
2529             "optionBoxDown.png",
2530             "optionBoxSelectedDown.png",
2531             "optionBoxSelectedUp.png",
2532             "optionBoxUp.png",
2533             "orderAscending.png",
2534             "orderCategorized.png",
2535             "orderDescending.png"
2536          ],
2537          "Configurations" : [
2538             {
2539                "Name" : "Bootstrap",
2540                "Options" : {
2541                   "ExcludeFromBuild" : true
2542                }
2543             }
2544          ]
2545       },
2546       {
2547          "Folder" : "emblems",
2548          "Files" : [
2549             "unreadable.png"
2550          ],
2551          "Configurations" : [
2552             {
2553                "Name" : "Bootstrap",
2554                "Options" : {
2555                   "ExcludeFromBuild" : true
2556                }
2557             }
2558          ]
2559       },
2560       {
2561          "Folder" : "mimeTypes",
2562          "Files" : [
2563             "file.png",
2564             "image.png",
2565             "package.png",
2566             "packageOpticalDisc.png",
2567             "packageSoftware.png",
2568             "text.png",
2569             "textCHeader.png",
2570             "textCSource.png",
2571             "textC++Header.png",
2572             "textC++Source.png",
2573             "textEcereHeader.png",
2574             "textEcereProject.png",
2575             "textEcereSource.png",
2576             "textEcereWorkspace.png",
2577             "textHyperTextMarkup.png",
2578             "brokenFile.png"
2579          ],
2580          "Configurations" : [
2581             {
2582                "Name" : "Bootstrap",
2583                "Options" : {
2584                   "ExcludeFromBuild" : true
2585                }
2586             }
2587          ]
2588       },
2589       {
2590          "Folder" : "places",
2591          "Files" : [
2592             "driveRemote.png",
2593             "folder.png",
2594             "folderRemote.png",
2595             "networkServer.png",
2596             "networkWorkgroup.png",
2597             "brokenFolder.png"
2598          ],
2599          "Configurations" : [
2600             {
2601                "Name" : "Bootstrap",
2602                "Options" : {
2603                   "ExcludeFromBuild" : true
2604                }
2605             }
2606          ]
2607       },
2608       {
2609          "Folder" : "status",
2610          "Files" : [
2611             "audioVolumeHigh.png",
2612             "folderOpen.png"
2613          ],
2614          "Configurations" : [
2615             {
2616                "Name" : "Bootstrap",
2617                "Options" : {
2618                   "ExcludeFromBuild" : true
2619                }
2620             }
2621          ]
2622       },
2623       {
2624          "Folder" : "unicode",
2625          "Files" : [
2626             "derivedGeneralCategoryStripped.txt"
2627          ],
2628          "Configurations" : [
2629             {
2630                "Name" : "Bootstrap",
2631                "Options" : {
2632                   "ExcludeFromBuild" : true
2633                }
2634             }
2635          ]
2636       },
2637       {
2638          "Folder" : "locale",
2639          "Files" : [
2640             "locale/es.mo",
2641             "locale/hu.mo",
2642             "locale/mr.mo",
2643             "locale/nl.mo",
2644             "locale/pt_BR.mo",
2645             "locale/ru.mo",
2646             "locale/zh_CN.mo"
2647          ],
2648          "Configurations" : [
2649             {
2650                "Name" : "Bootstrap",
2651                "Options" : {
2652                   "ExcludeFromBuild" : true
2653                }
2654             }
2655          ]
2656       },
2657       {
2658          "Folder" : "shaders",
2659          "Files" : [
2660             "src/gfx/drivers/gl3/fixed.frag",
2661             "src/gfx/drivers/gl3/fixed.vertex"
2662          ]
2663       },
2664       {
2665          "FileName" : "C:/Windows/Fonts/tahoma.ttf",
2666          "Options" : {
2667             "ExcludeFromBuild" : true
2668          },
2669          "Configurations" : [
2670             {
2671                "Name" : "Android",
2672                "Options" : {
2673                   "ExcludeFromBuild" : false
2674                }
2675             }
2676          ]
2677       },
2678       {
2679          "FileName" : "C:/Windows/Fonts/tahomabd.ttf",
2680          "Options" : {
2681             "ExcludeFromBuild" : true
2682          },
2683          "Configurations" : [
2684             {
2685                "Name" : "Android",
2686                "Options" : {
2687                   "ExcludeFromBuild" : false
2688                }
2689             }
2690          ]
2691       },
2692       {
2693          "FileName" : "C:/Windows/Fonts/arial.ttf",
2694          "Options" : {
2695             "ExcludeFromBuild" : true
2696          },
2697          "Configurations" : [
2698             {
2699                "Name" : "Android",
2700                "Options" : {
2701                   "ExcludeFromBuild" : false
2702                }
2703             }
2704          ]
2705       },
2706       {
2707          "FileName" : "C:/Windows/Fonts/arialbd.ttf",
2708          "Options" : {
2709             "ExcludeFromBuild" : true
2710          },
2711          "Configurations" : [
2712             {
2713                "Name" : "Android",
2714                "Options" : {
2715                   "ExcludeFromBuild" : false
2716                }
2717             }
2718          ]
2719       }
2720    ]
2721 }