diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-10-19 20:29:06 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-10-19 20:29:06 -0700 |
commit | 56267b2aed72998eece335b838b081ad06f10756 (patch) | |
tree | 4d969d9e9e09a95848d8a2c6b7d3707df174cae3 /windows/WinUI/Properties | |
parent | 6040574d8d9263ac50a607d12195c44c3746f47b (diff) | |
download | infinitytier-56267b2aed72998eece335b838b081ad06f10756.tar.gz infinitytier-56267b2aed72998eece335b838b081ad06f10756.zip |
setting icon and a few other settings
Diffstat (limited to 'windows/WinUI/Properties')
-rw-r--r-- | windows/WinUI/Properties/AssemblyInfo.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/windows/WinUI/Properties/AssemblyInfo.cs b/windows/WinUI/Properties/AssemblyInfo.cs index 444cae83..9c7cd133 100644 --- a/windows/WinUI/Properties/AssemblyInfo.cs +++ b/windows/WinUI/Properties/AssemblyInfo.cs @@ -7,11 +7,11 @@ using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("WinUI")] +[assembly: AssemblyTitle("ZeroTier One")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WinUI")] +[assembly: AssemblyCompany("ZeroTier, Inc")] +[assembly: AssemblyProduct("ZeroTier One")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -53,3 +53,4 @@ using System.Windows; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-US")] |