Veröffentlichung, Gitignore, Gitattributes

master
Dominic Reich 9 years ago
parent 15932d7635
commit e52ba66982

63
.gitattributes vendored

@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain

212
.gitignore vendored

@ -0,0 +1,212 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
#*.pubxml
*.publishproj
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# Windows Azure Build Output
csx/
*.build.csdef
# Windows Store app package directory
AppPackages/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

@ -1,262 +1,262 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain Partial Class frmMain
Inherits System.Windows.Forms.Form Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _ <System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean) Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try Try
If disposing AndAlso components IsNot Nothing Then If disposing AndAlso components IsNot Nothing Then
components.Dispose() components.Dispose()
End If End If
Finally Finally
MyBase.Dispose(disposing) MyBase.Dispose(disposing)
End Try End Try
End Sub End Sub
'Wird vom Windows Form-Designer benötigt. 'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _ <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent() Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel() Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
Me.chkbox_NoServerMessages = New System.Windows.Forms.CheckBox() Me.chkbox_NoServerMessages = New System.Windows.Forms.CheckBox()
Me.txt_FilterInput = New System.Windows.Forms.TextBox() Me.txt_FilterInput = New System.Windows.Forms.TextBox()
Me.button_AddToFilter = New System.Windows.Forms.Button() Me.button_AddToFilter = New System.Windows.Forms.Button()
Me.button_RemoveFromFilter = New System.Windows.Forms.Button() Me.button_RemoveFromFilter = New System.Windows.Forms.Button()
Me.button_ClearFilters = New System.Windows.Forms.Button() Me.button_ClearFilters = New System.Windows.Forms.Button()
Me.listbox_Filters = New System.Windows.Forms.ListBox() Me.listbox_Filters = New System.Windows.Forms.ListBox()
Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel() Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel()
Me.button_SortAndFilter = New System.Windows.Forms.Button() Me.button_SortAndFilter = New System.Windows.Forms.Button()
Me.button_SaveToFile = New System.Windows.Forms.Button() Me.button_SaveToFile = New System.Windows.Forms.Button()
Me.lbl_LinesInput = New System.Windows.Forms.Label() Me.lbl_LinesInput = New System.Windows.Forms.Label()
Me.lbl_LinesOutput = New System.Windows.Forms.Label() Me.lbl_LinesOutput = New System.Windows.Forms.Label()
Me.lbl_Progressbar = New System.Windows.Forms.Label() Me.lbl_Progressbar = New System.Windows.Forms.Label()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.lbl_Empty = New System.Windows.Forms.Label() Me.lbl_Empty = New System.Windows.Forms.Label()
Me.link_Email = New System.Windows.Forms.LinkLabel() Me.link_Email = New System.Windows.Forms.LinkLabel()
Me.link_Website = New System.Windows.Forms.LinkLabel() Me.link_Website = New System.Windows.Forms.LinkLabel()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.label_Input = New System.Windows.Forms.Label() Me.label_Input = New System.Windows.Forms.Label()
Me.txt_Input = New System.Windows.Forms.TextBox() Me.txt_Input = New System.Windows.Forms.TextBox()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.label_Output = New System.Windows.Forms.Label() Me.label_Output = New System.Windows.Forms.Label()
Me.txt_Output = New System.Windows.Forms.TextBox() Me.txt_Output = New System.Windows.Forms.TextBox()
Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout()
Me.FlowLayoutPanel1.SuspendLayout() Me.FlowLayoutPanel1.SuspendLayout()
Me.FlowLayoutPanel2.SuspendLayout() Me.FlowLayoutPanel2.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout()
Me.TableLayoutPanel3.SuspendLayout() Me.TableLayoutPanel3.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
' '
'TableLayoutPanel1 'TableLayoutPanel1
' '
resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1")
Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel1, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel1, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.FlowLayoutPanel2, 1, 1)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 1)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
' '
'FlowLayoutPanel1 'FlowLayoutPanel1
' '
Me.FlowLayoutPanel1.Controls.Add(Me.chkbox_NoServerMessages) Me.FlowLayoutPanel1.Controls.Add(Me.chkbox_NoServerMessages)
Me.FlowLayoutPanel1.Controls.Add(Me.txt_FilterInput) Me.FlowLayoutPanel1.Controls.Add(Me.txt_FilterInput)
Me.FlowLayoutPanel1.Controls.Add(Me.button_AddToFilter) Me.FlowLayoutPanel1.Controls.Add(Me.button_AddToFilter)
Me.FlowLayoutPanel1.Controls.Add(Me.button_RemoveFromFilter) Me.FlowLayoutPanel1.Controls.Add(Me.button_RemoveFromFilter)
Me.FlowLayoutPanel1.Controls.Add(Me.button_ClearFilters) Me.FlowLayoutPanel1.Controls.Add(Me.button_ClearFilters)
Me.FlowLayoutPanel1.Controls.Add(Me.listbox_Filters) Me.FlowLayoutPanel1.Controls.Add(Me.listbox_Filters)
resources.ApplyResources(Me.FlowLayoutPanel1, "FlowLayoutPanel1") resources.ApplyResources(Me.FlowLayoutPanel1, "FlowLayoutPanel1")
Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1"
' '
'chkbox_NoServerMessages 'chkbox_NoServerMessages
' '
resources.ApplyResources(Me.chkbox_NoServerMessages, "chkbox_NoServerMessages") resources.ApplyResources(Me.chkbox_NoServerMessages, "chkbox_NoServerMessages")
Me.chkbox_NoServerMessages.Name = "chkbox_NoServerMessages" Me.chkbox_NoServerMessages.Name = "chkbox_NoServerMessages"
Me.chkbox_NoServerMessages.UseVisualStyleBackColor = True Me.chkbox_NoServerMessages.UseVisualStyleBackColor = True
' '
'txt_FilterInput 'txt_FilterInput
' '
Me.txt_FilterInput.AcceptsReturn = True Me.txt_FilterInput.AcceptsReturn = True
resources.ApplyResources(Me.txt_FilterInput, "txt_FilterInput") resources.ApplyResources(Me.txt_FilterInput, "txt_FilterInput")
Me.txt_FilterInput.Name = "txt_FilterInput" Me.txt_FilterInput.Name = "txt_FilterInput"
' '
'button_AddToFilter 'button_AddToFilter
' '
resources.ApplyResources(Me.button_AddToFilter, "button_AddToFilter") resources.ApplyResources(Me.button_AddToFilter, "button_AddToFilter")
Me.button_AddToFilter.Name = "button_AddToFilter" Me.button_AddToFilter.Name = "button_AddToFilter"
Me.button_AddToFilter.UseVisualStyleBackColor = True Me.button_AddToFilter.UseVisualStyleBackColor = True
' '
'button_RemoveFromFilter 'button_RemoveFromFilter
' '
resources.ApplyResources(Me.button_RemoveFromFilter, "button_RemoveFromFilter") resources.ApplyResources(Me.button_RemoveFromFilter, "button_RemoveFromFilter")
Me.button_RemoveFromFilter.Name = "button_RemoveFromFilter" Me.button_RemoveFromFilter.Name = "button_RemoveFromFilter"
Me.button_RemoveFromFilter.UseVisualStyleBackColor = True Me.button_RemoveFromFilter.UseVisualStyleBackColor = True
' '
'button_ClearFilters 'button_ClearFilters
' '
resources.ApplyResources(Me.button_ClearFilters, "button_ClearFilters") resources.ApplyResources(Me.button_ClearFilters, "button_ClearFilters")
Me.button_ClearFilters.Name = "button_ClearFilters" Me.button_ClearFilters.Name = "button_ClearFilters"
Me.button_ClearFilters.UseVisualStyleBackColor = True Me.button_ClearFilters.UseVisualStyleBackColor = True
' '
'listbox_Filters 'listbox_Filters
' '
Me.listbox_Filters.FormattingEnabled = True Me.listbox_Filters.FormattingEnabled = True
resources.ApplyResources(Me.listbox_Filters, "listbox_Filters") resources.ApplyResources(Me.listbox_Filters, "listbox_Filters")
Me.listbox_Filters.Name = "listbox_Filters" Me.listbox_Filters.Name = "listbox_Filters"
' '
'FlowLayoutPanel2 'FlowLayoutPanel2
' '
Me.FlowLayoutPanel2.Controls.Add(Me.button_SortAndFilter) Me.FlowLayoutPanel2.Controls.Add(Me.button_SortAndFilter)
Me.FlowLayoutPanel2.Controls.Add(Me.button_SaveToFile) Me.FlowLayoutPanel2.Controls.Add(Me.button_SaveToFile)
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesInput) Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesInput)
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesOutput) Me.FlowLayoutPanel2.Controls.Add(Me.lbl_LinesOutput)
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Progressbar) Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Progressbar)
Me.FlowLayoutPanel2.Controls.Add(Me.ProgressBar1) Me.FlowLayoutPanel2.Controls.Add(Me.ProgressBar1)
Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Empty) Me.FlowLayoutPanel2.Controls.Add(Me.lbl_Empty)
Me.FlowLayoutPanel2.Controls.Add(Me.link_Email) Me.FlowLayoutPanel2.Controls.Add(Me.link_Email)
Me.FlowLayoutPanel2.Controls.Add(Me.link_Website) Me.FlowLayoutPanel2.Controls.Add(Me.link_Website)
resources.ApplyResources(Me.FlowLayoutPanel2, "FlowLayoutPanel2") resources.ApplyResources(Me.FlowLayoutPanel2, "FlowLayoutPanel2")
Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2" Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2"
' '
'button_SortAndFilter 'button_SortAndFilter
' '
resources.ApplyResources(Me.button_SortAndFilter, "button_SortAndFilter") resources.ApplyResources(Me.button_SortAndFilter, "button_SortAndFilter")
Me.button_SortAndFilter.Name = "button_SortAndFilter" Me.button_SortAndFilter.Name = "button_SortAndFilter"
Me.button_SortAndFilter.UseVisualStyleBackColor = True Me.button_SortAndFilter.UseVisualStyleBackColor = True
' '
'button_SaveToFile 'button_SaveToFile
' '
resources.ApplyResources(Me.button_SaveToFile, "button_SaveToFile") resources.ApplyResources(Me.button_SaveToFile, "button_SaveToFile")
Me.button_SaveToFile.Name = "button_SaveToFile" Me.button_SaveToFile.Name = "button_SaveToFile"
Me.button_SaveToFile.UseVisualStyleBackColor = True Me.button_SaveToFile.UseVisualStyleBackColor = True
' '
'lbl_LinesInput 'lbl_LinesInput
' '
resources.ApplyResources(Me.lbl_LinesInput, "lbl_LinesInput") resources.ApplyResources(Me.lbl_LinesInput, "lbl_LinesInput")
Me.lbl_LinesInput.Name = "lbl_LinesInput" Me.lbl_LinesInput.Name = "lbl_LinesInput"
' '
'lbl_LinesOutput 'lbl_LinesOutput
' '
resources.ApplyResources(Me.lbl_LinesOutput, "lbl_LinesOutput") resources.ApplyResources(Me.lbl_LinesOutput, "lbl_LinesOutput")
Me.lbl_LinesOutput.Name = "lbl_LinesOutput" Me.lbl_LinesOutput.Name = "lbl_LinesOutput"
' '
'lbl_Progressbar 'lbl_Progressbar
' '
resources.ApplyResources(Me.lbl_Progressbar, "lbl_Progressbar") resources.ApplyResources(Me.lbl_Progressbar, "lbl_Progressbar")
Me.lbl_Progressbar.Name = "lbl_Progressbar" Me.lbl_Progressbar.Name = "lbl_Progressbar"
' '
'ProgressBar1 'ProgressBar1
' '
resources.ApplyResources(Me.ProgressBar1, "ProgressBar1") resources.ApplyResources(Me.ProgressBar1, "ProgressBar1")
Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Step = 1 Me.ProgressBar1.Step = 1
' '
'lbl_Empty 'lbl_Empty
' '
resources.ApplyResources(Me.lbl_Empty, "lbl_Empty") resources.ApplyResources(Me.lbl_Empty, "lbl_Empty")
Me.lbl_Empty.Name = "lbl_Empty" Me.lbl_Empty.Name = "lbl_Empty"
' '
'link_Email 'link_Email
' '
Me.link_Email.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline Me.link_Email.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
resources.ApplyResources(Me.link_Email, "link_Email") resources.ApplyResources(Me.link_Email, "link_Email")
Me.link_Email.Name = "link_Email" Me.link_Email.Name = "link_Email"
Me.link_Email.TabStop = True Me.link_Email.TabStop = True
' '
'link_Website 'link_Website
' '
Me.link_Website.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline Me.link_Website.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
resources.ApplyResources(Me.link_Website, "link_Website") resources.ApplyResources(Me.link_Website, "link_Website")
Me.link_Website.Name = "link_Website" Me.link_Website.Name = "link_Website"
Me.link_Website.TabStop = True Me.link_Website.TabStop = True
' '
'TableLayoutPanel2 'TableLayoutPanel2
' '
resources.ApplyResources(Me.TableLayoutPanel2, "TableLayoutPanel2") resources.ApplyResources(Me.TableLayoutPanel2, "TableLayoutPanel2")
Me.TableLayoutPanel2.Controls.Add(Me.label_Input, 0, 0) Me.TableLayoutPanel2.Controls.Add(Me.label_Input, 0, 0)
Me.TableLayoutPanel2.Controls.Add(Me.txt_Input, 0, 1) Me.TableLayoutPanel2.Controls.Add(Me.txt_Input, 0, 1)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
' '
'label_Input 'label_Input
' '
resources.ApplyResources(Me.label_Input, "label_Input") resources.ApplyResources(Me.label_Input, "label_Input")
Me.label_Input.Name = "label_Input" Me.label_Input.Name = "label_Input"
' '
'txt_Input 'txt_Input
' '
Me.txt_Input.AcceptsReturn = True Me.txt_Input.AcceptsReturn = True
Me.txt_Input.Cursor = System.Windows.Forms.Cursors.IBeam Me.txt_Input.Cursor = System.Windows.Forms.Cursors.IBeam
resources.ApplyResources(Me.txt_Input, "txt_Input") resources.ApplyResources(Me.txt_Input, "txt_Input")
Me.txt_Input.Name = "txt_Input" Me.txt_Input.Name = "txt_Input"
' '
'TableLayoutPanel3 'TableLayoutPanel3
' '
resources.ApplyResources(Me.TableLayoutPanel3, "TableLayoutPanel3") resources.ApplyResources(Me.TableLayoutPanel3, "TableLayoutPanel3")
Me.TableLayoutPanel3.Controls.Add(Me.label_Output, 0, 0) Me.TableLayoutPanel3.Controls.Add(Me.label_Output, 0, 0)
Me.TableLayoutPanel3.Controls.Add(Me.txt_Output, 0, 1) Me.TableLayoutPanel3.Controls.Add(Me.txt_Output, 0, 1)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3" Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
' '
'label_Output 'label_Output
' '
resources.ApplyResources(Me.label_Output, "label_Output") resources.ApplyResources(Me.label_Output, "label_Output")
Me.label_Output.Name = "label_Output" Me.label_Output.Name = "label_Output"
' '
'txt_Output 'txt_Output
' '
Me.txt_Output.BackColor = System.Drawing.SystemColors.Window Me.txt_Output.BackColor = System.Drawing.SystemColors.Window
resources.ApplyResources(Me.txt_Output, "txt_Output") resources.ApplyResources(Me.txt_Output, "txt_Output")
Me.txt_Output.Name = "txt_Output" Me.txt_Output.Name = "txt_Output"
Me.txt_Output.ReadOnly = True Me.txt_Output.ReadOnly = True
' '
'frmMain 'frmMain
' '
resources.ApplyResources(Me, "$this") resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False Me.MaximizeBox = False
Me.Name = "frmMain" Me.Name = "frmMain"
Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False)
Me.FlowLayoutPanel1.ResumeLayout(False) Me.FlowLayoutPanel1.ResumeLayout(False)
Me.FlowLayoutPanel1.PerformLayout() Me.FlowLayoutPanel1.PerformLayout()
Me.FlowLayoutPanel2.ResumeLayout(False) Me.FlowLayoutPanel2.ResumeLayout(False)
Me.FlowLayoutPanel2.PerformLayout() Me.FlowLayoutPanel2.PerformLayout()
Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel2.PerformLayout() Me.TableLayoutPanel2.PerformLayout()
Me.TableLayoutPanel3.ResumeLayout(False) Me.TableLayoutPanel3.ResumeLayout(False)
Me.TableLayoutPanel3.PerformLayout() Me.TableLayoutPanel3.PerformLayout()
Me.ResumeLayout(False) Me.ResumeLayout(False)
End Sub End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents label_Input As System.Windows.Forms.Label Friend WithEvents label_Input As System.Windows.Forms.Label
Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents label_Output As System.Windows.Forms.Label Friend WithEvents label_Output As System.Windows.Forms.Label
Friend WithEvents txt_Input As System.Windows.Forms.TextBox Friend WithEvents txt_Input As System.Windows.Forms.TextBox
Friend WithEvents txt_Output 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 chkbox_NoServerMessages As System.Windows.Forms.CheckBox
Friend WithEvents txt_FilterInput As System.Windows.Forms.TextBox Friend WithEvents txt_FilterInput As System.Windows.Forms.TextBox
Friend WithEvents button_AddToFilter As System.Windows.Forms.Button Friend WithEvents button_AddToFilter As System.Windows.Forms.Button
Friend WithEvents listbox_Filters As System.Windows.Forms.ListBox Friend WithEvents listbox_Filters As System.Windows.Forms.ListBox
Friend WithEvents button_SortAndFilter As System.Windows.Forms.Button Friend WithEvents button_SortAndFilter As System.Windows.Forms.Button
Friend WithEvents button_SaveToFile 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 button_RemoveFromFilter As System.Windows.Forms.Button
Friend WithEvents lbl_LinesInput As System.Windows.Forms.Label Friend WithEvents lbl_LinesInput As System.Windows.Forms.Label
Friend WithEvents lbl_LinesOutput As System.Windows.Forms.Label Friend WithEvents lbl_LinesOutput As System.Windows.Forms.Label
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents lbl_Progressbar As System.Windows.Forms.Label Friend WithEvents lbl_Progressbar As System.Windows.Forms.Label
Friend WithEvents lbl_Empty 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_Email As System.Windows.Forms.LinkLabel
Friend WithEvents link_Website As System.Windows.Forms.LinkLabel Friend WithEvents link_Website As System.Windows.Forms.LinkLabel
Friend WithEvents button_ClearFilters As System.Windows.Forms.Button Friend WithEvents button_ClearFilters As System.Windows.Forms.Button
End Class End Class

