From a8563bab771b165c333ef807f36acea2dc8c1a6c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 11 Nov 2014 21:33:00 +0000 Subject: [PATCH] changed some attributes of the program --- Saviour Backup System/Properties/AssemblyInfo.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Saviour Backup System/Properties/AssemblyInfo.cs b/Saviour Backup System/Properties/AssemblyInfo.cs index 8e7322b..29b38b9 100644 --- a/Saviour Backup System/Properties/AssemblyInfo.cs +++ b/Saviour Backup System/Properties/AssemblyInfo.cs @@ -1,6 +1,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 @@ -8,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Saviour Backup System")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("TheOrangeOne")] [assembly: AssemblyProduct("Saviour Backup System")] [assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] @@ -34,3 +35,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-GB")]