AlabusImport hinzugefügt
This commit is contained in:
36
AlabusTransfer/Properties/AssemblyInfo.cs
Normal file
36
AlabusTransfer/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
// die einer Assembly zugeordnet sind.
|
||||
[assembly: AssemblyTitle("AlabusTransfer")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AlabusTransfer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
||||
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
||||
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
[assembly: Guid("42e33f05-d798-4f84-a594-12b713ec8ae7")]
|
||||
|
||||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
//
|
||||
// Hauptversion
|
||||
// Nebenversion
|
||||
// Buildnummer
|
||||
// Revision
|
||||
//
|
||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
// indem Sie "*" wie unten gezeigt eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
122
AlabusTransfer/Properties/Settings.Designer.cs
generated
Normal file
122
AlabusTransfer/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,122 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace AlabusTransfer.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://alabus.swiss-athletics.ch/rest/License/Athletica/ExportStammDataFull")]
|
||||
public string URL {
|
||||
get {
|
||||
return ((string)(this["URL"]));
|
||||
}
|
||||
set {
|
||||
this["URL"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("40307")]
|
||||
public string UID {
|
||||
get {
|
||||
return ((string)(this["UID"]));
|
||||
}
|
||||
set {
|
||||
this["UID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Turicum18")]
|
||||
public string PWD {
|
||||
get {
|
||||
return ((string)(this["PWD"]));
|
||||
}
|
||||
set {
|
||||
this["PWD"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\QW-Tool\\QW2021C\\Upload\\transfer\\")]
|
||||
public string TransferPath {
|
||||
get {
|
||||
return ((string)(this["TransferPath"]));
|
||||
}
|
||||
set {
|
||||
this["TransferPath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=shu00;Initial Catalog=qw2021_prod;User ID=sa;Password=*shu29")]
|
||||
public string QWToolConnectionstring {
|
||||
get {
|
||||
return ((string)(this["QWToolConnectionstring"]));
|
||||
}
|
||||
set {
|
||||
this["QWToolConnectionstring"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("No")]
|
||||
public string NoDownload {
|
||||
get {
|
||||
return ((string)(this["NoDownload"]));
|
||||
}
|
||||
set {
|
||||
this["NoDownload"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public string LogLevel {
|
||||
get {
|
||||
return ((string)(this["LogLevel"]));
|
||||
}
|
||||
set {
|
||||
this["LogLevel"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(".ZH.,.ZZ.")]
|
||||
public string VereinFiler {
|
||||
get {
|
||||
return ((string)(this["VereinFiler"]));
|
||||
}
|
||||
set {
|
||||
this["VereinFiler"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
30
AlabusTransfer/Properties/Settings.settings
Normal file
30
AlabusTransfer/Properties/Settings.settings
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AlabusTransfer.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="URL" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">https://alabus.swiss-athletics.ch/rest/License/Athletica/ExportStammDataFull</Value>
|
||||
</Setting>
|
||||
<Setting Name="UID" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">40307</Value>
|
||||
</Setting>
|
||||
<Setting Name="PWD" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Turicum18</Value>
|
||||
</Setting>
|
||||
<Setting Name="TransferPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">E:\Software-Projekte\QW-Tool\QW2021C\Upload\transfer\</Value>
|
||||
</Setting>
|
||||
<Setting Name="QWToolConnectionstring" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Data Source=shu00;Initial Catalog=qw2021_prod;User ID=sa;Password=*shu29</Value>
|
||||
</Setting>
|
||||
<Setting Name="NoDownload" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">No</Value>
|
||||
</Setting>
|
||||
<Setting Name="LogLevel" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="VereinFiler" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">.ZH.,.ZZ.</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user