diff --git a/WiW RCON Chat.sln b/WiW RCON Chat.sln index a327044..60a02d6 100644 --- a/WiW RCON Chat.sln +++ b/WiW RCON Chat.sln @@ -1,22 +1,22 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WiW RCON Chat", "WiW RCON Chat\WiW RCON Chat.vbproj", "{9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WiW RCON Chat", "WiW RCON Chat\WiW RCON Chat.vbproj", "{9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/WiW RCON Chat/App.config b/WiW RCON Chat/App.config index 2a6fbef..35a77b0 100644 --- a/WiW RCON Chat/App.config +++ b/WiW RCON Chat/App.config @@ -1,6 +1,6 @@ - - - - - - + + + + + + diff --git a/WiW RCON Chat/Form1.vb b/WiW RCON Chat/Form1.vb index 9750757..1bc4941 100644 --- a/WiW RCON Chat/Form1.vb +++ b/WiW RCON Chat/Form1.vb @@ -56,7 +56,7 @@ Public Class frmMain Private Sub link_Email_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles link_Email.LinkClicked On Error GoTo showerr link_Email.LinkVisited = True - System.Diagnostics.Process.Start("mailto:Dominic Reich ") + System.Diagnostics.Process.Start("mailto:Dominic Reich ") Exit Sub showerr: MessageBox.Show(Err.Description, "An error occured", MessageBoxButtons.OK, MessageBoxIcon.Error) @@ -65,7 +65,7 @@ showerr: Private Sub link_Website_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles link_Website.LinkClicked On Error GoTo showerr link_Website.LinkVisited = True - System.Diagnostics.Process.Start("http://klamm.io") + System.Diagnostics.Process.Start("https://dominicreich.com") Exit Sub showerr: MessageBox.Show(Err.Description, "An error occured", MessageBoxButtons.OK, MessageBoxIcon.Error) diff --git a/WiW RCON Chat/My Project/Application.Designer.vb b/WiW RCON Chat/My Project/Application.Designer.vb index 3061213..88364b4 100644 --- a/WiW RCON Chat/My Project/Application.Designer.vb +++ b/WiW RCON Chat/My Project/Application.Designer.vb @@ -1,38 +1,38 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.36241 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My - - 'NOTE: This file is auto-generated; do not modify it directly. To make changes, - ' or if you encounter build errors in this file, go to the Project Designer - ' (go to Project Properties or double-click the My Project node in - ' Solution Explorer), and make changes on the Application tab. - ' - Partial Friend Class MyApplication - - _ - Public Sub New() - MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) - Me.IsSingleInstance = false - Me.EnableVisualStyles = true - Me.SaveMySettingsOnExit = false - Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose - End Sub - - _ - Protected Overrides Sub OnCreateMainForm() - Me.MainForm = Global.WiW_RCON_Chat.frmMain - End Sub - End Class -End Namespace +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.36241 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + 'NOTE: This file is auto-generated; do not modify it directly. To make changes, + ' or if you encounter build errors in this file, go to the Project Designer + ' (go to Project Properties or double-click the My Project node in + ' Solution Explorer), and make changes on the Application tab. + ' + Partial Friend Class MyApplication + + _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = false + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose + End Sub + + _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.WiW_RCON_Chat.frmMain + End Sub + End Class +End Namespace diff --git a/WiW RCON Chat/My Project/Application.myapp b/WiW RCON Chat/My Project/Application.myapp index 6e9ec9e..7bccb24 100644 --- a/WiW RCON Chat/My Project/Application.myapp +++ b/WiW RCON Chat/My Project/Application.myapp @@ -1,10 +1,10 @@ - - - true - frmMain - false - 1 - true - 0 - false + + + true + frmMain + false + 1 + true + 0 + false \ No newline at end of file diff --git a/WiW RCON Chat/My Project/Resources.Designer.vb b/WiW RCON Chat/My Project/Resources.Designer.vb index 910711b..02a8729 100644 --- a/WiW RCON Chat/My Project/Resources.Designer.vb +++ b/WiW RCON Chat/My Project/Resources.Designer.vb @@ -1,63 +1,63 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.36241 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - '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. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module Resources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("WiW_RCON_Chat.Resources", GetType(Resources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - End Module -End Namespace +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.36241 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Imports System + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + '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. + ''' + ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("WiW_RCON_Chat.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/WiW RCON Chat/My Project/Resources.resx b/WiW RCON Chat/My Project/Resources.resx index ffecec8..af7dbeb 100644 --- a/WiW RCON Chat/My Project/Resources.resx +++ b/WiW RCON Chat/My Project/Resources.resx @@ -1,117 +1,117 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/WiW RCON Chat/My Project/Settings.Designer.vb b/WiW RCON Chat/My Project/Settings.Designer.vb index 5d252b2..a96017d 100644 --- a/WiW RCON Chat/My Project/Settings.Designer.vb +++ b/WiW RCON Chat/My Project/Settings.Designer.vb @@ -1,73 +1,73 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.36241 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My - - _ - Partial Friend NotInheritable Class MySettings - Inherits Global.System.Configuration.ApplicationSettingsBase - - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) - -#Region "My.Settings Auto-Save Functionality" -#If _MyType = "WindowsForms" Then - Private Shared addedHandler As Boolean - - Private Shared addedHandlerLockObject As New Object - - _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) - If My.Application.SaveMySettingsOnExit Then - My.Settings.Save() - End If - End Sub -#End If -#End Region - - Public Shared ReadOnly Property [Default]() As MySettings - Get - -#If _MyType = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If - End SyncLock - End If -#End If - Return defaultInstance - End Get - End Property - End Class -End Namespace - -Namespace My - - _ - Friend Module MySettingsProperty - - _ - Friend ReadOnly Property Settings() As Global.WiW_RCON_Chat.My.MySettings - Get - Return Global.WiW_RCON_Chat.My.MySettings.Default - End Get - End Property - End Module -End Namespace +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.36241 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) + +#Region "My.Settings Auto-Save Functionality" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.WiW_RCON_Chat.My.MySettings + Get + Return Global.WiW_RCON_Chat.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/WiW RCON Chat/My Project/Settings.settings b/WiW RCON Chat/My Project/Settings.settings index 377f56d..85b890b 100644 --- a/WiW RCON Chat/My Project/Settings.settings +++ b/WiW RCON Chat/My Project/Settings.settings @@ -1,7 +1,7 @@ - - - - - - - + + + + + + + diff --git a/WiW RCON Chat/WiW RCON Chat.vbproj b/WiW RCON Chat/WiW RCON Chat.vbproj index 6010b6f..688ae12 100644 --- a/WiW RCON Chat/WiW RCON Chat.vbproj +++ b/WiW RCON Chat/WiW RCON Chat.vbproj @@ -26,7 +26,7 @@ true http://tools.dominicreich.com/WiW-RCON-Chat/ http://tools.dominicreich.com/WiW-RCON-Chat/ - http://klamm.io + https://dominicreich.com https://github.com/freefallcid/wiw-rcon-chat/issues WiW RCON Chat Dominic Reich diff --git a/WiW RCON Chat/WiW RCON Chat.vbproj.user b/WiW RCON Chat/WiW RCON Chat.vbproj.user index dbf54b8..af695f8 100644 --- a/WiW RCON Chat/WiW RCON Chat.vbproj.user +++ b/WiW RCON Chat/WiW RCON Chat.vbproj.user @@ -3,7 +3,7 @@ Z:\WiW-RCON-Chat\|publish\ http://tools.dominicreich.com/WiW-RCON-Chat/ - http://tmsn.at/%3ftools&rcon-chat + http://klamm.io|http://tmsn.at/%3ftools&rcon-chat http://tools.dominicreich.com/WiW-RCON-Chat/ https://github.com/freefallcid/wiw-rcon-chat/issues