From eb932264ad4a2faab60e8267634a1188358316ef Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Wed, 26 Jul 2017 16:13:20 +0200 Subject: [PATCH] Ensure that all projects bundle their debugging symbols. --- src/OpenTK.GLControl/OpenTK.GLControl.csproj | 2 +- src/OpenTK.GLControl/paket.template | 1 + src/OpenTK.GLWidget/OpenTK.GLWidget.csproj | 2 +- src/OpenTK.GLWidget/paket.template | 1 + src/OpenTK/OpenTK.Android.csproj.paket.template | 1 + src/OpenTK/OpenTK.csproj.paket.template | 2 +- src/OpenTK/OpenTK.iOS.csproj.paket.template | 1 + 7 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/OpenTK.GLControl/OpenTK.GLControl.csproj b/src/OpenTK.GLControl/OpenTK.GLControl.csproj index 42201041..61cc1eca 100644 --- a/src/OpenTK.GLControl/OpenTK.GLControl.csproj +++ b/src/OpenTK.GLControl/OpenTK.GLControl.csproj @@ -73,7 +73,7 @@ False 4 AllRules.ruleset - none + pdbonly True diff --git a/src/OpenTK.GLControl/paket.template b/src/OpenTK.GLControl/paket.template index d857e0ee..a5d9bd09 100644 --- a/src/OpenTK.GLControl/paket.template +++ b/src/OpenTK.GLControl/paket.template @@ -21,3 +21,4 @@ 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. +include-pdbs true diff --git a/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj index 57bd09f3..2c1e8aac 100644 --- a/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj +++ b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj @@ -76,7 +76,7 @@ False 4 AllRules.ruleset - none + pdbonly false diff --git a/src/OpenTK.GLWidget/paket.template b/src/OpenTK.GLWidget/paket.template index d57ee8b4..8bc2b130 100644 --- a/src/OpenTK.GLWidget/paket.template +++ b/src/OpenTK.GLWidget/paket.template @@ -21,3 +21,4 @@ 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. +include-pdbs true diff --git a/src/OpenTK/OpenTK.Android.csproj.paket.template b/src/OpenTK/OpenTK.Android.csproj.paket.template index f13e6854..be0201ad 100644 --- a/src/OpenTK/OpenTK.Android.csproj.paket.template +++ b/src/OpenTK/OpenTK.Android.csproj.paket.template @@ -21,3 +21,4 @@ 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. +include-pdbs true diff --git a/src/OpenTK/OpenTK.csproj.paket.template b/src/OpenTK/OpenTK.csproj.paket.template index bc216381..7491ce96 100644 --- a/src/OpenTK/OpenTK.csproj.paket.template +++ b/src/OpenTK/OpenTK.csproj.paket.template @@ -23,4 +23,4 @@ description OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. files OpenTK.dll.config => content/ - ../../bin/OpenTK/OpenTK.pdb => lib/net20/ +include-pdbs true diff --git a/src/OpenTK/OpenTK.iOS.csproj.paket.template b/src/OpenTK/OpenTK.iOS.csproj.paket.template index 13cbf14e..4acf8b35 100644 --- a/src/OpenTK/OpenTK.iOS.csproj.paket.template +++ b/src/OpenTK/OpenTK.iOS.csproj.paket.template @@ -21,3 +21,4 @@ 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. +include-pdbs true