commit d79b703ad87421ad3234c5d3eb1931daf6a5566c Author: Tikkinger Date: Tue Apr 8 17:09:29 2025 +0200 AquaCare Tag 1 diff --git a/AquaCare.Controller/AquaCare.Controller.csproj b/AquaCare.Controller/AquaCare.Controller.csproj new file mode 100644 index 0000000..4820e0f --- /dev/null +++ b/AquaCare.Controller/AquaCare.Controller.csproj @@ -0,0 +1,14 @@ + + + + + + + + + net9.0 + enable + enable + + + diff --git a/AquaCare.Controller/Class1.cs b/AquaCare.Controller/Class1.cs new file mode 100644 index 0000000..7ac6502 --- /dev/null +++ b/AquaCare.Controller/Class1.cs @@ -0,0 +1,6 @@ +namespace AquaCare.Controller; + +public class Class1 +{ + +} diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.deps.json b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.deps.json new file mode 100644 index 0000000..cc53e08 --- /dev/null +++ b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.deps.json @@ -0,0 +1,56 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "AquaCare.Controller/1.0.0": { + "dependencies": { + "AquaCare.Model": "1.0.0", + "AquaCare.Persistence": "1.0.0" + }, + "runtime": { + "AquaCare.Controller.dll": {} + } + }, + "AquaCare.Model/1.0.0": { + "runtime": { + "AquaCare.Model.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "AquaCare.Persistence/1.0.0": { + "dependencies": { + "AquaCare.Model": "1.0.0" + }, + "runtime": { + "AquaCare.Persistence.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "AquaCare.Controller/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AquaCare.Model/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AquaCare.Persistence/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.dll new file mode 100644 index 0000000..2a0c524 Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.dll differ diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.pdb b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.pdb new file mode 100644 index 0000000..654c8f1 Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.pdb differ diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.dll new file mode 100644 index 0000000..2b24a6a Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.dll differ diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.pdb b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.pdb new file mode 100644 index 0000000..6aeaed2 Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.pdb differ diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.dll new file mode 100644 index 0000000..4641f51 Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.dll differ diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.pdb b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.pdb new file mode 100644 index 0000000..562f883 Binary files /dev/null and b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.pdb differ diff --git a/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.dgspec.json b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.dgspec.json new file mode 100644 index 0000000..31270d5 --- /dev/null +++ b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.dgspec.json @@ -0,0 +1,214 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {} + }, + "projects": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj", + "projectName": "AquaCare.Controller", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj" + }, + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + }, + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "projectName": "AquaCare.Model", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + }, + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "projectName": "AquaCare.Persistence", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.props b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.props new file mode 100644 index 0000000..b857c00 --- /dev/null +++ b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Maximilian.Martikke\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.13.1 + + + + + + \ No newline at end of file diff --git a/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.targets b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AquaCare.Controller/obj/AquaCare.Controller.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file 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.C1037AF7.Up2Date b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.C1037AF7.Up2Date new file mode 100644 index 0000000..e69de29 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..3e4e4e0 --- /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")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Controller")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Controller")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + 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..48bd2fe --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +35772a3fdd2902a42d2b532a2708ca25e7544f88d07e6843fec777960c5cb16a 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..c952b9e --- /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\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt 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.Controller/obj/Debug/net9.0/AquaCare.Controller.assets.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.assets.cache new file mode 100644 index 0000000..8076278 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.assets.cache differ diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.AssemblyReference.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.AssemblyReference.cache new file mode 100644 index 0000000..1774ef3 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.AssemblyReference.cache differ diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.CoreCompileInputs.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..5acd198 --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +da2f268ab379bac6768af45f5f9a1279b35f50a1752df71bc30422a0aee6f177 diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.FileListAbsolute.txt b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..ed8028d --- /dev/null +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.deps.json +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.AssemblyReference.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfoInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfo.cs +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.CoreCompileInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.C1037AF7.Up2Date +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\refint\AquaCare.Controller.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.dll b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.dll new file mode 100644 index 0000000..2a0c524 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.dll differ diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.pdb b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.pdb new file mode 100644 index 0000000..654c8f1 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.pdb differ diff --git a/AquaCare.Controller/obj/Debug/net9.0/ref/AquaCare.Controller.dll b/AquaCare.Controller/obj/Debug/net9.0/ref/AquaCare.Controller.dll new file mode 100644 index 0000000..2472266 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/ref/AquaCare.Controller.dll differ diff --git a/AquaCare.Controller/obj/Debug/net9.0/refint/AquaCare.Controller.dll b/AquaCare.Controller/obj/Debug/net9.0/refint/AquaCare.Controller.dll new file mode 100644 index 0000000..2472266 Binary files /dev/null and b/AquaCare.Controller/obj/Debug/net9.0/refint/AquaCare.Controller.dll differ diff --git a/AquaCare.Controller/obj/project.assets.json b/AquaCare.Controller/obj/project.assets.json new file mode 100644 index 0000000..6279c70 --- /dev/null +++ b/AquaCare.Controller/obj/project.assets.json @@ -0,0 +1,124 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "AquaCare.Model/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "compile": { + "bin/placeholder/AquaCare.Model.dll": {} + }, + "runtime": { + "bin/placeholder/AquaCare.Model.dll": {} + } + }, + "AquaCare.Persistence/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "dependencies": { + "AquaCare.Model": "1.0.0" + }, + "compile": { + "bin/placeholder/AquaCare.Persistence.dll": {} + }, + "runtime": { + "bin/placeholder/AquaCare.Persistence.dll": {} + } + } + } + }, + "libraries": { + "AquaCare.Model/1.0.0": { + "type": "project", + "path": "../AquaCare.Model/AquaCare.Model.csproj", + "msbuildProject": "../AquaCare.Model/AquaCare.Model.csproj" + }, + "AquaCare.Persistence/1.0.0": { + "type": "project", + "path": "../AquaCare.Persistence/AquaCare.Persistence.csproj", + "msbuildProject": "../AquaCare.Persistence/AquaCare.Persistence.csproj" + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "AquaCare.Model >= 1.0.0", + "AquaCare.Persistence >= 1.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj", + "projectName": "AquaCare.Controller", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj" + }, + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Controller/obj/project.nuget.cache b/AquaCare.Controller/obj/project.nuget.cache new file mode 100644 index 0000000..33e533f --- /dev/null +++ b/AquaCare.Controller/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "LT36C2mveaY=", + "success": true, + "projectFilePath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/AquaCare.Model/AquaCare.Model.csproj b/AquaCare.Model/AquaCare.Model.csproj new file mode 100644 index 0000000..125f4c9 --- /dev/null +++ b/AquaCare.Model/AquaCare.Model.csproj @@ -0,0 +1,9 @@ + + + + net9.0 + enable + enable + + + diff --git a/AquaCare.Model/Class1.cs b/AquaCare.Model/Class1.cs new file mode 100644 index 0000000..2236421 --- /dev/null +++ b/AquaCare.Model/Class1.cs @@ -0,0 +1,6 @@ +namespace AquaCare.Model; + +public class Class1 +{ + +} diff --git a/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.deps.json b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.deps.json new file mode 100644 index 0000000..26b8eef --- /dev/null +++ b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "AquaCare.Model/1.0.0": { + "runtime": { + "AquaCare.Model.dll": {} + } + } + } + }, + "libraries": { + "AquaCare.Model/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.dll new file mode 100644 index 0000000..2b24a6a Binary files /dev/null and b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.dll differ diff --git a/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.pdb b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.pdb new file mode 100644 index 0000000..6aeaed2 Binary files /dev/null and b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.pdb differ diff --git a/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.dgspec.json b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.dgspec.json new file mode 100644 index 0000000..5bc685e --- /dev/null +++ b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.dgspec.json @@ -0,0 +1,73 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {} + }, + "projects": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "projectName": "AquaCare.Model", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.props b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.props new file mode 100644 index 0000000..b857c00 --- /dev/null +++ b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Maximilian.Martikke\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.13.1 + + + + + + \ No newline at end of file diff --git a/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.targets b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AquaCare.Model/obj/AquaCare.Model.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file 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..b16d25d --- /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")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Model")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Model")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + 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..8ce6063 --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +9acb99b42cb9004fe9fbe1f77cc9daa69ec1533d1076d3416c7aad60a68f49c6 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..d1970ae --- /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\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt 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.Model/obj/Debug/net9.0/AquaCare.Model.assets.cache b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.assets.cache new file mode 100644 index 0000000..4167d60 Binary files /dev/null and b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.assets.cache differ diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.CoreCompileInputs.cache b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..8169ae8 --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +2269f2cca453e52d5f45421a5b94e950d8f858ba65c2ca38d2cfc25b4daba3eb diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.FileListAbsolute.txt b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..94c24c9 --- /dev/null +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.deps.json +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfoInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfo.cs +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.csproj.CoreCompileInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\refint\AquaCare.Model.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.dll new file mode 100644 index 0000000..2b24a6a Binary files /dev/null and b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.dll differ diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.pdb b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.pdb new file mode 100644 index 0000000..6aeaed2 Binary files /dev/null and b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.pdb differ diff --git a/AquaCare.Model/obj/Debug/net9.0/ref/AquaCare.Model.dll b/AquaCare.Model/obj/Debug/net9.0/ref/AquaCare.Model.dll new file mode 100644 index 0000000..f8d2f0b Binary files /dev/null and b/AquaCare.Model/obj/Debug/net9.0/ref/AquaCare.Model.dll differ diff --git a/AquaCare.Model/obj/Debug/net9.0/refint/AquaCare.Model.dll b/AquaCare.Model/obj/Debug/net9.0/refint/AquaCare.Model.dll new file mode 100644 index 0000000..f8d2f0b Binary files /dev/null and b/AquaCare.Model/obj/Debug/net9.0/refint/AquaCare.Model.dll differ diff --git a/AquaCare.Model/obj/project.assets.json b/AquaCare.Model/obj/project.assets.json new file mode 100644 index 0000000..16d07ef --- /dev/null +++ b/AquaCare.Model/obj/project.assets.json @@ -0,0 +1,79 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "projectName": "AquaCare.Model", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Model/obj/project.nuget.cache b/AquaCare.Model/obj/project.nuget.cache new file mode 100644 index 0000000..92a6c45 --- /dev/null +++ b/AquaCare.Model/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "XjEqEi5Y6BI=", + "success": true, + "projectFilePath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/AquaCare.Persistence/AquaCare.Persistence.csproj b/AquaCare.Persistence/AquaCare.Persistence.csproj new file mode 100644 index 0000000..c8e5f62 --- /dev/null +++ b/AquaCare.Persistence/AquaCare.Persistence.csproj @@ -0,0 +1,13 @@ + + + + + + + + net9.0 + enable + enable + + + diff --git a/AquaCare.Persistence/Class1.cs b/AquaCare.Persistence/Class1.cs new file mode 100644 index 0000000..71db41d --- /dev/null +++ b/AquaCare.Persistence/Class1.cs @@ -0,0 +1,6 @@ +namespace AquaCare.Persistence; + +public class Class1 +{ + +} diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.dll new file mode 100644 index 0000000..2b24a6a Binary files /dev/null and b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.dll differ diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.pdb b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.pdb new file mode 100644 index 0000000..6aeaed2 Binary files /dev/null and b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Model.pdb differ diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.deps.json b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.deps.json new file mode 100644 index 0000000..b6c9074 --- /dev/null +++ b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.deps.json @@ -0,0 +1,39 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "AquaCare.Persistence/1.0.0": { + "dependencies": { + "AquaCare.Model": "1.0.0" + }, + "runtime": { + "AquaCare.Persistence.dll": {} + } + }, + "AquaCare.Model/1.0.0": { + "runtime": { + "AquaCare.Model.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "AquaCare.Persistence/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AquaCare.Model/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.dll b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.dll new file mode 100644 index 0000000..4641f51 Binary files /dev/null and b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.dll differ diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.pdb b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.pdb new file mode 100644 index 0000000..562f883 Binary files /dev/null and b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.pdb differ diff --git a/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.dgspec.json b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.dgspec.json new file mode 100644 index 0000000..237d3b9 --- /dev/null +++ b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.dgspec.json @@ -0,0 +1,142 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {} + }, + "projects": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "projectName": "AquaCare.Model", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + }, + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "projectName": "AquaCare.Persistence", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.props b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.props new file mode 100644 index 0000000..b857c00 --- /dev/null +++ b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Maximilian.Martikke\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.13.1 + + + + + + \ No newline at end of file diff --git a/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.targets b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/AquaCare.Persistence/obj/AquaCare.Persistence.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file 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.DB9F918F.Up2Date b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.DB9F918F.Up2Date new file mode 100644 index 0000000..e69de29 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..a4b1e58 --- /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")] +[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Persistence")] +[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Persistence")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + 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..454bff9 --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +4a14a45bbf5e8ceb5174b9f099b2e17a4ebf1680d3a681aab2081c1fed4e5d2d 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..904aaaa --- /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\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GlobalUsings.g.cs b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.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/AquaCare.Persistence.assets.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.assets.cache new file mode 100644 index 0000000..b5ad706 Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.assets.cache differ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.AssemblyReference.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.AssemblyReference.cache new file mode 100644 index 0000000..ed6530f Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.AssemblyReference.cache differ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.CoreCompileInputs.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4a85617 --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +cf5d8cd14b3b8b9ed660f8a22846aa0a7a9e0a3581971474be8763b2d601ace8 diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.FileListAbsolute.txt b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..0949aff --- /dev/null +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.deps.json +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Model.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Model.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.csproj.AssemblyReference.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.AssemblyInfoInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.AssemblyInfo.cs +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.csproj.CoreCompileInputs.cache +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.DB9F918F.Up2Date +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\refint\AquaCare.Persistence.dll +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.pdb +C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.Persistence\obj\Debug\net9.0\ref\AquaCare.Persistence.dll diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.dll b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.dll new file mode 100644 index 0000000..4641f51 Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.dll differ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.pdb b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.pdb new file mode 100644 index 0000000..562f883 Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.pdb differ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/ref/AquaCare.Persistence.dll b/AquaCare.Persistence/obj/Debug/net9.0/ref/AquaCare.Persistence.dll new file mode 100644 index 0000000..6ea4a08 Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/ref/AquaCare.Persistence.dll differ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/refint/AquaCare.Persistence.dll b/AquaCare.Persistence/obj/Debug/net9.0/refint/AquaCare.Persistence.dll new file mode 100644 index 0000000..6ea4a08 Binary files /dev/null and b/AquaCare.Persistence/obj/Debug/net9.0/refint/AquaCare.Persistence.dll differ diff --git a/AquaCare.Persistence/obj/project.assets.json b/AquaCare.Persistence/obj/project.assets.json new file mode 100644 index 0000000..d3221f0 --- /dev/null +++ b/AquaCare.Persistence/obj/project.assets.json @@ -0,0 +1,102 @@ +{ + "version": 3, + "targets": { + "net9.0": { + "AquaCare.Model/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v9.0", + "compile": { + "bin/placeholder/AquaCare.Model.dll": {} + }, + "runtime": { + "bin/placeholder/AquaCare.Model.dll": {} + } + } + } + }, + "libraries": { + "AquaCare.Model/1.0.0": { + "type": "project", + "path": "../AquaCare.Model/AquaCare.Model.csproj", + "msbuildProject": "../AquaCare.Model/AquaCare.Model.csproj" + } + }, + "projectFileDependencyGroups": { + "net9.0": [ + "AquaCare.Model >= 1.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "projectName": "AquaCare.Persistence", + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Maximilian.Martikke\\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": [ + "net9.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": { + "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": { + "projectPath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Model\\AquaCare.Model.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.200" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.201/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/AquaCare.Persistence/obj/project.nuget.cache b/AquaCare.Persistence/obj/project.nuget.cache new file mode 100644 index 0000000..e6f9e42 --- /dev/null +++ b/AquaCare.Persistence/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "EhizC7UXMPY=", + "success": true, + "projectFilePath": "C:\\Users\\Maximilian.Martikke\\OneDrive - Unternehmensgruppe Eckert\\Semester 2\\Zeh - Scharf\\Projekt AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/AquaCare.View/App.axaml b/AquaCare.View/App.axaml new file mode 100644 index 0000000..30b01ea --- /dev/null +++ b/AquaCare.View/App.axaml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/AquaCare.View/App.axaml.cs b/AquaCare.View/App.axaml.cs new file mode 100644 index 0000000..e67249c --- /dev/null +++ b/AquaCare.View/App.axaml.cs @@ -0,0 +1,23 @@ +using Avalonia; +using Avalonia.Controls.ApplicationLifetimes; +using Avalonia.Markup.Xaml; + +namespace AquaCare.View; + +public partial class App : Application +{ + public override void Initialize() + { + AvaloniaXamlLoader.Load(this); + } + + public override void OnFrameworkInitializationCompleted() + { + if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) + { + desktop.MainWindow = new MainWindow(); + } + + base.OnFrameworkInitializationCompleted(); + } +} \ No newline at end of file diff --git a/AquaCare.View/AquaCare.View.csproj b/AquaCare.View/AquaCare.View.csproj new file mode 100644 index 0000000..921c6ed --- /dev/null +++ b/AquaCare.View/AquaCare.View.csproj @@ -0,0 +1,29 @@ + + + WinExe + net9.0 + enable + true + app.manifest + true + + + + + + + + + + None + All + + + + + + + + + + diff --git a/AquaCare.View/MainWindow.axaml b/AquaCare.View/MainWindow.axaml new file mode 100644 index 0000000..6bd241d --- /dev/null +++ b/AquaCare.View/MainWindow.axaml @@ -0,0 +1,18 @@ + + + + + +