Files
GDevelop/Core/GDCore.cbp
2015-06-06 11:43:38 +02:00

520 lines
28 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="GDevelop Core" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug - Edittime">
<Option output="../IDE/bin/debug/GDCore.dll" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME)" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
<Add option="-DGD_CORE_API=__declspec(dllexport)" />
<Add option="-DDEBUG" />
<Add option="-DWINDOWS" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-D__WXDEBUG__" />
<Add option="-DwxUSE_UNICODE=1" />
<Add option="-DWXUSINGDLL" />
<Add option="-DBOOST_DISABLE_ASSERTS" />
<Add directory="../ExtLibs/wxwidgets/include" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswud" />
</Compiler>
<Linker>
<Add option="-lmingw32" />
<Add option="-lopengl32" />
<Add option="-limm32" />
<Add option="-lcomctl32" />
<Add option="-lglu32" />
<Add option="-lws2_32" />
<Add option="-lgdi32" />
<Add option="-lwinmm" />
<Add option="-lwxmsw30ud_xrc" />
<Add option="-lwxmsw30ud_stc" />
<Add option="-lwxmsw30ud_richtext" />
<Add option="-lwxmsw30ud_ribbon" />
<Add option="-lwxmsw30ud_propgrid" />
<Add option="-lwxmsw30ud_aui" />
<Add option="-lwxmsw30ud_adv" />
<Add option="-lwxmsw30ud_html" />
<Add option="-lwxmsw30ud_core" />
<Add option="-lwxbase30ud_xml" />
<Add option="-lwxbase30ud_net" />
<Add option="-lwxexpatd" />
<Add option="-lwxbase30ud" />
<Add option="-lwxpngd" />
<Add option="-lwxjpegd" />
<Add option="-lwxzlibd" />
<Add option="-lwxtiffd" />
<Add option="-lsfml-audio-d" />
<Add option="-lsfml-graphics-d" />
<Add option="-lsfml-window-d" />
<Add option="-lsfml-network-d" />
<Add option="-lsfml-system-d" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswud" />
<Add directory="../ExtLibs/SFML/build-mingw-debug/lib" />
</Linker>
</Target>
<Target title="Development - Edittime">
<Option output="../IDE/bin/dev/GDCore.dll" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME)" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Dev/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-DGD_CORE_API=__declspec(dllexport)" />
<Add option="-DDEV" />
<Add option="-DWINDOWS" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DwxUSE_UNICODE=1" />
<Add option="-DWXUSINGDLL" />
<Add option="-DBOOST_DISABLE_ASSERTS" />
<Add directory="../ExtLibs/wxwidgets/include" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lmingw32" />
<Add option="-lopengl32" />
<Add option="-limm32" />
<Add option="-lcomctl32" />
<Add option="-lglu32" />
<Add option="-lws2_32" />
<Add option="-lgdi32" />
<Add option="-lwinmm" />
<Add option="-lwxmsw30u_xrc" />
<Add option="-lwxmsw30u_stc" />
<Add option="-lwxmsw30u_richtext" />
<Add option="-lwxmsw30u_ribbon" />
<Add option="-lwxmsw30u_propgrid" />
<Add option="-lwxmsw30u_aui" />
<Add option="-lwxmsw30u_adv" />
<Add option="-lwxmsw30u_html" />
<Add option="-lwxmsw30u_core" />
<Add option="-lwxbase30u_xml" />
<Add option="-lwxbase30u_net" />
<Add option="-lwxexpat" />
<Add option="-lwxbase30u" />
<Add option="-lwxpng" />
<Add option="-lwxjpeg" />
<Add option="-lwxzlib" />
<Add option="-lwxtiff" />
<Add option="-lsfml-audio" />
<Add option="-lsfml-graphics" />
<Add option="-lsfml-window" />
<Add option="-lsfml-network" />
<Add option="-lsfml-system" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswu" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll" />
<Add directory="../ExtLibs/SFML/build-mingw-release/lib" />
</Linker>
</Target>
<Target title="Release - Edittime">
<Option output="../IDE/bin/release/GDCore.dll" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME)" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-DGD_CORE_API=__declspec(dllexport)" />
<Add option="-DRELEASE" />
<Add option="-DWINDOWS" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DwxUSE_UNICODE=1" />
<Add option="-DWXUSINGDLL" />
<Add option="-DBOOST_DISABLE_ASSERTS" />
<Add directory="../ExtLibs/wxwidgets/include" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-lmingw32" />
<Add option="-lopengl32" />
<Add option="-limm32" />
<Add option="-lcomctl32" />
<Add option="-lglu32" />
<Add option="-lws2_32" />
<Add option="-lgdi32" />
<Add option="-lwinmm" />
<Add option="-lwxmsw30u_xrc" />
<Add option="-lwxmsw30u_stc" />
<Add option="-lwxmsw30u_richtext" />
<Add option="-lwxmsw30u_ribbon" />
<Add option="-lwxmsw30u_propgrid" />
<Add option="-lwxmsw30u_aui" />
<Add option="-lwxmsw30u_adv" />
<Add option="-lwxmsw30u_html" />
<Add option="-lwxmsw30u_core" />
<Add option="-lwxbase30u_xml" />
<Add option="-lwxbase30u_net" />
<Add option="-lwxexpat" />
<Add option="-lwxbase30u" />
<Add option="-lwxpng" />
<Add option="-lwxjpeg" />
<Add option="-lwxzlib" />
<Add option="-lwxtiff" />
<Add option="-lsfml-audio" />
<Add option="-lsfml-graphics" />
<Add option="-lsfml-window" />
<Add option="-lsfml-network" />
<Add option="-lsfml-system" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll/mswu" />
<Add directory="../ExtLibs/wxwidgets/lib/gcc_dll" />
<Add directory="../ExtLibs/SFML/build-mingw-release/lib" />
</Linker>
</Target>
<Target title="Linux - Release - Edittime">
<Option output="../IDE/bin/release/libGDCore.so" prefix_auto="0" extension_auto="0" />
<Option object_output="obj/Linux Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-m32" />
<Add option="`wx-config --cppflags`" />
<Add option="`pkg-config gtk+-2.0 --cflags`" />
<Add option='-DGD_CORE_API=&quot;&quot;' />
<Add option="-DRELEASE" />
<Add option="-DLINUX" />
<Add option="-DBOOST_DISABLE_ASSERTS" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="`wx-config --libs all`" />
<Add option="-lsfml-audio" />
<Add option="-lsfml-graphics" />
<Add option="-lsfml-window" />
<Add option="-lsfml-network" />
<Add option="-lsfml-system" />
<Add directory="../ExtLibs/SFML/build-linux/lib" />
</Linker>
</Target>
<Target title="Linux - Debug - Edittime">
<Option output="../IDE/bin/debug/libGDCore.so" prefix_auto="0" extension_auto="0" />
<Option object_output="obj/Linux Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
<Add option="-m32" />
<Add option="`wx-config --cppflags`" />
<Add option="`pkg-config gtk+-2.0 --cflags`" />
<Add option='-DGD_CORE_API=&quot;&quot;' />
<Add option="-DDEBUG" />
<Add option="-DLINUX" />
</Compiler>
<Linker>
<Add option="`wx-config --libs all`" />
<Add option="-lsfml-audio" />
<Add option="-lsfml-graphics" />
<Add option="-lsfml-window" />
<Add option="-lsfml-network" />
<Add option="-lsfml-system" />
<Add directory="../ExtLibs/SFML/build-linux/lib" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-DGD_IDE_ONLY" />
<Add directory="../Core" />
<Add directory="../ExtLibs/boost" />
<Add directory="../ExtLibs/SFML/include" />
</Compiler>
<ResourceCompiler>
<Add directory="../Core" />
</ResourceCompiler>
<Unit filename="GDCore/CommonTools.cpp" />
<Unit filename="GDCore/CommonTools.h" />
<Unit filename="GDCore/DocMainPage.h" />
<Unit filename="GDCore/Events/AutomatismMetadata.cpp" />
<Unit filename="GDCore/Events/AutomatismMetadata.h" />
<Unit filename="GDCore/Events/Builtin/CommentEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/CommentEvent.h" />
<Unit filename="GDCore/Events/Builtin/ForEachEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/ForEachEvent.h" />
<Unit filename="GDCore/Events/Builtin/LinkEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/LinkEvent.h" />
<Unit filename="GDCore/Events/Builtin/RepeatEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/RepeatEvent.h" />
<Unit filename="GDCore/Events/Builtin/StandardEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/StandardEvent.h" />
<Unit filename="GDCore/Events/Builtin/WhileEvent.cpp" />
<Unit filename="GDCore/Events/Builtin/WhileEvent.h" />
<Unit filename="GDCore/Events/Event.cpp" />
<Unit filename="GDCore/Events/Event.h" />
<Unit filename="GDCore/Events/EventMetadata.cpp" />
<Unit filename="GDCore/Events/EventMetadata.h" />
<Unit filename="GDCore/Events/EventsCodeGenerationContext.cpp" />
<Unit filename="GDCore/Events/EventsCodeGenerationContext.h" />
<Unit filename="GDCore/Events/EventsCodeGenerator.cpp" />
<Unit filename="GDCore/Events/EventsCodeGenerator.h" />
<Unit filename="GDCore/Events/EventsCodeNameMangler.cpp" />
<Unit filename="GDCore/Events/EventsCodeNameMangler.h" />
<Unit filename="GDCore/Events/Expression.h" />
<Unit filename="GDCore/Events/ExpressionMetadata.cpp" />
<Unit filename="GDCore/Events/ExpressionMetadata.h" />
<Unit filename="GDCore/Events/ExpressionParser.cpp" />
<Unit filename="GDCore/Events/ExpressionParser.h" />
<Unit filename="GDCore/Events/ExpressionsCodeGeneration.cpp" />
<Unit filename="GDCore/Events/ExpressionsCodeGeneration.h" />
<Unit filename="GDCore/Events/Instruction.cpp" />
<Unit filename="GDCore/Events/Instruction.h" />
<Unit filename="GDCore/Events/InstructionMetadata.cpp" />
<Unit filename="GDCore/Events/InstructionMetadata.h" />
<Unit filename="GDCore/Events/ObjectMetadata.cpp" />
<Unit filename="GDCore/Events/ObjectMetadata.h" />
<Unit filename="GDCore/Events/Serialization.cpp" />
<Unit filename="GDCore/Events/Serialization.h" />
<Unit filename="GDCore/IDE/ActionSentenceFormatter.cpp" />
<Unit filename="GDCore/IDE/ActionSentenceFormatter.h" />
<Unit filename="GDCore/IDE/ArbitraryResourceWorker.cpp" />
<Unit filename="GDCore/IDE/ArbitraryResourceWorker.h" />
<Unit filename="GDCore/IDE/Clipboard.cpp" />
<Unit filename="GDCore/IDE/Clipboard.h" />
<Unit filename="GDCore/IDE/CommonBitmapManager.cpp" />
<Unit filename="GDCore/IDE/CommonBitmapManager.h" />
<Unit filename="GDCore/IDE/ConditionSentenceFormatter.cpp" />
<Unit filename="GDCore/IDE/ConditionSentenceFormatter.h" />
<Unit filename="GDCore/IDE/Dialogs/AdvancedEntryDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/AdvancedEntryDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseAutomatismDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseAutomatismDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseAutomatismTypeDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseLayerDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseLayerDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseObjectDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseObjectDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseObjectTypeDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseObjectTypeDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ChooseVariableDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ChooseVariableDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/EditComment.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditComment.h" />
<Unit filename="GDCore/IDE/Dialogs/EditExpressionDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditExpressionDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/EditForEachEvent.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditForEachEvent.h" />
<Unit filename="GDCore/IDE/Dialogs/EditLayerDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditLayerDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/EditLink.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditLink.h" />
<Unit filename="GDCore/IDE/Dialogs/EditRepeatEvent.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditRepeatEvent.h" />
<Unit filename="GDCore/IDE/Dialogs/EditStrExpressionDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/EditStrExpressionDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/GridSetupDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/GridSetupDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.cpp" />
<Unit filename="GDCore/IDE/Dialogs/InitialInstancesPropgridHelper.h" />
<Unit filename="GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/InstancesAdvancedPasteDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/LayersEditorPanel.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayersEditorPanel.h" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvas.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvas.h" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvas2.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasAssociatedEditor.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasAssociatedEditor.h" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasOptions.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasOptions.h" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasTextDnd.cpp" />
<Unit filename="GDCore/IDE/Dialogs/LayoutEditorCanvas/LayoutEditorCanvasTextDnd.h" />
<Unit filename="GDCore/IDE/Dialogs/MainFrameWrapper.cpp" />
<Unit filename="GDCore/IDE/Dialogs/MainFrameWrapper.h" />
<Unit filename="GDCore/IDE/Dialogs/ObjectListDialogsHelper.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ObjectListDialogsHelper.h" />
<Unit filename="GDCore/IDE/Dialogs/ObjectsOnBadLayerDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ObjectsOnBadLayerDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ObjectsPropgridHelper.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ObjectsPropgridHelper.h" />
<Unit filename="GDCore/IDE/Dialogs/ProjectExtensionsDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ProjectExtensionsDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ProjectUpdateDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ProjectUpdateDialog.h" />
<Unit filename="GDCore/IDE/Dialogs/ResourceLibraryDialog.cpp" />
<Unit filename="GDCore/IDE/Dialogs/ResourceLibraryDialog.h" />
<Unit filename="GDCore/IDE/EventsChangesNotifier.cpp" />
<Unit filename="GDCore/IDE/EventsChangesNotifier.h" />
<Unit filename="GDCore/IDE/EventsEditorItemsAreas.cpp" />
<Unit filename="GDCore/IDE/EventsEditorItemsAreas.h" />
<Unit filename="GDCore/IDE/EventsEditorSelection.cpp" />
<Unit filename="GDCore/IDE/EventsEditorSelection.h" />
<Unit filename="GDCore/IDE/EventsRefactorer.cpp" />
<Unit filename="GDCore/IDE/EventsRefactorer.h" />
<Unit filename="GDCore/IDE/EventsRenderingHelper.cpp" />
<Unit filename="GDCore/IDE/EventsRenderingHelper.h" />
<Unit filename="GDCore/IDE/EventsVariablesFinder.cpp" />
<Unit filename="GDCore/IDE/EventsVariablesFinder.h" />
<Unit filename="GDCore/IDE/ExpressionsCorrectnessTesting.cpp" />
<Unit filename="GDCore/IDE/ExpressionsCorrectnessTesting.h" />
<Unit filename="GDCore/IDE/ExtensionsLoader.cpp" />
<Unit filename="GDCore/IDE/ExtensionsLoader.h" />
<Unit filename="GDCore/IDE/ImagesUsedInventorizer.cpp" />
<Unit filename="GDCore/IDE/ImagesUsedInventorizer.h" />
<Unit filename="GDCore/IDE/MetadataProvider.cpp" />
<Unit filename="GDCore/IDE/MetadataProvider.h" />
<Unit filename="GDCore/IDE/PlatformLoader.cpp" />
<Unit filename="GDCore/IDE/PlatformLoader.h" />
<Unit filename="GDCore/IDE/PlatformManager.cpp" />
<Unit filename="GDCore/IDE/PlatformManager.h" />
<Unit filename="GDCore/IDE/ProjectExporter.cpp" />
<Unit filename="GDCore/IDE/ProjectExporter.h" />
<Unit filename="GDCore/IDE/ProjectResourcesCopier.cpp" />
<Unit filename="GDCore/IDE/ProjectResourcesCopier.h" />
<Unit filename="GDCore/IDE/ResourcesAbsolutePathChecker.cpp" />
<Unit filename="GDCore/IDE/ResourcesAbsolutePathChecker.h" />
<Unit filename="GDCore/IDE/ResourcesMergingHelper.cpp" />
<Unit filename="GDCore/IDE/ResourcesMergingHelper.h" />
<Unit filename="GDCore/IDE/ResourcesUnmergingHelper.cpp" />
<Unit filename="GDCore/IDE/ResourcesUnmergingHelper.h" />
<Unit filename="GDCore/IDE/SceneNameMangler.cpp" />
<Unit filename="GDCore/IDE/SceneNameMangler.h" />
<Unit filename="GDCore/IDE/TextFormatting.h" />
<Unit filename="GDCore/IDE/wxTools/AuiTabArt.cpp" />
<Unit filename="GDCore/IDE/wxTools/AuiTabArt.h" />
<Unit filename="GDCore/IDE/wxTools/FileProperty.cpp" />
<Unit filename="GDCore/IDE/wxTools/FileProperty.h" />
<Unit filename="GDCore/IDE/wxTools/RecursiveMkDir.cpp" />
<Unit filename="GDCore/IDE/wxTools/RecursiveMkDir.h" />
<Unit filename="GDCore/IDE/wxTools/SkinHelper.cpp" />
<Unit filename="GDCore/IDE/wxTools/SkinHelper.h" />
<Unit filename="GDCore/IDE/wxTools/TreeItemStringData.h" />
<Unit filename="GDCore/PlatformDefinition/Automatism.cpp" />
<Unit filename="GDCore/PlatformDefinition/Automatism.h" />
<Unit filename="GDCore/PlatformDefinition/AutomatismsSharedData.cpp" />
<Unit filename="GDCore/PlatformDefinition/AutomatismsSharedData.h" />
<Unit filename="GDCore/PlatformDefinition/ChangesNotifier.cpp" />
<Unit filename="GDCore/PlatformDefinition/ChangesNotifier.h" />
<Unit filename="GDCore/PlatformDefinition/ClassWithObjects.cpp" />
<Unit filename="GDCore/PlatformDefinition/ClassWithObjects.h" />
<Unit filename="GDCore/PlatformDefinition/ExternalEvents.cpp" />
<Unit filename="GDCore/PlatformDefinition/ExternalEvents.h" />
<Unit filename="GDCore/PlatformDefinition/ExternalLayout.cpp" />
<Unit filename="GDCore/PlatformDefinition/ExternalLayout.h" />
<Unit filename="GDCore/PlatformDefinition/ImageManager.cpp" />
<Unit filename="GDCore/PlatformDefinition/ImageManager.h" />
<Unit filename="GDCore/PlatformDefinition/InitialInstance.cpp" />
<Unit filename="GDCore/PlatformDefinition/InitialInstance.h" />
<Unit filename="GDCore/PlatformDefinition/InitialInstancesContainer.cpp" />
<Unit filename="GDCore/PlatformDefinition/InitialInstancesContainer.h" />
<Unit filename="GDCore/PlatformDefinition/Layer.cpp" />
<Unit filename="GDCore/PlatformDefinition/Layer.h" />
<Unit filename="GDCore/PlatformDefinition/Layout.cpp" />
<Unit filename="GDCore/PlatformDefinition/Layout.h" />
<Unit filename="GDCore/PlatformDefinition/LayoutEditorPreviewer.cpp" />
<Unit filename="GDCore/PlatformDefinition/LayoutEditorPreviewer.h" />
<Unit filename="GDCore/PlatformDefinition/Object.cpp" />
<Unit filename="GDCore/PlatformDefinition/Object.h" />
<Unit filename="GDCore/PlatformDefinition/ObjectGroup.cpp" />
<Unit filename="GDCore/PlatformDefinition/ObjectGroup.h" />
<Unit filename="GDCore/PlatformDefinition/Platform.cpp" />
<Unit filename="GDCore/PlatformDefinition/Platform.h" />
<Unit filename="GDCore/PlatformDefinition/PlatformExtension.cpp" />
<Unit filename="GDCore/PlatformDefinition/PlatformExtension.h" />
<Unit filename="GDCore/PlatformDefinition/Project.cpp" />
<Unit filename="GDCore/PlatformDefinition/Project.h" />
<Unit filename="GDCore/PlatformDefinition/ResourcesManager.cpp" />
<Unit filename="GDCore/PlatformDefinition/ResourcesManager.h" />
<Unit filename="GDCore/PlatformDefinition/RessourcesLoader.cpp" />
<Unit filename="GDCore/PlatformDefinition/RessourcesLoader.h" />
<Unit filename="GDCore/PlatformDefinition/SourceFile.cpp" />
<Unit filename="GDCore/PlatformDefinition/SourceFile.h" />
<Unit filename="GDCore/PlatformDefinition/Variable.cpp" />
<Unit filename="GDCore/PlatformDefinition/Variable.h" />
<Unit filename="GDCore/PlatformDefinition/VariablesContainer.cpp" />
<Unit filename="GDCore/PlatformDefinition/VariablesContainer.h" />
<Unit filename="GDCore/TinyXml/tinystr.cpp" />
<Unit filename="GDCore/TinyXml/tinystr.h" />
<Unit filename="GDCore/TinyXml/tinyxml.cpp" />
<Unit filename="GDCore/TinyXml/tinyxml.h" />
<Unit filename="GDCore/TinyXml/tinyxmlerror.cpp" />
<Unit filename="GDCore/TinyXml/tinyxmlparser.cpp" />
<Unit filename="GDCore/Tools/DynamicLibrariesTools.cpp" />
<Unit filename="GDCore/Tools/DynamicLibrariesTools.h" />
<Unit filename="GDCore/Tools/HelpFileAccess.cpp" />
<Unit filename="GDCore/Tools/HelpFileAccess.h" />
<Unit filename="GDCore/Tools/Locale/LocaleManager.cpp" />
<Unit filename="GDCore/Tools/Locale/LocaleManager.h" />
<Unit filename="GDCore/Tools/Version.h" />
<Unit filename="GDCore/Tools/VersionWrapper.cpp" />
<Unit filename="GDCore/Tools/VersionWrapper.h" />
<Unit filename="wxsmith/AdvancedEntryDialog.wxs" />
<Unit filename="wxsmith/ChooseAutomatismDialog.wxs" />
<Unit filename="wxsmith/ChooseAutomatismTypeDialog.wxs" />
<Unit filename="wxsmith/ChooseLayerDialog.wxs" />
<Unit filename="wxsmith/ChooseObjectDialog.wxs" />
<Unit filename="wxsmith/ChooseObjectTypeDialog.wxs" />
<Unit filename="wxsmith/ChooseVariableDialog.wxs" />
<Unit filename="wxsmith/EditComment.wxs" />
<Unit filename="wxsmith/EditExpressionDialog.wxs" />
<Unit filename="wxsmith/EditForEachEvent.wxs" />
<Unit filename="wxsmith/EditLayerDialog.wxs" />
<Unit filename="wxsmith/EditLink.wxs" />
<Unit filename="wxsmith/EditRepeatEvent.wxs" />
<Unit filename="wxsmith/EditStrExpressionDialog.wxs" />
<Unit filename="wxsmith/GridSetupDialog.wxs" />
<Unit filename="wxsmith/InstancesAdvancedPasteDialog.wxs" />
<Unit filename="wxsmith/LayersEditorPanel.wxs" />
<Unit filename="wxsmith/LayoutEditorCanvas.wxs" />
<Unit filename="wxsmith/ObjectsOnBadLayerDialog.wxs" />
<Unit filename="wxsmith/ProjectExtensionsDialog.wxs" />
<Unit filename="wxsmith/ProjectUpdateDialog.wxs" />
<Unit filename="wxsmith/ResourceLibraryDialog.wxs" />
<Unit filename="wxsmith/SpriteObjectEditor.wxs" />
<Unit filename="wxsmith/ResourcesEditor.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<resources>
<wxDialog wxs="wxsmith/ChooseVariableDialog.wxs" src="GDCore\IDE\Dialogs\ChooseVariableDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseVariableDialog.h" fwddecl="0" i18n="1" name="ChooseVariableDialog" language="CPP" />
<wxDialog wxs="wxsmith/ResourceLibraryDialog.wxs" src="GDCore\IDE\Dialogs\ResourceLibraryDialog.cpp" hdr="GDCore\IDE\Dialogs\ResourceLibraryDialog.h" fwddecl="0" i18n="1" name="ResourceLibraryDialog" language="CPP" />
<wxDialog wxs="wxsmith/ProjectExtensionsDialog.wxs" src="GDCore\IDE\Dialogs\ProjectExtensionsDialog.cpp" hdr="GDCore\IDE\Dialogs\ProjectExtensionsDialog.h" fwddecl="0" i18n="1" name="ProjectExtensionsDialog" language="CPP" />
<wxDialog wxs="wxsmith/ChooseObjectDialog.wxs" src="GDCore\IDE\Dialogs\ChooseObjectDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseObjectDialog.h" fwddecl="0" i18n="1" name="ChooseObjectDialog" language="CPP" />
<wxDialog wxs="wxsmith/ChooseAutomatismDialog.wxs" src="GDCore\IDE\Dialogs\ChooseAutomatismDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseAutomatismDialog.h" fwddecl="0" i18n="1" name="ChooseAutomatismDialog" language="CPP" />
<wxDialog wxs="wxsmith/ChooseLayerDialog.wxs" src="GDCore\IDE\Dialogs\ChooseLayerDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseLayerDialog.h" fwddecl="0" i18n="1" name="ChooseLayerDialog" language="CPP" />
<wxDialog wxs="wxsmith/EditExpressionDialog.wxs" src="GDCore\IDE\Dialogs\EditExpressionDialog.cpp" hdr="GDCore\IDE\Dialogs\EditExpressionDialog.h" fwddecl="0" i18n="1" name="EditExpressionDialog" language="CPP" />
<wxDialog wxs="wxsmith/EditStrExpressionDialog.wxs" src="GDCore\IDE\Dialogs\EditStrExpressionDialog.cpp" hdr="GDCore\IDE\Dialogs\EditStrExpressionDialog.h" fwddecl="0" i18n="1" name="EditStrExpressionDialog" language="CPP" />
<wxDialog wxs="wxsmith/AdvancedEntryDialog.wxs" src="GDCore\IDE\Dialogs\AdvancedEntryDialog.cpp" hdr="GDCore\IDE\Dialogs\AdvancedEntryDialog.h" fwddecl="0" i18n="1" name="AdvancedEntryDialog" language="CPP" />
<wxDialog wxs="wxsmith/ChooseObjectTypeDialog.wxs" src="GDCore\IDE\Dialogs\ChooseObjectTypeDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseObjectTypeDialog.h" fwddecl="0" i18n="1" name="ChooseObjectTypeDialog" language="CPP" />
<wxPanel wxs="wxsmith/LayoutEditorCanvas.wxs" src="GDCore\IDE\Dialogs\LayoutEditorCanvas.cpp" hdr="GDCore\IDE\Dialogs\LayoutEditorCanvas.h" fwddecl="0" i18n="1" name="LayoutEditorCanvas" language="CPP" />
<wxDialog wxs="wxsmith/GridSetupDialog.wxs" src="GDCore\IDE\Dialogs\GridSetupDialog.cpp" hdr="GDCore\IDE\Dialogs\GridSetupDialog.h" fwddecl="0" i18n="1" name="GridSetupDialog" language="CPP" />
<wxPanel wxs="wxsmith/LayersEditorPanel.wxs" src="GDCore\IDE\Dialogs\LayersEditorPanel.cpp" hdr="GDCore\IDE\Dialogs\LayersEditorPanel.h" fwddecl="0" i18n="1" name="LayersEditorPanel" language="CPP" />
<wxDialog wxs="wxsmith/InstancesAdvancedPasteDialog.wxs" src="GDCore\IDE\Dialogs\InstancesAdvancedPasteDialog.cpp" hdr="GDCore\IDE\Dialogs\InstancesAdvancedPasteDialog.h" fwddecl="0" i18n="1" name="InstancesAdvancedPasteDialog" language="CPP" />
<wxDialog wxs="wxsmith/ChooseAutomatismTypeDialog.wxs" src="GDCore\IDE\Dialogs\ChooseAutomatismTypeDialog.cpp" hdr="GDCore\IDE\Dialogs\ChooseAutomatismTypeDialog.h" fwddecl="0" i18n="1" name="ChooseAutomatismTypeDialog" language="CPP" />
<wxDialog wxs="wxsmith/EditLayerDialog.wxs" src="GDCore\IDE\Dialogs\EditLayerDialog.cpp" hdr="GDCore\IDE\Dialogs\EditLayerDialog.h" fwddecl="0" i18n="1" name="EditLayerDialog" language="CPP" />
<wxDialog wxs="wxsmith/EditLink.wxs" src="GDCore\IDE\Dialogs\EditLink.cpp" hdr="GDCore\IDE\Dialogs\EditLink.h" fwddecl="0" i18n="1" name="EditLink" language="CPP" />
<wxDialog wxs="wxsmith/EditComment.wxs" src="GDCore\IDE\Dialogs\EditComment.cpp" hdr="GDCore\IDE\Dialogs\EditComment.h" fwddecl="0" i18n="1" name="EditComment" language="CPP" />
<wxDialog wxs="wxsmith/EditForEachEvent.wxs" src="GDCore\IDE\Dialogs\EditForEachEvent.cpp" hdr="GDCore\IDE\Dialogs\EditForEachEvent.h" fwddecl="0" i18n="1" name="EditForEachEvent" language="CPP" />
<wxDialog wxs="wxsmith/EditRepeatEvent.wxs" src="GDCore\IDE\Dialogs\EditRepeatEvent.cpp" hdr="GDCore\IDE\Dialogs\EditRepeatEvent.h" fwddecl="0" i18n="1" name="EditRepeatEvent" language="CPP" />
<wxDialog wxs="wxsmith/ProjectUpdateDialog.wxs" src="GDCore\IDE\Dialogs\ProjectUpdateDialog.cpp" hdr="GDCore\IDE\Dialogs\ProjectUpdateDialog.h" fwddecl="0" i18n="1" name="ProjectUpdateDialog" language="CPP" />
<wxDialog wxs="wxsmith/SpriteObjectEditor.wxs" src="GDCore\BuiltinExtensions\SpriteExtension\Dialogs\SpriteObjectEditor.cpp" hdr="GDCore\BuiltinExtensions\SpriteExtension\Dialogs\SpriteObjectEditor.h" fwddecl="0" i18n="1" name="SpriteObjectEditor" language="CPP" />
<wxPanel wxs="wxsmith/ResourcesEditor.wxs" src="GDCore\IDE\Dialogs\ResourcesEditor.cpp" hdr="GDCore\IDE\Dialogs\ResourcesEditor.h" fwddecl="0" i18n="1" name="ResourcesEditor" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>