From 5d2228d95643017f4ca5dc3cda6b57fc94d9e389 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 12 Nov 2015 18:43:01 +0300 Subject: [PATCH 1/9] Mono-D OSX projects added --- dlangui-monod-osx.dproj | 44 ++++----- dlangui-monod-osx.sln | 40 ++++++-- examples/dmledit/dmledit-monod-osx.dproj | 90 ++++++++++++++++++ examples/example1/example1-monod-osx.dproj | 60 +++++++----- .../helloworld/helloworld-monod-osx.dproj | 85 +++++++++++++++++ examples/tetris/tetris-monod-osx.dproj | 92 +++++++++++++++++++ 6 files changed, 360 insertions(+), 51 deletions(-) create mode 100644 examples/dmledit/dmledit-monod-osx.dproj create mode 100644 examples/helloworld/helloworld-monod-osx.dproj create mode 100644 examples/tetris/tetris-monod-osx.dproj diff --git a/dlangui-monod-osx.dproj b/dlangui-monod-osx.dproj index b691eebd..6a96d47d 100644 --- a/dlangui-monod-osx.dproj +++ b/dlangui-monod-osx.dproj @@ -14,27 +14,6 @@ - - bin\Release - obj/Release - false - false - libdlangui-monod-osx - StaticLibrary - true - 0 - - - true - bin\Unittest - obj/Unittest - false - true - libdlangui-monod-osx - Executable - true - 0 - true bin\Debug @@ -47,7 +26,7 @@ obj/Debug - false + true -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi false libdlangui-monod-osx @@ -55,6 +34,27 @@ true 0 + + bin\Release + obj/Release + true + false + libdlangui-monod-osx + StaticLibrary + true + 0 + + + true + bin\Unittest + obj/Unittest + true + true + libdlangui-monod-osx + Executable + true + 0 + diff --git a/dlangui-monod-osx.sln b/dlangui-monod-osx.sln index 9eb771d7..be9b9ba5 100644 --- a/dlangui-monod-osx.sln +++ b/dlangui-monod-osx.sln @@ -7,6 +7,12 @@ Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1-monod-osx", "examp EndProject Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "derelictcocoatest-monod-osx", "examples\derelictcocoatest-monod-osx\derelictcocoatest-monod-osx.dproj", "{1F050D82-5245-4B51-A554-473194EA0DE9}" EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dmledit-monod-osx", "examples\dmledit\dmledit-monod-osx.dproj", "{8E3B1C65-63A3-4BD8-9268-604EE648E861}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "helloworld-monod-osx", "examples\helloworld\helloworld-monod-osx.dproj", "{CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "tetris-monod-osx", "examples\tetris\tetris-monod-osx.dproj", "{07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -16,21 +22,39 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Debug|Any CPU.ActiveCfg = Debug|x64 {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Debug|Any CPU.Build.0 = Debug|x64 - {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Release|Any CPU.Build.0 = Release|Any CPU - {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU - {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Unittest|Any CPU.Build.0 = Unittest|Any CPU + {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Release|Any CPU.ActiveCfg = Release|x64 + {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Release|Any CPU.Build.0 = Release|x64 + {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {079F4963-E637-4E8F-9EB3-BDC404F9DC1D}.Unittest|Any CPU.Build.0 = Unittest|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Debug|Any CPU.ActiveCfg = Debug|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Debug|Any CPU.Build.0 = Debug|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Release|Any CPU.ActiveCfg = Release|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Release|Any CPU.Build.0 = Release|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7}.Unittest|Any CPU.Build.0 = Unittest|x64 {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Debug|Any CPU.ActiveCfg = Debug|x64 {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Debug|Any CPU.Build.0 = Debug|x64 - {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.Build.0 = Release|Any CPU - {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU - {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.Build.0 = Unittest|Any CPU + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.ActiveCfg = Release|x64 + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Release|Any CPU.Build.0 = Release|x64 + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D}.Unittest|Any CPU.Build.0 = Unittest|x64 {1F050D82-5245-4B51-A554-473194EA0DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1F050D82-5245-4B51-A554-473194EA0DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU {1F050D82-5245-4B51-A554-473194EA0DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU {1F050D82-5245-4B51-A554-473194EA0DE9}.Release|Any CPU.Build.0 = Release|Any CPU {1F050D82-5245-4B51-A554-473194EA0DE9}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU {1F050D82-5245-4B51-A554-473194EA0DE9}.Unittest|Any CPU.Build.0 = Unittest|Any CPU + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Debug|Any CPU.ActiveCfg = Debug|x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Debug|Any CPU.Build.0 = Debug|x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Release|Any CPU.ActiveCfg = Release|x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Release|Any CPU.Build.0 = Release|x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861}.Unittest|Any CPU.Build.0 = Unittest|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Debug|Any CPU.ActiveCfg = Debug|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Debug|Any CPU.Build.0 = Debug|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Release|Any CPU.ActiveCfg = Release|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Release|Any CPU.Build.0 = Release|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112}.Unittest|Any CPU.Build.0 = Unittest|x64 EndGlobalSection EndGlobal diff --git a/examples/dmledit/dmledit-monod-osx.dproj b/examples/dmledit/dmledit-monod-osx.dproj new file mode 100644 index 00000000..495f7ddb --- /dev/null +++ b/examples/dmledit/dmledit-monod-osx.dproj @@ -0,0 +1,90 @@ + + + + Debug + x64 + {8E3B1C65-63A3-4BD8-9268-604EE648E861} + DMD2 + true + true + true + + + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D} + + + + + ../../src + ../../deps/dlib + ../../deps/gl3n + ../../deps/DerelictGL3/source + ../../deps/DerelictSDL2/source + ../../deps/DerelictFT/source + ../../deps/DerelictUtil/source + + + + + true + bin\Debug + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + dmledit-monod-osx + Executable + true + 0 + + + bin\Release + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + dmledit-monod-osx + Executable + true + 0 + + + true + bin\Unittest + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + true + dmledit-monod-osx + Executable + true + 0 + + + + + \ No newline at end of file diff --git a/examples/example1/example1-monod-osx.dproj b/examples/example1/example1-monod-osx.dproj index e61d4c7c..8e3c2b71 100644 --- a/examples/example1/example1-monod-osx.dproj +++ b/examples/example1/example1-monod-osx.dproj @@ -25,27 +25,6 @@ - - bin\Release - obj/Release - false - false - example1-monod-osx - Executable - true - 0 - - - true - bin\Unittest - obj/Unittest - false - true - example1-monod-osx - Executable - true - 0 - true bin\Debug @@ -67,6 +46,45 @@ 0 -v + + bin\Release + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + example1-monod-osx + Executable + true + 0 + + + true + bin\Unittest + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + true + example1-monod-osx + Executable + true + 0 + diff --git a/examples/helloworld/helloworld-monod-osx.dproj b/examples/helloworld/helloworld-monod-osx.dproj new file mode 100644 index 00000000..9f335f31 --- /dev/null +++ b/examples/helloworld/helloworld-monod-osx.dproj @@ -0,0 +1,85 @@ + + + + Debug + x64 + {CB4E43FF-5E6A-4F4E-9A6C-F182EC258112} + DMD2 + true + true + true + + + ../../src + ../../deps/dlib + ../../deps/gl3n + ../../deps/DerelictGL3/source + ../../deps/DerelictSDL2/source + ../../deps/DerelictFT/source + ../../deps/DerelictUtil/source + + + + + true + bin\Debug + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + helloworld-monod-osx + Executable + true + 0 + + + bin\Release + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + helloworld-monod-osx + Executable + true + 0 + + + true + bin\Unittest + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + true + helloworld-monod-osx + Executable + true + 0 + + + + + \ No newline at end of file diff --git a/examples/tetris/tetris-monod-osx.dproj b/examples/tetris/tetris-monod-osx.dproj new file mode 100644 index 00000000..55746155 --- /dev/null +++ b/examples/tetris/tetris-monod-osx.dproj @@ -0,0 +1,92 @@ + + + + Debug + x64 + {07ECE815-C4C3-4CDB-A60C-2E304EAAA2C7} + DMD2 + true + true + true + + + {1CC7C43E-7B39-4AFC-A45B-F1D9F582CF6D} + + + + + ../../src + ../../deps/dlib + ../../deps/gl3n + ../../deps/DerelictGL3/source + ../../deps/DerelictSDL2/source + ../../deps/DerelictFT/source + ../../deps/DerelictUtil/source + + + + + true + bin\Debug + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + tetris-monod-osx + Executable + true + 0 + + + bin\Release + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + false + tetris-monod-osx + Executable + true + 0 + + + true + bin\Unittest + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + true + tetris-monod-osx + Executable + true + 0 + + + + + + + \ No newline at end of file From 6d2a79ba224341fba2edff8afee04a84a2683174 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 13 Nov 2015 09:37:38 +0300 Subject: [PATCH 2/9] windows mono-d projects --- README.md | 84 +++++- dlangui-monod-windows.dproj | 279 ++++++++++++++++++ dlangui-monod-windows.sln | 52 ++++ dlangui_msvc.visualdproj | 16 +- examples/dmledit/dmledit-monod-windows.dproj | 96 ++++++ examples/dmledit/dmledit_msvc.visualdproj | 8 +- .../example1/example1-monod-windows.dproj | 96 ++++++ examples/example1/example1_msvc.visualdproj | 16 +- .../helloworld/helloworld-monod-windows.dproj | 93 ++++++ examples/tetris/tetris-monod-windows.dproj | 96 ++++++ 10 files changed, 809 insertions(+), 27 deletions(-) create mode 100644 dlangui-monod-windows.dproj create mode 100644 dlangui-monod-windows.sln create mode 100644 examples/dmledit/dmledit-monod-windows.dproj create mode 100644 examples/example1/example1-monod-windows.dproj create mode 100644 examples/helloworld/helloworld-monod-windows.dproj create mode 100644 examples/tetris/tetris-monod-windows.dproj diff --git a/README.md b/README.md index 7ff3168a..cb6f876f 100644 --- a/README.md +++ b/README.md @@ -183,12 +183,12 @@ Clone DlangUI repository Enter dlangui directory - cd dlangui + cd dlangui Clone dependency libraries - mkdir deps - cd deps + mkdir deps + cd deps git clone https://github.com/DerelictOrg/DerelictUtil.git git clone https://github.com/DerelictOrg/DerelictGL3.git git clone https://github.com/DerelictOrg/DerelictFT.git @@ -217,12 +217,12 @@ Clone DlangUI repository Enter dlangui directory - cd dlangui + cd dlangui Clone dependency libraries to dlangui/deps directory - mkdir deps - cd deps + mkdir deps + cd deps git clone https://github.com/DerelictOrg/DerelictUtil.git git clone https://github.com/DerelictOrg/DerelictGL3.git git clone https://github.com/DerelictOrg/DerelictFT.git @@ -232,7 +232,7 @@ Clone dependency libraries to dlangui/deps directory Open solution file with Mono-D - dlangui-monod-linux.sln + dlangui-monod-linux.sln Try running examples: helloworld, example1, tetris, dmledit @@ -275,6 +275,76 @@ Now you can build and run your project. To hack DlangIDE project, you can clone it from https://github.com/buggins/dlangide.git into the same directory dlangui is cloned to. Then just open solution dlangide/dlangide-monod-linux.sln with mono-d. +Windows development using Mono-D +-------------------------------- + +Install GIT, DUB, DMD, MonoDevelop with Mono-D plugin. + + +Clone DlangUI repository + + git clone https://github.com/buggins/dlangui.git + +Enter dlangui directory + + cd dlangui + +Clone dependency libraries to dlangui/deps directory + + mkdir deps + cd deps + git clone https://github.com/DerelictOrg/DerelictUtil.git + git clone https://github.com/DerelictOrg/DerelictGL3.git + git clone https://github.com/DerelictOrg/DerelictFT.git + git clone https://github.com/DerelictOrg/DerelictSDL2.git + git clone https://github.com/gecko0307/dlib.git + git clone https://github.com/Dav1dde/gl3n.git + +Open solution file with Mono-D + + dlangui-monod-windows.sln + +Try running examples: helloworld, example1, tetris, dmledit + +Configurations Debug, Release, Unittest build SDL2+OpenGL versions of apps. + +Configurations DebugMinimal, ReleaseMinimal, UnittestMinimal build pure win32 versions of apps w/o OpenGL. + + +If you are creating your own solution / project which uses DlangUI in Mono-D: + + * Create new solution (assuming that solution directory is located in the same directory as dlangui and "Create directory for solution" option is unchecked; if no - you will need to correct pathes) + * Add / create source files of your project (e.g. copy+paste helloworld.d) + * Add dlangui library project dlangui/dlangui-monod-linux.dproj to solution + +Following settings are to be applied to all configurations of your new project (Debug, Release, Unittest): + + * In your project options Build/Project Dependencies - mark dlangui-monod-linux item + * In your project options Build/Compiling/Linking - check "Link in static/shared libraries from nested dependencies" + * In your project options Build/Compiling/Compiling - specify Version constants as "USE_FREETYPE;USE_OPENGL;EmbedStandardResources;Unicode;windows" (EmbedStandardResources is required if you want to embed your own additional resources into executable) + * If your project needs to embed some resources into executable (usually from "views" directory), specify all directories which contain resources in Build/Compiling/Compiling/Extra Compiler Options, e.g.: + + -Jviews + -Jviews/res + -Jviews/res/i18n + -Jviews/res/mdpi + -Jviews/res/hdpi + + * In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like + + ../dlangui/src + ../dlangui/deps/dlib + ../dlangui/deps/gl3n + ../dlangui/deps/DerelictSDL2/source + ../dlangui/deps/DerelictFT/source + ../dlangui/deps/DerelictGL3/source + ../dlangui/deps/DerelictUtil/source + +Now you can build and run your project. + +To hack DlangIDE project, you can clone it from https://github.com/buggins/dlangide.git into the same directory dlangui is cloned to. Then just open solution dlangide/dlangide-monod-linux.sln with mono-d. + + Linux builds (DUB) ------------------ diff --git a/dlangui-monod-windows.dproj b/dlangui-monod-windows.dproj new file mode 100644 index 00000000..4900b78a --- /dev/null +++ b/dlangui-monod-windows.dproj @@ -0,0 +1,279 @@ + + + + Debug + x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09} + DMD2 + true + true + true + + + src + deps\DerelictFT\source + deps\DerelictSDL2\source + deps\DerelictGL3\source + deps\DerelictUtil\source + deps\gl3n + deps\dlib + + + + + true + bin\Debug + true + StaticLibrary + libdlangui-monod-windows + false + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Debug + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + + + 0 + + + bin\Release + true + StaticLibrary + libdlangui-monod-windows + false + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Release + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + + + 0 + + + true + bin\Unittest + true + Executable + libdlangui-monod-windows + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Unittest + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlangui-monod-windows.sln b/dlangui-monod-windows.sln new file mode 100644 index 00000000..8d64e492 --- /dev/null +++ b/dlangui-monod-windows.sln @@ -0,0 +1,52 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangui-monod-windows", "dlangui-monod-windows.dproj", "{45FB40CD-E99A-4C12-AC52-C13364412E09}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dmledit-monod-windows", "examples\dmledit\dmledit-monod-windows.dproj", "{620F56F7-F6DE-45D2-955D-912A22EE728A}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1-monod-windows", "examples\example1\example1-monod-windows.dproj", "{32EF3B89-10C6-451E-90B9-868693B30D0F}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "helloworld-monod-windows", "examples\helloworld\helloworld-monod-windows.dproj", "{5EB161E7-0DB3-459F-86C5-32A84A3F4334}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "tetris-monod-windows", "examples\tetris\tetris-monod-windows.dproj", "{55D1FE26-E1FC-4787-9E22-D6385BA7C066}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Unittest|Any CPU = Unittest|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Debug|Any CPU.ActiveCfg = Debug|x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Debug|Any CPU.Build.0 = Debug|x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Release|Any CPU.ActiveCfg = Release|x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Release|Any CPU.Build.0 = Release|x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F}.Unittest|Any CPU.Build.0 = Unittest|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Debug|Any CPU.ActiveCfg = Debug|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Debug|Any CPU.Build.0 = Debug|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Release|Any CPU.ActiveCfg = Release|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Release|Any CPU.Build.0 = Release|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {45FB40CD-E99A-4C12-AC52-C13364412E09}.Unittest|Any CPU.Build.0 = Unittest|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Debug|Any CPU.ActiveCfg = Debug|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Debug|Any CPU.Build.0 = Debug|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Release|Any CPU.ActiveCfg = Release|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Release|Any CPU.Build.0 = Release|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066}.Unittest|Any CPU.Build.0 = Unittest|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Debug|Any CPU.ActiveCfg = Debug|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Debug|Any CPU.Build.0 = Debug|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Release|Any CPU.ActiveCfg = Release|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Release|Any CPU.Build.0 = Release|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334}.Unittest|Any CPU.Build.0 = Unittest|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Debug|Any CPU.ActiveCfg = Debug|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Debug|Any CPU.Build.0 = Debug|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Release|Any CPU.ActiveCfg = Release|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Release|Any CPU.Build.0 = Release|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A}.Unittest|Any CPU.Build.0 = Unittest|x64 + EndGlobalSection +EndGlobal diff --git a/dlangui_msvc.visualdproj b/dlangui_msvc.visualdproj index 3a3db7ae..5009412e 100644 --- a/dlangui_msvc.visualdproj +++ b/dlangui_msvc.visualdproj @@ -72,7 +72,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode EmbedStandardResources ForceLogs 0 0 0 @@ -116,8 +116,8 @@ 0 0 0 - 0 - 1 + 1 + 0 0 0 0 @@ -136,8 +136,8 @@ 0 0 0 - 1 - 1 + 0 + 0 0 0 0 @@ -174,7 +174,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode EmbedStandardResources ForceLogs 0 0 0 @@ -276,7 +276,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode EmbedStandardResources ForceLogs 0 0 0 @@ -378,7 +378,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode EmbedStandardResources ForceLogs 0 0 0 diff --git a/examples/dmledit/dmledit-monod-windows.dproj b/examples/dmledit/dmledit-monod-windows.dproj new file mode 100644 index 00000000..e1f9af57 --- /dev/null +++ b/examples/dmledit/dmledit-monod-windows.dproj @@ -0,0 +1,96 @@ + + + + Debug + x64 + {620F56F7-F6DE-45D2-955D-912A22EE728A} + DMD2 + true + true + true + + + ..\..\src + ..\..\deps\DerelictFT\source + ..\..\deps\DerelictSDL2\source + ..\..\deps\DerelictGL3\source + ..\..\deps\DerelictUtil\source + ..\..\deps\gl3n + ..\..\deps\dlib + + + + + {45FB40CD-E99A-4C12-AC52-C13364412E09} + + + + + true + bin\Debug + Executable + dmledit-monod-windows + false + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Debug + 0 + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + false + + + bin\Release + Executable + dmledit-monod-windows + false + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Release + 0 + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + false + + + true + bin\Unittest + true + Executable + dmledit-monod-windows + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Unittest + 0 + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + + + + + + + + \ No newline at end of file diff --git a/examples/dmledit/dmledit_msvc.visualdproj b/examples/dmledit/dmledit_msvc.visualdproj index 084f8aa3..f4460787 100644 --- a/examples/dmledit/dmledit_msvc.visualdproj +++ b/examples/dmledit/dmledit_msvc.visualdproj @@ -72,7 +72,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources ForceLogs 0 0 0 @@ -174,7 +174,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources ForceLogs 0 0 0 @@ -276,7 +276,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources ForceLogs 0 0 0 @@ -378,7 +378,7 @@ 0 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources + Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources ForceLogs 0 0 0 diff --git a/examples/example1/example1-monod-windows.dproj b/examples/example1/example1-monod-windows.dproj new file mode 100644 index 00000000..ec7d301c --- /dev/null +++ b/examples/example1/example1-monod-windows.dproj @@ -0,0 +1,96 @@ + + + + Debug + x64 + {32EF3B89-10C6-451E-90B9-868693B30D0F} + DMD2 + true + true + true + + + {45FB40CD-E99A-4C12-AC52-C13364412E09} + + + + + ..\..\src + ..\..\deps\DerelictFT\source + ..\..\deps\DerelictSDL2\source + ..\..\deps\DerelictGL3\source + ..\..\deps\DerelictUtil\source + ..\..\deps\gl3n + ..\..\deps\dlib + + + + + true + bin\Debug + Executable + example1-monod-windows + false + true + obj\Debug + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + false + + + bin\Release + Executable + example1-monod-windows + false + true + obj\Release + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + false + + + true + bin\Unittest + true + Executable + example1-monod-windows + true + true + obj\Unittest + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + + + + + + + + \ No newline at end of file diff --git a/examples/example1/example1_msvc.visualdproj b/examples/example1/example1_msvc.visualdproj index 45fca2c6..8398fef3 100644 --- a/examples/example1/example1_msvc.visualdproj +++ b/examples/example1/example1_msvc.visualdproj @@ -72,7 +72,7 @@ 0 0 - EmbedStandardResources Unicode USE_FREETYPE USE_OPENGL + EmbedStandardResources Unicode ForceLogs 0 0 0 @@ -116,8 +116,8 @@ 0 0 0 - 0 - 1 + 1 + 0 0 0 0 @@ -136,8 +136,8 @@ 0 0 0 - 1 - 1 + 0 + 0 0 0 0 @@ -174,7 +174,7 @@ 0 0 - EmbedStandardResources Unicode USE_FREETYPE USE_OPENGL + EmbedStandardResources Unicode ForceLogs 0 0 0 @@ -276,7 +276,7 @@ 0 0 - EmbedStandardResources Unicode USE_FREETYPE USE_OPENGL + EmbedStandardResources Unicode ForceLogs 0 0 0 @@ -378,7 +378,7 @@ 0 0 - EmbedStandardResources Unicode USE_FREETYPE USE_OPENGL + EmbedStandardResources Unicode ForceLogs 0 0 0 diff --git a/examples/helloworld/helloworld-monod-windows.dproj b/examples/helloworld/helloworld-monod-windows.dproj new file mode 100644 index 00000000..41636412 --- /dev/null +++ b/examples/helloworld/helloworld-monod-windows.dproj @@ -0,0 +1,93 @@ + + + + Debug + x64 + {5EB161E7-0DB3-459F-86C5-32A84A3F4334} + DMD2 + true + true + true + + + {45FB40CD-E99A-4C12-AC52-C13364412E09} + + + + + ..\..\src + ..\..\deps\DerelictFT\source + ..\..\deps\DerelictSDL2\source + ..\..\deps\DerelictGL3\source + ..\..\deps\DerelictUtil\source + ..\..\deps\gl3n + ..\..\deps\dlib + + + + + true + bin\Debug + Executable + helloworld-monod-windows + false + true + obj\Debug + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + false + + + bin\Release + Executable + helloworld-monod-windows + false + true + obj\Release + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + false + + + true + bin\Unittest + true + Executable + helloworld-monod-windows + true + true + obj\Unittest + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + + + + + + + + \ No newline at end of file diff --git a/examples/tetris/tetris-monod-windows.dproj b/examples/tetris/tetris-monod-windows.dproj new file mode 100644 index 00000000..9ee1cec5 --- /dev/null +++ b/examples/tetris/tetris-monod-windows.dproj @@ -0,0 +1,96 @@ + + + + Debug + x64 + {55D1FE26-E1FC-4787-9E22-D6385BA7C066} + DMD2 + true + true + true + + + {45FB40CD-E99A-4C12-AC52-C13364412E09} + + + + + ..\..\src + ..\..\deps\DerelictFT\source + ..\..\deps\DerelictSDL2\source + ..\..\deps\DerelictGL3\source + ..\..\deps\DerelictUtil\source + ..\..\deps\gl3n + ..\..\deps\dlib + + + + + true + bin\Debug + Executable + tetris-monod-windows + false + true + obj\Debug + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + windows + + + 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + false + + + bin\Release + Executable + tetris-monod-windows + false + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Release + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + + + 0 + false + + + true + bin\Unittest + true + Executable + tetris-monod-windows + true + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi + true + obj\Unittest + + + USE_FREETYPE + USE_OPENGL + EmbedStandardResources + Unicode + + + 0 + + + + + + + + + + \ No newline at end of file From 26757efb69b62f78d19740f194c24b252973d181 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 13 Nov 2015 09:41:26 +0300 Subject: [PATCH 3/9] cleanup old project files --- dlangui.sln | 438 ------------------- dlanguilib-win32.dproj | 255 ------------ dlanguilib.dproj | 230 ---------- dlanguilib.sln | 41 -- dlanguilib.visualdproj | 463 --------------------- dlanguimonod-win32.sln | 25 -- dlanguimonod.sln | 25 -- examples/example1/example1.dproj | 84 ---- examples/example1/example1.visualdproj | 210 ---------- examples/helloworld/helloworld.dproj | 57 --- examples/helloworld/helloworld.visualdproj | 194 --------- examples/tetris/tetris.visualdproj | 210 ---------- 12 files changed, 2232 deletions(-) delete mode 100644 dlangui.sln delete mode 100644 dlanguilib-win32.dproj delete mode 100644 dlanguilib.dproj delete mode 100644 dlanguilib.sln delete mode 100644 dlanguilib.visualdproj delete mode 100644 dlanguimonod-win32.sln delete mode 100644 dlanguimonod.sln delete mode 100644 examples/example1/example1.dproj delete mode 100644 examples/example1/example1.visualdproj delete mode 100644 examples/helloworld/helloworld.dproj delete mode 100644 examples/helloworld/helloworld.visualdproj delete mode 100644 examples/tetris/tetris.visualdproj diff --git a/dlangui.sln b/dlangui.sln deleted file mode 100644 index 49686615..00000000 --- a/dlangui.sln +++ /dev/null @@ -1,438 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangui", "dlanguilib.visualdproj", "{5FF17402-9997-4D0E-8068-6D84B8769D98}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "example1", "examples\example1\example1.visualdproj", "{68C78CC1-6176-4C60-B4B6-520475C26D23}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "helloworld", "examples\helloworld\helloworld.visualdproj", "{66B1B701-6AC9-41F5-8DB4-5CB1611FB977}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangide", "..\dlangide\dlangide.visualdproj", "{66B1B701-6AC9-41F5-8DB4-5CB161321977}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - {C4F86459-686F-4841-A6BE-7FCC38DC47FE} = {C4F86459-686F-4841-A6BE-7FCC38DC47FE} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "tetris", "examples\tetris\tetris.visualdproj", "{68C78CAD-6176-4C60-B4A5-520475C26D56}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "libdparse", "..\dlangide\libdparse\libdparse.visualdproj", "{C4F86459-686F-4841-A6BE-7FCC38DC47FE}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlanguisfml", "..\dsfml_project\dlanguisfml\dlanguisfml.visualdproj", "{5867E363-515A-4C7E-82C7-D1C1D35F55FC}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - {DB490C05-D9F8-431C-91DD-CEE646A64FDA} = {DB490C05-D9F8-431C-91DD-CEE646A64FDA} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dsfml", "..\DSFML\dsfml\dsfml.visualdproj", "{DB490C05-D9F8-431C-91DD-CEE646A64FDA}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dmledit", "examples\dmledit\dmledit.visualdproj", "{06D73450-2919-48A8-B2C3-738B12505D74}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "d3d", "examples\d3d\d3d.visualdproj", "{55B79469-E5D8-4B58-89BD-5A3E11A696B0}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug COFF32|Any CPU = Debug COFF32|Any CPU - Debug COFF32|Mixed Platforms = Debug COFF32|Mixed Platforms - Debug COFF32|Win32 = Debug COFF32|Win32 - Debug COFF32|x64 = Debug COFF32|x64 - Debug GDC|Any CPU = Debug GDC|Any CPU - Debug GDC|Mixed Platforms = Debug GDC|Mixed Platforms - Debug GDC|Win32 = Debug GDC|Win32 - Debug GDC|x64 = Debug GDC|x64 - Debug LDC|Any CPU = Debug LDC|Any CPU - Debug LDC|Mixed Platforms = Debug LDC|Mixed Platforms - Debug LDC|Win32 = Debug LDC|Win32 - Debug LDC|x64 = Debug LDC|x64 - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - TestDebug|Any CPU = TestDebug|Any CPU - TestDebug|Mixed Platforms = TestDebug|Mixed Platforms - TestDebug|Win32 = TestDebug|Win32 - TestDebug|x64 = TestDebug|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|x64.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Any CPU.ActiveCfg = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Mixed Platforms.Build.0 = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Win32.ActiveCfg = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Win32.Build.0 = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|x64.ActiveCfg = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.TestDebug|x64.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|x64.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Any CPU.ActiveCfg = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Mixed Platforms.Build.0 = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Win32.ActiveCfg = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Win32.Build.0 = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|x64.ActiveCfg = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.TestDebug|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Any CPU.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Mixed Platforms.Build.0 = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Win32.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Win32.Build.0 = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|x64.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.TestDebug|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Debug|x64.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|Any CPU.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|Mixed Platforms.Build.0 = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|Win32.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|Win32.Build.0 = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.Release|x64.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB161321977}.TestDebug|x64.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|Win32.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|Win32.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|Win32.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|Win32.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Debug|x64.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|Any CPU.ActiveCfg = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|Mixed Platforms.Build.0 = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|Win32.ActiveCfg = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|Win32.Build.0 = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.Release|x64.ActiveCfg = Release|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|Win32.Build.0 = Debug|Win32 - {68C78CAD-6176-4C60-B4A5-520475C26D56}.TestDebug|x64.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|Win32.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|Win32.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|Win32.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|Win32.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Debug|x64.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|Any CPU.ActiveCfg = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|Mixed Platforms.Build.0 = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|Win32.ActiveCfg = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|Win32.Build.0 = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.Release|x64.ActiveCfg = Release|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|Win32.Build.0 = Debug|Win32 - {C4F86459-686F-4841-A6BE-7FCC38DC47FE}.TestDebug|x64.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|Win32.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|Win32.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|Win32.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|Win32.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Debug|x64.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|Any CPU.ActiveCfg = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|Mixed Platforms.Build.0 = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|Win32.ActiveCfg = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|Win32.Build.0 = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.Release|x64.ActiveCfg = Release|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|Win32.Build.0 = Debug|Win32 - {5867E363-515A-4C7E-82C7-D1C1D35F55FC}.TestDebug|x64.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|Win32.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|Win32.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|Win32.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|Win32.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Debug|x64.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|Any CPU.ActiveCfg = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|Mixed Platforms.Build.0 = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|Win32.ActiveCfg = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|Win32.Build.0 = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.Release|x64.ActiveCfg = Release|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|Win32.Build.0 = Debug|Win32 - {DB490C05-D9F8-431C-91DD-CEE646A64FDA}.TestDebug|x64.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|Win32.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|Win32.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|Win32.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|Win32.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Debug|x64.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|Any CPU.ActiveCfg = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|Mixed Platforms.Build.0 = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|Win32.ActiveCfg = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|Win32.Build.0 = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.Release|x64.ActiveCfg = Release|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|Win32.Build.0 = Debug|Win32 - {06D73450-2919-48A8-B2C3-738B12505D74}.TestDebug|x64.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|Any CPU.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|Mixed Platforms.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|Mixed Platforms.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|Win32.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|Win32.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug COFF32|x64.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|Any CPU.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|Mixed Platforms.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|Win32.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|Win32.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug GDC|x64.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|Any CPU.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|Mixed Platforms.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|Mixed Platforms.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|Win32.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|Win32.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug LDC|x64.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|Win32.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Debug|x64.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|Any CPU.ActiveCfg = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|Mixed Platforms.Build.0 = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|Win32.ActiveCfg = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|Win32.Build.0 = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.Release|x64.ActiveCfg = Release|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|Any CPU.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|Mixed Platforms.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|Mixed Platforms.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|Win32.ActiveCfg = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|Win32.Build.0 = Debug|Win32 - {55B79469-E5D8-4B58-89BD-5A3E11A696B0}.TestDebug|x64.ActiveCfg = Debug|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/dlanguilib-win32.dproj b/dlanguilib-win32.dproj deleted file mode 100644 index de63abc1..00000000 --- a/dlanguilib-win32.dproj +++ /dev/null @@ -1,255 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86} - true - true - true - DMD2 - - - \home\lve\src\d\DerelictFT\source - \home\lve\src\d\DerelictGL3\source - \home\lve\src\d\DerelictUtil\source - \home\lve\src\d\dlangui\3rdparty\X11 - \home\lve\src\d\dlangui\3rdparty\X11\xcb - - - - - true - bin\Debug - dlanguilib - obj/Debug - true - StaticLibrary - false - false - 0 - - - USE_OPENGL - USE_SDL - - - - - bin\Release - dlanguilib - obj/Release - true - StaticLibrary - -version=USE_OPENGL - false - false - 0 - - - true - bin\Unittest - -unittest - obj/Unittest - dlanguilib - true - StaticLibrary - false - false - 0 - - - - - - - - - - - - - - - - - 3rdparty\DerelictFT\ft.d - - - 3rdparty\DerelictFT\functions.d - - - 3rdparty\DerelictFT\types.d - - - 3rdparty\DerelictGL3\arb.d - - - 3rdparty\DerelictGL3\cgl.d - - - 3rdparty\DerelictGL3\constants.d - - - 3rdparty\DerelictGL3\deprecatedConstants.d - - - 3rdparty\DerelictGL3\deprecatedFunctions.d - - - 3rdparty\DerelictGL3\ext.d - - - 3rdparty\DerelictGL3\functions.d - - - 3rdparty\DerelictGL3\gl.d - - - 3rdparty\DerelictGL3\gl3.d - - - 3rdparty\DerelictGL3\glx.d - - - 3rdparty\DerelictGL3\glxext.d - - - 3rdparty\DerelictGL3\internal.d - - - 3rdparty\DerelictGL3\types.d - - - 3rdparty\DerelictGL3\wgl.d - - - 3rdparty\DerelictGL3\wglext.d - - - 3rdparty\DerelictUtil\exception.d - - - 3rdparty\DerelictUtil\loader.d - - - 3rdparty\DerelictUtil\sharedlib.d - - - 3rdparty\DerelictUtil\system.d - - - 3rdparty\DerelictUtil\wintypes.d - - - 3rdparty\DerelictUtil\xtypes.d - - - - - 3rdparty\DerelictFI\freeimage.d - - - 3rdparty\DerelictFI\functions.d - - - 3rdparty\DerelictFI\types.d - - - - - - - - - - - - - - 3rdparty\FreetypeSDL2\functions.d - - - 3rdparty\FreetypeSDL2\image.d - - - 3rdparty\FreetypeSDL2\mixer.d - - - 3rdparty\FreetypeSDL2\net.d - - - 3rdparty\FreetypeSDL2\sdl.d - - - 3rdparty\FreetypeSDL2\ttf.d - - - 3rdparty\FreetypeSDL2\types.d - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dlanguilib.dproj b/dlanguilib.dproj deleted file mode 100644 index 225f39d6..00000000 --- a/dlanguilib.dproj +++ /dev/null @@ -1,230 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86} - true - true - true - DMD2 - - - \home\lve\src\d\DerelictFT\source - \home\lve\src\d\DerelictGL3\source - \home\lve\src\d\DerelictUtil\source - \home\lve\src\d\dlangui\3rdparty\X11 - \home\lve\src\d\dlangui\3rdparty\X11\xcb - - - - - true - bin\Debug - dlanguilib - obj/Debug - true - StaticLibrary - false - false - 0 - - - USE_OPENGL - USE_SDL - - - - - bin\Release - dlanguilib - obj/Release - true - StaticLibrary - -version=USE_OPENGL - false - false - 0 - - - true - bin\Unittest - -unittest - obj/Unittest - dlanguilib - true - StaticLibrary - false - false - 0 - - - - - - - - - - - - - - - - - - 3rdparty\DerelictFT\ft.d - - - 3rdparty\DerelictFT\functions.d - - - 3rdparty\DerelictFT\types.d - - - 3rdparty\DerelictGL3\arb.d - - - 3rdparty\DerelictGL3\cgl.d - - - 3rdparty\DerelictGL3\constants.d - - - 3rdparty\DerelictGL3\deprecatedConstants.d - - - 3rdparty\DerelictGL3\deprecatedFunctions.d - - - 3rdparty\DerelictGL3\ext.d - - - 3rdparty\DerelictGL3\functions.d - - - 3rdparty\DerelictGL3\gl.d - - - 3rdparty\DerelictGL3\gl3.d - - - 3rdparty\DerelictGL3\glx.d - - - 3rdparty\DerelictGL3\glxext.d - - - 3rdparty\DerelictGL3\internal.d - - - 3rdparty\DerelictGL3\types.d - - - 3rdparty\DerelictGL3\wgl.d - - - 3rdparty\DerelictGL3\wglext.d - - - 3rdparty\DerelictUtil\exception.d - - - 3rdparty\DerelictUtil\loader.d - - - 3rdparty\DerelictUtil\sharedlib.d - - - 3rdparty\DerelictUtil\system.d - - - 3rdparty\DerelictUtil\wintypes.d - - - 3rdparty\DerelictUtil\xtypes.d - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3rdparty\DerelictFI\freeimage.d - - - 3rdparty\DerelictFI\functions.d - - - 3rdparty\DerelictFI\types.d - - - - - - - - - - - - - - - - 3rdparty\FreetypeSDL2\functions.d - - - 3rdparty\FreetypeSDL2\image.d - - - 3rdparty\FreetypeSDL2\mixer.d - - - 3rdparty\FreetypeSDL2\net.d - - - 3rdparty\FreetypeSDL2\sdl.d - - - 3rdparty\FreetypeSDL2\ttf.d - - - 3rdparty\FreetypeSDL2\types.d - - - - - - - - - - - - \ No newline at end of file diff --git a/dlanguilib.sln b/dlanguilib.sln deleted file mode 100644 index 24a1a947..00000000 --- a/dlanguilib.sln +++ /dev/null @@ -1,41 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangui", "dlanguilib.visualdproj", "{5FF17402-9997-4D0E-8068-6D84B8769D98}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "example1", "examples\example1\example1.visualdproj", "{68C78CC1-6176-4C60-B4B6-520475C26D23}" - ProjectSection(ProjectDependencies) = postProject - {5FF17402-9997-4D0E-8068-6D84B8769D98} = {5FF17402-9997-4D0E-8068-6D84B8769D98} - EndProjectSection -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "test", "examples\test\test.visualdproj", "{BE84DF39-64E6-449D-89E0-8E92404003CB}" -EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "helloworld", "examples\helloworld\helloworld.visualdproj", "{66B1B701-6AC9-41F5-8DB4-5CB1611FB977}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Win32.ActiveCfg = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Debug|Win32.Build.0 = Debug|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Win32.ActiveCfg = Release|Win32 - {5FF17402-9997-4D0E-8068-6D84B8769D98}.Release|Win32.Build.0 = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Win32.ActiveCfg = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Debug|Win32.Build.0 = Debug|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Win32.ActiveCfg = Release|Win32 - {68C78CC1-6176-4C60-B4B6-520475C26D23}.Release|Win32.Build.0 = Release|Win32 - {BE84DF39-64E6-449D-89E0-8E92404003CB}.Debug|Win32.ActiveCfg = Debug|Win32 - {BE84DF39-64E6-449D-89E0-8E92404003CB}.Debug|Win32.Build.0 = Debug|Win32 - {BE84DF39-64E6-449D-89E0-8E92404003CB}.Release|Win32.ActiveCfg = Release|Win32 - {BE84DF39-64E6-449D-89E0-8E92404003CB}.Release|Win32.Build.0 = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Win32.ActiveCfg = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Debug|Win32.Build.0 = Debug|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Win32.ActiveCfg = Release|Win32 - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/dlanguilib.visualdproj b/dlanguilib.visualdproj deleted file mode 100644 index 79447cfe..00000000 --- a/dlanguilib.visualdproj +++ /dev/null @@ -1,463 +0,0 @@ - - {5FF17402-9997-4D0E-8068-6D84B8769D98} - - 0 - 0 - 1 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/../dlangui/3rdparty $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - $(SolutionDir)/../dlangui/views $(SolutionDir)/../dlangui/views/res $(SolutionDir)/../dlangui/views/res/i18n $(SolutionDir)/../dlangui/views/res/mdpi $(SolutionDir)/../dlangui/views/res/hdpi - $(ConfigurationName) - $(OutDir) - - - 0 - docs - docs/index.html - - - 0 - include - - 1 - $(IntDir)\$(TargetName).json - 0 - DebugFocus FontResources - 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources - 0 - 0 - 1 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - - - - - $(OutDir)\$(ProjectName).lib - 1 - 2 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/../dlangui/3rdparty $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - $(SolutionDir)/../dlangui/views $(SolutionDir)/../dlangui/views/res $(SolutionDir)/../dlangui/views/res/i18n $(SolutionDir)/../dlangui/views/res/mdpi $(SolutionDir)/../dlangui/views/res/hdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - EmbedStandardResources Unicode USE_FREETYPE - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - - - - - $(OutDir)\$(ProjectName).lib - 1 - 1 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dlanguimonod-win32.sln b/dlanguimonod-win32.sln deleted file mode 100644 index 615564d0..00000000 --- a/dlanguimonod-win32.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlanguilib-win32", "dlanguilib-win32.dproj", "{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}" -EndProject -Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1", "examples\example1\example1.dproj", "{11EEFA98-AAC1-45BD-8972-C97571D2D196}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Unittest|Any CPU = Unittest|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Debug|Any CPU.Build.0 = Debug|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Release|Any CPU.ActiveCfg = Release|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Release|Any CPU.Build.0 = Release|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Unittest|Any CPU.Build.0 = Unittest|Any CPU - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = examples\example1\example1.dproj - EndGlobalSection -EndGlobal diff --git a/dlanguimonod.sln b/dlanguimonod.sln deleted file mode 100644 index 6dcd0a98..00000000 --- a/dlanguimonod.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlanguilib", "dlanguilib.dproj", "{440816C8-DBD6-454C-A0D7-B6E59CA1ED86}" -EndProject -Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "example1", "examples\example1\example1.dproj", "{440816C8-DBD6-454C-A0D7-B6E59CA1ED87}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Unittest|Any CPU = Unittest|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Debug|Any CPU.Build.0 = Debug|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Release|Any CPU.ActiveCfg = Release|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Release|Any CPU.Build.0 = Release|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Unittest|Any CPU.ActiveCfg = Unittest|Any CPU - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86}.Unittest|Any CPU.Build.0 = Unittest|Any CPU - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = examples\example1\example1.dproj - EndGlobalSection -EndGlobal diff --git a/examples/example1/example1.dproj b/examples/example1/example1.dproj deleted file mode 100644 index 3caf296e..00000000 --- a/examples/example1/example1.dproj +++ /dev/null @@ -1,84 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {11EEFA98-AAC1-45BD-8972-C97571D2D196} - true - true - ldc2 - true - - - {84FCA922-7BD9-4B9E-A192-A52F0A830AF5} - {2B088613-C536-4E5C-8B74-7913267D75DA} - {5355CB25-5AA9-4738-9A0F-C0673DBBCB07} - {0B737AB4-0C3B-4250-A133-3AD793E2D322} - {87EE4E19-2409-4441-A0C0-2E6D08C555D9} - {174F5AAC-3D16-4AD9-9041-0DC0723A78FE} - - - - - ../../src - ../../../DerelictUtil/source - ../../../DerelictFI/source - ../../../DerelictFT/source - ../../../DerelictSDL2/source - ../../../DerelictGL3/source - ../../3rdparty - ../../../dlib - - - - - true - bin\Debug - obj/Debug - false - false - example1 - Executable - true - 0 - - - USE_SDL - USE_OPENGL - EmbedStandardResources - - - -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi - - -ldl - - - bin\Release - obj/Release - false - false - example1 - Executable - true - 0 - - - true - bin\Unittest - obj/Unittest - false - true - example1 - Executable - true - 0 - - - - - - - - \ No newline at end of file diff --git a/examples/example1/example1.visualdproj b/examples/example1/example1.visualdproj deleted file mode 100644 index 1a52df92..00000000 --- a/examples/example1/example1.visualdproj +++ /dev/null @@ -1,210 +0,0 @@ - - {68C78CC1-6176-4C60-B4B6-520475C26D23} - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/res/i18n views/res/mdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - DebugFocus FontResources - 0 - EmbedStandardResources Unicode USE_FREETYPE - 0 - 0 - 0 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib shell32.lib - ../../Debug - - - $(OutDir)\$(ProjectName).exe - 1 - 2 - 0 - -profile - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/res/i18n views/res/mdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - EmbedStandardResources Unicode USE_FREETYPE - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - ../../Release ../../3rdparty/libpng/lib 3rdparty/libpng/lib - - - $(OutDir)\$(ProjectName).exe - 1 - 1 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - diff --git a/examples/helloworld/helloworld.dproj b/examples/helloworld/helloworld.dproj deleted file mode 100644 index 94a69beb..00000000 --- a/examples/helloworld/helloworld.dproj +++ /dev/null @@ -1,57 +0,0 @@ - - - - Debug - AnyCPU - 10.0.0 - 2.0 - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86} - true - true - true - - - {440816C8-DBD6-454C-A0D7-B6E59CA1ED86} - - - DMD - - - /home/lve/src/d/dlangui/src - /home/lve/src/d/DerelictGL3/source - /home/lve/src/d/DerelictUtil/source - /home/lve/src/d/DerelictFT/source - /home/lve/src/d/X11.d - /home/lve/src/d/dlangui/3rdparty/libpng/source - /home/lve/src/d/dlangui/3rdparty/libpng/lib - - - - - true - bin\Debug - helloworld - obj/Debug - true - Executable - - - bin\Release - dlanguilib - obj/Release - true - Executable - - - true - bin\Unittest - -unittest - obj/Unittest - dlanguilib - true - Executable - - - - - \ No newline at end of file diff --git a/examples/helloworld/helloworld.visualdproj b/examples/helloworld/helloworld.visualdproj deleted file mode 100644 index 7b835226..00000000 --- a/examples/helloworld/helloworld.visualdproj +++ /dev/null @@ -1,194 +0,0 @@ - - {66B1B701-6AC9-41F5-8DB4-5CB1611FB977} - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - Unicode - 0 - 3 - 0 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib shell32.lib dlangui.lib - ../../Debug ../../../DerelictOpenGL3/source - - - $(OutDir)\$(ProjectName).exe - 1 - -profile - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - $(DMDInstallDir)windows\bin\dmd.exe - ../../src ../../3rdparty ../../3rdparty/libpng/source $(SolutionDir)/../dlib - - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - Unicode - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - ../../Release - - - $(OutDir)\$(ProjectName).exe - 1 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - diff --git a/examples/tetris/tetris.visualdproj b/examples/tetris/tetris.visualdproj deleted file mode 100644 index 8f9ca642..00000000 --- a/examples/tetris/tetris.visualdproj +++ /dev/null @@ -1,210 +0,0 @@ - - {68C78CAD-6176-4C60-B4A5-520475C26D56} - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/mdpi views/i18n - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - Unicode USE_FREETYPE USE_OPENGL - 0 - 3 - 0 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib shell32.lib dlangui.lib - ../../Debug - - - $(OutDir)\$(ProjectName).exe - 1 - 2 - -profile - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/mdpi views/i18n - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - Unicode - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - dlangui.lib phobos.lib ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - ../../Release - - - $(OutDir)\$(ProjectName).exe - 1 - 1 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - - - From 1eab899bd6f79aa1d336edc4e95258c8bee7d83a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 13 Nov 2015 09:46:56 +0300 Subject: [PATCH 4/9] rename visuald solution, move deps to deps dir --- dlangui_msvc.sln => dlangui-msvc.sln | 2 +- ...vc.visualdproj => dlangui-msvc.visualdproj | 140 +++++++++--------- 2 files changed, 71 insertions(+), 71 deletions(-) rename dlangui_msvc.sln => dlangui-msvc.sln (99%) rename dlangui_msvc.visualdproj => dlangui-msvc.visualdproj (81%) diff --git a/dlangui_msvc.sln b/dlangui-msvc.sln similarity index 99% rename from dlangui_msvc.sln rename to dlangui-msvc.sln index 38420d61..984468e2 100644 --- a/dlangui_msvc.sln +++ b/dlangui-msvc.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangui", "dlangui_msvc.visualdproj", "{52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangui", "dlangui-msvc.visualdproj", "{52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5}" EndProject Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "d3d", "examples\d3d\d3d_msvc.visualdproj", "{1C8C4726-B356-4533-90C7-88BDA875BF30}" ProjectSection(ProjectDependencies) = postProject diff --git a/dlangui_msvc.visualdproj b/dlangui-msvc.visualdproj similarity index 81% rename from dlangui_msvc.visualdproj rename to dlangui-msvc.visualdproj index 5009412e..9753f885 100644 --- a/dlangui_msvc.visualdproj +++ b/dlangui-msvc.visualdproj @@ -411,76 +411,76 @@ - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -488,13 +488,13 @@ - - - - - - - + + + + + + + From d39536bd2a3f0ee727d25acd843da017adcd4783 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 13 Nov 2015 09:59:32 +0300 Subject: [PATCH 5/9] fix example projects; update README with new information about VisualD development --- README.md | 74 ++++++ dlangui-msvc.sln | 10 +- ..._msvc.visualdproj => d3d-msvc.visualdproj} | 8 +- examples/d3d/d3d.visualdproj | 210 ----------------- ...c.visualdproj => dmledit-msvc.visualdproj} | 8 +- examples/dmledit/dmledit.visualdproj | 212 ------------------ ....visualdproj => example1-msvc.visualdproj} | 8 +- ...isualdproj => helloworld-msvc.visualdproj} | 8 +- ...vc.visualdproj => tetris-msvc.visualdproj} | 8 +- 9 files changed, 99 insertions(+), 447 deletions(-) rename examples/d3d/{d3d_msvc.visualdproj => d3d-msvc.visualdproj} (90%) delete mode 100644 examples/d3d/d3d.visualdproj rename examples/dmledit/{dmledit_msvc.visualdproj => dmledit-msvc.visualdproj} (90%) delete mode 100644 examples/dmledit/dmledit.visualdproj rename examples/example1/{example1_msvc.visualdproj => example1-msvc.visualdproj} (90%) rename examples/helloworld/{helloworld_msvc.visualdproj => helloworld-msvc.visualdproj} (90%) rename examples/tetris/{tetris_msvc.visualdproj => tetris-msvc.visualdproj} (90%) diff --git a/README.md b/README.md index cb6f876f..954e48f4 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Clone dependency libraries to dlangui/deps directory git clone https://github.com/DerelictOrg/DerelictSDL2.git git clone https://github.com/gecko0307/dlib.git git clone https://github.com/Dav1dde/gl3n.git + git clone https://github.com/Devisualization/image.git de_image Open solution file with Mono-D @@ -345,6 +346,79 @@ Now you can build and run your project. To hack DlangIDE project, you can clone it from https://github.com/buggins/dlangide.git into the same directory dlangui is cloned to. Then just open solution dlangide/dlangide-monod-linux.sln with mono-d. +Windows development using VisualD +--------------------------------- + +Install GIT, DUB, DMD, MS Visual Studio (e.g. Community 2013) + VisualD plugin + + +Clone DlangUI repository + + git clone https://github.com/buggins/dlangui.git + +Enter dlangui directory + + cd dlangui + +Clone dependency libraries to dlangui/deps directory + + mkdir deps + cd deps + git clone https://github.com/DerelictOrg/DerelictUtil.git + git clone https://github.com/DerelictOrg/DerelictGL3.git + git clone https://github.com/DerelictOrg/DerelictFT.git + git clone https://github.com/DerelictOrg/DerelictSDL2.git + git clone https://github.com/gecko0307/dlib.git + git clone https://github.com/Dav1dde/gl3n.git + git clone https://github.com/Devisualization/image.git de_image + +Open solution file with Visual-D + + dlangui-msvc.sln + +Try running examples: helloworld, example1, tetris, dmledit + +Configurations Debug, Release, Unittest build SDL2+OpenGL versions of apps. + +Configurations DebugMinimal, ReleaseMinimal, UnittestMinimal build pure win32 versions of apps w/o OpenGL. + + +If you are creating your own solution / project which uses DlangUI in Mono-D: + + * Create new solution (assuming that solution directory is located in the same directory as dlangui and "Create directory for solution" option is unchecked; if no - you will need to correct pathes) + * Add / create source files of your project (e.g. copy+paste helloworld.d) + * Add dlangui library project dlangui/dlangui-monod-linux.dproj to solution + +Following settings are to be applied to all configurations of your new project (Debug, Release, Unittest): + + * In your project options Build/Project Dependencies - mark dlangui-monod-linux item + * In your project options Build/Compiling/Linking - check "Link in static/shared libraries from nested dependencies" + * In your project options Build/Compiling/Compiling - specify Version constants as "USE_FREETYPE;USE_OPENGL;EmbedStandardResources;Unicode;windows" (EmbedStandardResources is required if you want to embed your own additional resources into executable) + * If your project needs to embed some resources into executable (usually from "views" directory), specify all directories which contain resources in Build/Compiling/Compiling/Extra Compiler Options, e.g.: + + -Jviews + -Jviews/res + -Jviews/res/i18n + -Jviews/res/mdpi + -Jviews/res/hdpi + + * In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like + + ../dlangui/src + ../dlangui/deps/dlib + ../dlangui/deps/gl3n + ../dlangui/deps/DerelictSDL2/source + ../dlangui/deps/DerelictFT/source + ../dlangui/deps/DerelictGL3/source + ../dlangui/deps/DerelictUtil/source + +Now you can build and run your project. + +To hack DlangIDE project, you can clone it from https://github.com/buggins/dlangide.git into the same directory dlangui is cloned to. Then just open solution dlangide/dlangide-monod-linux.sln with mono-d. + + + + Linux builds (DUB) ------------------ diff --git a/dlangui-msvc.sln b/dlangui-msvc.sln index 984468e2..1df50262 100644 --- a/dlangui-msvc.sln +++ b/dlangui-msvc.sln @@ -5,27 +5,27 @@ VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dlangui", "dlangui-msvc.visualdproj", "{52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5}" EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "d3d", "examples\d3d\d3d_msvc.visualdproj", "{1C8C4726-B356-4533-90C7-88BDA875BF30}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "d3d", "examples\d3d\d3d-msvc.visualdproj", "{1C8C4726-B356-4533-90C7-88BDA875BF30}" ProjectSection(ProjectDependencies) = postProject {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dmledit", "examples\dmledit\dmledit_msvc.visualdproj", "{79EA1B6E-D87E-4C45-A12D-7AD00C398F1F}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "dmledit", "examples\dmledit\dmledit-msvc.visualdproj", "{79EA1B6E-D87E-4C45-A12D-7AD00C398F1F}" ProjectSection(ProjectDependencies) = postProject {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "example1", "examples\example1\example1_msvc.visualdproj", "{B1CA031C-C195-4938-8F3E-8BFF7DA68933}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "example1", "examples\example1\example1-msvc.visualdproj", "{B1CA031C-C195-4938-8F3E-8BFF7DA68933}" ProjectSection(ProjectDependencies) = postProject {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "helloworld", "examples\helloworld\helloworld_msvc.visualdproj", "{9F5147FF-DB71-4CEC-BF2F-803143E42BCD}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "helloworld", "examples\helloworld\helloworld-msvc.visualdproj", "{9F5147FF-DB71-4CEC-BF2F-803143E42BCD}" ProjectSection(ProjectDependencies) = postProject {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection EndProject -Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "tetris", "examples\tetris\tetris_msvc.visualdproj", "{954B6A84-1EEC-42B0-B215-2A17842B1101}" +Project("{002A2DE9-8BB6-484D-9802-7E4AD4084715}") = "tetris", "examples\tetris\tetris-msvc.visualdproj", "{954B6A84-1EEC-42B0-B215-2A17842B1101}" ProjectSection(ProjectDependencies) = postProject {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} = {52A2ABB9-2CF7-4D5F-AE8C-75B21F8585A5} EndProjectSection diff --git a/examples/d3d/d3d_msvc.visualdproj b/examples/d3d/d3d-msvc.visualdproj similarity index 90% rename from examples/d3d/d3d_msvc.visualdproj rename to examples/d3d/d3d-msvc.visualdproj index 7d9d91d4..b6a3df2c 100644 --- a/examples/d3d/d3d_msvc.visualdproj +++ b/examples/d3d/d3d-msvc.visualdproj @@ -53,7 +53,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -155,7 +155,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -257,7 +257,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -359,7 +359,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) diff --git a/examples/d3d/d3d.visualdproj b/examples/d3d/d3d.visualdproj deleted file mode 100644 index e5920820..00000000 --- a/examples/d3d/d3d.visualdproj +++ /dev/null @@ -1,210 +0,0 @@ - - {55B79469-E5D8-4B58-89BD-5A3E11A696B0} - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2.043 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/res/i18n views/res/mdpi views/res/hdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - Unicode USE_OPENGL USE_FREETYPE EmbedStandardResources - 0 - 0 - 0 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - - - - $(OutDir)\$(ProjectName).exe - 1 - 2 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2.043 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - - - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - - - - $(OutDir)\$(ProjectName).exe - 1 - 1 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - diff --git a/examples/dmledit/dmledit_msvc.visualdproj b/examples/dmledit/dmledit-msvc.visualdproj similarity index 90% rename from examples/dmledit/dmledit_msvc.visualdproj rename to examples/dmledit/dmledit-msvc.visualdproj index f4460787..739a44ee 100644 --- a/examples/dmledit/dmledit_msvc.visualdproj +++ b/examples/dmledit/dmledit-msvc.visualdproj @@ -53,7 +53,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -155,7 +155,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -257,7 +257,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -359,7 +359,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) diff --git a/examples/dmledit/dmledit.visualdproj b/examples/dmledit/dmledit.visualdproj deleted file mode 100644 index 9a550c44..00000000 --- a/examples/dmledit/dmledit.visualdproj +++ /dev/null @@ -1,212 +0,0 @@ - - {06D73450-2919-48A8-B2C3-738B12505D74} - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2.043 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/res/i18n views/res/mdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - EmbedStandardResources Unicode USE_FREETYPE - 0 - 0 - 0 - - - - 0 - - 1 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - - - - $(OutDir)\$(ProjectName).exe - 1 - 2 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - 0 - 0 - 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 2.043 - 0 - 0 - 0 - 0 - 0 - $(CC) -c - 1 - $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib - views views/res views/res/i18n views/res/mdpi - $(ConfigurationName) - $(OutDir) - - - 0 - - - - - 0 - - - 1 - $(IntDir)\$(TargetName).json - 0 - - 0 - EmbedStandardResources Unicode USE_FREETYPE - 0 - 0 - 0 - - - - 0 - - 0 - $(VisualDInstallDir)cv2pdb\cv2pdb.exe - 0 - 0 - 0 - - - - ole32.lib kernel32.lib user32.lib comctl32.lib comdlg32.lib - - - - $(OutDir)\$(ProjectName).exe - 1 - 1 - 0 - - - - *.obj;*.cmd;*.build;*.json;*.dep - - - - - - - diff --git a/examples/example1/example1_msvc.visualdproj b/examples/example1/example1-msvc.visualdproj similarity index 90% rename from examples/example1/example1_msvc.visualdproj rename to examples/example1/example1-msvc.visualdproj index 8398fef3..4557b38b 100644 --- a/examples/example1/example1_msvc.visualdproj +++ b/examples/example1/example1-msvc.visualdproj @@ -53,7 +53,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -155,7 +155,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -257,7 +257,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -359,7 +359,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) diff --git a/examples/helloworld/helloworld_msvc.visualdproj b/examples/helloworld/helloworld-msvc.visualdproj similarity index 90% rename from examples/helloworld/helloworld_msvc.visualdproj rename to examples/helloworld/helloworld-msvc.visualdproj index 78ac4680..1682169e 100644 --- a/examples/helloworld/helloworld_msvc.visualdproj +++ b/examples/helloworld/helloworld-msvc.visualdproj @@ -53,7 +53,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -155,7 +155,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -257,7 +257,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -359,7 +359,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) diff --git a/examples/tetris/tetris_msvc.visualdproj b/examples/tetris/tetris-msvc.visualdproj similarity index 90% rename from examples/tetris/tetris_msvc.visualdproj rename to examples/tetris/tetris-msvc.visualdproj index a7d470cb..57fc3185 100644 --- a/examples/tetris/tetris_msvc.visualdproj +++ b/examples/tetris/tetris-msvc.visualdproj @@ -53,7 +53,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -155,7 +155,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -257,7 +257,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) @@ -359,7 +359,7 @@ $(CC) -c 1 $(DMDInstallDir)windows\bin\dmd.exe - $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/3rdparty/libpng/source $(SolutionDir)/../DerelictGL3/source $(SolutionDir)/../DerelictUtil/source $(SolutionDir)/../DerelictFT/source $(SolutionDir)/../DerelictSDL2/source $(SolutionDir)/../de_image/source/interfaces $(SolutionDir)/../de_image/source/png $(SolutionDir)/../dlib + $(SolutionDir)/src $(SolutionDir)/3rdparty $(SolutionDir)/deps/DerelictGL3/source $(SolutionDir)/deps/DerelictUtil/source $(SolutionDir)/deps/DerelictFT/source $(SolutionDir)/deps/DerelictSDL2/source $(SolutionDir)/deps/de_image/source/interfaces $(SolutionDir)/deps/de_image/source/png $(SolutionDir)/deps/dlib views views/res views/res/i18n views/res/mdpi views/res/hdpi $(ConfigurationName) $(OutDir) From 4ca288209d3257aed9baec8a4994457605820c79 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Sun, 15 Nov 2015 09:07:56 +0300 Subject: [PATCH 6/9] fix MacOSX Mono-D projects --- dlangui-monod-osx.dproj | 18 ++++++++++++++++++ examples/example1/example1-monod-osx.dproj | 5 ++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/dlangui-monod-osx.dproj b/dlangui-monod-osx.dproj index 6a96d47d..16cd0ae6 100644 --- a/dlangui-monod-osx.dproj +++ b/dlangui-monod-osx.dproj @@ -43,6 +43,15 @@ StaticLibrary true 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + true @@ -54,6 +63,15 @@ Executable true 0 + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + diff --git a/examples/example1/example1-monod-osx.dproj b/examples/example1/example1-monod-osx.dproj index 8e3c2b71..b7874e6c 100644 --- a/examples/example1/example1-monod-osx.dproj +++ b/examples/example1/example1-monod-osx.dproj @@ -38,7 +38,8 @@ obj/Debug true - -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi +-v false example1-monod-osx Executable @@ -64,6 +65,7 @@ Executable true 0 + -v true @@ -84,6 +86,7 @@ Executable true 0 + -v From 6764ce322b22a547d6a231547e69cc022517cad0 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 16 Nov 2015 13:05:47 +0300 Subject: [PATCH 7/9] trying to fix OpenGL under virtualBox --- src/dlangui/graphics/glsupport.d | 31 +++++++++++++++++++++++++++--- src/dlangui/platforms/sdl/sdlapp.d | 20 +++++++++++++------ 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/src/dlangui/graphics/glsupport.d b/src/dlangui/graphics/glsupport.d index 822010a3..c5149fdf 100644 --- a/src/dlangui/graphics/glsupport.d +++ b/src/dlangui/graphics/glsupport.d @@ -27,6 +27,22 @@ import std.conv; import std.string; import std.array; +derelict.util.exception.ShouldThrow gl3MissingSymFunc( string symName ) { + import std.algorithm : equal; + foreach(s; ["glGetError", "glShaderSource", "glCompileShader", + "glGetShaderiv", "glGetShaderInfoLog", "glGetString", + "glCreateProgram", "glUseProgram", "glDeleteProgram", + "glDeleteShader", "glEnable", "glDisable", "glBlendFunc", + "glUniformMatrix4fv", "glGetAttribLocation", "glGetUniformLocation", + "glGenVertexArrays", "glBindVertexArray", "glBufferData", + "glBindBuffer", "glBufferSubData"]) { + if (symName.equal(s)) // Symbol is used + return derelict.util.exception.ShouldThrow.Yes; + } + // Don't throw for unused symbol + return derelict.util.exception.ShouldThrow.No; +} + // utility function to fill 4-float array of vertex colors with converted CR 32bit color private void LVGLFillColor(uint color, float * buf, int count) { float r = ((color >> 16) & 255) / 255.0f; @@ -85,8 +101,11 @@ class GLProgram { } private void compatibilityFixes(ref char[] code, GLuint type) { - if (glslversionInt < 150) + if (glslversionInt < 150) { code = replace(code, " texture(", " texture2D("); + code = replace(code, "in ", ""); + code = replace(code, "out ", ""); + } } private GLuint compileShader(string src, GLuint type) { @@ -277,11 +296,17 @@ class SolidFillProgram : GLProgram { matrixLocation = glGetUniformLocation(program, "matrix"); checkError("glGetUniformLocation matrix"); + if (matrixLocation == 0) + Log.e("glGetUniformLocation failed for matrixLocation"); vertexLocation = glGetAttribLocation(program, "vertex"); checkError("glGetAttribLocation vertex"); - colAttrLocation = glGetAttribLocation(program, "colAttr"); + if (vertexLocation == 0) + Log.e("glGetUniformLocation failed for vertexLocation"); + colAttrLocation = glGetAttribLocation(program, "colAttr"); checkError("glGetAttribLocation colAttr"); - return res && matrixLocation >= 0 && vertexLocation >= 0 && colAttrLocation >= 0; + if (colAttrLocation == 0) + Log.e("glGetUniformLocation failed for colAttrLocation"); + return res && matrixLocation >= 0 && vertexLocation >= 0 && colAttrLocation >= 0; } bool execute(float[] vertices, float[] colors) { diff --git a/src/dlangui/platforms/sdl/sdlapp.d b/src/dlangui/platforms/sdl/sdlapp.d index 91710b41..dd8dd0af 100644 --- a/src/dlangui/platforms/sdl/sdlapp.d +++ b/src/dlangui/platforms/sdl/sdlapp.d @@ -175,7 +175,8 @@ class SDLWindow : Window { version(USE_OPENGL) { if (_enableOpengl) { Log.i("Trying to create OpenGL 3.2 context"); - _context = SDL_GL_CreateContext(_win); // Create the actual context and make it current + createContext(3, 2); + //_context = SDL_GL_CreateContext(_win); // Create the actual context and make it current if (!_context) { Log.e("SDL_GL_CreateContext failed: ", fromStringz(SDL_GetError())); Log.w("trying other versions of OpenGL"); @@ -190,11 +191,17 @@ class SDLWindow : Window { } } if (_context && !_gl3Reloaded) { - DerelictGL3.reload(); - _gl3Reloaded = true; - if (!glSupport.valid && !glSupport.initShaders()) - _enableOpengl = false; - fixSize(); + try { + DerelictGL3.missingSymbolCallback = &gl3MissingSymFunc; + DerelictGL3.reload(GLVersion.GL21, GLVersion.GL40); + _gl3Reloaded = true; + if (!glSupport.valid && !glSupport.initShaders()) + _enableOpengl = false; + fixSize(); + } catch (derelict.util.exception.SymbolLoadException e) { + Log.e("Exception in DerelictGL3.reload ", e); + _enableOpengl = false; + } } } } @@ -1301,6 +1308,7 @@ int sdlmain(string[] args) { version(USE_OPENGL) { try { + DerelictGL3.missingSymbolCallback = &gl3MissingSymFunc; DerelictGL3.load(); _enableOpengl = true; } catch (Exception e) { From a51abfffc127e3c7be86a3755a3d820d05002cdf Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 16 Nov 2015 21:29:32 +0300 Subject: [PATCH 8/9] mac osx cocoa support prototype --- .../derelictcocoatest-monod-osx.dproj | 32 +- .../src/cocoatest.d | 648 ++++++++++++++++++ examples/example1/example1-monod-osx.dproj | 5 +- src/dlangui/platforms/common/platform.d | 20 +- src/dlangui/widgets/styles.d | 4 +- 5 files changed, 680 insertions(+), 29 deletions(-) diff --git a/examples/derelictcocoatest-monod-osx/derelictcocoatest-monod-osx.dproj b/examples/derelictcocoatest-monod-osx/derelictcocoatest-monod-osx.dproj index 6c640c5e..67b8eda5 100644 --- a/examples/derelictcocoatest-monod-osx/derelictcocoatest-monod-osx.dproj +++ b/examples/derelictcocoatest-monod-osx/derelictcocoatest-monod-osx.dproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x64 {1F050D82-5245-4B51-A554-473194EA0DE9} DMD2 true @@ -26,17 +26,6 @@ - - true - bin\Debug - obj/Debug - false - false - derelictcocoatest-monod-osx - Executable - true - 0 - bin\Release obj/Release @@ -58,6 +47,25 @@ true 0 + + true + bin\Debug + + + USE_SDL + USE_OPENGL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + false + false + derelictcocoatest-monod-osx + Executable + true + 0 + diff --git a/examples/derelictcocoatest-monod-osx/src/cocoatest.d b/examples/derelictcocoatest-monod-osx/src/cocoatest.d index a88f6db9..c19a4805 100644 --- a/examples/derelictcocoatest-monod-osx/src/cocoatest.d +++ b/examples/derelictcocoatest-monod-osx/src/cocoatest.d @@ -1,8 +1,14 @@ module cocoatest; +version(OSX): import derelict.cocoa; import dlangui.core.logger; +import dlangui.core.types; +import dlangui.core.events; +import std.uuid; +import core.stdc.stdlib; +import std.string; void main(string[] args) { @@ -35,9 +41,651 @@ void main(string[] args) NSView parentView; parentView = window.contentView(); + + Log.i("parentView=", parentView); NSApp.activateIgnoringOtherApps(YES); + +// string uuid = randomUUID().toString(); +// DlanguiCocoaView.customClassName = "DlanguiCocoaView_" ~ uuid; +// DlanguiCocoaView.registerSubclass(); +// +// _view = DlanguiCocoaView.alloc(); +// _view.initialize(this, width, height); +// +// parentView.addSubview(_view); + + NSApp.run(); DerelictCocoa.unload(); } + +interface IWindowListener { + void onMouseWheel(int x, int y, int deltaX, int deltaY, MouseState state); + void onKeyDown(uint key); + void onKeyUp(uint key); + void onMouseMove(int x, int y, int deltaX, int deltaY, + MouseState mouseState); + void onMouseRelease(int x, int y, MouseButton mb, MouseState mouseState); + void onMouseClick(int x, int y, MouseButton mb, bool isDoubleClick, MouseState mouseState); + void recomputeDirtyAreas(); + void onResized(int width, int height); + void onAnimate(double dt, double time); + Rect getDirtyRectangle(); +} + +struct MouseState { + bool leftButtonDown; + bool rightButtonDown; + bool middleButtonDown; + bool ctrlPressed; + bool shiftPressed; + bool altPressed; +} + +enum MouseButton : int { + left, + right, + middle +} + +final class CocoaWindow +{ +private: + IWindowListener _listener; + + // Stays null in the case of a plugin, but exists for a stand-alone program + // For testing purpose. + NSWindow _cocoaWindow = null; + NSApplication _cocoaApplication; + + NSColorSpace _nsColorSpace; + CGColorSpaceRef _cgColorSpaceRef; + NSData _imageData; + NSString _logFormatStr; + + DPlugCustomView _view = null; + + bool _terminated = false; + + int _lastMouseX, _lastMouseY; + bool _firstMouseMove = true; + + int _width; + int _height; + + ubyte* _buffer = null; + + uint _timeAtCreationInMs; + uint _lastMeasturedTimeInMs; + bool _dirtyAreasAreNotYetComputed; + +public: + + this(void* parentWindow, IWindowListener listener, int width, int height) + { + _listener = listener; + + DerelictCocoa.load(); + NSApplicationLoad(); // to use Cocoa in Carbon applications + bool parentViewExists = parentWindow !is null; + NSView parentView; + if (!parentViewExists) + { + // create a NSWindow to hold our NSView + _cocoaApplication = NSApplication.sharedApplication; + _cocoaApplication.setActivationPolicy(NSApplicationActivationPolicyRegular); + + NSWindow window = NSWindow.alloc(); + window.initWithContentRect(NSMakeRect(100, 100, width, height), + NSBorderlessWindowMask, NSBackingStoreBuffered, NO); + window.makeKeyAndOrderFront(); + + parentView = window.contentView(); + + _cocoaApplication.activateIgnoringOtherApps(YES); + } + else + parentView = NSView(cast(id)parentWindow); + + + + _width = 0; + _height = 0; + + _nsColorSpace = NSColorSpace.sRGBColorSpace(); + // hopefully not null else the colors will be brighter + _cgColorSpaceRef = _nsColorSpace.CGColorSpace(); + + _logFormatStr = NSString.stringWith("%@"); + + _timeAtCreationInMs = getTimeMs(); + _lastMeasturedTimeInMs = _timeAtCreationInMs; + + _dirtyAreasAreNotYetComputed = true; + + string uuid = randomUUID().toString(); + DPlugCustomView.customClassName = "DPlugCustomView_" ~ uuid; + DPlugCustomView.registerSubclass(); + + _view = DPlugCustomView.alloc(); + _view.initialize(this, width, height); + + parentView.addSubview(_view); + + if (_cocoaApplication) + _cocoaApplication.run(); + + + } + + ~this() + { + if (_view) + { + //debug ensureNotInGC("CocoaWindow"); + _terminated = true; + + { + _view.killTimer(); + } + + _view.removeFromSuperview(); + _view.release(); + _view = DPlugCustomView(null); + + DPlugCustomView.unregisterSubclass(); + + if (_buffer != null) + { + free(_buffer); + _buffer = null; + } + + DerelictCocoa.unload(); + } + } + + // Implements IWindow + void waitEventAndDispatch() + { + assert(false); // not implemented in Cocoa, since we don't have a NSWindow + } + + bool terminated() + { + return _terminated; + } + + void debugOutput(string s) + { + import core.stdc.stdio; + fprintf(stderr, toStringz(s)); + } + + uint getTimeMs() + { + return cast(uint)(NSDate.timeIntervalSinceReferenceDate() * 1000.0); + } + +private: + + MouseState getMouseState(NSEvent event) + { + // not working + MouseState state; + uint pressedMouseButtons = event.pressedMouseButtons(); + if (pressedMouseButtons & 1) + state.leftButtonDown = true; + if (pressedMouseButtons & 2) + state.rightButtonDown = true; + if (pressedMouseButtons & 4) + state.middleButtonDown = true; + + NSEventModifierFlags mod = event.modifierFlags(); + if (mod & NSControlKeyMask) + state.ctrlPressed = true; + if (mod & NSShiftKeyMask) + state.shiftPressed = true; + if (mod & NSAlternateKeyMask) + state.altPressed = true; + + return state; + } + + void handleMouseWheel(NSEvent event) + { + int deltaX = cast(int)(0.5 + 10 * event.deltaX); + int deltaY = cast(int)(0.5 + 10 * event.deltaY); + Point mousePos = getMouseXY(_view, event, _height); + _listener.onMouseWheel(mousePos.x, mousePos.y, deltaX, deltaY, getMouseState(event)); + } + + void handleKeyEvent(NSEvent event, bool released) + { + uint keyCode = event.keyCode(); + uint key; + switch (keyCode) + { + case kVK_ANSI_Keypad0: key = KeyCode.KEY_0; break; + case kVK_ANSI_Keypad1: key = KeyCode.KEY_1; break; + case kVK_ANSI_Keypad2: key = KeyCode.KEY_2; break; + case kVK_ANSI_Keypad3: key = KeyCode.KEY_3; break; + case kVK_ANSI_Keypad4: key = KeyCode.KEY_4; break; + case kVK_ANSI_Keypad5: key = KeyCode.KEY_5; break; + case kVK_ANSI_Keypad6: key = KeyCode.KEY_6; break; + case kVK_ANSI_Keypad7: key = KeyCode.KEY_7; break; + case kVK_ANSI_Keypad8: key = KeyCode.KEY_8; break; + case kVK_ANSI_Keypad9: key = KeyCode.KEY_9; break; + case kVK_Return: key = KeyCode.RETURN; break; + case kVK_Escape: key = KeyCode.ESCAPE; break; + case kVK_LeftArrow: key = KeyCode.LEFT; break; + case kVK_RightArrow: key = KeyCode.RIGHT; break; + case kVK_DownArrow: key = KeyCode.DOWN; break; + case kVK_UpArrow: key = KeyCode.UP; break; + default: key = 0; + } + + if (released) + _listener.onKeyDown(key); + else + _listener.onKeyUp(key); + } + + void handleMouseMove(NSEvent event) + { + Point mousePos = getMouseXY(_view, event, _height); + + if (_firstMouseMove) + { + _firstMouseMove = false; + _lastMouseX = mousePos.x; + _lastMouseY = mousePos.y; + } + + _listener.onMouseMove(mousePos.x, mousePos.y, mousePos.x - _lastMouseX, mousePos.y - _lastMouseY, + getMouseState(event)); + + _lastMouseX = mousePos.x; + _lastMouseY = mousePos.y; + } + + void handleMouseClicks(NSEvent event, MouseButton mb, bool released) + { + Point mousePos = getMouseXY(_view, event, _height); + + if (released) + _listener.onMouseRelease(mousePos.x, mousePos.y, mb, getMouseState(event)); + else + { + int clickCount = event.clickCount(); + bool isDoubleClick = clickCount >= 2; + _listener.onMouseClick(mousePos.x, mousePos.y, mb, isDoubleClick, getMouseState(event)); + } + } + + enum scanLineAlignment = 4; // could be anything + + // given a width, how long in bytes should scanlines be + int byteStride(int width) + { + int widthInBytes = width * 4; + return (widthInBytes + (scanLineAlignment - 1)) & ~(scanLineAlignment-1); + } + + void drawRect(NSRect rect) + { + NSGraphicsContext nsContext = NSGraphicsContext.currentContext(); + + CIContext ciContext = nsContext.getCIContext(); + + // update internal buffers in case of startup/resize + { + NSRect boundsRect = _view.bounds(); + int width = cast(int)(boundsRect.size.width); // truncating down the dimensions of bounds + int height = cast(int)(boundsRect.size.height); + updateSizeIfNeeded(width, height); + } + + // The first drawRect callback occurs before the timer triggers. + // But because recomputeDirtyAreas() wasn't called before there is nothing to draw. + // Hence, do it. + if (_dirtyAreasAreNotYetComputed) + { + _dirtyAreasAreNotYetComputed = false; + _listener.recomputeDirtyAreas(); + } + + // draw buffers +// ImageRef!RGBA wfb; +// wfb.w = _width; +// wfb.h = _height; +// wfb.pitch = byteStride(_width); +// wfb.pixels = cast(RGBA*)_buffer; +// _listener.onDraw(wfb, WindowPixelFormat.ARGB8); + + + size_t sizeNeeded = byteStride(_width) * _height; + _imageData = NSData.dataWithBytesNoCopy(_buffer, sizeNeeded, false); + + CIImage image = CIImage.imageWithBitmapData(_imageData, + byteStride(_width), + CGSize(_width, _height), + kCIFormatARGB8, + _cgColorSpaceRef); + + ciContext.drawImage(image, rect, rect); + } + + /// Returns: true if window size changed. + bool updateSizeIfNeeded(int newWidth, int newHeight) + { + // only do something if the client size has changed + if ( (newWidth != _width) || (newHeight != _height) ) + { + // Extends buffer + if (_buffer != null) + { + free(_buffer); + _buffer = null; + } + + size_t sizeNeeded = byteStride(newWidth) * newHeight; + _buffer = cast(ubyte*) malloc(sizeNeeded); + _width = newWidth; + _height = newHeight; + _listener.onResized(_width, _height); + return true; + } + else + return false; + } + + void doAnimation() + { + uint now = getTimeMs(); + double dt = (now - _lastMeasturedTimeInMs) * 0.001; + double time = (now - _timeAtCreationInMs) * 0.001; // hopefully no plug-in will be open more than 49 days + _lastMeasturedTimeInMs = now; + _listener.onAnimate(dt, time); + } + + void onTimer() + { + // Deal with animation + doAnimation(); + + _listener.recomputeDirtyAreas(); + _dirtyAreasAreNotYetComputed = false; + Rect dirtyRect = _listener.getDirtyRectangle(); + if (!dirtyRect.empty()) + { + + NSRect boundsRect = _view.bounds(); + int height = cast(int)(boundsRect.size.height); + NSRect r = NSMakeRect(dirtyRect.left, + height - dirtyRect.top - dirtyRect.height, + dirtyRect.width, + dirtyRect.height); + _view.setNeedsDisplayInRect(r); + } + } +} + +struct DPlugCustomView +{ + // This class uses a unique class name for each plugin instance + static string customClassName = null; + + NSView parent; + alias parent this; + + // create from an id + this (id id_) + { + this._id = id_; + } + + /// Allocates, but do not init + static DPlugCustomView alloc() + { + alias fun_t = extern(C) id function (id obj, SEL sel); + return DPlugCustomView( (cast(fun_t)objc_msgSend)(getClassID(), sel!"alloc") ); + } + + static Class getClass() + { + return cast(Class)( getClassID() ); + } + + static id getClassID() + { + assert(customClassName !is null); + return objc_getClass(customClassName); + } + +private: + + CocoaWindow _window; + NSTimer _timer = null; + + void initialize(CocoaWindow window, int width, int height) + { + // Warning: taking this address is fishy since DPlugCustomView is a struct and thus could be copied + // we rely on the fact it won't :| + void* thisPointer = cast(void*)(&this); + object_setInstanceVariable(_id, "this", thisPointer); + + this._window = window; + + NSRect r = NSRect(NSPoint(0, 0), NSSize(width, height)); + initWithFrame(r); + + _timer = NSTimer.timerWithTimeInterval(1 / 60.0, this, sel!"onTimer:", null, true); + NSRunLoop.currentRunLoop().addTimer(_timer, NSRunLoopCommonModes); + } + + static Class clazz; + + static void registerSubclass() + { + clazz = objc_allocateClassPair(cast(Class) lazyClass!"NSView", toStringz(customClassName), 0); + + class_addMethod(clazz, sel!"keyDown:", cast(IMP) &keyDown, "v@:@"); + class_addMethod(clazz, sel!"keyUp:", cast(IMP) &keyUp, "v@:@"); + class_addMethod(clazz, sel!"mouseDown:", cast(IMP) &mouseDown, "v@:@"); + class_addMethod(clazz, sel!"mouseUp:", cast(IMP) &mouseUp, "v@:@"); + class_addMethod(clazz, sel!"rightMouseDown:", cast(IMP) &rightMouseDown, "v@:@"); + class_addMethod(clazz, sel!"rightMouseUp:", cast(IMP) &rightMouseUp, "v@:@"); + class_addMethod(clazz, sel!"otherMouseDown:", cast(IMP) &otherMouseDown, "v@:@"); + class_addMethod(clazz, sel!"otherMouseUp:", cast(IMP) &otherMouseUp, "v@:@"); + class_addMethod(clazz, sel!"mouseMoved:", cast(IMP) &mouseMoved, "v@:@"); + class_addMethod(clazz, sel!"mouseDragged:", cast(IMP) &mouseMoved, "v@:@"); + class_addMethod(clazz, sel!"rightMouseDragged:", cast(IMP) &mouseMoved, "v@:@"); + class_addMethod(clazz, sel!"otherMouseDragged:", cast(IMP) &mouseMoved, "v@:@"); + class_addMethod(clazz, sel!"acceptsFirstResponder", cast(IMP) &acceptsFirstResponder, "b@:"); + class_addMethod(clazz, sel!"isOpaque", cast(IMP) &isOpaque, "b@:"); + class_addMethod(clazz, sel!"acceptsFirstMouse:", cast(IMP) &acceptsFirstMouse, "b@:@"); + class_addMethod(clazz, sel!"viewDidMoveToWindow", cast(IMP) &viewDidMoveToWindow, "v@:"); + class_addMethod(clazz, sel!"drawRect:", cast(IMP) &drawRect, "v@:" ~ encode!NSRect); + class_addMethod(clazz, sel!"onTimer:", cast(IMP) &onTimer, "v@:@"); + + // This ~ is to avoid a strange DMD ICE. Didn't succeed in isolating it. + class_addMethod(clazz, sel!("scroll" ~ "Wheel:") , cast(IMP) &scrollWheel, "v@:@"); + + // very important: add an instance variable for the this pointer so that the D object can be + // retrieved from an id + class_addIvar(clazz, "this", (void*).sizeof, (void*).sizeof == 4 ? 2 : 3, "^v"); + + objc_registerClassPair(clazz); + } + + static void unregisterSubclass() + { + // For some reason the class need to continue to exist, so we leak it + // objc_disposeClassPair(clazz); + // TODO: remove this crap + } + + void killTimer() + { + if (_timer) + { + _timer.invalidate(); + _timer = NSTimer(null); + } + } +} + +DPlugCustomView getInstance(id anId) +{ + // strange thing: object_getInstanceVariable definition is odd (void**) + // and only works for pointer-sized values says SO + void* thisPointer = null; + Ivar var = object_getInstanceVariable(anId, "this", &thisPointer); + assert(var !is null); + assert(thisPointer !is null); + return *cast(DPlugCustomView*)thisPointer; +} + +Point getMouseXY(NSView view, NSEvent event, int windowHeight) +{ + NSPoint mouseLocation = event.locationInWindow(); + mouseLocation = view.convertPoint(mouseLocation, NSView(null)); + int px = cast(int)(mouseLocation.x) - 2; + int py = windowHeight - cast(int)(mouseLocation.y) - 3; + return Point(px, py); +} + +// Overridden function gets called with an id, instead of the self pointer. +// So we have to get back the D class object address. +// Big thanks to Mike Ash (@macdev) +extern(C) +{ + void keyDown(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleKeyEvent(NSEvent(event), false); + } + + void keyUp(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleKeyEvent(NSEvent(event), true); + } + + void mouseDown(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseClicks(NSEvent(event), MouseButton.left, false); + } + + void mouseUp(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseClicks(NSEvent(event), MouseButton.left, true); + } + + void rightMouseDown(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseClicks(NSEvent(event), MouseButton.right, false); + } + + void rightMouseUp(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseClicks(NSEvent(event), MouseButton.right, true); + } + + void otherMouseDown(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + auto nsEvent = NSEvent(event); + if (nsEvent.buttonNumber == 2) + view._window.handleMouseClicks(nsEvent, MouseButton.middle, false); + } + + void otherMouseUp(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + auto nsEvent = NSEvent(event); + if (nsEvent.buttonNumber == 2) + view._window.handleMouseClicks(nsEvent, MouseButton.middle, true); + } + + void mouseMoved(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseMove(NSEvent(event)); + } + + void scrollWheel(id self, SEL selector, id event) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.handleMouseWheel(NSEvent(event)); + } + + bool acceptsFirstResponder(id self, SEL selector) + { + return YES; + } + + bool acceptsFirstMouse(id self, SEL selector, id pEvent) + { + return YES; + } + + bool isOpaque(id self, SEL selector) + { + return YES; + } + + void viewDidMoveToWindow(id self, SEL selector) + { + DPlugCustomView view = getInstance(self); + NSWindow parentWindow = view.window(); + if (parentWindow) + { + parentWindow.makeFirstResponder(view); + parentWindow.setAcceptsMouseMovedEvents(true); + } + } + + void drawRect(id self, SEL selector, NSRect rect) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.drawRect(rect); + } + + void onTimer(id self, SEL selector, id timer) + { + //FPControl fpctrl; + //fpctrl.initialize(); + DPlugCustomView view = getInstance(self); + view._window.onTimer(); + } +} \ No newline at end of file diff --git a/examples/example1/example1-monod-osx.dproj b/examples/example1/example1-monod-osx.dproj index b7874e6c..f65fc79b 100644 --- a/examples/example1/example1-monod-osx.dproj +++ b/examples/example1/example1-monod-osx.dproj @@ -38,14 +38,13 @@ obj/Debug true - -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi --v + -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi -Jviews/res/hdpi false example1-monod-osx Executable true 0 - -v + false bin\Release diff --git a/src/dlangui/platforms/common/platform.d b/src/dlangui/platforms/common/platform.d index 399f342d..7d46188e 100644 --- a/src/dlangui/platforms/common/platform.d +++ b/src/dlangui/platforms/common/platform.d @@ -1521,22 +1521,18 @@ version (Windows) { ft.registerFont("/Library/Fonts/Arial Bold.ttf", FontFamily.SansSerif, "Arial", false, FontWeight.Bold); ft.registerFont("/Library/Fonts/Arial Italic.ttf", FontFamily.SansSerif, "Arial", true, FontWeight.Normal); ft.registerFont("/Library/Fonts/Arial Bold Italic.ttf", FontFamily.SansSerif, "Arial", true, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Arial Narrow.ttf", FontFamily.SansSerif, "Arial Narrow", false, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Arial Narrow Bold.ttf", FontFamily.SansSerif, "Arial Narrow", false, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Arial Narrow Italic.ttf", FontFamily.SansSerif, "Arial Narrow", true, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Arial Narrow Bold Italic.ttf", FontFamily.SansSerif, "Arial Narrow", true, FontWeight.Bold); + //ft.registerFont("/Library/Fonts/Arial Narrow.ttf", FontFamily.SansSerif, "Arial Narrow", false, FontWeight.Normal); + //ft.registerFont("/Library/Fonts/Arial Narrow Bold.ttf", FontFamily.SansSerif, "Arial Narrow", false, FontWeight.Bold); + //ft.registerFont("/Library/Fonts/Arial Narrow Italic.ttf", FontFamily.SansSerif, "Arial Narrow", true, FontWeight.Normal); + //ft.registerFont("/Library/Fonts/Arial Narrow Bold Italic.ttf", FontFamily.SansSerif, "Arial Narrow", true, FontWeight.Bold); ft.registerFont("/Library/Fonts/Courier New.ttf", FontFamily.MonoSpace, "Courier New", false, FontWeight.Normal); ft.registerFont("/Library/Fonts/Courier New Bold.ttf", FontFamily.MonoSpace, "Courier New", false, FontWeight.Bold); ft.registerFont("/Library/Fonts/Courier New Italic.ttf", FontFamily.MonoSpace, "Courier New", true, FontWeight.Normal); ft.registerFont("/Library/Fonts/Courier New Bold Italic.ttf", FontFamily.MonoSpace, "Courier New", true, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Georgia.ttf", FontFamily.SansSerif, "Georgia", false, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Georgia Bold.ttf", FontFamily.SansSerif, "Georgia", false, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Georgia Italic.ttf", FontFamily.SansSerif, "Georgia", true, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Georgia Bold Italic.ttf", FontFamily.SansSerif, "Georgia", true, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Georgia.ttf", FontFamily.SansSerif, "Georgia", false, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Georgia Bold.ttf", FontFamily.SansSerif, "Georgia", false, FontWeight.Bold); - ft.registerFont("/Library/Fonts/Georgia Italic.ttf", FontFamily.SansSerif, "Georgia", true, FontWeight.Normal); - ft.registerFont("/Library/Fonts/Georgia Bold Italic.ttf", FontFamily.SansSerif, "Georgia", true, FontWeight.Bold); + ft.registerFont("/Library/Fonts/Georgia.ttf", FontFamily.Serif, "Georgia", false, FontWeight.Normal); + ft.registerFont("/Library/Fonts/Georgia Bold.ttf", FontFamily.Serif, "Georgia", false, FontWeight.Bold); + ft.registerFont("/Library/Fonts/Georgia Italic.ttf", FontFamily.Serif, "Georgia", true, FontWeight.Normal); + ft.registerFont("/Library/Fonts/Georgia Bold Italic.ttf", FontFamily.Serif, "Georgia", true, FontWeight.Bold); } } diff --git a/src/dlangui/widgets/styles.d b/src/dlangui/widgets/styles.d index 74495bc4..96821a98 100644 --- a/src/dlangui/widgets/styles.d +++ b/src/dlangui/widgets/styles.d @@ -827,8 +827,8 @@ class Theme : Style { _fontSize = 9 | SIZE_IN_POINTS_FLAG; // TODO: from settings or screen properties / DPI _fontStyle = FONT_STYLE_NORMAL; _fontWeight = 400; - //_fontFace = "Arial"; // TODO: from settings - _fontFace = "Verdana"; // TODO: from settings + _fontFace = "Arial"; // TODO: from settings + //_fontFace = "Verdana"; // TODO: from settings _fontFamily = FontFamily.SansSerif; _minHeight = 0; _minWidth = 0; From 0010e02beebb6a26cdf9488cf5c76ea4db38b670 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 18 Nov 2015 07:59:36 +0300 Subject: [PATCH 9/9] OSX Cocoa support, prototyping --- .../src/cocoatest.d | 121 ++++++++++++------ 1 file changed, 83 insertions(+), 38 deletions(-) diff --git a/examples/derelictcocoatest-monod-osx/src/cocoatest.d b/examples/derelictcocoatest-monod-osx/src/cocoatest.d index c19a4805..56fe549b 100644 --- a/examples/derelictcocoatest-monod-osx/src/cocoatest.d +++ b/examples/derelictcocoatest-monod-osx/src/cocoatest.d @@ -15,48 +15,59 @@ void main(string[] args) Log.setStderrLogger(); Log.setLogLevel(LogLevel.Trace); DerelictCocoa.load(); - - NSString appName = NSProcessInfo.processInfo().processName(); - Log.i("appName = %s", appName); - //writefln("appName = %s", appName); - - auto pool = new NSAutoreleasePool; - - auto NSApp = NSApplication.sharedApplication; - - NSApp.setActivationPolicy(NSApplicationActivationPolicyRegular); - - NSMenu menubar = NSMenu.alloc; - menubar.init_(); - NSMenuItem appMenuItem = NSMenuItem.alloc(); - appMenuItem.init_(); - menubar.addItem(appMenuItem); - NSApp.setMainMenu(menubar); - - NSWindow window = NSWindow.alloc(); - window.initWithContentRect(NSMakeRect(10, 10, 200, 200), - NSTitledWindowMask | NSClosableWindowMask | NSResizableWindowMask, //NSBorderlessWindowMask, - NSBackingStoreBuffered, NO); - window.makeKeyAndOrderFront(); - NSView parentView; - parentView = window.contentView(); + static if (true) { + auto pool = new NSAutoreleasePool; + NSString appName = NSProcessInfo.processInfo().processName(); + Log.i("appName = %s", appName); - Log.i("parentView=", parentView); - - NSApp.activateIgnoringOtherApps(YES); - -// string uuid = randomUUID().toString(); -// DlanguiCocoaView.customClassName = "DlanguiCocoaView_" ~ uuid; -// DlanguiCocoaView.registerSubclass(); -// -// _view = DlanguiCocoaView.alloc(); -// _view.initialize(this, width, height); -// -// parentView.addSubview(_view); + CocoaWindow window = new CocoaWindow(cast(void*)null, new IWindowListenerLogger(), 300, 300); + Log.d(""); + } else { - NSApp.run(); + NSString appName = NSProcessInfo.processInfo().processName(); + Log.i("appName = %s", appName); + //writefln("appName = %s", appName); + + auto pool = new NSAutoreleasePool; + + auto NSApp = NSApplication.sharedApplication; + + NSApp.setActivationPolicy(NSApplicationActivationPolicyRegular); + + NSMenu menubar = NSMenu.alloc; + menubar.init_(); + NSMenuItem appMenuItem = NSMenuItem.alloc(); + appMenuItem.init_(); + menubar.addItem(appMenuItem); + NSApp.setMainMenu(menubar); + + NSWindow window = NSWindow.alloc(); + window.initWithContentRect(NSMakeRect(10, 10, 200, 200), + NSTitledWindowMask | NSClosableWindowMask | NSResizableWindowMask, //NSBorderlessWindowMask, + NSBackingStoreBuffered, NO); + window.makeKeyAndOrderFront(); + + NSView parentView; + parentView = window.contentView(); + + Log.i("parentView=", parentView); + + NSApp.activateIgnoringOtherApps(YES); + + // string uuid = randomUUID().toString(); + // DlanguiCocoaView.customClassName = "DlanguiCocoaView_" ~ uuid; + // DlanguiCocoaView.registerSubclass(); + // + // _view = DlanguiCocoaView.alloc(); + // _view.initialize(this, width, height); + // + // parentView.addSubview(_view); + + + NSApp.run(); + } DerelictCocoa.unload(); } @@ -75,6 +86,40 @@ interface IWindowListener { Rect getDirtyRectangle(); } +class IWindowListenerLogger : IWindowListener { + override void onMouseWheel(int x, int y, int deltaX, int deltaY, MouseState state) { + Log.d("onMouseWheel"); + } + override void onKeyDown(uint key) { + Log.d("onKeyDown"); + } + override void onKeyUp(uint key) { + Log.d("onKeyUp"); + } + override void onMouseMove(int x, int y, int deltaX, int deltaY, + MouseState mouseState) { + Log.d("onMouseMove"); + } + override void onMouseRelease(int x, int y, MouseButton mb, MouseState mouseState) { + Log.d("onMouseRelease"); + } + override void onMouseClick(int x, int y, MouseButton mb, bool isDoubleClick, MouseState mouseState) { + Log.d("onMouseClick"); + } + override void recomputeDirtyAreas() { + Log.d("recomputeDirtyAreas"); + } + override void onResized(int width, int height) { + Log.d("onResized"); + } + override void onAnimate(double dt, double time) { + Log.d("onAnimate"); + } + override Rect getDirtyRectangle() { + return Rect(0, 0, 100, 100); + } +} + struct MouseState { bool leftButtonDown; bool rightButtonDown;