Merge pull request #603 from Nihlus/nuget-include-debugging-symbols

Ensure that all projects bundle their debugging symbols
This commit is contained in:
Jarl Gullberg 2017-07-26 16:40:27 +02:00 committed by GitHub
commit 047c2396ab
7 changed files with 7 additions and 3 deletions

View file

@ -73,7 +73,7 @@
<RemoveIntegerChecks>False</RemoveIntegerChecks> <RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DebugType>none</DebugType> <DebugType>pdbonly</DebugType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SignAssembly>True</SignAssembly> <SignAssembly>True</SignAssembly>

View file

@ -21,3 +21,4 @@ summary
description 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. 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. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
include-pdbs true

View file

@ -76,7 +76,7 @@
<RemoveIntegerChecks>False</RemoveIntegerChecks> <RemoveIntegerChecks>False</RemoveIntegerChecks>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DebugType>none</DebugType> <DebugType>pdbonly</DebugType>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View file

@ -21,3 +21,4 @@ summary
description 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. 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. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
include-pdbs true

View file

@ -21,3 +21,4 @@ summary
description 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. 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. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
include-pdbs true

View file

@ -23,4 +23,4 @@ description
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
files files
OpenTK.dll.config => content/ OpenTK.dll.config => content/
../../bin/OpenTK/OpenTK.pdb => lib/net20/ include-pdbs true

View file

@ -21,3 +21,4 @@ summary
description 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. 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. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
include-pdbs true