SAUBER ! ( Bilder statt Video )

This commit is contained in:
Tikkinger 2025-05-13 20:49:29 +02:00
parent 5047182bb9
commit 6876d299bb
98 changed files with 1453 additions and 334 deletions

View File

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\AquaCare.Model\AquaCare.Model.csproj" />
<ProjectReference Include="..\AquaCare.Persistence\AquaCare.Persistence.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,6 @@
namespace AquaCare.Controller;
public class Class1
{
}

View File

@ -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": ""
}
}
}

View File

@ -0,0 +1,196 @@
{
"format": 1,
"restore": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {}
},
"projects": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"projectName": "AquaCare.Controller",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectName": "AquaCare.Model",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"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.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectName": "AquaCare.Persistence",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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.202/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\HP 15-db1305ng\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@ -13,10 +13,10 @@ 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.AssemblyInformationalVersionAttribute("1.0.0+5047182bb95fc3f11b208920f49bfea428a8e17e")]
[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.
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@ -1 +1 @@
35772a3fdd2902a42d2b532a2708ca25e7544f88d07e6843fec777960c5cb16a
fcf747cdb81677487715285a558bde15504747537609cde48bc8d5094d4bf97c

View File

@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AquaCare.Controller
build_property.ProjectDir = C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0

View File

@ -0,0 +1 @@
c35e31dfb46d4c9288a84fdd67ed6468aa3a8c33119a64ea8aa1bf6045d68a5d

View File

@ -0,0 +1,85 @@
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
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.deps.json
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.AssemblyReference.cache
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.C1037AF7.Up2Date
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\refint\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.AssemblyReference.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.C1037AF7.Up2Date
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\refint\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.deps.json
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.AssemblyReference.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfoInputs.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfo.cs
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.CoreCompileInputs.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.C1037AF7.Up2Date
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\refint\AquaCare.Controller.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.AssemblyReference.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.C1037AF7.Up2Date
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\refint\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll

View File

@ -0,0 +1,117 @@
{
"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\\HP 15-db1305ng\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"projectName": "AquaCare.Controller",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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.202/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "d1uubWAxvP4=",
"success": true,
"projectFilePath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

6
AquaCare.Model/Class1.cs Normal file
View File

@ -0,0 +1,6 @@
namespace AquaCare.Model;
public class Class1
{
}

View File

@ -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": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,67 @@
{
"format": 1,
"restore": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {}
},
"projects": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectName": "AquaCare.Model",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"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.202/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\HP 15-db1305ng\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@ -13,10 +13,10 @@ 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.AssemblyInformationalVersionAttribute("1.0.0+5047182bb95fc3f11b208920f49bfea428a8e17e")]
[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.
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@ -1 +1 @@
9acb99b42cb9004fe9fbe1f77cc9daa69ec1533d1076d3416c7aad60a68f49c6
8aa7ea60743357bc4277a0cd40185cbb49a4b7d59a55c8f2cc63c2b663a6ede1

View File

@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AquaCare.Model
build_property.ProjectDir = C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0

View File

@ -0,0 +1 @@
2269f2cca453e52d5f45421a5b94e950d8f858ba65c2ca38d2cfc25b4daba3eb

View File

@ -0,0 +1,55 @@
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
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.deps.json
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\refint\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\refint\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.deps.json
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfoInputs.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfo.cs
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.csproj.CoreCompileInputs.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\refint\AquaCare.Model.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\refint\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,72 @@
{
"version": 3,
"targets": {
"net9.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net9.0": []
},
"packageFolders": {
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectName": "AquaCare.Model",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"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.202/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "tMFARGeZtiY=",
"success": true,
"projectFilePath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@ -1,31 +1,25 @@
{
"format": 1,
"restore": {
"C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {}
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {}
},
"projects": {
"C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectName": "AquaCare.Model",
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\obj\\",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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"
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -65,40 +59,34 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectName": "AquaCare.Persistence",
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\obj\\",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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"
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.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\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
}
}
}
@ -134,7 +122,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@ -5,12 +5,11 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Maximilian.Martikke\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Maximilian.Martikke\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Users\HP 15-db1305ng\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@ -13,10 +13,10 @@ 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+e64250d09a5dd68889082255a5c67007a813bc4f")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5047182bb95fc3f11b208920f49bfea428a8e17e")]
[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.
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@ -1 +1 @@
2e2c17040fe81d721b812e0585f0af68b426e874aeabc7f97094b6b5b4f366ac
ea72dd178b5a9fd5dd93d036dd79f17968ab384f397ad9f06bb1b46d2454e92f

View File

@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AquaCare.Persistence
build_property.ProjectDir = C:\Users\Maximilian.Martikke\AquaCare\AquaCare.Persistence\
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0

View File

@ -1 +1 @@
f046cac9bf4b5d7c06d8559172b07e6439fbaa0ff4892dcdf63bc197ff18d3cb
3cc35a262fda0f2c05da4272e6134f7d37ae4776a6071b49cc9fc176e2e186d7

View File

@ -58,3 +58,18 @@ C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Persistence\obj\
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\refint\AquaCare.Persistence.dll
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\ref\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.csproj.AssemblyReference.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.DB9F918F.Up2Date
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\refint\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\ref\AquaCare.Persistence.dll

View File

@ -27,39 +27,32 @@
]
},
"packageFolders": {
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectName": "AquaCare.Persistence",
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\obj\\",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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"
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.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\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
}
}
}
@ -95,7 +88,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "MFrGbl1JNs4=",
"dgSpecHash": "oSTExYeS3C8=",
"success": true,
"projectFilePath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectFilePath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@ -12,6 +12,7 @@ namespace AquaCare.View
public TutorialsWindow()
{
_images = new List<string>(); // Initialize the field to avoid null
InitializeComponent();
InitializeTutorial();
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8,6 +8,8 @@
".NETCoreApp,Version=v9.0": {
"AquaCare.View/1.0.0": {
"dependencies": {
"AquaCare.Controller": "1.0.0",
"AquaCare.Model": "1.0.0",
"Avalonia": "11.2.6",
"Avalonia.Desktop": "11.2.6",
"Avalonia.Diagnostics": "11.2.6",
@ -412,6 +414,37 @@
"fileVersion": "0.20.0.0"
}
}
},
"AquaCare.Controller/1.0.0": {
"dependencies": {
"AquaCare.Model": "1.0.0",
"AquaCare.Persistence": "1.0.0"
},
"runtime": {
"AquaCare.Controller.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"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"
}
}
}
}
},
@ -623,6 +656,21 @@
"sha512": "sha512-2gkt2kuYPhDKd8gtl34jZSJOnn4nRJfFngCDcTZT/uySbK++ua0YQx2418l9Rn1Y4dE5XNq6zG9ZsE5ltLlNNw==",
"path": "tmds.dbus.protocol/0.20.0",
"hashPath": "tmds.dbus.protocol.0.20.0.nupkg.sha512"
},
"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": ""
}
}
}

