[VMware Launcher 2.0.9.6]

- Enhancement: #3 Update Splash Screen
This commit is contained in:
2021-03-27 15:20:21 +00:00
parent 908a005812
commit 9d7bfbe6b9
10 changed files with 13 additions and 22 deletions
+2 -2
View File
@@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9.5")]
[assembly: AssemblyFileVersion("2.0.9.5")]
[assembly: AssemblyVersion("2.0.9.6")]
[assembly: AssemblyFileVersion("2.0.9.6")]
+1 -11
View File
@@ -19,7 +19,7 @@ namespace VMwareLauncher.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -69,15 +69,5 @@ namespace VMwareLauncher.Properties {
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap VMwareWorkstationBack {
get {
object obj = ResourceManager.GetObject("VMwareWorkstationBack", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}
-3
View File
@@ -121,7 +121,4 @@
<data name="VMwareLauncher" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\VMwareLauncher.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="VMwareWorkstationBack" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\VMwareWorkstationBack.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>