From f7238b5991ce388ebd29e70f7d705b16696b672a Mon Sep 17 00:00:00 2001 From: Marcus Bachler Date: Thu, 14 Nov 2024 15:15:08 +0100 Subject: [PATCH] version 4490 --- .../dcbaf530/ZKuP/NuGetUpgradeLog.html | 210 +++ MigrationBackup/dcbaf530/ZKuP/ZKuP.csproj | 578 ++++++ MigrationBackup/dcbaf530/ZKuP/packages.config | 54 + ZKuP/AddCardUser.xaml | 10 +- ZKuP/AddCardUser.xaml.cs | 19 +- ZKuP/App.config | 39 +- ZKuP/App.xaml | 9 +- ZKuP/App.xaml.cs | 102 +- ZKuP/Arrivals.xaml | 119 +- ZKuP/Arrivals.xaml - Kopie.cs | 517 ++++++ ZKuP/Arrivals.xaml.cs | 383 +++- ZKuP/ArrivalsOverview.xaml | 10 +- ZKuP/ArrivalsOverview.xaml.cs | 11 +- ZKuP/AspInfo.xaml | 30 +- ZKuP/AspInfo.xaml.cs | 67 +- ZKuP/Assets/BE1.JPG | Bin 0 -> 216424 bytes ZKuP/Assets/BE10.JPG | Bin 0 -> 271212 bytes ZKuP/Assets/BE11.JPG | Bin 0 -> 150152 bytes ZKuP/Assets/BE12.JPG | Bin 0 -> 143245 bytes ZKuP/Assets/BE2.JPG | Bin 0 -> 214866 bytes ZKuP/Assets/BE3.JPG | Bin 0 -> 190839 bytes ZKuP/Assets/BE4.JPG | Bin 0 -> 191352 bytes ZKuP/Assets/BE5.JPG | Bin 0 -> 268451 bytes ZKuP/Assets/BE6.JPG | Bin 0 -> 234182 bytes ZKuP/Assets/BE7.JPG | Bin 0 -> 235074 bytes ZKuP/Assets/BE8.JPG | Bin 0 -> 259669 bytes ZKuP/Assets/BE9.JPG | Bin 0 -> 274066 bytes ZKuP/BEImage.xaml | 29 + ZKuP/BEImage.xaml.cs | 41 + ZKuP/Belegung.xaml | 373 ++++ ZKuP/Belegung.xaml.cs | 446 +++++ ZKuP/Belegung2.xaml | 331 ++++ ZKuP/Belegung2.xaml.cs | 357 ++++ ZKuP/Cards.xaml | 131 +- ZKuP/Cards.xaml.cs | 156 +- ZKuP/CheckKennzeichen.xaml | 21 + ZKuP/CheckKennzeichen.xaml.cs | 52 + ZKuP/CheckParkausweis.xaml | 31 +- ZKuP/CheckParkausweis.xaml.cs | 20 +- ZKuP/CreateFirma.xaml | 203 ++- ZKuP/CreateFirma.xaml.cs | 671 +++++-- ZKuP/CreateMcFitUser.xaml | 75 + ZKuP/CreateMcFitUser.xaml.cs | 72 + ZKuP/CreateParkEmailUser.xaml | 12 + ZKuP/CreateParkEmailUser.xaml.cs | 27 + ZKuP/CreateParkausweis.xaml | 52 +- ZKuP/CreateParkausweis.xaml.cs | 130 +- ZKuP/CreateVisitor.xaml | 51 +- ZKuP/CreateVisitor.xaml.cs | 5 + ZKuP/CreateVisitor_List.xaml | 2 +- ZKuP/Crypto.cs | 87 + ZKuP/Delivery.xaml | 20 +- ZKuP/Delivery.xaml.cs | 116 +- ZKuP/Family.xaml | 97 + ZKuP/Family.xaml.cs | 176 ++ ZKuP/FamilyBooking.xaml | 26 + ZKuP/FamilyBooking.xaml.cs | 164 ++ ZKuP/FodyWeavers.xsd | 30 + ZKuP/GrantParkausweis.xaml | 14 +- ZKuP/GrantParkausweis.xaml.cs | 4 +- ZKuP/Helper.cs | 373 +++- ZKuP/ImageView.xaml | 21 +- ZKuP/ImageView.xaml.cs | 37 +- ZKuP/Log.cs | 62 +- ZKuP/MainWindow.xaml | 584 +++++- ZKuP/MainWindow.xaml.cs | 1570 ++++++++++++++--- ZKuP/ManageAsp.xaml | 14 +- ZKuP/ManageDeliveries.xaml | 12 +- ZKuP/ManageDeliveries.xaml.cs | 14 +- ZKuP/ManageParkausweis.xaml | 46 +- ZKuP/ManageParkausweis.xaml.cs | 19 + ZKuP/ManageUsers.xaml | 18 +- ZKuP/ManageVisitor.xaml | 311 +++- ZKuP/ManageVisitor.xaml.cs | 175 +- ZKuP/NotificationSettings.xaml | 45 + ZKuP/NotificationSettings.xaml.cs | 314 ++++ ZKuP/Notifications.xaml | 75 + ZKuP/Notifications.xaml.cs | 121 ++ ZKuP/PrintParkausweis.xaml | 3 +- ZKuP/Properties/Resources.Designer.cs | 245 +-- ZKuP/Properties/Settings.Designer.cs | 38 +- ZKuP/Properties/Settings.settings | 9 + ZKuP/Resources/Moon.png | Bin 0 -> 2075 bytes ZKuP/Resources/Sun.png | Bin 0 -> 2436 bytes ZKuP/Resources/mcfit.png | Bin 0 -> 20476 bytes ZKuP/Resources/skull.png | Bin 0 -> 6169 bytes ZKuP/SQL.cs | 395 ++++- ZKuP/SetHinweis.xaml | 32 + ZKuP/SetHinweis.xaml.cs | 50 + ZKuP/Signature.xaml | 38 +- ZKuP/Signature.xaml.cs | 74 +- ZKuP/XMessageBox.xaml | 15 + ZKuP/XMessageBox.xaml.cs | 73 + ZKuP/ZKuP.csproj | 314 +++- ZKuP/packages.config | 15 - ZKuP/signoPad.cs | 316 +++- ZKuP/ucSpinnerPiston.xaml | 83 + ZKuP/ucSpinnerPiston.xaml.cs | 26 + 98 files changed, 10339 insertions(+), 1378 deletions(-) create mode 100644 MigrationBackup/dcbaf530/ZKuP/NuGetUpgradeLog.html create mode 100644 MigrationBackup/dcbaf530/ZKuP/ZKuP.csproj create mode 100644 MigrationBackup/dcbaf530/ZKuP/packages.config create mode 100644 ZKuP/Arrivals.xaml - Kopie.cs create mode 100644 ZKuP/Assets/BE1.JPG create mode 100644 ZKuP/Assets/BE10.JPG create mode 100644 ZKuP/Assets/BE11.JPG create mode 100644 ZKuP/Assets/BE12.JPG create mode 100644 ZKuP/Assets/BE2.JPG create mode 100644 ZKuP/Assets/BE3.JPG create mode 100644 ZKuP/Assets/BE4.JPG create mode 100644 ZKuP/Assets/BE5.JPG create mode 100644 ZKuP/Assets/BE6.JPG create mode 100644 ZKuP/Assets/BE7.JPG create mode 100644 ZKuP/Assets/BE8.JPG create mode 100644 ZKuP/Assets/BE9.JPG create mode 100644 ZKuP/BEImage.xaml create mode 100644 ZKuP/BEImage.xaml.cs create mode 100644 ZKuP/Belegung.xaml create mode 100644 ZKuP/Belegung.xaml.cs create mode 100644 ZKuP/Belegung2.xaml create mode 100644 ZKuP/Belegung2.xaml.cs create mode 100644 ZKuP/CheckKennzeichen.xaml create mode 100644 ZKuP/CheckKennzeichen.xaml.cs create mode 100644 ZKuP/CreateMcFitUser.xaml create mode 100644 ZKuP/CreateMcFitUser.xaml.cs create mode 100644 ZKuP/CreateParkEmailUser.xaml create mode 100644 ZKuP/CreateParkEmailUser.xaml.cs create mode 100644 ZKuP/Crypto.cs create mode 100644 ZKuP/Family.xaml create mode 100644 ZKuP/Family.xaml.cs create mode 100644 ZKuP/FamilyBooking.xaml create mode 100644 ZKuP/FamilyBooking.xaml.cs create mode 100644 ZKuP/NotificationSettings.xaml create mode 100644 ZKuP/NotificationSettings.xaml.cs create mode 100644 ZKuP/Notifications.xaml create mode 100644 ZKuP/Notifications.xaml.cs create mode 100644 ZKuP/Resources/Moon.png create mode 100644 ZKuP/Resources/Sun.png create mode 100644 ZKuP/Resources/mcfit.png create mode 100644 ZKuP/Resources/skull.png create mode 100644 ZKuP/SetHinweis.xaml create mode 100644 ZKuP/SetHinweis.xaml.cs create mode 100644 ZKuP/XMessageBox.xaml create mode 100644 ZKuP/XMessageBox.xaml.cs delete mode 100644 ZKuP/packages.config create mode 100644 ZKuP/ucSpinnerPiston.xaml create mode 100644 ZKuP/ucSpinnerPiston.xaml.cs diff --git a/MigrationBackup/dcbaf530/ZKuP/NuGetUpgradeLog.html b/MigrationBackup/dcbaf530/ZKuP/NuGetUpgradeLog.html new file mode 100644 index 0000000..b878aa5 --- /dev/null +++ b/MigrationBackup/dcbaf530/ZKuP/NuGetUpgradeLog.html @@ -0,0 +1,210 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - ZKuP

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\Users\MarcusBachler\source\repos\ZKuPProject\MigrationBackup\dcbaf530\ZKuP

