From 455a02299e653af0cdd820076b175dc93afdb50c Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Thu, 5 Dec 2013 09:03:12 +0100 Subject: [PATCH] Updated project files Generate debug symbols on release builds. Remove unused resx file that referenced WinForms. --- Source/OpenTK/OpenTK.csproj | 19 +-- .../OpenTK/Properties/Resources.Designer.cs | 49 ------- Source/OpenTK/Properties/Resources.resx | 120 ------------------ 3 files changed, 6 insertions(+), 182 deletions(-) delete mode 100644 Source/OpenTK/Properties/Resources.Designer.cs delete mode 100644 Source/OpenTK/Properties/Resources.resx diff --git a/Source/OpenTK/OpenTK.csproj b/Source/OpenTK/OpenTK.csproj index 8d65a6b1..8a6274a5 100644 --- a/Source/OpenTK/OpenTK.csproj +++ b/Source/OpenTK/OpenTK.csproj @@ -72,15 +72,17 @@ False 4 AllRules.ruleset - none + pdbonly + true ..\..\Binaries\OpenTK\Release\ - none 4 True TRACE; True + pdbonly + true True @@ -96,7 +98,8 @@ False 4 AllRules.ruleset - none + pdbonly + true True @@ -720,16 +723,6 @@ Code - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - OpenTK.snk diff --git a/Source/OpenTK/Properties/Resources.Designer.cs b/Source/OpenTK/Properties/Resources.Designer.cs deleted file mode 100644 index c0fada84..00000000 --- a/Source/OpenTK/Properties/Resources.Designer.cs +++ /dev/null @@ -1,49 +0,0 @@ -// ------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Mono Runtime Version: 4.0.30319.17020 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -// ------------------------------------------------------------------------------ - -namespace OpenTK.Properties { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("OpenTK.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/Source/OpenTK/Properties/Resources.resx b/Source/OpenTK/Properties/Resources.resx deleted file mode 100644 index 7080a7d1..00000000 --- a/Source/OpenTK/Properties/Resources.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file