Einstellungen ( Icon spakkt)
This commit is contained in:
parent
00388161d5
commit
071f7eb268
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ 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+867302e8c3510743812fab6b3097ba031f7f102f")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+00388161d53eed0b098fa739b4ea096671040ee7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Controller")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Controller")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
c2d53ae13bb0870ff83a6ecc19a5f3677f331cada3baad961a11fa7a361cb7ac
|
||||
c41f528c372695e9b9ff0992001db48f42e0e5a4d6c1786a66940a54a8a510ab
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ 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+867302e8c3510743812fab6b3097ba031f7f102f")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+00388161d53eed0b098fa739b4ea096671040ee7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Model")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Model")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
bcb46a2ad0feadef0668db28c042bdc40ebe1ae5dcddb87ec9462549ad94e5ea
|
||||
995c200d9e52409a4ad9be48d3784b19e7b01f9c94e698d8ff72837dbb505b2d
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ 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+867302e8c3510743812fab6b3097ba031f7f102f")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+00388161d53eed0b098fa739b4ea096671040ee7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Persistence")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Persistence")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
7ca90d51fb8bda5e1eb99b7a06a80749fe91168bfb72e31b8f6c02fdfa6d23c2
|
||||
5fdce5df731ac2c6dd98051c143b5734c3ac36983b85d2d152dfa54d54877678
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,17 +10,43 @@
|
||||
<ImageBrush Source="Ressourcen/WillkommenHintergrund.jpg" Stretch="UniformToFill"></ImageBrush>
|
||||
</Grid.Background>
|
||||
|
||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="20">
|
||||
<TextBlock Text="Willkommen bei AquaCare"
|
||||
FontSize="24" FontWeight="Bold"
|
||||
HorizontalAlignment="Center" Margin="0,0,0,20" />
|
||||
<Button Width="40" Height="40" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10"
|
||||
Click="OpenSettingsWindow" >
|
||||
<Button.Content>
|
||||
<!--<Image Source="Ressourcen/EinstellungenIcon.png" Width="30" Height="30"/>-->
|
||||
</Button.Content>
|
||||
</Button>
|
||||
|
||||
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="30">
|
||||
|
||||
<TextBlock Text="Willkommen bei AquaCare"
|
||||
FontSize="50" FontWeight="Bold"
|
||||
TextDecorations="Underline"
|
||||
Foreground="#80BEBEBE"
|
||||
HorizontalAlignment="Center" Margin="0,0,0,20"
|
||||
/>
|
||||
|
||||
<Button Content="Pflege" Width="200" Height="40" HorizontalAlignment="Center"
|
||||
Background="#50A3B9CC" Foreground="#BEBEBE"
|
||||
FontSize="20" FontWeight="Bold"
|
||||
Click="buttonPflegeClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
||||
/>
|
||||
|
||||
<Button Content="Werte" Width="200" Height="40" HorizontalAlignment="Center"
|
||||
Background="#50A3B9CC" Foreground="#BEBEBE"
|
||||
FontSize="20" FontWeight="Bold"
|
||||
Click="buttonWerteClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
||||
/>
|
||||
|
||||
<Button Content="Tutorials" Width="200" Height="40" HorizontalAlignment="Center"
|
||||
Background="#50A3B9CC" Foreground="#BEBEBE"
|
||||
FontSize="20" FontWeight="Bold"
|
||||
Click="buttonTutorialsClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
||||
/>
|
||||
|
||||
<Button Content="Pflege" Width="200" Height="40" HorizontalAlignment="Center" Click="buttonPflegeClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
|
||||
<Button Content="Werte" Width="200" Height="40" HorizontalAlignment="Center" Click="buttonWerteClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
|
||||
<Button Content="Tutorials" Width="200" Height="40" HorizontalAlignment="Center" Click="buttonTutorialsClick"
|
||||
HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
|
@ -28,5 +28,17 @@ namespace AquaCare.View
|
||||
var dialog = new Window { Title = "Tutorials" };
|
||||
dialog.ShowDialog(this);
|
||||
}
|
||||
|
||||
private void OpenSettingsWindow(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
// Neues Fenster für Einstellungen
|
||||
var settingsWindow = new Window
|
||||
{
|
||||
Title = "Einstellungen",
|
||||
Width = 400,
|
||||
Height = 300
|
||||
};
|
||||
settingsWindow.ShowDialog(this);
|
||||
}
|
||||
}
|
||||
}
|
BIN
AquaCare.View/Ressourcen/EInstellungenIcon.ico
Normal file
BIN
AquaCare.View/Ressourcen/EInstellungenIcon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
AquaCare.View/Ressourcen/EInstellungenIcon.png
Normal file
BIN
AquaCare.View/Ressourcen/EInstellungenIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ 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+867302e8c3510743812fab6b3097ba031f7f102f")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+00388161d53eed0b098fa739b4ea096671040ee7")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.View")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.View")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
686889be050a37ff9ca61395472c600530b97fa6eac02ccbb180d23e076424a7
|
||||
bd58aa02a94c8f9db600c253d78c5fa4b6b9461bfd5e0bfd30fbab007c4802a5
|
||||
|
@ -15,7 +15,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = AquaCare.View
|
||||
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\
|
||||
build_property.ProjectDir = C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
|
Binary file not shown.
Binary file not shown.
@ -70,75 +70,75 @@ C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh
|
||||
C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.49F230C4.Up2Date
|
||||
C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.genruntimeconfig.cache
|
||||
C:\Users\Maximilian.Martikke\OneDrive - Unternehmensgruppe Eckert\Semester 2\Zeh - Scharf\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\ref\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.exe
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.deps.json
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.runtimeconfig.json
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.View.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Base.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.DesignerSupport.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Dialogs.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Markup.Xaml.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Markup.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Metal.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.MicroCom.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.OpenGL.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Vulkan.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.ColorPicker.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Controls.DataGrid.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Desktop.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Diagnostics.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Fonts.Inter.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.FreeDesktop.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Native.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Remote.Protocol.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Skia.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Themes.Fluent.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Themes.Simple.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.Win32.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Avalonia.X11.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\HarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\MicroCom.Runtime.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\SkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\Tmds.DBus.Protocol.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libAvaloniaNative.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-x64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libHarfBuzzSharp.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-arm64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\linux-x64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\osx\native\libSkiaSharp.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-arm64\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x64\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\runtimes\win-x86\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Controller.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Model.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Persistence.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Controller.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Model.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\bin\Debug\net9.0\AquaCare.Persistence.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.csproj.AssemblyReference.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\Resources.Inputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\resources
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.AssemblyInfoInputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.AssemblyInfo.cs
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.csproj.CoreCompileInputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\Avalonia\AquaCare.View.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\refint\Avalonia\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.49F230C4.Up2Date
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\AquaCare.View.genruntimeconfig.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\AquaCare.View\obj\Debug\net9.0\ref\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.View.exe
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.View.deps.json
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.View.runtimeconfig.json
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.View.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Base.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Controls.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.DesignerSupport.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Dialogs.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Markup.Xaml.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Markup.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Metal.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.MicroCom.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.OpenGL.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Vulkan.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Controls.ColorPicker.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Controls.DataGrid.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Desktop.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Diagnostics.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Fonts.Inter.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.FreeDesktop.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Native.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Remote.Protocol.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Skia.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Themes.Fluent.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Themes.Simple.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.Win32.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Avalonia.X11.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\HarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\MicroCom.Runtime.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\SkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\Tmds.DBus.Protocol.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-arm64\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x64\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x86\native\av_libglesv2.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\osx\native\libAvaloniaNative.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-arm\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-arm64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-x64\native\libHarfBuzzSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\osx\native\libHarfBuzzSharp.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-arm64\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x64\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x86\native\libHarfBuzzSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-arm\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-arm64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\linux-x64\native\libSkiaSharp.so
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\osx\native\libSkiaSharp.dylib
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-arm64\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x64\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\runtimes\win-x86\native\libSkiaSharp.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Controller.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Model.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Persistence.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Controller.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Model.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\bin\Debug\net9.0\AquaCare.Persistence.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.csproj.AssemblyReference.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\Avalonia\Resources.Inputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\Avalonia\resources
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.AssemblyInfoInputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.AssemblyInfo.cs
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.csproj.CoreCompileInputs.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\Avalonia\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\Avalonia\AquaCare.View.pdb
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\refint\Avalonia\AquaCare.View.dll
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.49F230C4.Up2Date
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\AquaCare.View.genruntimeconfig.cache
|
||||
C:\Users\HP 15-db1305ng\Desktop\Projekt AquaCare\aquacare.view\obj\Debug\net9.0\ref\AquaCare.View.dll
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
e8ad7cec761b8a540e0d4bca5046499a505ccfe298ec5b26654b03f64a9c05f2
|
||||
a5cdb890d6a4476c4f373e488a1af4d5a131a863b5db9ddeaa869d16bce0f2f3
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
4a3712c50d302a5d3b3e1f082e7a6fa45522a6b0c25ab6bcef01b1cfa461de93
|
||||
4a8ab8cd1eebb6ed8a6a1b63f402dff1707f3a7abaf4bce5622cdad07daf3982
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user