From: jpbruyere Date: Wed, 3 Aug 2016 09:54:27 +0000 (+0200) Subject: remove GtkSharp dep that comes with mono, add .config to point to X-Git-Tag: v0.4~18^2~15 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=28fcfe42333838e35ac71d7c1a4e64a35b43ee6c;p=jp%2Fcrow.git remove GtkSharp dep that comes with mono, add .config to point to correct lib files depending on os modifié : Crow.OpenTK.nuspec modifié : Crow.csproj nouveau fichier : Crow.dll.config modifié : Tests/Tests.csproj --- 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 - + + + + -