Add icons and improve version display

This commit is contained in:
Chord 2016-06-20 03:04:50 -04:00
parent fce71df0f3
commit 9f280093c2
11 changed files with 77 additions and 21 deletions

View file

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// 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("PS1 GameLauncher")]
[assembly: AssemblyTitle("PSForever Launcher")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("PSForever")]
[assembly: AssemblyProduct("PS1 GameLauncher")]
[assembly: AssemblyCompany("PSForever.net")]
[assembly: AssemblyProduct("PSForever Launcher")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View file

@ -59,5 +59,15 @@ namespace PSLauncher.Properties {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap vector_logo_psforever {
get {
object obj = ResourceManager.GetObject("vector-logo-psforever", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

View file

@ -117,4 +117,8 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="vector-logo-psforever" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\vector-logo-psforever.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>