firstcommit
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FC5AC95CFB6A4C015637D6AA7C9A1E9304D99E77"
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F70547F230B1FAED6E3941BB370728D52B74B912"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace FahrzeugVerwaltung {
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 4 "..\..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
|
||||
this.StartupUri = new System.Uri("LoginWindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
@@ -1,11 +1,11 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FC5AC95CFB6A4C015637D6AA7C9A1E9304D99E77"
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F70547F230B1FAED6E3941BB370728D52B74B912"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace FahrzeugVerwaltung {
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 4 "..\..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
|
||||
this.StartupUri = new System.Uri("LoginWindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
BIN
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.baml
Normal file
BIN
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.baml
Normal file
Binary file not shown.
108
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.g.cs
Normal file
108
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.g.cs
Normal file
@@ -0,0 +1,108 @@
|
||||
#pragma checksum "..\..\..\LoginWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CBB487B97C12420DF6B0E26729D44EE6D95D6DC7"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace FahrzeugVerwaltung {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LoginWindow
|
||||
/// </summary>
|
||||
public partial class LoginWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 48 "..\..\..\LoginWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBenutzer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 52 "..\..\..\LoginWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.PasswordBox txtPasswort;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/WpfApp4;component/loginwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\LoginWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.txtBenutzer = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.txtPasswort = ((System.Windows.Controls.PasswordBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
|
||||
#line 54 "..\..\..\LoginWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnLogin_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
108
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.g.i.cs
Normal file
108
WpfApp4/obj/Debug/net8.0-windows/LoginWindow.g.i.cs
Normal file
@@ -0,0 +1,108 @@
|
||||
#pragma checksum "..\..\..\LoginWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CBB487B97C12420DF6B0E26729D44EE6D95D6DC7"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace FahrzeugVerwaltung {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LoginWindow
|
||||
/// </summary>
|
||||
public partial class LoginWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 48 "..\..\..\LoginWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBenutzer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 52 "..\..\..\LoginWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.PasswordBox txtPasswort;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/WpfApp4;component/loginwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\LoginWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.txtBenutzer = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.txtPasswort = ((System.Windows.Controls.PasswordBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
|
||||
#line 54 "..\..\..\LoginWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnLogin_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8DF58188280DAFF07A7BEFCBC9F627B06C60AC18"
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FFD52C0A301C85423F793536A29545551CCBAA82"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -41,73 +41,9 @@ namespace FahrzeugVerwaltung {
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 62 "..\..\..\MainWindow.xaml"
|
||||
#line 88 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtMarke;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 65 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtModell;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 68 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBaujahr;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 71 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtLeistung;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 74 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKilometer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 77 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKaufpreis;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 80 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtFarbe;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 82 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnSpeichern;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 90 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtSuche;
|
||||
internal System.Windows.Controls.ComboBox cmbMarke;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
@@ -115,13 +51,69 @@ namespace FahrzeugVerwaltung {
|
||||
|
||||
#line 91 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox cmbModell;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 94 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBaujahr;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 97 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtLeistung;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 100 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKilometer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 103 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKaufpreis;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 106 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtFarbe;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 112 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtSuche;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 113 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnSuchen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 93 "..\..\..\MainWindow.xaml"
|
||||
#line 115 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnAlle;
|
||||
|
||||
@@ -129,7 +121,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 105 "..\..\..\MainWindow.xaml"
|
||||
#line 127 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid dgFahrzeuge;
|
||||
|
||||
@@ -137,7 +129,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 120 "..\..\..\MainWindow.xaml"
|
||||
#line 142 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock txtDetails;
|
||||
|
||||
@@ -145,7 +137,31 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 124 "..\..\..\MainWindow.xaml"
|
||||
#line 146 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnHinzufuegen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 147 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnBearbeiten;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 148 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnLoeschen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 149 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnPdf;
|
||||
|
||||
@@ -153,7 +169,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 126 "..\..\..\MainWindow.xaml"
|
||||
#line 150 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnAktualisieren;
|
||||
|
||||
@@ -191,10 +207,16 @@ namespace FahrzeugVerwaltung {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.txtMarke = ((System.Windows.Controls.TextBox)(target));
|
||||
this.cmbMarke = ((System.Windows.Controls.ComboBox)(target));
|
||||
|
||||
#line 88 "..\..\..\MainWindow.xaml"
|
||||
this.cmbMarke.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbMarke_AuswahlGeaendert);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.txtModell = ((System.Windows.Controls.TextBox)(target));
|
||||
this.cmbModell = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.txtBaujahr = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -212,60 +234,78 @@ namespace FahrzeugVerwaltung {
|
||||
this.txtFarbe = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.btnSpeichern = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 84 "..\..\..\MainWindow.xaml"
|
||||
this.btnSpeichern.Click += new System.Windows.RoutedEventHandler(this.BtnSpeichern_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 9:
|
||||
this.txtSuche = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 10:
|
||||
case 9:
|
||||
this.btnSuchen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 92 "..\..\..\MainWindow.xaml"
|
||||
#line 114 "..\..\..\MainWindow.xaml"
|
||||
this.btnSuchen.Click += new System.Windows.RoutedEventHandler(this.BtnSuchen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 11:
|
||||
case 10:
|
||||
this.btnAlle = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 94 "..\..\..\MainWindow.xaml"
|
||||
#line 116 "..\..\..\MainWindow.xaml"
|
||||
this.btnAlle.Click += new System.Windows.RoutedEventHandler(this.BtnAlle_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 12:
|
||||
case 11:
|
||||
this.dgFahrzeuge = ((System.Windows.Controls.DataGrid)(target));
|
||||
|
||||
#line 107 "..\..\..\MainWindow.xaml"
|
||||
this.dgFahrzeuge.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DgFahrzeuge_SelectionChanged);
|
||||
#line 129 "..\..\..\MainWindow.xaml"
|
||||
this.dgFahrzeuge.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Liste_AuswahlGeaendert);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 13:
|
||||
case 12:
|
||||
this.txtDetails = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 14:
|
||||
this.btnPdf = ((System.Windows.Controls.Button)(target));
|
||||
case 13:
|
||||
this.btnHinzufuegen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 125 "..\..\..\MainWindow.xaml"
|
||||
this.btnPdf.Click += new System.Windows.RoutedEventHandler(this.BtnPdf_Click);
|
||||
#line 146 "..\..\..\MainWindow.xaml"
|
||||
this.btnHinzufuegen.Click += new System.Windows.RoutedEventHandler(this.BtnHinzufuegen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 14:
|
||||
this.btnBearbeiten = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 147 "..\..\..\MainWindow.xaml"
|
||||
this.btnBearbeiten.Click += new System.Windows.RoutedEventHandler(this.BtnBearbeiten_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 15:
|
||||
this.btnLoeschen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 148 "..\..\..\MainWindow.xaml"
|
||||
this.btnLoeschen.Click += new System.Windows.RoutedEventHandler(this.BtnLoeschen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 16:
|
||||
this.btnPdf = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 149 "..\..\..\MainWindow.xaml"
|
||||
this.btnPdf.Click += new System.Windows.RoutedEventHandler(this.BtnPdf_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 17:
|
||||
this.btnAktualisieren = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 127 "..\..\..\MainWindow.xaml"
|
||||
#line 150 "..\..\..\MainWindow.xaml"
|
||||
this.btnAktualisieren.Click += new System.Windows.RoutedEventHandler(this.BtnAktualisieren_Click);
|
||||
|
||||
#line default
|
||||
|
@@ -1,11 +1,11 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8DF58188280DAFF07A7BEFCBC9F627B06C60AC18"
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FFD52C0A301C85423F793536A29545551CCBAA82"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -41,73 +41,9 @@ namespace FahrzeugVerwaltung {
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 62 "..\..\..\MainWindow.xaml"
|
||||
#line 88 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtMarke;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 65 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtModell;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 68 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBaujahr;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 71 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtLeistung;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 74 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKilometer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 77 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKaufpreis;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 80 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtFarbe;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 82 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnSpeichern;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 90 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtSuche;
|
||||
internal System.Windows.Controls.ComboBox cmbMarke;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
@@ -115,13 +51,69 @@ namespace FahrzeugVerwaltung {
|
||||
|
||||
#line 91 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox cmbModell;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 94 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtBaujahr;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 97 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtLeistung;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 100 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKilometer;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 103 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtKaufpreis;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 106 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtFarbe;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 112 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox txtSuche;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 113 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnSuchen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 93 "..\..\..\MainWindow.xaml"
|
||||
#line 115 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnAlle;
|
||||
|
||||
@@ -129,7 +121,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 105 "..\..\..\MainWindow.xaml"
|
||||
#line 127 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid dgFahrzeuge;
|
||||
|
||||
@@ -137,7 +129,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 120 "..\..\..\MainWindow.xaml"
|
||||
#line 142 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock txtDetails;
|
||||
|
||||
@@ -145,7 +137,31 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 124 "..\..\..\MainWindow.xaml"
|
||||
#line 146 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnHinzufuegen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 147 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnBearbeiten;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 148 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnLoeschen;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 149 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnPdf;
|
||||
|
||||
@@ -153,7 +169,7 @@ namespace FahrzeugVerwaltung {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 126 "..\..\..\MainWindow.xaml"
|
||||
#line 150 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnAktualisieren;
|
||||
|
||||
@@ -191,10 +207,16 @@ namespace FahrzeugVerwaltung {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.txtMarke = ((System.Windows.Controls.TextBox)(target));
|
||||
this.cmbMarke = ((System.Windows.Controls.ComboBox)(target));
|
||||
|
||||
#line 88 "..\..\..\MainWindow.xaml"
|
||||
this.cmbMarke.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbMarke_AuswahlGeaendert);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.txtModell = ((System.Windows.Controls.TextBox)(target));
|
||||
this.cmbModell = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.txtBaujahr = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -212,60 +234,78 @@ namespace FahrzeugVerwaltung {
|
||||
this.txtFarbe = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.btnSpeichern = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 84 "..\..\..\MainWindow.xaml"
|
||||
this.btnSpeichern.Click += new System.Windows.RoutedEventHandler(this.BtnSpeichern_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 9:
|
||||
this.txtSuche = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 10:
|
||||
case 9:
|
||||
this.btnSuchen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 92 "..\..\..\MainWindow.xaml"
|
||||
#line 114 "..\..\..\MainWindow.xaml"
|
||||
this.btnSuchen.Click += new System.Windows.RoutedEventHandler(this.BtnSuchen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 11:
|
||||
case 10:
|
||||
this.btnAlle = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 94 "..\..\..\MainWindow.xaml"
|
||||
#line 116 "..\..\..\MainWindow.xaml"
|
||||
this.btnAlle.Click += new System.Windows.RoutedEventHandler(this.BtnAlle_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 12:
|
||||
case 11:
|
||||
this.dgFahrzeuge = ((System.Windows.Controls.DataGrid)(target));
|
||||
|
||||
#line 107 "..\..\..\MainWindow.xaml"
|
||||
this.dgFahrzeuge.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DgFahrzeuge_SelectionChanged);
|
||||
#line 129 "..\..\..\MainWindow.xaml"
|
||||
this.dgFahrzeuge.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Liste_AuswahlGeaendert);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 13:
|
||||
case 12:
|
||||
this.txtDetails = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 14:
|
||||
this.btnPdf = ((System.Windows.Controls.Button)(target));
|
||||
case 13:
|
||||
this.btnHinzufuegen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 125 "..\..\..\MainWindow.xaml"
|
||||
this.btnPdf.Click += new System.Windows.RoutedEventHandler(this.BtnPdf_Click);
|
||||
#line 146 "..\..\..\MainWindow.xaml"
|
||||
this.btnHinzufuegen.Click += new System.Windows.RoutedEventHandler(this.BtnHinzufuegen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 14:
|
||||
this.btnBearbeiten = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 147 "..\..\..\MainWindow.xaml"
|
||||
this.btnBearbeiten.Click += new System.Windows.RoutedEventHandler(this.BtnBearbeiten_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 15:
|
||||
this.btnLoeschen = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 148 "..\..\..\MainWindow.xaml"
|
||||
this.btnLoeschen.Click += new System.Windows.RoutedEventHandler(this.BtnLoeschen_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 16:
|
||||
this.btnPdf = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 149 "..\..\..\MainWindow.xaml"
|
||||
this.btnPdf.Click += new System.Windows.RoutedEventHandler(this.BtnPdf_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 17:
|
||||
this.btnAktualisieren = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 127 "..\..\..\MainWindow.xaml"
|
||||
#line 150 "..\..\..\MainWindow.xaml"
|
||||
this.btnAktualisieren.Click += new System.Windows.RoutedEventHandler(this.BtnAktualisieren_Click);
|
||||
|
||||
#line default
|
||||
|
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -14,12 +14,12 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9891b1327cbf511f7e8624e849624318919e858d")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+159c783bd688ff8a5c16820141db2781f614a492")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
dab2e1a7eecd04a3cd54408581cead5962b200cf15299d3fd2892af7d8e01d1b
|
||||
b13d623833df30a60985031cd1c8a860a4d22b4088f9214565c5c1c65a1a54db
|
||||
|
@@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = WpfApp4
|
||||
build_property.ProjectDir = C:\Users\bib\source\repos\WpfApp4\WpfApp4\
|
||||
build_property.ProjectDir = C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
|
Binary file not shown.
@@ -1 +1 @@
|
||||
4672a090f1dceefd8c5c6aef28c02c085cac83c8c120f1aa56638debed9295b4
|
||||
d0bcc3b7d7b0da9c09e2b65d4cd7e1c7a26a224a69dd90c971cacaefcde33ab4
|
||||
|
@@ -35,3 +35,81 @@ C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\refint\WpfApp
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.pdb
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.genruntimeconfig.cache
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\ref\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.exe
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.deps.json
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.pdb
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\BouncyCastle.Cryptography.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\EntityFramework.SqlServer.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\EntityFramework.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\itextsharp.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SQLite.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SQLite.EF6.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.AssemblyReference.cache
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\LoginWindow.baml
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\LoginWindow.g.cs
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.cache
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.g.resources
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfoInputs.cache
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfo.cs
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.CoreCompileInputs.cache
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.Up2Date
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\refint\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.pdb
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.genruntimeconfig.cache
|
||||
C:\Users\bib\Desktop\h\new-folder\WpfApp4\obj\Debug\net8.0-windows\ref\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.exe
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.deps.json
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.runtimeconfig.json
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.pdb
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\BouncyCastle.Cryptography.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\EntityFramework.SqlServer.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\EntityFramework.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\itextsharp.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SQLite.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\System.Data.SQLite.EF6.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\linux-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\osx-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\SQLite.Interop.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.AssemblyReference.cache
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\LoginWindow.baml
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\LoginWindow.g.cs
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.cache
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.g.resources
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfoInputs.cache
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfo.cs
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.CoreCompileInputs.cache
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.Up2Date
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\refint\WpfApp4.dll
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.pdb
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.genruntimeconfig.cache
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\ref\WpfApp4.dll
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
83bd939ab8ebd95532f6b744b0a45c3d160f382efa411ff4fc10e6b619242a8d
|
||||
e92762282384876b3cdf1fb138c6769ec4a4d7967e60c57f409f0cad829532d9
|
||||
|
Binary file not shown.
@@ -4,17 +4,17 @@
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\
|
||||
WpfApp4
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\App.xaml
|
||||
11407045341
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\App.xaml
|
||||
2-216653475
|
||||
|
||||
72021310281
|
||||
7-646745269
|
||||
2051017195646
|
||||
MainWindow.xaml;
|
||||
LoginWindow.xaml;MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
|
@@ -4,17 +4,17 @@
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\obj\Debug\net8.0-windows\
|
||||
WpfApp4
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
|
||||
C:\Users\bib\source\repos\WpfApp4\WpfApp4\App.xaml
|
||||
11407045341
|
||||
C:\Users\bib\Desktop\leasted version\new-folder\WpfApp4\App.xaml
|
||||
2-216653475
|
||||
|
||||
9-1995710215
|
||||
9-368798469
|
||||
2051017195646
|
||||
MainWindow.xaml;
|
||||
LoginWindow.xaml;MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
|
||||
"C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
|
||||
"C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectName": "WpfApp4",
|
||||
"projectPath": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
|
@@ -1284,11 +1284,11 @@
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectUniqueName": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectName": "WpfApp4",
|
||||
"projectPath": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectPath": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj",
|
||||
"packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
|
||||
"outputPath": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
@@ -1368,7 +1368,7 @@
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Das Paket \"iTextSharp 5.5.13.4\" wurde nicht mit dem Projektzielframework \"net8.0-windows7.0\", sondern mit \".NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1\" wiederhergestellt. Dieses Paket ist mit Ihrem Projekt möglicherweise nicht vollständig kompatibel.",
|
||||
"message": "Package 'iTextSharp 5.5.13.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0-windows7.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "iTextSharp",
|
||||
"targetGraphs": [
|
||||
"net8.0-windows7.0"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "mklQGtZGXIM=",
|
||||
"dgSpecHash": "/cnuLWmXGw4=",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\bib\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
|
||||
"projectFilePath": "C:\\Users\\bib\\Desktop\\leasted version\\new-folder\\WpfApp4\\WpfApp4.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\bib\\.nuget\\packages\\bouncycastle.cryptography\\2.4.0\\bouncycastle.cryptography.2.4.0.nupkg.sha512",
|
||||
"C:\\Users\\bib\\.nuget\\packages\\entityframework\\6.4.4\\entityframework.6.4.4.nupkg.sha512",
|
||||
@@ -35,7 +35,7 @@
|
||||
"code": "NU1701",
|
||||
"level": "Warning",
|
||||
"warningLevel": 1,
|
||||
"message": "Das Paket \"iTextSharp 5.5.13.4\" wurde nicht mit dem Projektzielframework \"net8.0-windows7.0\", sondern mit \".NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1\" wiederhergestellt. Dieses Paket ist mit Ihrem Projekt möglicherweise nicht vollständig kompatibel.",
|
||||
"message": "Package 'iTextSharp 5.5.13.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0-windows7.0'. This package may not be fully compatible with your project.",
|
||||
"libraryId": "iTextSharp",
|
||||
"targetGraphs": [
|
||||
"net8.0-windows7.0"
|
||||
|
Reference in New Issue
Block a user