View File

@ -1,31 +1,91 @@
{
"format": 1,
"restore": {
"C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj": {}
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj": {}
},
"projects": {
"C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"projectName": "AquaCare.View",
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\obj\\",
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"projectName": "AquaCare.Controller",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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"
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"projectName": "AquaCare.Model",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -46,6 +106,135 @@
},
"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.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"projectName": "AquaCare.Persistence",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\AquaCare.Persistence.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Persistence\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"projectName": "AquaCare.View",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"targetAlias": "net9.0",
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj"
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\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",
@ -87,7 +276,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@ -5,13 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Maximilian.Martikke\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Maximilian.Martikke\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Users\HP 15-db1305ng\.nuget\packages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)skiasharp.nativeassets.webassembly\2.88.9\buildTransitive\netstandard1.0\SkiaSharp.NativeAssets.WebAssembly.props" Condition="Exists('$(NuGetPackageRoot)skiasharp.nativeassets.webassembly\2.88.9\buildTransitive\netstandard1.0\SkiaSharp.NativeAssets.WebAssembly.props')" />
@ -19,7 +18,7 @@
<Import Project="$(NuGetPackageRoot)avalonia\11.2.6\buildTransitive\Avalonia.props" Condition="Exists('$(NuGetPackageRoot)avalonia\11.2.6\buildTransitive\Avalonia.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgAvalonia_BuildServices Condition=" '$(PkgAvalonia_BuildServices)' == '' ">C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.buildservices\0.0.31</PkgAvalonia_BuildServices>
<PkgAvalonia Condition=" '$(PkgAvalonia)' == '' ">C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6</PkgAvalonia>
<PkgAvalonia_BuildServices Condition=" '$(PkgAvalonia_BuildServices)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.buildservices\0.0.31</PkgAvalonia_BuildServices>
<PkgAvalonia Condition=" '$(PkgAvalonia)' == '' ">C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6</PkgAvalonia>
</PropertyGroup>
</Project>