@ -1,21 +1,21 @@
Imports System Imports System
Imports System.Reflection Imports System.Reflection
Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgenden ' Allgemeine Informationen über eine Assembly werden über die folgenden
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, ' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
' die mit einer Assembly verknüpft sind. ' die mit einer Assembly verknüpft sind.
' Die Werte der Assemblyattribute überprüfen ' Die Werte der Assemblyattribute überprüfen
<Assembly: AssemblyTitle("WiW RCON Chat")> <Assembly: AssemblyTitle("WiW RCON Chat")>
<Assembly: AssemblyDescription("An enhanced viewer/modification util for rconnet.de chat logs")> <Assembly: AssemblyDescription("An enhanced viewer/modification util for rconnet.de chat logs")>
<Assembly: AssemblyCompany("")> <Assembly: AssemblyCompany("Dominic Reich")>
<Assembly: AssemblyProduct("")> <Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("2013 Dominic Reich")> <Assembly: AssemblyCopyright("© 2013 Dominic Reich")>
<Assembly: AssemblyTrademark("")> <Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
<Assembly: AssemblyVersion("1.2.*")> <Assembly: AssemblyVersion("1.2.*")>

@ -1,54 +1,54 @@
<?xml version="1.0" encoding="utf-8"?> <?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"> <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" /> <assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC Manifest Options <!-- UAC Manifest Options
If you want to change the Windows User Account Control level replace the If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following. requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> <requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" /> <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Specifying requestedExecutionLevel node will disable file and registry virtualization. Specifying requestedExecutionLevel node will disable file and registry virtualization.
If you want to utilize File and Registry Virtualization for backward If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node. compatibility then delete the requestedExecutionLevel node.
--> -->
<requestedExecutionLevel level="asInvoker" uiAccess="false" /> <requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges> </requestedPrivileges>
<applicationRequestMinimum> <applicationRequestMinimum>
<defaultAssemblyRequest permissionSetReference="Custom" /> <defaultAssemblyRequest permissionSetReference="Custom" />
<PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" Unrestricted="true" /> <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" Unrestricted="true" />
</applicationRequestMinimum> </applicationRequestMinimum>
</security> </security>
</trustInfo> </trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application> <application>
<!-- A list of all Windows versions that this application is designed to work with. <!-- A list of all Windows versions that this application is designed to work with.
Windows will automatically select the most compatible environment.--> Windows will automatically select the most compatible environment.-->
<!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node--> <!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>--> <!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node--> <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
<!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node--> <!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>--> <!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
<!-- If your application is designed to work with Windows 8.1, uncomment the following supportedOS node--> <!-- If your application is designed to work with Windows 8.1, uncomment the following supportedOS node-->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>--> <!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>-->
</application> </application>
</compatibility> </compatibility>
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!-- <dependency> <!-- <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity <assemblyIdentity
type="win32" type="win32"
name="Microsoft.Windows.Common-Controls" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" version="6.0.0.0"
processorArchitecture="*" processorArchitecture="*"
publicKeyToken="6595b64144ccf1df" publicKeyToken="6595b64144ccf1df"
language="*" language="*"
/> />
</dependentAssembly> </dependentAssembly>
</dependency>--> </dependency>-->
</asmv1:assembly> </asmv1:assembly>

@ -1,222 +1,243 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}</ProjectGuid> <ProjectGuid>{9F6D80C4-659D-4A44-B1B6-094B5ACDB9C0}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<StartupObject>WiW_RCON_Chat.My.MyApplication</StartupObject> <StartupObject>WiW_RCON_Chat.My.MyApplication</StartupObject>
<RootNamespace>WiW_RCON_Chat</RootNamespace> <RootNamespace>WiW_RCON_Chat</RootNamespace>
<AssemblyName>WiW RCON Chat</AssemblyName> <AssemblyName>WiW RCON Chat</AssemblyName>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType> <MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>true</IsWebBootstrapper>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl> <PublishUrl>Z:\WiW-RCON-Chat\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Web</InstallFrom>
<UpdateEnabled>false</UpdateEnabled> <UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode> <UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically> <UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision> <InstallUrl>http://tools.dominicreich.com/WiW-RCON-Chat/</InstallUrl>
<ApplicationVersion>1.0.0.0</ApplicationVersion> <UpdateUrl>http://tools.dominicreich.com/WiW-RCON-Chat/</UpdateUrl>
<UseApplicationTrust>false</UseApplicationTrust> <SupportUrl>http://tmsn.at/%3ftools&amp;rcon-chat</SupportUrl>
<BootstrapperEnabled>true</BootstrapperEnabled> <ErrorReportUrl>https://github.com/freefallcid/wiw-rcon-chat/issues</ErrorReportUrl>
</PropertyGroup> <ProductName>WiW RCON Chat</ProductName>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PublisherName>Dominic Reich</PublisherName>
<PlatformTarget>AnyCPU</PlatformTarget> <SuiteName>WiW Tools</SuiteName>
<DebugSymbols>true</DebugSymbols> <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<DebugType>full</DebugType> <ApplicationRevision>1</ApplicationRevision>
<DefineDebug>true</DefineDebug> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<DefineTrace>true</DefineTrace> <UseApplicationTrust>false</UseApplicationTrust>
<OutputPath>bin\Debug\</OutputPath> <CreateDesktopShortcut>true</CreateDesktopShortcut>
<DocumentationFile> <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
</DocumentationFile> <PublishWizardCompleted>true</PublishWizardCompleted>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> <BootstrapperEnabled>true</BootstrapperEnabled>
<WarningsAsErrors> </PropertyGroup>
</WarningsAsErrors> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <PlatformTarget>AnyCPU</PlatformTarget>
<WarningLevel>1</WarningLevel> <DebugSymbols>true</DebugSymbols>
</PropertyGroup> <DebugType>full</DebugType>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DefineDebug>true</DefineDebug>
<PlatformTarget>AnyCPU</PlatformTarget> <DefineTrace>true</DefineTrace>
<DebugType>pdbonly</DebugType> <OutputPath>bin\Debug\</OutputPath>
<DefineDebug>false</DefineDebug> <DocumentationFile>
<DefineTrace>false</DefineTrace> </DocumentationFile>
<Optimize>true</Optimize> <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<OutputPath>bin\Release\</OutputPath> <WarningsAsErrors>
<DocumentationFile> </WarningsAsErrors>
</DocumentationFile> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> <WarningLevel>1</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess> </PropertyGroup>
<WarningsAsErrors> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</WarningsAsErrors> <PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit> <DebugType>pdbonly</DebugType>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <DefineDebug>false</DefineDebug>
<WarningLevel>1</WarningLevel> <DefineTrace>false</DefineTrace>
</PropertyGroup> <Optimize>true</Optimize>
<PropertyGroup> <OutputPath>bin\Release\</OutputPath>
<OptionExplicit>On</OptionExplicit> <DocumentationFile>
</PropertyGroup> </DocumentationFile>
<PropertyGroup> <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<OptionCompare>Binary</OptionCompare> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> <WarningsAsErrors>
<PropertyGroup> </WarningsAsErrors>
<OptionStrict>Off</OptionStrict> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<PropertyGroup> <WarningLevel>1</WarningLevel>
<OptionInfer>On</OptionInfer> </PropertyGroup>
</PropertyGroup> <PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <OptionExplicit>On</OptionExplicit>
<DebugSymbols>true</DebugSymbols> </PropertyGroup>
<DefineDebug>true</DefineDebug> <PropertyGroup>
<DefineTrace>true</DefineTrace> <OptionCompare>Binary</OptionCompare>
<OutputPath>bin\x86\Debug\</OutputPath> </PropertyGroup>
<DocumentationFile> <PropertyGroup>
</DocumentationFile> <OptionStrict>Off</OptionStrict>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> </PropertyGroup>
<DebugType>full</DebugType> <PropertyGroup>
<PlatformTarget>x86</PlatformTarget> <OptionInfer>On</OptionInfer>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup>
<Prefer32Bit>true</Prefer32Bit> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<WarningsAsErrors> <DebugSymbols>true</DebugSymbols>
</WarningsAsErrors> <DefineDebug>true</DefineDebug>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <DefineTrace>true</DefineTrace>
<WarningLevel>1</WarningLevel> <OutputPath>bin\x86\Debug\</OutputPath>
</PropertyGroup> <DocumentationFile>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> </DocumentationFile>
<DefineTrace>true</DefineTrace> <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<OutputPath>bin\x86\Release\</OutputPath> <DebugType>full</DebugType>
<DocumentationFile> <PlatformTarget>x86</PlatformTarget>
</DocumentationFile> <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
<Optimize>true</Optimize> <Prefer32Bit>true</Prefer32Bit>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> <WarningsAsErrors>
<DebugType>pdbonly</DebugType> </WarningsAsErrors>
<PlatformTarget>x86</PlatformTarget> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet> <WarningLevel>1</WarningLevel>
<Prefer32Bit>true</Prefer32Bit> </PropertyGroup>
<WarningsAsErrors> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
</WarningsAsErrors> <DefineTrace>true</DefineTrace>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <OutputPath>bin\x86\Release\</OutputPath>
<WarningLevel>1</WarningLevel> <DocumentationFile>
</PropertyGroup> </DocumentationFile>
<PropertyGroup> <Optimize>true</Optimize>
<ApplicationIcon>wiw.ico</ApplicationIcon> <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
</PropertyGroup> <DebugType>pdbonly</DebugType>
<PropertyGroup> <PlatformTarget>x86</PlatformTarget>
<TargetZone>LocalIntranet</TargetZone> <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> <Prefer32Bit>true</Prefer32Bit>
<PropertyGroup> <WarningsAsErrors>
<GenerateManifests>false</GenerateManifests> </WarningsAsErrors>
</PropertyGroup> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<PropertyGroup> <WarningLevel>1</WarningLevel>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest> </PropertyGroup>
</PropertyGroup> <PropertyGroup>
<ItemGroup> <ApplicationIcon>wiw.ico</ApplicationIcon>
<Reference Include="System" /> </PropertyGroup>
<Reference Include="System.Data" /> <PropertyGroup>
<Reference Include="System.Deployment" /> <TargetZone>LocalIntranet</TargetZone>
<Reference Include="System.Drawing" /> </PropertyGroup>
<Reference Include="System.Windows.Forms" /> <PropertyGroup>
<Reference Include="System.Xml" /> <GenerateManifests>true</GenerateManifests>
<Reference Include="System.Core" /> </PropertyGroup>
<Reference Include="System.Xml.Linq" /> <PropertyGroup>
<Reference Include="System.Data.DataSetExtensions" /> <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</ItemGroup> </PropertyGroup>
<ItemGroup> <PropertyGroup>
<Import Include="Microsoft.VisualBasic" /> <ManifestCertificateThumbprint>A36FA2BDC55727EA32BADEC2E925786BC9446014</ManifestCertificateThumbprint>
<Import Include="System" /> </PropertyGroup>
<Import Include="System.Collections" /> <PropertyGroup>
<Import Include="System.Collections.Generic" /> <ManifestKeyFile>WiW RCON Chat_TemporaryKey.pfx</ManifestKeyFile>
<Import Include="System.Data" /> </PropertyGroup>
<Import Include="System.Drawing" /> <PropertyGroup>
<Import Include="System.Diagnostics" /> <SignManifests>true</SignManifests>
<Import Include="System.Windows.Forms" /> </PropertyGroup>
<Import Include="System.Linq" /> <ItemGroup>
<Import Include="System.Xml.Linq" /> <Reference Include="System" />
<Import Include="System.Threading.Tasks" /> <Reference Include="System.Data" />
</ItemGroup> <Reference Include="System.Deployment" />
<ItemGroup> <Reference Include="System.Drawing" />
<Compile Include="ApplicationEvents.vb" /> <Reference Include="System.Windows.Forms" />
<Compile Include="Form1.vb"> <Reference Include="System.Xml" />
<SubType>Form</SubType> <Reference Include="System.Core" />
</Compile> <Reference Include="System.Xml.Linq" />
<Compile Include="Form1.Designer.vb"> <Reference Include="System.Data.DataSetExtensions" />
<DependentUpon>Form1.vb</DependentUpon> </ItemGroup>
<SubType>Form</SubType> <ItemGroup>
</Compile> <Import Include="Microsoft.VisualBasic" />
<Compile Include="My Project\AssemblyInfo.vb" /> <Import Include="System" />
<Compile Include="My Project\Application.Designer.vb"> <Import Include="System.Collections" />
<AutoGen>True</AutoGen> <Import Include="System.Collections.Generic" />
<DependentUpon>Application.myapp</DependentUpon> <Import Include="System.Data" />
</Compile> <Import Include="System.Drawing" />
<Compile Include="My Project\Resources.Designer.vb"> <Import Include="System.Diagnostics" />
<AutoGen>True</AutoGen> <Import Include="System.Windows.Forms" />
<DesignTime>True</DesignTime> <Import Include="System.Linq" />
<DependentUpon>Resources.resx</DependentUpon> <Import Include="System.Xml.Linq" />
</Compile> <Import Include="System.Threading.Tasks" />
<Compile Include="My Project\Settings.Designer.vb"> </ItemGroup>
<AutoGen>True</AutoGen> <ItemGroup>
<DependentUpon>Settings.settings</DependentUpon> <Compile Include="ApplicationEvents.vb" />
<DesignTimeSharedInput>True</DesignTimeSharedInput> <Compile Include="Form1.vb">
</Compile> <SubType>Form</SubType>
</ItemGroup> </Compile>
<ItemGroup> <Compile Include="Form1.Designer.vb">
<EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.vb</DependentUpon>
<DependentUpon>Form1.vb</DependentUpon> <SubType>Form</SubType>
</EmbeddedResource> </Compile>
<EmbeddedResource Include="My Project\Resources.resx"> <Compile Include="My Project\AssemblyInfo.vb" />
<Generator>VbMyResourcesResXFileCodeGenerator</Generator> <Compile Include="My Project\Application.Designer.vb">
<LastGenOutput>Resources.Designer.vb</LastGenOutput> <AutoGen>True</AutoGen>
<CustomToolNamespace>My.Resources</CustomToolNamespace> <DependentUpon>Application.myapp</DependentUpon>
<SubType>Designer</SubType> </Compile>
</EmbeddedResource> <Compile Include="My Project\Resources.Designer.vb">
</ItemGroup> <AutoGen>True</AutoGen>
<ItemGroup> <DesignTime>True</DesignTime>
<None Include="My Project\app.manifest" /> <DependentUpon>Resources.resx</DependentUpon>
<None Include="My Project\Application.myapp"> </Compile>
<Generator>MyApplicationCodeGenerator</Generator> <Compile Include="My Project\Settings.Designer.vb">
<LastGenOutput>Application.Designer.vb</LastGenOutput> <AutoGen>True</AutoGen>
</None> <DependentUpon>Settings.settings</DependentUpon>
<None Include="My Project\Settings.settings"> <DesignTimeSharedInput>True</DesignTimeSharedInput>
<Generator>SettingsSingleFileGenerator</Generator> </Compile>
<CustomToolNamespace>My</CustomToolNamespace> </ItemGroup>
<LastGenOutput>Settings.Designer.vb</LastGenOutput> <ItemGroup>
</None> <EmbeddedResource Include="Form1.resx">
<None Include="App.config" /> <DependentUpon>Form1.vb</DependentUpon>
</ItemGroup> </EmbeddedResource>
<ItemGroup> <EmbeddedResource Include="My Project\Resources.resx">
<Content Include="wiw.ico" /> <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
</ItemGroup> <LastGenOutput>Resources.Designer.vb</LastGenOutput>
<ItemGroup> <CustomToolNamespace>My.Resources</CustomToolNamespace>
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> <SubType>Designer</SubType>
<Visible>False</Visible> </EmbeddedResource>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> </ItemGroup>
<Install>true</Install> <ItemGroup>
</BootstrapperPackage> <None Include="My Project\app.manifest" />
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <None Include="My Project\Application.myapp">
<Visible>False</Visible> <Generator>MyApplicationCodeGenerator</Generator>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <LastGenOutput>Application.Designer.vb</LastGenOutput>
<Install>false</Install> </None>
</BootstrapperPackage> <None Include="My Project\Settings.settings">
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Generator>SettingsSingleFileGenerator</Generator>
<Visible>False</Visible> <CustomToolNamespace>My</CustomToolNamespace>
<ProductName>.NET Framework 3.5 SP1</ProductName> <LastGenOutput>Settings.Designer.vb</LastGenOutput>
<Install>false</Install> </None>
</BootstrapperPackage> <None Include="App.config" />
</ItemGroup> <None Include="WiW RCON Chat_TemporaryKey.pfx" />
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <ItemGroup>
Other similar extension points exist, see Microsoft.Common.targets. <Content Include="wiw.ico" />
<Target Name="BeforeBuild"> </ItemGroup>
</Target> <ItemGroup>
<Target Name="AfterBuild"> <BootstrapperPackage Include=".NETFramework,Version=v4.5">
</Target> <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> </Project>

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory> <PublishUrlHistory>Z:\WiW-RCON-Chat\|publish\</PublishUrlHistory>
<InstallUrlHistory /> <InstallUrlHistory>http://tools.dominicreich.com/WiW-RCON-Chat/</InstallUrlHistory>
<SupportUrlHistory /> <SupportUrlHistory />
<UpdateUrlHistory /> <UpdateUrlHistory />
<BootstrapperUrlHistory /> <BootstrapperUrlHistory />
<ErrorReportUrlHistory /> <ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture> <FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles> <VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging> <EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
Loading…
Cancel
Save