diff --git a/CGR3D-KM.sln b/CGR3D-KM.sln
index d5f1584..0d27065 100644
--- a/CGR3D-KM.sln
+++ b/CGR3D-KM.sln
@@ -11,6 +11,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL2", "OpenGL2\OpenGL2.
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL3", "OpenGL3\OpenGL.vcxproj", "{7FE0B211-D231-442F-BEDA-60613B8B1F9D}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGL4", "OpenGL4\OpenGL4.vcxproj", "{ADE3B882-A837-4B44-8B2F-645FE22BBB39}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -61,6 +63,16 @@ Global
{7FE0B211-D231-442F-BEDA-60613B8B1F9D}.Release|x64.ActiveCfg = Release|Win32
{7FE0B211-D231-442F-BEDA-60613B8B1F9D}.Release|x86.ActiveCfg = Release|Win32
{7FE0B211-D231-442F-BEDA-60613B8B1F9D}.Release|x86.Build.0 = Release|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Debug|x64.ActiveCfg = Debug|x64
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Debug|x64.Build.0 = Debug|x64
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Debug|x86.ActiveCfg = Debug|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Debug|x86.Build.0 = Debug|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Release|Any CPU.ActiveCfg = Release|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Release|x64.ActiveCfg = Release|x64
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Release|x64.Build.0 = Release|x64
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Release|x86.ActiveCfg = Release|Win32
+ {ADE3B882-A837-4B44-8B2F-645FE22BBB39}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/OpenGL4/OpenGL4.vcxproj b/OpenGL4/OpenGL4.vcxproj
index 9fe9f1a..86b5d54 100644
--- a/OpenGL4/OpenGL4.vcxproj
+++ b/OpenGL4/OpenGL4.vcxproj
@@ -88,10 +88,12 @@
Level3
Disabled
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ freeglut/include
Console
true
+ freeglut/lib
@@ -101,10 +103,12 @@
Level3
Disabled
_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ freeglut/include
Console
true
+ freeglut/lib
@@ -116,12 +120,14 @@
true
true
WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ freeglut/include
Console
true
true
true
+ freeglut/lib
@@ -133,15 +139,23 @@
true
true
NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ freeglut/include
Console
true
true
true
+ freeglut/lib
+
+
+
+
+
+
diff --git a/OpenGL4/OpenGL4.vcxproj.filters b/OpenGL4/OpenGL4.vcxproj.filters
index 6a1782f..ce3da75 100644
--- a/OpenGL4/OpenGL4.vcxproj.filters
+++ b/OpenGL4/OpenGL4.vcxproj.filters
@@ -14,4 +14,20 @@
rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
\ No newline at end of file