From a1bfbd510a8e100f895856461514805695d60098 Mon Sep 17 00:00:00 2001 From: Tikkinger Date: Thu, 19 Jun 2025 10:42:50 +0200 Subject: [PATCH] rumprobieren --- .gitignore | 64 ------------------- ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 ++ .../AquaCare.Controller.AssemblyInfo.cs | 22 +++++++ ...uaCare.Controller.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 15 +++++ .../AquaCare.Controller.GlobalUsings.g.cs | 8 +++ ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 ++ .../net9.0/AquaCare.Model.AssemblyInfo.cs | 22 +++++++ .../AquaCare.Model.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 15 +++++ .../net9.0/AquaCare.Model.GlobalUsings.g.cs | 8 +++ ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 ++ .../AquaCare.Persistence.AssemblyInfo.cs | 22 +++++++ ...aCare.Persistence.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 15 +++++ ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 ++ .../net9.0/AquaCare.View.AssemblyInfo.cs | 22 +++++++ .../AquaCare.View.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 15 +++++ 19 files changed, 184 insertions(+), 64 deletions(-) delete mode 100644 .gitignore create mode 100644 AquaCare.Controller/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs create mode 100644 AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs create mode 100644 AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache create mode 100644 AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GlobalUsings.g.cs create mode 100644 AquaCare.Model/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs create mode 100644 AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs create mode 100644 AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache create mode 100644 AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GlobalUsings.g.cs create mode 100644 AquaCare.Persistence/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs create mode 100644 AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs create mode 100644 AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache create mode 100644 AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 AquaCare.View/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs create mode 100644 AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfo.cs create mode 100644 AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfoInputs.cache create mode 100644 AquaCare.View/obj/Debug/net9.0/AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f69dcf8..0000000 --- a/.gitignore +++ /dev/null @@ -1,64 +0,0 @@ -<<<<<<< HEAD -## Build outputs -[Bb]in/ -[Oo]bj/ - -## VS directories -.vs/ -.vscode/ - -## Media files -*.mp4 -*.avi -*.mov -*.wmv - -## Binary files -*.dll -*.pdb -*.dylib -*.exe - -## Database files -*.db -*.db-shm -*.db-wal - -## Package files -*.nupkg -packages/ -======= -## Visual Studio Code files -.vscode/ -*.code-workspace - -## Visual Studio files -.vs/ -*.user -*.userosscache -*.sln.docstates - -## Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ - -## Database files -AquaCare.Persistence/AquaCareDatenbank.db -AquaCare.Persistence/AquaCareDatenbank.db-shm -AquaCare.Persistence/AquaCareDatenbank.db-wal - -## .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ ->>>>>>> a4542b5f4bc0c338195b14e0a86137c5ccec21c6 diff --git a/AquaCare.Controller/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AquaCare.Controller/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs new file mode 100644 index 0000000..8a685ab --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Controller")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3bbef701c3f40da5d46c100801aac699d98a5b6")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Controller")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Controller")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache new file mode 100644 index 0000000..84b92b5 --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +841f7cc68945e6a33cba6b9b65a75ec6eb972db4910b35aae3acfc5c8bc1ec6e diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a3d6640 --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = AquaCare.Controller +build_property.ProjectDir = C:\Users\Martikke Maximilian\Desktop\AquaCare\AquaCare.Controller\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GlobalUsings.g.cs b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/AquaCare.Model/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AquaCare.Model/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs new file mode 100644 index 0000000..a377b6b --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Model")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3bbef701c3f40da5d46c100801aac699d98a5b6")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Model")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Model")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache new file mode 100644 index 0000000..e9d24cd --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +aea3ac189d9d3aecb1d08eaf99d24a76ee6d6b333da18afc5d1c20ec006858c5 diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f1518d2 --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = AquaCare.Model +build_property.ProjectDir = C:\Users\Martikke Maximilian\Desktop\AquaCare\AquaCare.Model\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GlobalUsings.g.cs b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/AquaCare.Persistence/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AquaCare.Persistence/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs new file mode 100644 index 0000000..eef7d42 --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Persistence")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3bbef701c3f40da5d46c100801aac699d98a5b6")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Persistence")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Persistence")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache new file mode 100644 index 0000000..edd345e --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +eb8c3ff26b1ec6ca864e5f1e243b21eeb1764dc7b4a2be1d591769d46c44ea6b diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2e40303 --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = AquaCare.Persistence +build_property.ProjectDir = C:\Users\Martikke Maximilian\Desktop\AquaCare\AquaCare.Persistence\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AquaCare.View/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/AquaCare.View/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/AquaCare.View/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfo.cs b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfo.cs new file mode 100644 index 0000000..d5a075d --- /dev/null +++ b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.View")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3bbef701c3f40da5d46c100801aac699d98a5b6")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.View")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.View")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfoInputs.cache b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfoInputs.cache new file mode 100644 index 0000000..b4191a4 --- /dev/null +++ b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ff0ba8b904ce04bb32e575158fa45ff32de6ef9c97f9bdb0839e3a7160c7a498 diff --git a/AquaCare.View/obj/Debug/net9.0/AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c95f579 --- /dev/null +++ b/AquaCare.View/obj/Debug/net9.0/AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = AquaCare.View +build_property.ProjectDir = C:\Users\Martikke Maximilian\Desktop\AquaCare\AquaCare.View\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity =