Veröffentlichung, Gitignore, Gitattributes
This commit is contained in:
parent
15932d7635
commit
e52ba66982
7 changed files with 871 additions and 575 deletions
63
.gitattributes
vendored
Normal file
63
.gitattributes
vendored
Normal file
|
@ -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
Normal file
212
.gitignore
vendored
Normal file
|
@ -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
|
524
WiW RCON Chat/Form1.Designer.vb
generated
524
WiW RCON Chat/Form1.Designer.vb
generated
|
@ -1,262 +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
|
||||
<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
|
||||
|
|
|
@ -1,21 +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("WiW 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(False)>
|
||||
|
||||
<Assembly: AssemblyVersion("1.2.*")>
|
||||
|
||||
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("WiW RCON Chat")>
|
||||
<Assembly: AssemblyDescription("An enhanced viewer/modification util for rconnet.de chat logs")>
|
||||
<Assembly: AssemblyCompany("Dominic Reich")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("© 2013 Dominic Reich")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
<Assembly: AssemblyVersion("1.2.*")>
|
||||
|
||||
|
|
|
@ -1,54 +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>-->
|
||||
<?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>
|
|
@ -1,222 +1,243 @@
|
|||
<?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>
|
||||
<TargetFrameworkProfile />
|
||||
<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>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</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>wiw.ico</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>
|
||||
-->
|
||||
<?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>true</IsWebBootstrapper>
|
||||
<TargetFrameworkProfile />
|
||||
<PublishUrl>Z:\WiW-RCON-Chat\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Web</InstallFrom>
|
||||
<UpdateEnabled>true</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<InstallUrl>http://tools.dominicreich.com/WiW-RCON-Chat/</InstallUrl>
|
||||
<UpdateUrl>http://tools.dominicreich.com/WiW-RCON-Chat/</UpdateUrl>
|
||||
<SupportUrl>http://tmsn.at/%3ftools&rcon-chat</SupportUrl>
|
||||
<ErrorReportUrl>https://github.com/freefallcid/wiw-rcon-chat/issues</ErrorReportUrl>
|
||||
<ProductName>WiW RCON Chat</ProductName>
|
||||
<PublisherName>Dominic Reich</PublisherName>
|
||||
<SuiteName>WiW Tools</SuiteName>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</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>wiw.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetZone>LocalIntranet</TargetZone>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>A36FA2BDC55727EA32BADEC2E925786BC9446014</ManifestCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestKeyFile>WiW RCON Chat_TemporaryKey.pfx</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>true</SignManifests>
|
||||
</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" />
|
||||
<None Include="WiW RCON Chat_TemporaryKey.pfx" />
|
||||
</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>
|
|
@ -1,19 +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>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>Z:\WiW-RCON-Chat\|publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory>http://tools.dominicreich.com/WiW-RCON-Chat/</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>
|
Loading…
Add table
Reference in a new issue