Packages processed

Top-level dependencies:

Package IdVersion
BouncyCastle + v1.8.9
Costura.Fody + v5.2.0
Google.Protobuf + v3.17.3
K4os.Compression.LZ4.Streams + v1.2.6
MahApps.Metro + v2.4.7
Microsoft.NETCore.Platforms + v5.0.2
Microsoft.Office.Interop.Word + v15.0.4797.1003
MySql.Data + v8.0.25
NETStandard.Library + v2.0.3
SSH.NET + v2020.0.1
System.Collections + v4.3.0
System.Collections.Concurrent + v4.3.0
System.Diagnostics.Debug + v4.3.0
System.Diagnostics.DiagnosticSource + v5.0.1
System.Diagnostics.Tools + v4.3.0
System.Diagnostics.Tracing + v4.3.0
System.Globalization + v4.3.0
System.IO + v4.3.0
System.IO.Compression + v4.3.0
System.Linq + v4.3.0
System.Linq.Expressions + v4.3.0
System.Net.Http + v4.3.4
System.Net.Primitives + v4.3.1
System.ObjectModel + v4.3.0
System.Reflection + v4.3.0
System.Reflection.Extensions + v4.3.0
System.Reflection.Primitives + v4.3.0
System.Resources.ResourceManager + v4.3.0
System.Runtime + v4.3.1
System.Runtime.Extensions + v4.3.1
System.Runtime.InteropServices + v4.3.0
System.Runtime.Numerics + v4.3.0
System.Text.Encoding + v4.3.0
System.Text.Encoding.Extensions + v4.3.0
System.Text.RegularExpressions + v4.3.1
System.Threading + v4.3.0
System.Threading.Tasks + v4.3.0
System.Threading.Timer + v4.3.0
System.ValueTuple + v4.5.0
System.Xml.ReaderWriter + v4.3.1
System.Xml.XDocument + v4.3.0
WpfScreenHelper + v1.1.0

