From 0761a9b75c1908856cb392f6ab8e8f1c98f2cf37 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Mon, 29 Dec 2014 10:33:45 -0800 Subject: [PATCH] Added OpenTK as a nuget --- App.config | 12 ++++++++---- MatterControl.csproj | 7 ++++--- packages.config | 1 + 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/App.config b/App.config index 287959adb..7b04652ca 100644 --- a/App.config +++ b/App.config @@ -1,9 +1,13 @@ - + - + - + + + + + - + diff --git a/MatterControl.csproj b/MatterControl.csproj index 19b8f14f2..e00bf7745 100644 --- a/MatterControl.csproj +++ b/MatterControl.csproj @@ -306,6 +306,10 @@ False packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll + + False + packages\OpenTK.1.1.1589.5942\lib\NET40\OpenTK.dll + PdfSharp.dll @@ -320,9 +324,6 @@ ..\agg-sharp\AggTests\nunit.framework.dll - - ..\agg-sharp\PlatformWin32\OpenTK.dll - diff --git a/packages.config b/packages.config index 5cb1720db..79c350279 100644 --- a/packages.config +++ b/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file