From 5ac42d1fe19c7c287611404264bc9dfb53573186 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Tue, 3 Oct 2017 23:32:00 -0500 Subject: [PATCH] Set a neutral language for the application Seems to improve application performance --- DS4Windows/Properties/AssemblyInfo.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 00de84e..984f2d7 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ -using System.Reflection; +using System.Resources; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -34,3 +35,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.4.95")] [assembly: AssemblyFileVersion("1.4.95")] +[assembly: NeutralResourcesLanguage("en")] +