From 28fcfe42333838e35ac71d7c1a4e64a35b43ee6c Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Wed, 3 Aug 2016 11:54:27 +0200 Subject: [PATCH] =?utf8?q?remove=20GtkSharp=20dep=20that=20comes=20with=20?= =?utf8?q?mono,=20add=20.config=20to=20point=20to=20correct=20lib=20files?= =?utf8?q?=20depending=20on=20os=20=09modifi=C3=A9=C2=A0:=20=20=20=20=20?= =?utf8?q?=20=20=20=20Crow.OpenTK.nuspec=20=09modifi=C3=A9=C2=A0:=20=20=20?= =?utf8?q?=20=20=20=20=20=20Crow.csproj=20=09nouveau=20fichier=C2=A0:=20Cr?= =?utf8?q?ow.dll.config=20=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?utf8?q?=20Tests/Tests.csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Crow.OpenTK.nuspec | 8 +++++--- Crow.csproj | 20 +++++++------------- Crow.dll.config | 18 ++++++++++++++++++ Tests/Tests.csproj | 19 +++++-------------- 4 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 Crow.dll.config diff --git a/Crow.OpenTK.nuspec b/Crow.OpenTK.nuspec index ba664df2..24eeb31c 100644 --- a/Crow.OpenTK.nuspec +++ b/Crow.OpenTK.nuspec @@ -2,10 +2,10 @@ Crow.OpenTK - 0.4.5 + 0.4.6 C# Rapid Open Widget Toolkit JP Bruyere - Grand Tetras Software Team + Grand Tetras Software https://www.gnu.org/licenses/gpl-3.0.html https://jpbruyere.github.io/Crow/ https://jpbruyere.github.io/Crow/images/crow.png @@ -26,7 +26,6 @@ For more information, please visit https://jpbruyere.github.io/Crow/. Copyright 2016 - Crow OpenTK OpenGL Widget Interface GUI C# .Net Mono @@ -37,6 +36,9 @@ For more information, please visit https://jpbruyere.github.io/Crow/. + + + diff --git a/Crow.csproj b/Crow.csproj index 1710e316..ad8ce32f 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -141,21 +141,12 @@ - - $(SolutionDir)packages\GtkSharp.3.1.3\lib\net45\cairo-sharp.dll - - - $(SolutionDir)packages\GtkSharp.3.1.3\lib\net45\gdk-sharp.dll - - - $(SolutionDir)packages\GtkSharp.3.1.3\lib\net45\gio-sharp.dll - - - $(SolutionDir)packages\GtkSharp.3.1.3\lib\net45\glib-sharp.dll - + + + + -