mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
[Refs #87: Static Analysis] Add neutral resources language
This commit is contained in:
@@ -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")]
|
||||
[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en-GB")]
|
||||
|
||||
Reference in New Issue
Block a user