View File

@ -13,10 +13,10 @@ 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+e64250d09a5dd68889082255a5c67007a813bc4f")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5047182bb95fc3f11b208920f49bfea428a8e17e")]
[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.
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@ -1 +1 @@
09c42b3ab528dba17acc4dc6120f8af4382fde55aa88dd499211a6fd2fc69810
f9b661e0e39f5aa52c18b50a5d923409c5d686730d375accb0662e6ae2771dcd

View File

@ -15,20 +15,20 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AquaCare.View
build_property.ProjectDir = C:\Users\Maximilian.Martikke\AquaCare\AquaCare.View\
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =
[C:/Users/Maximilian.Martikke/AquaCare/AquaCare.View/App.axaml]
[C:/Users/HP 15-db1305ng/Desktop/AquaCare/AquaCare.View/App.axaml]
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
[C:/Users/Maximilian.Martikke/AquaCare/AquaCare.View/EinstellungenWindow.axaml]
[C:/Users/HP 15-db1305ng/Desktop/AquaCare/AquaCare.View/EinstellungenWindow.axaml]
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
[C:/Users/Maximilian.Martikke/AquaCare/AquaCare.View/MainWindow.axaml]
[C:/Users/HP 15-db1305ng/Desktop/AquaCare/AquaCare.View/MainWindow.axaml]
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml
[C:/Users/Maximilian.Martikke/AquaCare/AquaCare.View/TutorialsWindow.axaml]
[C:/Users/HP 15-db1305ng/Desktop/AquaCare/AquaCare.View/TutorialsWindow.axaml]
build_metadata.AdditionalFiles.SourceItemGroup = AvaloniaXaml

View File

@ -1 +1 @@
9965a76697c206ef1e8742bd0701fcd922765854c37c37f0a1b6c4158c9985c5
2c25273fc19fbbd37bba01d7ade092866b0a4a6153443f3f8fd47f4dd75592e9

View File

@ -346,3 +346,75 @@ C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\ref
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.49F230C4.Up2Date
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.genruntimeconfig.cache
C:\Users\Maximilian.Martikke\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\ref\AquaCare.View.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.exe
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.deps.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.runtimeconfig.json
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Base.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.DesignerSupport.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Dialogs.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Markup.Xaml.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Markup.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Metal.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.MicroCom.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.OpenGL.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Vulkan.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.ColorPicker.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.DataGrid.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Desktop.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Diagnostics.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Fonts.Inter.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.FreeDesktop.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Native.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Remote.Protocol.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Skia.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Themes.Fluent.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Themes.Simple.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Win32.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.X11.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\HarfBuzzSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\MicroCom.Runtime.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\SkiaSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\Tmds.DBus.Protocol.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\av_libglesv2.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\av_libglesv2.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\av_libglesv2.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libAvaloniaNative.dylib
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm\native\libHarfBuzzSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm64\native\libHarfBuzzSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libHarfBuzzSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-x64\native\libHarfBuzzSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libHarfBuzzSharp.dylib
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\libHarfBuzzSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\libHarfBuzzSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\libHarfBuzzSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm\native\libSkiaSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm64\native\libSkiaSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libSkiaSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-x64\native\libSkiaSharp.so
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libSkiaSharp.dylib
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\libSkiaSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\libSkiaSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\libSkiaSharp.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Controller.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Model.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Persistence.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.csproj.AssemblyReference.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\Resources.Inputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\resources
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.AssemblyInfoInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.AssemblyInfo.cs
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.csproj.CoreCompileInputs.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\AquaCare.View.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\AquaCare.View.pdb
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\refint\Avalonia\AquaCare.View.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.49F230C4.Up2Date
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.genruntimeconfig.cache
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.View\obj\Debug\net9.0\ref\AquaCare.View.dll

View File

@ -1 +1 @@
86a7b42ae78f403b6038e5bd8579e2b115a4a5109f8ae71326336dd616b25e95
577e584094193793b8622f4f4538f7104b0b89e46f6ffb21ee3bed19622e7a46

View File

@ -1 +1 @@
48c2097ff6b2ca60398c809fc824540aec022eed03ef118537e0b561c4a8bf7e
078cfc550f058a1c2d4ff6cb578e693e5ff08b66a14aadf120ff89a247354fec

View File

@ -1,192 +1,195 @@
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Base.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.controls.colorpicker\11.2.6\lib\net8.0\Avalonia.Controls.ColorPicker.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.controls.datagrid\11.2.6\lib\net8.0\Avalonia.Controls.DataGrid.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Controls.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.DesignerSupport.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.desktop\11.2.6\lib\net8.0\Avalonia.Desktop.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.diagnostics\11.2.6\lib\net8.0\Avalonia.Diagnostics.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Dialogs.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.fonts.inter\11.2.6\lib\net8.0\Avalonia.Fonts.Inter.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.freedesktop\11.2.6\lib\net8.0\Avalonia.FreeDesktop.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Markup.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Markup.Xaml.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Metal.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.MicroCom.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.native\11.2.6\lib\net8.0\Avalonia.Native.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.OpenGL.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.remote.protocol\11.2.6\lib\net8.0\Avalonia.Remote.Protocol.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.skia\11.2.6\lib\net8.0\Avalonia.Skia.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.themes.fluent\11.2.6\lib\net8.0\Avalonia.Themes.Fluent.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.themes.simple\11.2.6\lib\net8.0\Avalonia.Themes.Simple.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Vulkan.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.win32\11.2.6\lib\net8.0\Avalonia.Win32.dll
C:\Users\Maximilian.Martikke\.nuget\packages\avalonia.x11\11.2.6\lib\net8.0\Avalonia.X11.dll
C:\Users\Maximilian.Martikke\.nuget\packages\harfbuzzsharp\7.3.0.3\lib\net6.0\HarfBuzzSharp.dll
C:\Users\Maximilian.Martikke\.nuget\packages\microcom.runtime\0.11.0\lib\net5.0\MicroCom.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\Microsoft.CSharp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\Microsoft.VisualBasic.Core.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\Microsoft.VisualBasic.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\Microsoft.Win32.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\Microsoft.Win32.Registry.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\mscorlib.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\netstandard.dll
C:\Users\Maximilian.Martikke\.nuget\packages\skiasharp\2.88.9\lib\net6.0\SkiaSharp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.AppContext.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Buffers.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Collections.Concurrent.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Collections.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Collections.Immutable.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Collections.NonGeneric.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Collections.Specialized.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.Annotations.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.DataAnnotations.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.EventBasedAsync.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ComponentModel.TypeConverter.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Configuration.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Console.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Core.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Data.Common.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Data.DataSetExtensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Data.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.Contracts.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.Debug.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.DiagnosticSource.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.FileVersionInfo.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.Process.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.StackTrace.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.TextWriterTraceListener.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.Tools.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.TraceSource.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Diagnostics.Tracing.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Drawing.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Drawing.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Dynamic.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Formats.Asn1.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Formats.Tar.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Globalization.Calendars.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Globalization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Globalization.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Compression.Brotli.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Compression.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Compression.FileSystem.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Compression.ZipFile.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.FileSystem.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.FileSystem.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.FileSystem.DriveInfo.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.FileSystem.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.FileSystem.Watcher.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.IsolatedStorage.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.MemoryMappedFiles.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Pipelines.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Pipes.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.Pipes.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.IO.UnmanagedMemoryStream.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Linq.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Linq.Expressions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Linq.Parallel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Linq.Queryable.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Memory.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Http.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Http.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.HttpListener.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Mail.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.NameResolution.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.NetworkInformation.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Ping.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Quic.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Requests.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Security.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.ServicePoint.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.Sockets.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.WebClient.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.WebHeaderCollection.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.WebProxy.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.WebSockets.Client.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Net.WebSockets.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Numerics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Numerics.Vectors.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ObjectModel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.DispatchProxy.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Emit.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Emit.ILGeneration.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Emit.Lightweight.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Metadata.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Reflection.TypeExtensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Resources.Reader.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Resources.ResourceManager.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Resources.Writer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.CompilerServices.Unsafe.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.CompilerServices.VisualC.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Handles.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.InteropServices.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.InteropServices.JavaScript.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Intrinsics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Loader.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Numerics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Serialization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Serialization.Formatters.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Serialization.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Serialization.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Runtime.Serialization.Xml.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Claims.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.Algorithms.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.Cng.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.Csp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.Encoding.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.OpenSsl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Cryptography.X509Certificates.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Principal.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.Principal.Windows.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Security.SecureString.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ServiceModel.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ServiceProcess.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.Encoding.CodePages.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.Encoding.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.Encoding.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.Encodings.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Text.RegularExpressions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Channels.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Overlapped.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Tasks.Dataflow.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Tasks.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Tasks.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Tasks.Parallel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Thread.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.ThreadPool.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Threading.Timer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Transactions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Transactions.Local.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.ValueTuple.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Web.HttpUtility.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Windows.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.Linq.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.ReaderWriter.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.Serialization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.XDocument.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.XmlDocument.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.XmlSerializer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.XPath.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\System.Xml.XPath.XDocument.dll
C:\Users\Maximilian.Martikke\.nuget\packages\tmds.dbus.protocol\0.20.0\lib\net8.0\Tmds.DBus.Protocol.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.4\ref\net9.0\WindowsBase.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Controller\obj\Debug\net9.0\ref\AquaCare.Controller.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Model\obj\Debug\net9.0\ref\AquaCare.Model.dll
C:\Users\HP 15-db1305ng\Desktop\AquaCare\AquaCare.Persistence\obj\Debug\net9.0\ref\AquaCare.Persistence.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Base.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.controls.colorpicker\11.2.6\lib\net8.0\Avalonia.Controls.ColorPicker.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.controls.datagrid\11.2.6\lib\net8.0\Avalonia.Controls.DataGrid.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Controls.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.DesignerSupport.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.desktop\11.2.6\lib\net8.0\Avalonia.Desktop.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.diagnostics\11.2.6\lib\net8.0\Avalonia.Diagnostics.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Dialogs.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.fonts.inter\11.2.6\lib\net8.0\Avalonia.Fonts.Inter.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.freedesktop\11.2.6\lib\net8.0\Avalonia.FreeDesktop.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Markup.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Markup.Xaml.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Metal.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.MicroCom.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.native\11.2.6\lib\net8.0\Avalonia.Native.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.OpenGL.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.remote.protocol\11.2.6\lib\net8.0\Avalonia.Remote.Protocol.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.skia\11.2.6\lib\net8.0\Avalonia.Skia.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.themes.fluent\11.2.6\lib\net8.0\Avalonia.Themes.Fluent.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.themes.simple\11.2.6\lib\net8.0\Avalonia.Themes.Simple.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia\11.2.6\ref\net8.0\Avalonia.Vulkan.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.win32\11.2.6\lib\net8.0\Avalonia.Win32.dll
C:\Users\HP 15-db1305ng\.nuget\packages\avalonia.x11\11.2.6\lib\net8.0\Avalonia.X11.dll
C:\Users\HP 15-db1305ng\.nuget\packages\harfbuzzsharp\7.3.0.3\lib\net6.0\HarfBuzzSharp.dll
C:\Users\HP 15-db1305ng\.nuget\packages\microcom.runtime\0.11.0\lib\net5.0\MicroCom.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\Microsoft.CSharp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\Microsoft.VisualBasic.Core.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\Microsoft.VisualBasic.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\Microsoft.Win32.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\Microsoft.Win32.Registry.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\mscorlib.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\netstandard.dll
C:\Users\HP 15-db1305ng\.nuget\packages\skiasharp\2.88.9\lib\net6.0\SkiaSharp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.AppContext.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Buffers.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Collections.Concurrent.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Collections.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Collections.Immutable.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Collections.NonGeneric.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Collections.Specialized.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.Annotations.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.DataAnnotations.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.EventBasedAsync.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ComponentModel.TypeConverter.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Configuration.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Console.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Core.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Data.Common.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Data.DataSetExtensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Data.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.Contracts.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.Debug.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.DiagnosticSource.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.FileVersionInfo.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.Process.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.StackTrace.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.TextWriterTraceListener.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.Tools.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.TraceSource.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Diagnostics.Tracing.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Drawing.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Drawing.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Dynamic.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Formats.Asn1.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Formats.Tar.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Globalization.Calendars.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Globalization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Globalization.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Compression.Brotli.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Compression.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Compression.FileSystem.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Compression.ZipFile.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.FileSystem.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.FileSystem.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.FileSystem.DriveInfo.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.FileSystem.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.FileSystem.Watcher.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.IsolatedStorage.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.MemoryMappedFiles.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Pipelines.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Pipes.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.Pipes.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.IO.UnmanagedMemoryStream.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Linq.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Linq.Expressions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Linq.Parallel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Linq.Queryable.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Memory.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Http.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Http.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.HttpListener.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Mail.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.NameResolution.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.NetworkInformation.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Ping.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Quic.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Requests.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Security.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.ServicePoint.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.Sockets.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.WebClient.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.WebHeaderCollection.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.WebProxy.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.WebSockets.Client.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Net.WebSockets.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Numerics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Numerics.Vectors.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ObjectModel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.DispatchProxy.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Emit.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Emit.ILGeneration.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Emit.Lightweight.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Metadata.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Reflection.TypeExtensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Resources.Reader.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Resources.ResourceManager.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Resources.Writer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.CompilerServices.Unsafe.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.CompilerServices.VisualC.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Handles.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.InteropServices.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.InteropServices.JavaScript.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.InteropServices.RuntimeInformation.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Intrinsics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Loader.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Numerics.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Serialization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Serialization.Formatters.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Serialization.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Serialization.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Runtime.Serialization.Xml.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.AccessControl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Claims.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.Algorithms.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.Cng.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.Csp.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.Encoding.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.OpenSsl.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.Primitives.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Cryptography.X509Certificates.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Principal.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.Principal.Windows.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Security.SecureString.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ServiceModel.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ServiceProcess.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.Encoding.CodePages.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.Encoding.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.Encoding.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.Encodings.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.Json.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Text.RegularExpressions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Channels.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Overlapped.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Tasks.Dataflow.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Tasks.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Tasks.Extensions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Tasks.Parallel.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Thread.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.ThreadPool.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Threading.Timer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Transactions.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Transactions.Local.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.ValueTuple.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Web.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Web.HttpUtility.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Windows.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.Linq.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.ReaderWriter.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.Serialization.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.XDocument.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.XmlDocument.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.XmlSerializer.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.XPath.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\System.Xml.XPath.XDocument.dll
C:\Users\HP 15-db1305ng\.nuget\packages\tmds.dbus.protocol\0.20.0\lib\net8.0\Tmds.DBus.Protocol.dll
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\9.0.3\ref\net9.0\WindowsBase.dll

View File

@ -569,6 +569,43 @@
"runtime": {
"lib/net8.0/Tmds.DBus.Protocol.dll": {}
}
},
"AquaCare.Controller/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v9.0",
"dependencies": {
"AquaCare.Model": "1.0.0",
"AquaCare.Persistence": "1.0.0"
},
"compile": {
"bin/placeholder/AquaCare.Controller.dll": {}
},
"runtime": {
"bin/placeholder/AquaCare.Controller.dll": {}
}
},
"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": {}
}
}
}
},
@ -1419,10 +1456,27 @@
"tmds.dbus.protocol.0.20.0.nupkg.sha512",
"tmds.dbus.protocol.nuspec"
]
},
"AquaCare.Controller/1.0.0": {
"type": "project",
"path": "../AquaCare.Controller/AquaCare.Controller.csproj",
"msbuildProject": "../AquaCare.Controller/AquaCare.Controller.csproj"
},
"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.Controller >= 1.0.0",
"AquaCare.Model >= 1.0.0",
"Avalonia >= 11.2.6",
"Avalonia.Desktop >= 11.2.6",
"Avalonia.Diagnostics >= 11.2.6",
@ -1431,37 +1485,37 @@
]
},
"packageFolders": {
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"projectUniqueName": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"projectName": "AquaCare.View",
"projectPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"packagesPath": "C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\obj\\",
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"packagesPath": "C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\",
"outputPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\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"
"C:\\Users\\HP 15-db1305ng\\AppData\\Roaming\\NuGet\\NuGet.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": {}
"projectReferences": {
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Controller\\AquaCare.Controller.csproj"
},
"C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj": {
"projectPath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.Model\\AquaCare.Model.csproj"
}
}
}
},
"warningProperties": {
@ -1517,7 +1571,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@ -1,38 +1,38 @@
{
"version": 2,
"dgSpecHash": "y1RCrucQ9cc=",
"dgSpecHash": "c1DjSU4X2pI=",
"success": true,
"projectFilePath": "C:\\Users\\Maximilian.Martikke\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"projectFilePath": "C:\\Users\\HP 15-db1305ng\\Desktop\\AquaCare\\AquaCare.View\\AquaCare.View.csproj",
"expectedPackageFiles": [
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia\\11.2.6\\avalonia.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.angle.windows.natives\\2.1.22045.20230930\\avalonia.angle.windows.natives.2.1.22045.20230930.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.buildservices\\0.0.31\\avalonia.buildservices.0.0.31.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.controls.colorpicker\\11.2.6\\avalonia.controls.colorpicker.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.controls.datagrid\\11.2.6\\avalonia.controls.datagrid.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.desktop\\11.2.6\\avalonia.desktop.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.diagnostics\\11.2.6\\avalonia.diagnostics.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.fonts.inter\\11.2.6\\avalonia.fonts.inter.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.freedesktop\\11.2.6\\avalonia.freedesktop.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.native\\11.2.6\\avalonia.native.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.remote.protocol\\11.2.6\\avalonia.remote.protocol.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.skia\\11.2.6\\avalonia.skia.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.themes.fluent\\11.2.6\\avalonia.themes.fluent.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.themes.simple\\11.2.6\\avalonia.themes.simple.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.win32\\11.2.6\\avalonia.win32.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\avalonia.x11\\11.2.6\\avalonia.x11.11.2.6.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\harfbuzzsharp\\7.3.0.3\\harfbuzzsharp.7.3.0.3.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\7.3.0.3\\harfbuzzsharp.nativeassets.linux.7.3.0.3.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.3\\harfbuzzsharp.nativeassets.macos.7.3.0.3.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\harfbuzzsharp.nativeassets.webassembly\\7.3.0.3\\harfbuzzsharp.nativeassets.webassembly.7.3.0.3.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.3\\harfbuzzsharp.nativeassets.win32.7.3.0.3.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\microcom.runtime\\0.11.0\\microcom.runtime.0.11.0.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\skiasharp\\2.88.9\\skiasharp.2.88.9.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\skiasharp.nativeassets.linux\\2.88.9\\skiasharp.nativeassets.linux.2.88.9.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.9\\skiasharp.nativeassets.macos.2.88.9.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\skiasharp.nativeassets.webassembly\\2.88.9\\skiasharp.nativeassets.webassembly.2.88.9.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.9\\skiasharp.nativeassets.win32.2.88.9.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512",
"C:\\Users\\Maximilian.Martikke\\.nuget\\packages\\tmds.dbus.protocol\\0.20.0\\tmds.dbus.protocol.0.20.0.nupkg.sha512"
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia\\11.2.6\\avalonia.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.angle.windows.natives\\2.1.22045.20230930\\avalonia.angle.windows.natives.2.1.22045.20230930.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.buildservices\\0.0.31\\avalonia.buildservices.0.0.31.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.controls.colorpicker\\11.2.6\\avalonia.controls.colorpicker.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.controls.datagrid\\11.2.6\\avalonia.controls.datagrid.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.desktop\\11.2.6\\avalonia.desktop.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.diagnostics\\11.2.6\\avalonia.diagnostics.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.fonts.inter\\11.2.6\\avalonia.fonts.inter.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.freedesktop\\11.2.6\\avalonia.freedesktop.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.native\\11.2.6\\avalonia.native.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.remote.protocol\\11.2.6\\avalonia.remote.protocol.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.skia\\11.2.6\\avalonia.skia.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.themes.fluent\\11.2.6\\avalonia.themes.fluent.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.themes.simple\\11.2.6\\avalonia.themes.simple.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.win32\\11.2.6\\avalonia.win32.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\avalonia.x11\\11.2.6\\avalonia.x11.11.2.6.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\harfbuzzsharp\\7.3.0.3\\harfbuzzsharp.7.3.0.3.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\7.3.0.3\\harfbuzzsharp.nativeassets.linux.7.3.0.3.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.3\\harfbuzzsharp.nativeassets.macos.7.3.0.3.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\harfbuzzsharp.nativeassets.webassembly\\7.3.0.3\\harfbuzzsharp.nativeassets.webassembly.7.3.0.3.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.3\\harfbuzzsharp.nativeassets.win32.7.3.0.3.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\microcom.runtime\\0.11.0\\microcom.runtime.0.11.0.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\skiasharp\\2.88.9\\skiasharp.2.88.9.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\skiasharp.nativeassets.linux\\2.88.9\\skiasharp.nativeassets.linux.2.88.9.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.9\\skiasharp.nativeassets.macos.2.88.9.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\skiasharp.nativeassets.webassembly\\2.88.9\\skiasharp.nativeassets.webassembly.2.88.9.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.9\\skiasharp.nativeassets.win32.2.88.9.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512",
"C:\\Users\\HP 15-db1305ng\\.nuget\\packages\\tmds.dbus.protocol\\0.20.0\\tmds.dbus.protocol.0.20.0.nupkg.sha512"
],
"logs": []
}