Transitive dependencies:

Package IdVersion
ControlzEx + v4.4.0
Fody + v6.5.1
K4os.Compression.LZ4 + v1.2.6
K4os.Hash.xxHash + v1.0.6
Microsoft.Xaml.Behaviors.Wpf + v1.1.19
System.Buffers + v4.5.1
System.Memory + v4.5.4
System.Runtime.CompilerServices.Unsafe + v5.0.0
System.Runtime.InteropServices.RuntimeInformation + v4.3.0

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/MigrationBackup/dcbaf530/ZKuP/ZKuP.csproj b/MigrationBackup/dcbaf530/ZKuP/ZKuP.csproj new file mode 100644 index 0000000..161ea37 --- /dev/null +++ b/MigrationBackup/dcbaf530/ZKuP/ZKuP.csproj @@ -0,0 +1,578 @@ + + + + + + Debug + AnyCPU + {B4348CE1-446F-46A5-BD8A-62C071D4AD10} + WinExe + ZKuP + ZKuP + v4.5.2 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + true + 0 + 1.0.0.%2a + false + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + ZKuP.ico + + + true + bin\x64\Debug\ + false + win-x64 + true + true + DEBUG;TRACE + full + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + win-x64 + true + true + + + true + none + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + 3C16B2C32C7121098E02D5B8C9B97FB987E781D1 + + + ZKuP_TemporaryKey.pfx + + + false + + + false + + + LocalIntranet + + + Properties\app.manifest + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x86\Release\ + true + x86 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + + + + ..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll + + + ..\packages\ControlzEx.4.4.0\lib\net45\ControlzEx.dll + + + ..\packages\Costura.Fody.5.2.0\lib\netstandard1.0\Costura.dll + + + ..\packages\Google.Protobuf.3.17.3\lib\net45\Google.Protobuf.dll + + + ..\packages\K4os.Compression.LZ4.1.2.6\lib\net45\K4os.Compression.LZ4.dll + + + ..\packages\K4os.Compression.LZ4.Streams.1.2.6\lib\net45\K4os.Compression.LZ4.Streams.dll + + + ..\packages\K4os.Hash.xxHash.1.0.6\lib\net45\K4os.Hash.xxHash.dll + + + ..\packages\MahApps.Metro.2.4.7\lib\net452\MahApps.Metro.dll + + + ..\packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll + True + + + ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll + + + ..\packages\MySql.Data.8.0.25\lib\net452\MySql.Data.dll + + + ..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll + + + ..\..\..\..\..\..\Program Files\signotec\signoPAD-API\STPadLibNet\STPadLibNet.dll + False + True + + + + ..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll + + + + + + + + + ..\packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net45\System.Diagnostics.DiagnosticSource.dll + + + + + + + + ..\packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + + + + ..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll + + + + + + + + + + + + 4.0 + + + ..\packages\MySql.Data.8.0.25\lib\net452\Ubiety.Dns.Core.dll + + + + + + + ..\packages\WpfScreenHelper.1.1.0\lib\net40\WpfScreenHelper.dll + + + ..\packages\MySql.Data.8.0.25\lib\net452\Zstandard.Net.dll + + + + + MSBuild:Compile + Designer + + + AddCardUser.xaml + + + Arrivals.xaml + + + ArrivalsOverview.xaml + + + AspInfo.xaml + + + BEImage.xaml + + + Belegung.xaml + + + Belegung2.xaml + + + Cards.xaml + + + CheckKennzeichen.xaml + + + CheckParkausweis.xaml + + + CreateFirma.xaml + + + CreateMcFitUser.xaml + + + CreateParkausweis.xaml + + + CreateVisitor.xaml + + + CreateVisitor_List.xaml + + + + Delivery.xaml + + + Family.xaml + + + FamilyBooking.xaml + + + GrantParkausweis.xaml + + + ImageView.xaml + + + + ManageDeliveries.xaml + + + ManageParkausweis.xaml + + + ManageVisitor.xaml + + + + ManageAsp.xaml + + + ManageUsers.xaml + + + ParkausweisDisclaimer.xaml + + + PrintParkausweis.xaml + + + SetHinweis.xaml + + + Signature.xaml + + + + + ucSpinnerPiston.xaml + + + XMessageBox.xaml + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4.5.2 %28x86 und x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + + + + + + + {0002E157-0000-0000-C000-000000000046} + 5 + 3 + 0 + primary + False + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/dcbaf530/ZKuP/packages.config b/MigrationBackup/dcbaf530/ZKuP/packages.config new file mode 100644 index 0000000..1b0b6ca --- /dev/null +++ b/MigrationBackup/dcbaf530/ZKuP/packages.config @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ZKuP/AddCardUser.xaml b/ZKuP/AddCardUser.xaml index a15db85..ba7b53e 100644 --- a/ZKuP/AddCardUser.xaml +++ b/ZKuP/AddCardUser.xaml @@ -14,18 +14,18 @@ - + - + - + - + - - - -