initial commit
This commit is contained in:
commit
3a9231ec66
19 changed files with 2067 additions and 0 deletions
22
LICENSE
Normal file
22
LICENSE
Normal file
|
@ -0,0 +1,22 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
wiw-rcon-chat
|
||||
=============
|
||||
|
||||
rconnet.de Battlefield Chatlog analyzer
|
22
WiW RCON Chat.sln
Normal file
22
WiW RCON Chat.sln
Normal file
|
@ -0,0 +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
|
6
WiW RCON Chat/App.config
Normal file
6
WiW RCON Chat/App.config
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v2.0.50727"/></startup>
|
||||
</configuration>
|
1
WiW RCON Chat/ApplicationEvents.vb
Normal file
1
WiW RCON Chat/ApplicationEvents.vb
Normal file
|
@ -0,0 +1 @@
|
|||
|
262
WiW RCON Chat/Form1.Designer.vb
generated
Normal file
262
WiW RCON Chat/Form1.Designer.vb
generated
Normal file
|
@ -0,0 +1,262 @@
|
|||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmMain
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
|
||||
Me.chkbox_NoServerMessages = New System.Windows.Forms.CheckBox()
|
||||
Me.txt_FilterInput = New System.Windows.Forms.TextBox()
|
||||
Me.button_AddToFilter = New System.Windows.Forms.Button()
|
||||
Me.button_RemoveFromFilter = New System.Windows.Forms.Button()
|
||||
Me.button_ClearFilters = New System.Windows.Forms.Button()
|
||||
Me.listbox_Filters = New System.Windows.Forms.ListBox()
|
||||
Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel()
|
||||
Me.button_SortAndFilter = New System.Windows.Forms.Button()
|
||||
Me.button_SaveToFile = New System.Windows.Forms.Button()
|
||||
Me.lbl_LinesInput = New System.Windows.Forms.Label()
|
||||
Me.lbl_LinesOutput = New System.Windows.Forms.Label()
|
||||
Me.lbl_Progressbar = New System.Windows.Forms.Label()
|
||||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||||
Me.lbl_Empty = New System.Windows.Forms.Label()
|
||||
Me.link_Email = New System.Windows.Forms.LinkLabel()
|
||||
Me.link_Website = New System.Windows.Forms.LinkLabel()
|
||||
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.label_Input = New System.Windows.Forms.Label()
|
||||
Me.txt_Input = New System.Windows.Forms.TextBox()
|
||||
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.label_Output = New System.Windows.Forms.Label()
|
||||
Me.txt_Output = New System.Windows.Forms.TextBox()
|
||||
Me.TableLayoutPanel1.SuspendLayout()
|
||||
Me.FlowLayoutPanel1.SuspendLayout()
|
||||
Me.FlowLayoutPanel2.SuspendLayout()
|
||||
Me.TableLayoutPanel2.SuspendLayout()
|
||||
Me.TableLayoutPanel3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'TableLayoutPanel1
|
||||
'
|
||||
resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1")
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel1, 1, 0)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2, 1, 1)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1)
|
||||
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
||||
'
|
||||
'FlowLayoutPanel1
|
||||
'
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.chkbox_NoServerMessages)
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.txt_FilterInput)
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.button_AddToFilter)
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.button_RemoveFromFilter)
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.button_ClearFilters)
|
||||
Me.FlowLayoutPanel1.Controls.Add(Me.listbox_Filters)
|
||||
resources.ApplyResources(Me.FlowLayoutPanel1, "FlowLayoutPanel1")
|
||||
Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1"
|
||||
'
|
||||
'chkbox_NoServerMessages
|
||||
'
|
||||
resources.ApplyResources(Me.chkbox_NoServerMessages, "chkbox_NoServerMessages")
|
||||
Me.chkbox_NoServerMessages.Name = "chkbox_NoServerMessages"
|
||||
Me.chkbox_NoServerMessages.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txt_FilterInput
|
||||
'
|
||||
Me.txt_FilterInput.AcceptsReturn = True
|
||||
resources.ApplyResources(Me.txt_FilterInput, "txt_FilterInput")
|
||||
Me.txt_FilterInput.Name = "txt_FilterInput"
|
||||
'
|
||||
'button_AddToFilter
|
||||
'
|
||||
resources.ApplyResources(Me.button_AddToFilter, "button_AddToFilter")
|
||||
Me.button_AddToFilter.Name = "button_AddToFilter"
|
||||
Me.button_AddToFilter.UseVisualStyleBackColor = True
|
||||
'
|
||||
'button_RemoveFromFilter
|
||||
'
|
||||
resources.ApplyResources(Me.button_RemoveFromFilter, "button_RemoveFromFilter")
|
||||
Me.button_RemoveFromFilter.Name = "button_RemoveFromFilter"
|
||||
Me.button_RemoveFromFilter.UseVisualStyleBackColor = True
|
||||
'
|
||||
'button_ClearFilters
|
||||
'
|
||||
resources.ApplyResources(Me.button_ClearFilters, "button_ClearFilters")
|
||||
Me.button_ClearFilters.Name = "button_ClearFilters"
|
||||
Me.button_ClearFilters.UseVisualStyleBackColor = True
|
||||
'
|
||||
'listbox_Filters
|
||||
'
|
||||
Me.listbox_Filters.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.listbox_Filters, "listbox_Filters")
|
||||
Me.listbox_Filters.Name = "listbox_Filters"
|
||||
'
|
||||
'FlowLayoutPanel2
|
||||
'
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.button_SortAndFilter)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.button_SaveToFile)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesInput)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesOutput)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Progressbar)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.ProgressBar1)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Empty)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.link_Email)
|
||||
Me.FlowLayoutPanel2.Controls.Add(Me.link_Website)
|
||||
resources.ApplyResources(Me.FlowLayoutPanel2, "FlowLayoutPanel2")
|
||||
Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2"
|
||||
'
|
||||
'button_SortAndFilter
|
||||
'
|
||||
resources.ApplyResources(Me.button_SortAndFilter, "button_SortAndFilter")
|
||||
Me.button_SortAndFilter.Name = "button_SortAndFilter"
|
||||
Me.button_SortAndFilter.UseVisualStyleBackColor = True
|
||||
'
|
||||
'button_SaveToFile
|
||||
'
|
||||
resources.ApplyResources(Me.button_SaveToFile, "button_SaveToFile")
|
||||
Me.button_SaveToFile.Name = "button_SaveToFile"
|
||||
Me.button_SaveToFile.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lbl_LinesInput
|
||||
'
|
||||
resources.ApplyResources(Me.lbl_LinesInput, "lbl_LinesInput")
|
||||
Me.lbl_LinesInput.Name = "lbl_LinesInput"
|
||||
'
|
||||
'lbl_LinesOutput
|
||||
'
|
||||
resources.ApplyResources(Me.lbl_LinesOutput, "lbl_LinesOutput")
|
||||
Me.lbl_LinesOutput.Name = "lbl_LinesOutput"
|
||||
'
|
||||
'lbl_Progressbar
|
||||
'
|
||||
resources.ApplyResources(Me.lbl_Progressbar, "lbl_Progressbar")
|
||||
Me.lbl_Progressbar.Name = "lbl_Progressbar"
|
||||
'
|
||||
'ProgressBar1
|
||||
'
|
||||
resources.ApplyResources(Me.ProgressBar1, "ProgressBar1")
|
||||
Me.ProgressBar1.Name = "ProgressBar1"
|
||||
Me.ProgressBar1.Step = 1
|
||||
'
|
||||
'lbl_Empty
|
||||
'
|
||||
resources.ApplyResources(Me.lbl_Empty, "lbl_Empty")
|
||||
Me.lbl_Empty.Name = "lbl_Empty"
|
||||
'
|
||||
'link_Email
|
||||
'
|
||||
Me.link_Email.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
|
||||
resources.ApplyResources(Me.link_Email, "link_Email")
|
||||
Me.link_Email.Name = "link_Email"
|
||||
Me.link_Email.TabStop = True
|
||||
'
|
||||
'link_Website
|
||||
'
|
||||
Me.link_Website.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
|
||||
resources.ApplyResources(Me.link_Website, "link_Website")
|
||||
Me.link_Website.Name = "link_Website"
|
||||
Me.link_Website.TabStop = True
|
||||
'
|
||||
'TableLayoutPanel2
|
||||
'
|
||||
resources.ApplyResources(Me.TableLayoutPanel2, "TableLayoutPanel2")
|
||||
Me.TableLayoutPanel2.Controls.Add(Me.label_Input, 0, 0)
|
||||
Me.TableLayoutPanel2.Controls.Add(Me.txt_Input, 0, 1)
|
||||
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
|
||||
'
|
||||
'label_Input
|
||||
'
|
||||
resources.ApplyResources(Me.label_Input, "label_Input")
|
||||
Me.label_Input.Name = "label_Input"
|
||||
'
|
||||
'txt_Input
|
||||
'
|
||||
Me.txt_Input.AcceptsReturn = True
|
||||
Me.txt_Input.Cursor = System.Windows.Forms.Cursors.IBeam
|
||||
resources.ApplyResources(Me.txt_Input, "txt_Input")
|
||||
Me.txt_Input.Name = "txt_Input"
|
||||
'
|
||||
'TableLayoutPanel3
|
||||
'
|
||||
resources.ApplyResources(Me.TableLayoutPanel3, "TableLayoutPanel3")
|
||||
Me.TableLayoutPanel3.Controls.Add(Me.label_Output, 0, 0)
|
||||
Me.TableLayoutPanel3.Controls.Add(Me.txt_Output, 0, 1)
|
||||
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
|
||||
'
|
||||
'label_Output
|
||||
'
|
||||
resources.ApplyResources(Me.label_Output, "label_Output")
|
||||
Me.label_Output.Name = "label_Output"
|
||||
'
|
||||
'txt_Output
|
||||
'
|
||||
Me.txt_Output.BackColor = System.Drawing.SystemColors.Window
|
||||
resources.ApplyResources(Me.txt_Output, "txt_Output")
|
||||
Me.txt_Output.Name = "txt_Output"
|
||||
Me.txt_Output.ReadOnly = True
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.TableLayoutPanel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||
Me.MaximizeBox = False
|
||||
Me.Name = "frmMain"
|
||||
Me.TableLayoutPanel1.ResumeLayout(False)
|
||||
Me.FlowLayoutPanel1.ResumeLayout(False)
|
||||
Me.FlowLayoutPanel1.PerformLayout()
|
||||
Me.FlowLayoutPanel2.ResumeLayout(False)
|
||||
Me.FlowLayoutPanel2.PerformLayout()
|
||||
Me.TableLayoutPanel2.ResumeLayout(False)
|
||||
Me.TableLayoutPanel2.PerformLayout()
|
||||
Me.TableLayoutPanel3.ResumeLayout(False)
|
||||
Me.TableLayoutPanel3.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel
|
||||
Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel
|
||||
Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents label_Input As System.Windows.Forms.Label
|
||||
Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents label_Output As System.Windows.Forms.Label
|
||||
Friend WithEvents txt_Input As System.Windows.Forms.TextBox
|
||||
Friend WithEvents txt_Output As System.Windows.Forms.TextBox
|
||||
Friend WithEvents chkbox_NoServerMessages As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents txt_FilterInput As System.Windows.Forms.TextBox
|
||||
Friend WithEvents button_AddToFilter As System.Windows.Forms.Button
|
||||
Friend WithEvents listbox_Filters As System.Windows.Forms.ListBox
|
||||
Friend WithEvents button_SortAndFilter As System.Windows.Forms.Button
|
||||
Friend WithEvents button_SaveToFile As System.Windows.Forms.Button
|
||||
Friend WithEvents button_RemoveFromFilter As System.Windows.Forms.Button
|
||||
Friend WithEvents lbl_LinesInput As System.Windows.Forms.Label
|
||||
Friend WithEvents lbl_LinesOutput As System.Windows.Forms.Label
|
||||
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
|
||||
Friend WithEvents lbl_Progressbar As System.Windows.Forms.Label
|
||||
Friend WithEvents lbl_Empty As System.Windows.Forms.Label
|
||||
Friend WithEvents link_Email As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents link_Website As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents button_ClearFilters As System.Windows.Forms.Button
|
||||
|
||||
End Class
|
1041
WiW RCON Chat/Form1.resx
Normal file
1041
WiW RCON Chat/Form1.resx
Normal file
File diff suppressed because it is too large
Load diff
84
WiW RCON Chat/Form1.vb
Normal file
84
WiW RCON Chat/Form1.vb
Normal file
|
@ -0,0 +1,84 @@
|
|||
Imports System
|
||||
Imports System.Diagnostics
|
||||
|
||||
Public Class frmMain
|
||||
|
||||
Private Sub button_AddToFilter_Click(sender As Object, e As EventArgs) Handles button_AddToFilter.Click
|
||||
If txt_FilterInput.Text <> "" Then
|
||||
listbox_Filters.Items.Add(txt_FilterInput.Text)
|
||||
txt_FilterInput.Text = Nothing
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub button_RemoveFromFilter_Click(sender As Object, e As EventArgs) Handles button_RemoveFromFilter.Click
|
||||
On Error Resume Next
|
||||
listbox_Filters.Items.Remove(listbox_Filters.SelectedItem)
|
||||
listbox_Filters.SetSelected(0, True)
|
||||
End Sub
|
||||
|
||||
Private Sub button_SortAndFilter_Click(sender As Object, e As EventArgs) Handles button_SortAndFilter.Click
|
||||
If txt_Input.Text = "" Then
|
||||
Exit Sub
|
||||
End If
|
||||
txt_Output.Text = ""
|
||||
|
||||
Dim aInput As Array = txt_Input.Lines
|
||||
'Dim aOutput() As Array
|
||||
|
||||
Array.Reverse(aInput)
|
||||
ProgressBar1.Value = 0
|
||||
ProgressBar1.Maximum = Int(aInput.Length)
|
||||
|
||||
For Each _inputlines As String In aInput
|
||||
ProgressBar1.Increment(1)
|
||||
If chkbox_NoServerMessages.Checked = True And _inputlines.ToString.Contains("Server") Then
|
||||
Continue For
|
||||
End If
|
||||
If listbox_Filters.Items.Count > 0 Then
|
||||
' run filters on _inputlines
|
||||
For Each _filter As String In listbox_Filters.Items
|
||||
If _inputlines.ToString.Contains(_filter) Then
|
||||
txt_Output.AppendText(_inputlines + vbNewLine)
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
txt_Output.AppendText(_inputlines + vbNewLine)
|
||||
End If
|
||||
Next
|
||||
|
||||
Dim strInputLines As String = Int(aInput.Length)
|
||||
Dim strOutputLines As String = Int(txt_Output.Lines.Length) - 1
|
||||
|
||||
lbl_LinesInput.Text = " Input Lines: " + strInputLines
|
||||
lbl_LinesOutput.Text = "Output Lines: " + strOutputLines
|
||||
End Sub
|
||||
|
||||
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@tmsn.at")
|
||||
Exit Sub
|
||||
showerr:
|
||||
MessageBox.Show(Err.Description, "An error occured", MessageBoxButtons.OK, MessageBoxIcon.Error)
|
||||
End Sub
|
||||
|
||||
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://tmsn.at/rcon-chat.htm")
|
||||
Exit Sub
|
||||
showerr:
|
||||
MessageBox.Show(Err.Description, "An error occured", MessageBoxButtons.OK, MessageBoxIcon.Error)
|
||||
End Sub
|
||||
|
||||
Private Sub txt_FilterInput_KeyDown(sender As Object, e As KeyEventArgs) Handles txt_FilterInput.KeyDown
|
||||
If e.KeyCode = Keys.Enter Then
|
||||
button_AddToFilter_Click(txt_FilterInput, Nothing)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub button_ClearFilters_Click(sender As Object, e As EventArgs) Handles button_ClearFilters.Click
|
||||
On Error Resume Next
|
||||
listbox_Filters.Items.Clear()
|
||||
End Sub
|
||||
End Class
|
38
WiW RCON Chat/My Project/Application.Designer.vb
generated
Normal file
38
WiW RCON Chat/My Project/Application.Designer.vb
generated
Normal file
|
@ -0,0 +1,38 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
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
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.WiW_RCON_Chat.frmMain
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
10
WiW RCON Chat/My Project/Application.myapp
Normal file
10
WiW RCON Chat/My Project/Application.myapp
Normal file
|
@ -0,0 +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>frmMain</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>1</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<SaveMySettingsOnExit>false</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
21
WiW RCON Chat/My Project/AssemblyInfo.vb
Normal file
21
WiW RCON Chat/My Project/AssemblyInfo.vb
Normal file
|
@ -0,0 +1,21 @@
|
|||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die mit einer Assembly verknüpft sind.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("RCON Chat")>
|
||||
<Assembly: AssemblyDescription("An enhanced viewer/modification util for rconnet.de chat logs")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("2013 Dominic Reich")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(True)>
|
||||
|
||||
<Assembly: AssemblyVersion("1.2.*")>
|
||||
|
63
WiW RCON Chat/My Project/Resources.Designer.vb
generated
Normal file
63
WiW RCON Chat/My Project/Resources.Designer.vb
generated
Normal file
|
@ -0,0 +1,63 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
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
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
117
WiW RCON Chat/My Project/Resources.resx
Normal file
117
WiW RCON Chat/My Project/Resources.resx
Normal file
|
@ -0,0 +1,117 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
73
WiW RCON Chat/My Project/Settings.Designer.vb
generated
Normal file
73
WiW RCON Chat/My Project/Settings.Designer.vb
generated
Normal file
|
@ -0,0 +1,73 @@
|
|||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
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
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
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
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
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
|
7
WiW RCON Chat/My Project/Settings.settings
Normal file
7
WiW RCON Chat/My Project/Settings.settings
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
54
WiW RCON Chat/My Project/app.manifest
Normal file
54
WiW RCON Chat/My Project/app.manifest
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!-- UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
Specifying requestedExecutionLevel node will disable file and registry virtualization.
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
<applicationRequestMinimum>
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
<PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" Unrestricted="true" />
|
||||
</applicationRequestMinimum>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- A list of all Windows versions that this application is designed to work with.
|
||||
Windows will automatically select the most compatible environment.-->
|
||||
<!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
|
||||
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
|
||||
<!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
|
||||
<!-- If your application is designed to work with Windows 8.1, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>-->
|
||||
</application>
|
||||
</compatibility>
|
||||
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
|
||||
<!-- <dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>-->
|
||||
</asmv1:assembly>
|
223
WiW RCON Chat/WiW RCON Chat.vbproj
Normal file
223
WiW RCON Chat/WiW RCON Chat.vbproj
Normal file
|
@ -0,0 +1,223 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>WiW_RCON_Chat.My.MyApplication</StartupObject>
|
||||
<RootNamespace>WiW_RCON_Chat</RootNamespace>
|
||||
<AssemblyName>WiW RCON Chat</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>3</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>false</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetZone>LocalIntranet</TargetZone>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateManifests>false</GenerateManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ApplicationEvents.vb" />
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\app.manifest" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="wiw.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
19
WiW RCON Chat/WiW RCON Chat.vbproj.user
Normal file
19
WiW RCON Chat/WiW RCON Chat.vbproj.user
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
<UpdateUrlHistory />
|
||||
<BootstrapperUrlHistory />
|
||||
<ErrorReportUrlHistory />
|
||||
<FallbackCulture>en-US</FallbackCulture>
|
||||
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<EnableSecurityDebugging>false</EnableSecurityDebugging>
|
||||
</PropertyGroup>
|
||||
</Project>
|
BIN
WiW RCON Chat/wiw.ico
Normal file
BIN
WiW RCON Chat/wiw.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue