From a470213b4b12602fb00bb62a5b6a6892ecbf2adb Mon Sep 17 00:00:00 2001 From: baldurk Date: Sun, 5 Oct 2014 16:35:51 +0100 Subject: [PATCH] [Refs #87: Static Analysis] Add neutral resources language --- renderdocui/Properties/AssemblyInfo.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renderdocui/Properties/AssemblyInfo.cs b/renderdocui/Properties/AssemblyInfo.cs index 6318a0640..080f0259d 100644 --- a/renderdocui/Properties/AssemblyInfo.cs +++ b/renderdocui/Properties/AssemblyInfo.cs @@ -26,6 +26,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -61,4 +62,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("0.22.0.0")] // this can be replaced with the git hash of the commit being built from e.g. in a script -[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")] +[assembly: NeutralResourcesLanguageAttribute("en-GB")]