diff --git a/SOURCE/.vs/ModellingWizardForDeviceDescriptions/DesignTimeBuild/.dtbcache.v2 b/SOURCE/.vs/ModellingWizardForDeviceDescriptions/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..67d99f2 Binary files /dev/null and b/SOURCE/.vs/ModellingWizardForDeviceDescriptions/DesignTimeBuild/.dtbcache.v2 differ diff --git a/SOURCE/.vs/ModellingWizardForDeviceDescriptions/v16/.suo b/SOURCE/.vs/ModellingWizardForDeviceDescriptions/v16/.suo new file mode 100644 index 0000000..e21ba9f Binary files /dev/null and b/SOURCE/.vs/ModellingWizardForDeviceDescriptions/v16/.suo differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions.sln b/SOURCE/ModellingWizardForDeviceDescriptions.sln new file mode 100644 index 0000000..0f22dee --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31729.503 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModellingWizardForDeviceDescriptions", "ModellingWizardForDeviceDescriptions\ModellingWizardForDeviceDescriptions.csproj", "{1E3FF165-D0E4-42FB-9636-375A72F4AC3C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1E3FF165-D0E4-42FB-9636-375A72F4AC3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E3FF165-D0E4-42FB-9636-375A72F4AC3C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E3FF165-D0E4-42FB-9636-375A72F4AC3C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E3FF165-D0E4-42FB-9636-375A72F4AC3C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9DA54347-9262-4973-8519-E99315FE7FC4} + EndGlobalSection +EndGlobal diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Form1.Designer.cs b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.Designer.cs new file mode 100644 index 0000000..fe8e2ba --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.Designer.cs @@ -0,0 +1,411 @@ + +namespace WinFormsApp1 +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.menuStrip1 = new System.Windows.Forms.MenuStrip(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.loadLibraryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.librarysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.manualToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.splitContainer1 = new System.Windows.Forms.SplitContainer(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.tabPage3 = new System.Windows.Forms.TabPage(); + this.tabControl3 = new System.Windows.Forms.TabControl(); + this.tabPage5 = new System.Windows.Forms.TabPage(); + this.tabPage6 = new System.Windows.Forms.TabPage(); + this.tabControl2 = new System.Windows.Forms.TabControl(); + this.tabPage4 = new System.Windows.Forms.TabPage(); + this.tabControl4 = new System.Windows.Forms.TabControl(); + this.tabPage7 = new System.Windows.Forms.TabPage(); + this.panel3 = new System.Windows.Forms.Panel(); + this.menuStrip1.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); + this.splitContainer1.Panel1.SuspendLayout(); + this.splitContainer1.Panel2.SuspendLayout(); + this.splitContainer1.SuspendLayout(); + this.tabControl1.SuspendLayout(); + this.tabControl3.SuspendLayout(); + this.tabControl2.SuspendLayout(); + this.tabControl4.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileToolStripMenuItem, + this.viewToolStripMenuItem, + this.librarysToolStripMenuItem, + this.helpToolStripMenuItem}); + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(971, 24); + this.menuStrip1.TabIndex = 0; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.newToolStripMenuItem, + this.openToolStripMenuItem, + this.saveToolStripMenuItem, + this.saveAsToolStripMenuItem, + this.importToolStripMenuItem, + this.loadLibraryToolStripMenuItem, + this.exitToolStripMenuItem}); + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "File"; + // + // newToolStripMenuItem + // + this.newToolStripMenuItem.Name = "newToolStripMenuItem"; + this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.newToolStripMenuItem.Text = "New"; + // + // openToolStripMenuItem + // + this.openToolStripMenuItem.Name = "openToolStripMenuItem"; + this.openToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.openToolStripMenuItem.Text = "Open"; + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.saveToolStripMenuItem.Text = "Save"; + // + // saveAsToolStripMenuItem + // + this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; + this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.saveAsToolStripMenuItem.Text = "Save As"; + // + // importToolStripMenuItem + // + this.importToolStripMenuItem.Name = "importToolStripMenuItem"; + this.importToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.importToolStripMenuItem.Text = "Import"; + // + // loadLibraryToolStripMenuItem + // + this.loadLibraryToolStripMenuItem.Name = "loadLibraryToolStripMenuItem"; + this.loadLibraryToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.loadLibraryToolStripMenuItem.Text = "Load Library"; + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.exitToolStripMenuItem.Text = "Exit"; + // + // viewToolStripMenuItem + // + this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; + this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.viewToolStripMenuItem.Text = "View"; + // + // librarysToolStripMenuItem + // + this.librarysToolStripMenuItem.Name = "librarysToolStripMenuItem"; + this.librarysToolStripMenuItem.Size = new System.Drawing.Size(60, 20); + this.librarysToolStripMenuItem.Text = "Librarys"; + // + // helpToolStripMenuItem + // + this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.aboutToolStripMenuItem, + this.manualToolStripMenuItem}); + this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.helpToolStripMenuItem.Text = "Help"; + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.aboutToolStripMenuItem.Text = "About"; + // + // manualToolStripMenuItem + // + this.manualToolStripMenuItem.Name = "manualToolStripMenuItem"; + this.manualToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.manualToolStripMenuItem.Text = "Manual"; + // + // panel1 + // + this.panel1.AutoSize = true; + this.panel1.BackColor = System.Drawing.SystemColors.MenuHighlight; + this.panel1.Controls.Add(this.panel2); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(0, 24); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(971, 548); + this.panel1.TabIndex = 5; + this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); + // + // panel2 + // + this.panel2.AutoSize = true; + this.panel2.BackColor = System.Drawing.SystemColors.InactiveCaptionText; + this.panel2.Controls.Add(this.splitContainer1); + this.panel2.Controls.Add(this.panel3); + this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel2.Location = new System.Drawing.Point(0, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(971, 548); + this.panel2.TabIndex = 0; + // + // splitContainer1 + // + this.splitContainer1.BackColor = System.Drawing.SystemColors.Control; + this.splitContainer1.Cursor = System.Windows.Forms.Cursors.VSplit; + this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.splitContainer1.Location = new System.Drawing.Point(0, 0); + this.splitContainer1.Name = "splitContainer1"; + // + // splitContainer1.Panel1 + // + this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control; + this.splitContainer1.Panel1.Controls.Add(this.tabControl1); + this.splitContainer1.Panel1.Controls.Add(this.tabControl3); + // + // splitContainer1.Panel2 + // + this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control; + this.splitContainer1.Panel2.Controls.Add(this.tabControl2); + this.splitContainer1.Panel2.Controls.Add(this.tabControl4); + this.splitContainer1.Size = new System.Drawing.Size(971, 548); + this.splitContainer1.SplitterDistance = 668; + this.splitContainer1.TabIndex = 6; + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Controls.Add(this.tabPage3); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(668, 228); + this.tabControl1.TabIndex = 1; + // + // tabPage1 + // + this.tabPage1.Location = new System.Drawing.Point(4, 24); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(660, 200); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "Generic Data"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // tabPage2 + // + this.tabPage2.Location = new System.Drawing.Point(4, 24); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(660, 200); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Interfaces"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // tabPage3 + // + this.tabPage3.Location = new System.Drawing.Point(4, 24); + this.tabPage3.Name = "tabPage3"; + this.tabPage3.Padding = new System.Windows.Forms.Padding(3); + this.tabPage3.Size = new System.Drawing.Size(660, 200); + this.tabPage3.TabIndex = 2; + this.tabPage3.Text = "Attachments"; + this.tabPage3.UseVisualStyleBackColor = true; + // + // tabControl3 + // + this.tabControl3.Controls.Add(this.tabPage5); + this.tabControl3.Controls.Add(this.tabPage6); + this.tabControl3.Dock = System.Windows.Forms.DockStyle.Bottom; + this.tabControl3.Location = new System.Drawing.Point(0, 253); + this.tabControl3.Name = "tabControl3"; + this.tabControl3.SelectedIndex = 0; + this.tabControl3.Size = new System.Drawing.Size(668, 295); + this.tabControl3.TabIndex = 3; + // + // tabPage5 + // + this.tabPage5.Location = new System.Drawing.Point(4, 24); + this.tabPage5.Name = "tabPage5"; + this.tabPage5.Padding = new System.Windows.Forms.Padding(3); + this.tabPage5.Size = new System.Drawing.Size(660, 267); + this.tabPage5.TabIndex = 0; + this.tabPage5.Text = "Attributes"; + this.tabPage5.UseVisualStyleBackColor = true; + // + // tabPage6 + // + this.tabPage6.Location = new System.Drawing.Point(4, 24); + this.tabPage6.Name = "tabPage6"; + this.tabPage6.Padding = new System.Windows.Forms.Padding(3); + this.tabPage6.Size = new System.Drawing.Size(660, 267); + this.tabPage6.TabIndex = 1; + this.tabPage6.Text = "Header"; + this.tabPage6.UseVisualStyleBackColor = true; + // + // tabControl2 + // + this.tabControl2.Controls.Add(this.tabPage4); + this.tabControl2.Dock = System.Windows.Forms.DockStyle.Top; + this.tabControl2.Location = new System.Drawing.Point(0, 0); + this.tabControl2.Name = "tabControl2"; + this.tabControl2.SelectedIndex = 0; + this.tabControl2.Size = new System.Drawing.Size(299, 228); + this.tabControl2.TabIndex = 2; + // + // tabPage4 + // + this.tabPage4.Location = new System.Drawing.Point(4, 24); + this.tabPage4.Name = "tabPage4"; + this.tabPage4.Padding = new System.Windows.Forms.Padding(3); + this.tabPage4.Size = new System.Drawing.Size(291, 200); + this.tabPage4.TabIndex = 0; + this.tabPage4.Text = "Role Class Library"; + this.tabPage4.UseVisualStyleBackColor = true; + // + // tabControl4 + // + this.tabControl4.Controls.Add(this.tabPage7); + this.tabControl4.Dock = System.Windows.Forms.DockStyle.Bottom; + this.tabControl4.Location = new System.Drawing.Point(0, 253); + this.tabControl4.Name = "tabControl4"; + this.tabControl4.SelectedIndex = 0; + this.tabControl4.Size = new System.Drawing.Size(299, 295); + this.tabControl4.TabIndex = 4; + // + // tabPage7 + // + this.tabPage7.Location = new System.Drawing.Point(4, 24); + this.tabPage7.Name = "tabPage7"; + this.tabPage7.Padding = new System.Windows.Forms.Padding(3); + this.tabPage7.Size = new System.Drawing.Size(291, 267); + this.tabPage7.TabIndex = 0; + this.tabPage7.Text = "Interface Class Library"; + this.tabPage7.UseVisualStyleBackColor = true; + // + // panel3 + // + this.panel3.AutoSize = true; + this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.panel3.BackColor = System.Drawing.SystemColors.Highlight; + this.panel3.Dock = System.Windows.Forms.DockStyle.Left; + this.panel3.Location = new System.Drawing.Point(0, 0); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(0, 548); + this.panel3.TabIndex = 5; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoSize = true; + this.ClientSize = new System.Drawing.Size(971, 572); + this.Controls.Add(this.panel1); + this.Controls.Add(this.menuStrip1); + this.MainMenuStrip = this.menuStrip1; + this.Name = "Form1"; + this.Text = "AutomationML ModellingWizard"; + this.Load += new System.EventHandler(this.Form1_Load); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.panel2.ResumeLayout(false); + this.panel2.PerformLayout(); + this.splitContainer1.Panel1.ResumeLayout(false); + this.splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); + this.splitContainer1.ResumeLayout(false); + this.tabControl1.ResumeLayout(false); + this.tabControl3.ResumeLayout(false); + this.tabControl2.ResumeLayout(false); + this.tabControl4.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.MenuStrip menuStrip1; + private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem loadLibraryToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem librarysToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem manualToolStripMenuItem; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.TabControl tabControl3; + private System.Windows.Forms.TabPage tabPage5; + private System.Windows.Forms.TabPage tabPage6; + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage tabPage1; + private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.TabPage tabPage3; + private System.Windows.Forms.TabControl tabControl4; + private System.Windows.Forms.TabPage tabPage7; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.TabControl tabControl2; + private System.Windows.Forms.TabPage tabPage4; + private System.Windows.Forms.SplitContainer splitContainer1; + } +} + diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Form1.cs b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.cs new file mode 100644 index 0000000..3038807 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace WinFormsApp1 +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void Form1_Load(object sender, EventArgs e) + { + + } + + private void panel1_Paint(object sender, PaintEventArgs e) + { + + } + } +} diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Form1.resx b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.resx new file mode 100644 index 0000000..9422a8a --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Form1.resx @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + 40 + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj b/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj new file mode 100644 index 0000000..c4eada3 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj @@ -0,0 +1,26 @@ + + + + WinExe + netcoreapp3.1 + true + ModellingWizardForDeviceDescriptions + ModellingWizardForDeviceDescriptions + + + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj.user b/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/ModellingWizardForDeviceDescriptions.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Program.cs b/SOURCE/ModellingWizardForDeviceDescriptions/Program.cs new file mode 100644 index 0000000..880e870 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Program.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace WinFormsApp1 +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.SetHighDpiMode(HighDpiMode.SystemAware); + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.Designer.cs b/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.Designer.cs new file mode 100644 index 0000000..6719765 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace ModellingWizardForDeviceDescriptions.Properties { + using System; + + + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModellingWizardForDeviceDescriptions.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.resx b/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/Properties/Resources.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.deps.json b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.deps.json new file mode 100644 index 0000000..131173b --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "WinFormsApp1/1.0.0": { + "runtime": { + "WinFormsApp1.dll": {} + } + } + } + }, + "libraries": { + "WinFormsApp1/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.dll b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.dll new file mode 100644 index 0000000..3375ca6 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.dll differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.exe b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.exe new file mode 100644 index 0000000..bacf6f0 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.exe differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.pdb b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.pdb new file mode 100644 index 0000000..e0f25ac Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.pdb differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.dev.json b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.dev.json new file mode 100644 index 0000000..19c80c7 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\Florian\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Florian\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ] + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.json b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.json new file mode 100644 index 0000000..4932b40 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/bin/Debug/netcoreapp3.1/WinFormsApp1.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs new file mode 100644 index 0000000..edb43d2 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyTitleAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f36a464 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +26d812f679b78980144287391f3b306200142ddb diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d102553 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = ModellingWizardForDeviceDescriptions +build_property.ProjectDir = C:\Users\Florian\Source\Repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache new file mode 100644 index 0000000..60759e5 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.csproj.AssemblyReference.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.csproj.AssemblyReference.cache new file mode 100644 index 0000000..cfed634 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.csproj.AssemblyReference.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.deps.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.deps.json new file mode 100644 index 0000000..b306979 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.runtimeconfig.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.runtimeconfig.json new file mode 100644 index 0000000..ab1809b --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/ModellingWizardForDeviceDescriptions.designer.runtimeconfig.json @@ -0,0 +1,17 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\Florian\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Florian\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..3689968 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfo.cs b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfo.cs new file mode 100644 index 0000000..edb43d2 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyTitleAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfoInputs.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f36a464 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +26d812f679b78980144287391f3b306200142ddb diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Form1.resources b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Form1.resources differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..173fd0f --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = ModellingWizardForDeviceDescriptions +build_property.ProjectDir = C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Properties.Resources.resources b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.Properties.Resources.resources differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.assets.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.assets.cache new file mode 100644 index 0000000..9159e6c Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.assets.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.AssemblyReference.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.AssemblyReference.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.CoreCompileInputs.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..132c663 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +fba98f60435fdf33caaf0cf2f225a7a9506924b0 diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.FileListAbsolute.txt b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..5836e29 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.exe +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.deps.json +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.runtimeconfig.json +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.runtimeconfig.dev.json +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.dll +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\bin\Debug\netcoreapp3.1\WinFormsApp1.pdb +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.csproj.AssemblyReference.cache +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.Form1.resources +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.csproj.GenerateResource.cache +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.AssemblyInfoInputs.cache +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.AssemblyInfo.cs +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.csproj.CoreCompileInputs.cache +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.dll +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.pdb +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.genruntimeconfig.cache +C:\Users\Florian\source\repos\WinFormsApp1\WinFormsApp1\obj\Debug\netcoreapp3.1\WinFormsApp1.Properties.Resources.resources diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.GenerateResource.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.GenerateResource.cache new file mode 100644 index 0000000..68f51f9 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.csproj.GenerateResource.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.deps.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.deps.json new file mode 100644 index 0000000..b306979 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.runtimeconfig.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.runtimeconfig.json new file mode 100644 index 0000000..ab1809b --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.designer.runtimeconfig.json @@ -0,0 +1,17 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\Florian\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Florian\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.dll b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.dll new file mode 100644 index 0000000..3375ca6 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.dll differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.genruntimeconfig.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.genruntimeconfig.cache new file mode 100644 index 0000000..75a77f2 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.genruntimeconfig.cache @@ -0,0 +1 @@ +a348bad2cc545243bc01bdac7c60047f2b4c44c2 diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.pdb b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.pdb new file mode 100644 index 0000000..e0f25ac Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/WinFormsApp1.pdb differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/apphost.exe b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..bacf6f0 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Debug/netcoreapp3.1/apphost.exe differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.dgspec.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.dgspec.json new file mode 100644 index 0000000..9cdd29a --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.dgspec.json @@ -0,0 +1,69 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": {} + }, + "projects": { + "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj", + "projectName": "ModellingWizardForDeviceDescriptions", + "projectPath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj", + "packagesPath": "C:\\Users\\Florian\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Florian\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.402\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.props b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.props new file mode 100644 index 0000000..43280d1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.props @@ -0,0 +1,19 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Florian\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 5.11.1 + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.targets b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/ModellingWizardForDeviceDescriptions.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs new file mode 100644 index 0000000..b5e1837 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyTitleAttribute("ModellingWizardForDeviceDescriptions")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache new file mode 100644 index 0000000..5561333 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1ab8d4146222aed896a7c109ed4159cff093d2c9 diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d102553 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = ModellingWizardForDeviceDescriptions +build_property.ProjectDir = C:\Users\Florian\Source\Repos\TINF20C_ModellingWizard_Devices\SOURCE\ModellingWizardForDeviceDescriptions\ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache new file mode 100644 index 0000000..3c5ab01 Binary files /dev/null and b/SOURCE/ModellingWizardForDeviceDescriptions/obj/Release/netcoreapp3.1/ModellingWizardForDeviceDescriptions.assets.cache differ diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.dgspec.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8f3248e --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.dgspec.json @@ -0,0 +1,69 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Florian\\source\\repos\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {} + }, + "projects": { + "C:\\Users\\Florian\\source\\repos\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Florian\\source\\repos\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "projectName": "ModellingWizardForDeviceDescriptions", + "projectPath": "C:\\Users\\Florian\\source\\repos\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "packagesPath": "C:\\Users\\Florian\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Florian\\source\\repos\\WinFormsApp1\\WinFormsApp1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Florian\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.402\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.props b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.props new file mode 100644 index 0000000..43280d1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.props @@ -0,0 +1,19 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Florian\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 5.11.1 + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.targets b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/WinFormsApp1.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.assets.json b/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.assets.json new file mode 100644 index 0000000..35e75d3 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.assets.json @@ -0,0 +1,75 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\Florian\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj", + "projectName": "ModellingWizardForDeviceDescriptions", + "projectPath": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj", + "packagesPath": "C:\\Users\\Florian\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Florian\\source\\repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Florian\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.402\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.nuget.cache b/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.nuget.cache new file mode 100644 index 0000000..59733f6 --- /dev/null +++ b/SOURCE/ModellingWizardForDeviceDescriptions/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "JQVAG5bTYmyM22vsTwpg9spAupldinPoDX1is07SrApvEe01+R6F+zXpCf7SMfY6JoQe1cvU4tR3SaFiKRoYxA==", + "success": true, + "projectFilePath": "C:\\Users\\Florian\\Source\\Repos\\TINF20C_ModellingWizard_Devices\\SOURCE\\ModellingWizardForDeviceDescriptions\\ModellingWizardForDeviceDescriptions.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file