diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 14:40:32 +0700 |
| commit | f7533bbd5465954f670b210cc5e4b02d273a9908 (patch) | |
| tree | 13711d4bbe10c3805cc041ccd0ada3881cc78136 /ShiftOS-TheRevival/My Project | |
| parent | ec630f54d67fa37e0ad79936c3eaf9cf1cd2ac1f (diff) | |
| download | shiftos-therevival-old-0.2.tar.gz shiftos-therevival-old-0.2.tar.bz2 shiftos-therevival-old-0.2.zip | |
Updater works now0.2
Diffstat (limited to 'ShiftOS-TheRevival/My Project')
5 files changed, 18 insertions, 5 deletions
diff --git a/ShiftOS-TheRevival/My Project/Application.Designer.vb b/ShiftOS-TheRevival/My Project/Application.Designer.vb index 3ab54de..ca29170 100644 --- a/ShiftOS-TheRevival/My Project/Application.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Application.Designer.vb @@ -25,7 +25,7 @@ Namespace My Public Sub New() MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) Me.IsSingleInstance = false - Me.EnableVisualStyles = true + Me.EnableVisualStyles = false Me.SaveMySettingsOnExit = true Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose End Sub diff --git a/ShiftOS-TheRevival/My Project/Application.myapp b/ShiftOS-TheRevival/My Project/Application.myapp index effc3c8..3825827 100644 --- a/ShiftOS-TheRevival/My Project/Application.myapp +++ b/ShiftOS-TheRevival/My Project/Application.myapp @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MySubMain>true</MySubMain> - <MainForm>Form1</MainForm> + <MainForm>ShiftOSMenu</MainForm> <SingleInstance>false</SingleInstance> <ShutdownMode>1</ShutdownMode> - <EnableVisualStyles>true</EnableVisualStyles> + <EnableVisualStyles>false</EnableVisualStyles> <AuthenticationMode>0</AuthenticationMode> <SaveMySettingsOnExit>true</SaveMySettingsOnExit> </MyApplicationData>
\ No newline at end of file diff --git a/ShiftOS-TheRevival/My Project/AssemblyInfo.vb b/ShiftOS-TheRevival/My Project/AssemblyInfo.vb index 9b0c356..0ef265c 100644 --- a/ShiftOS-TheRevival/My Project/AssemblyInfo.vb +++ b/ShiftOS-TheRevival/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' <Assembly: AssemblyVersion("1.0.*")> -<Assembly: AssemblyVersion("1.0.0.0")> -<Assembly: AssemblyFileVersion("1.0.0.0")> +<Assembly: AssemblyVersion("0.2.0.0")> +<Assembly: AssemblyFileVersion("0.2.0.0")> diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 413136f..62a3fe0 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -68,5 +68,14 @@ Namespace My.Resources Return ResourceManager.GetString("BuildString", resourceCulture) End Get End Property + + '''<summary> + ''' Looks up a localized string similar to 0.2.0. + '''</summary> + Friend ReadOnly Property CurrentVersion() As String + Get + Return ResourceManager.GetString("CurrentVersion", resourceCulture) + End Get + End Property End Module End Namespace diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 008acd0..c74daae 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -120,4 +120,8 @@ <data name="BuildString" xml:space="preserve"> <value /> </data> + <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <data name="CurrentVersion" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\CurrentVersion.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> + </data> </root>
\ No newline at end of file |
