From 4935de919b000a4c806aa630f421883258b47aef Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Thu, 21 Jul 2016 12:54:26 +0200 Subject: [PATCH] update csproj --- Crow.csproj | 8 ++++---- Tests/Tests.csproj | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Crow.csproj b/Crow.csproj index 2933f844..72e52fed 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -144,10 +144,6 @@ $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\cairo-sharp.dll gtk-sharp-3.0 - - $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gdk-sharp.dll - gtk-sharp-2.0 - $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gio-sharp.dll gio-sharp-3.0 @@ -156,6 +152,10 @@ $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\glib-sharp.dll glib-sharp-3.0 + + $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gdk-sharp.dll + gtk-sharp-3.0 + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index ff4e3c78..52bbe57c 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -43,6 +43,23 @@ $(SolutionDir)\packages\OpenTK.Next.1.2.2336.6514-pre\lib\net20\OpenTK.dll + + $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\cairo-sharp.dll + gtk-sharp-3.0 + + + $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gio-sharp.dll + gio-sharp-3.0 + + + $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\glib-sharp.dll + glib-sharp-3.0 + + + $(SolutionDir)packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gdk-sharp.dll + gtk-sharp-3.0 + + -- 2.47.3