diff --git a/README.md b/README.md
index cfe540b5..b4da89e3 100644
--- a/README.md
+++ b/README.md
@@ -299,6 +299,7 @@ Following settings are to be applied to all configurations of your new project (
* In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like
../dlangui/src
+ ../dlangui/3rdparty
../dlangui/deps/DerelictSDL2/source
../dlangui/deps/DerelictFT/source
../dlangui/deps/DerelictGL3/source
diff --git a/dlangui-monod-windows.dproj b/dlangui-monod-windows.dproj
index fb289892..b1c4bcce 100644
--- a/dlangui-monod-windows.dproj
+++ b/dlangui-monod-windows.dproj
@@ -26,7 +26,12 @@
StaticLibrary
libdlangui-monod-windows
false
- -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi
+ -Jviews
+-Jviews/res
+-Jviews/res/i18n
+-Jviews/res/shaders
+-Jviews/res/mdpi
+-Jviews/res/hdpi
true
obj\Debug
@@ -45,7 +50,12 @@
StaticLibrary
libdlangui-monod-windows
false
- -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi
+ -Jviews
+-Jviews/res
+-Jviews/res/i18n
+-Jviews/res/shaders
+-Jviews/res/mdpi
+-Jviews/res/hdpi
true
obj\Release
@@ -65,7 +75,12 @@
Executable
libdlangui-monod-windows
true
- -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/hdpi -Jviews/res/mdpi
+ -Jviews
+-Jviews/res
+-Jviews/res/i18n
+-Jviews/res/shaders
+-Jviews/res/mdpi
+-Jviews/res/hdpi
true
obj\Unittest
@@ -79,7 +94,6 @@
0
-
@@ -91,6 +105,7 @@
+
@@ -99,11 +114,13 @@
+
+
@@ -114,17 +131,21 @@
+
+
+
+
+
+
+
+
-
-
-
-
@@ -204,6 +225,7 @@
+
@@ -235,6 +257,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/dmledit/dmledit-monod-linux.dproj b/examples/dmledit/dmledit-monod-linux.dproj
index b8c18eed..2288281f 100644
--- a/examples/dmledit/dmledit-monod-linux.dproj
+++ b/examples/dmledit/dmledit-monod-linux.dproj
@@ -12,7 +12,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
../../deps/DerelictGL3/source
diff --git a/examples/dmledit/dmledit-monod-osx.dproj b/examples/dmledit/dmledit-monod-osx.dproj
index 023c0857..cc2fdbfd 100644
--- a/examples/dmledit/dmledit-monod-osx.dproj
+++ b/examples/dmledit/dmledit-monod-osx.dproj
@@ -17,7 +17,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictGL3/source
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
diff --git a/examples/dmledit/dmledit-monod-windows.dproj b/examples/dmledit/dmledit-monod-windows.dproj
index 15bf72ae..d23d1031 100644
--- a/examples/dmledit/dmledit-monod-windows.dproj
+++ b/examples/dmledit/dmledit-monod-windows.dproj
@@ -11,11 +11,11 @@
..\..\src
- ..\..\deps\DerelictFT\source
+ ..\..\3rdparty
..\..\deps\DerelictSDL2\source
+ ..\..\deps\DerelictFT\source
..\..\deps\DerelictGL3\source
..\..\deps\DerelictUtil\source
- ..\..\deps\gl3n
@@ -85,6 +85,7 @@
windows
+ false
diff --git a/examples/example1/example1-monod-linux.dproj b/examples/example1/example1-monod-linux.dproj
index 42aa20d4..cc8f53f6 100644
--- a/examples/example1/example1-monod-linux.dproj
+++ b/examples/example1/example1-monod-linux.dproj
@@ -17,7 +17,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/x11/source
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
diff --git a/examples/example1/example1-monod-osx.dproj b/examples/example1/example1-monod-osx.dproj
index b20b7e3e..faacad9c 100644
--- a/examples/example1/example1-monod-osx.dproj
+++ b/examples/example1/example1-monod-osx.dproj
@@ -17,7 +17,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictGL3/source
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
diff --git a/examples/example1/example1-monod-windows.dproj b/examples/example1/example1-monod-windows.dproj
index 0cf2223e..207d9acf 100644
--- a/examples/example1/example1-monod-windows.dproj
+++ b/examples/example1/example1-monod-windows.dproj
@@ -15,12 +15,12 @@
- ..\..\src
- ..\..\deps\DerelictFT\source
- ..\..\deps\DerelictSDL2\source
- ..\..\deps\DerelictGL3\source
- ..\..\deps\DerelictUtil\source
- ..\..\deps\gl3n
+ ../../src
+ ../../3rdparty
+ ../../deps/DerelictSDL2/source
+ ../../deps/DerelictFT/source
+ ../../deps/DerelictGL3/source
+ ../../deps/DerelictUtil/source
diff --git a/examples/helloworld/helloworld-monod-linux.dproj b/examples/helloworld/helloworld-monod-linux.dproj
index 102b1c48..5263855d 100644
--- a/examples/helloworld/helloworld-monod-linux.dproj
+++ b/examples/helloworld/helloworld-monod-linux.dproj
@@ -17,7 +17,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
../../deps/DerelictGL3/source
diff --git a/examples/helloworld/helloworld-monod-osx.dproj b/examples/helloworld/helloworld-monod-osx.dproj
index 5631e19e..98eebf3c 100644
--- a/examples/helloworld/helloworld-monod-osx.dproj
+++ b/examples/helloworld/helloworld-monod-osx.dproj
@@ -12,7 +12,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictGL3/source
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
diff --git a/examples/helloworld/helloworld-monod-windows.dproj b/examples/helloworld/helloworld-monod-windows.dproj
index 40d029af..f3a8a771 100644
--- a/examples/helloworld/helloworld-monod-windows.dproj
+++ b/examples/helloworld/helloworld-monod-windows.dproj
@@ -15,12 +15,12 @@
- ..\..\src
- ..\..\deps\DerelictFT\source
- ..\..\deps\DerelictSDL2\source
- ..\..\deps\DerelictGL3\source
- ..\..\deps\DerelictUtil\source
- ..\..\deps\gl3n
+ ../../src
+ ../../3rdparty
+ ../../deps/DerelictSDL2/source
+ ../../deps/DerelictFT/source
+ ../../deps/DerelictGL3/source
+ ../../deps/DerelictUtil/source
diff --git a/examples/tetris/tetris-monod-linux.dproj b/examples/tetris/tetris-monod-linux.dproj
index 4c13bc2e..2ba0ac52 100644
--- a/examples/tetris/tetris-monod-linux.dproj
+++ b/examples/tetris/tetris-monod-linux.dproj
@@ -12,7 +12,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
../../deps/DerelictGL3/source
diff --git a/examples/tetris/tetris-monod-osx.dproj b/examples/tetris/tetris-monod-osx.dproj
index 89dc4e20..ac7cd829 100644
--- a/examples/tetris/tetris-monod-osx.dproj
+++ b/examples/tetris/tetris-monod-osx.dproj
@@ -17,7 +17,6 @@
../../src
../../3rdparty
- ../../deps/gl3n
../../deps/DerelictGL3/source
../../deps/DerelictSDL2/source
../../deps/DerelictFT/source
diff --git a/examples/tetris/tetris-monod-windows.dproj b/examples/tetris/tetris-monod-windows.dproj
index 45ced4fe..de7c9561 100644
--- a/examples/tetris/tetris-monod-windows.dproj
+++ b/examples/tetris/tetris-monod-windows.dproj
@@ -15,12 +15,12 @@
- ..\..\src
- ..\..\deps\DerelictFT\source
- ..\..\deps\DerelictSDL2\source
- ..\..\deps\DerelictGL3\source
- ..\..\deps\DerelictUtil\source
- ..\..\deps\gl3n
+ ../../src
+ ../../3rdparty
+ ../../deps/DerelictSDL2/source
+ ../../deps/DerelictFT/source
+ ../../deps/DerelictGL3/source
+ ../../deps/DerelictUtil/source