diff --git a/GtkTestGui/GtkTestGui.csproj b/GtkTestGui/GtkTestGui.csproj
index 0177f65..12a8a40 100644
--- a/GtkTestGui/GtkTestGui.csproj
+++ b/GtkTestGui/GtkTestGui.csproj
@@ -21,6 +21,7 @@
4
false
x86
+ v4.5
full
@@ -30,6 +31,12 @@
4
false
x86
+ v4.5
+
+
+ false
+ bin\Release
+ 4
diff --git a/LibImages/LibImages.csproj b/LibImages/LibImages.csproj
index dbedb6a..1313bc8 100644
--- a/LibImages/LibImages.csproj
+++ b/LibImages/LibImages.csproj
@@ -11,6 +11,8 @@
v4.5
512
+ 8.0.30703
+ 2.0
true
diff --git a/LibMPlayerCommon/LibMPlayerCommon.csproj b/LibMPlayerCommon/LibMPlayerCommon.csproj
index 08d9203..c95b706 100644
--- a/LibMPlayerCommon/LibMPlayerCommon.csproj
+++ b/LibMPlayerCommon/LibMPlayerCommon.csproj
@@ -29,6 +29,8 @@
false
true
+ 8.0.30703
+ 2.0
x86
diff --git a/MPlayerControl.sln b/MPlayerControl.sln
index c14b4ce..b779cbb 100644
--- a/MPlayerControl.sln
+++ b/MPlayerControl.sln
@@ -59,7 +59,8 @@ Global
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Any CPU.Build.0 = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.ActiveCfg = Release|Any CPU
+ {994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.ActiveCfg = Release|x86
+ {994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.Build.0 = Release|x86
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
diff --git a/MPlayerGtkWidget.sln b/MPlayerGtkWidget.sln
index 59b8ac5..92c0b40 100644
--- a/MPlayerGtkWidget.sln
+++ b/MPlayerGtkWidget.sln
@@ -13,22 +13,31 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
+ Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47923683-28D4-487C-A214-0F292EB5DBBE}.Debug|x86.ActiveCfg = Debug|x86
{47923683-28D4-487C-A214-0F292EB5DBBE}.Debug|x86.Build.0 = Debug|x86
+ {47923683-28D4-487C-A214-0F292EB5DBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {47923683-28D4-487C-A214-0F292EB5DBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|x86.ActiveCfg = Release|x86
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|x86.Build.0 = Release|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Debug|x86.ActiveCfg = Debug|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Debug|x86.Build.0 = Debug|x86
+ {5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|Any CPU.Build.0 = Release|Any CPU
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|x86.ActiveCfg = Release|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|x86.Build.0 = Release|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Debug|x86.ActiveCfg = Debug|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Debug|x86.Build.0 = Debug|x86
+ {C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|x86.ActiveCfg = Release|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|x86.Build.0 = Release|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Debug|x86.ActiveCfg = Debug|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Debug|x86.Build.0 = Debug|x86
+ {F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|x86.ActiveCfg = Release|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
diff --git a/MPlayerGtkWidget/MPlayerGtkWidget.csproj b/MPlayerGtkWidget/MPlayerGtkWidget.csproj
index de438aa..3322c56 100644
--- a/MPlayerGtkWidget/MPlayerGtkWidget.csproj
+++ b/MPlayerGtkWidget/MPlayerGtkWidget.csproj
@@ -21,6 +21,7 @@
4
x86
false
+ v4.5
none
@@ -30,6 +31,12 @@
4
x86
false
+ v4.5
+
+
+ false
+ bin\Release
+ 4
diff --git a/MPlayerGtkWidget/gtk-gui/MainWindow.cs b/MPlayerGtkWidget/gtk-gui/MainWindow.cs
index 3e95525..057361e 100644
--- a/MPlayerGtkWidget/gtk-gui/MainWindow.cs
+++ b/MPlayerGtkWidget/gtk-gui/MainWindow.cs
@@ -5,6 +5,6 @@ public partial class MainWindow
{
protected virtual void Build ()
{
-
+
}
}
diff --git a/MPlayerGtkWidget/gtk-gui/gui.stetic b/MPlayerGtkWidget/gtk-gui/gui.stetic
index 4d62196..8f88a0c 100644
--- a/MPlayerGtkWidget/gtk-gui/gui.stetic
+++ b/MPlayerGtkWidget/gtk-gui/gui.stetic
@@ -6,7 +6,7 @@
-
+