From e7498d49710245b4e233d5976aab34b2a5e376f4 Mon Sep 17 00:00:00 2001 From: varon Date: Sun, 17 Jul 2016 23:40:00 +0200 Subject: [PATCH] removed OpenTK.DLL include from Android and iOS OpenTK nuget packages --- src/OpenTK/OpenTK.Android.csproj.paket.template | 2 -- src/OpenTK/OpenTK.iOS.csproj.paket.template | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/OpenTK/OpenTK.Android.csproj.paket.template b/src/OpenTK/OpenTK.Android.csproj.paket.template index 0e100eb..f13e685 100644 --- a/src/OpenTK/OpenTK.Android.csproj.paket.template +++ b/src/OpenTK/OpenTK.Android.csproj.paket.template @@ -21,5 +21,3 @@ summary description The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. -files - OpenTK.dll.config => content/ diff --git a/src/OpenTK/OpenTK.iOS.csproj.paket.template b/src/OpenTK/OpenTK.iOS.csproj.paket.template index ef7312b..13cbf14 100644 --- a/src/OpenTK/OpenTK.iOS.csproj.paket.template +++ b/src/OpenTK/OpenTK.iOS.csproj.paket.template @@ -21,5 +21,3 @@ summary description The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. -files - OpenTK.dll.config => content/ -- 2.7.4