From 14bbb76c0c2a302d1df84b917ff85417b38cc604 Mon Sep 17 00:00:00 2001 From: Tikkinger Date: Fri, 11 Apr 2025 16:05:00 +0200 Subject: [PATCH] Style.xaml weitere Aufteilung styles --- .../bin/Debug/net9.0/AquaCare.Controller.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Controller.pdb | Bin 10604 -> 10604 bytes .../bin/Debug/net9.0/AquaCare.Model.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Model.pdb | Bin 10488 -> 10488 bytes .../bin/Debug/net9.0/AquaCare.Persistence.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Persistence.pdb | Bin 10556 -> 10556 bytes .../AquaCare.Controller.AssemblyInfo.cs | 2 +- ...uaCare.Controller.AssemblyInfoInputs.cache | 2 +- ....Controller.csproj.AssemblyReference.cache | Bin 816 -> 816 bytes .../obj/Debug/net9.0/AquaCare.Controller.dll | Bin 4096 -> 4096 bytes .../obj/Debug/net9.0/AquaCare.Controller.pdb | Bin 10604 -> 10604 bytes .../Debug/net9.0/ref/AquaCare.Controller.dll | Bin 4608 -> 4608 bytes .../net9.0/refint/AquaCare.Controller.dll | Bin 4608 -> 4608 bytes .../bin/Debug/net9.0/AquaCare.Model.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Model.pdb | Bin 10488 -> 10488 bytes .../net9.0/AquaCare.Model.AssemblyInfo.cs | 2 +- .../AquaCare.Model.AssemblyInfoInputs.cache | 2 +- .../obj/Debug/net9.0/AquaCare.Model.dll | Bin 4096 -> 4096 bytes .../obj/Debug/net9.0/AquaCare.Model.pdb | Bin 10488 -> 10488 bytes .../obj/Debug/net9.0/ref/AquaCare.Model.dll | Bin 4608 -> 4608 bytes .../Debug/net9.0/refint/AquaCare.Model.dll | Bin 4608 -> 4608 bytes .../bin/Debug/net9.0/AquaCare.Model.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Model.pdb | Bin 10488 -> 10488 bytes .../bin/Debug/net9.0/AquaCare.Persistence.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Persistence.pdb | Bin 10556 -> 10556 bytes .../AquaCare.Persistence.AssemblyInfo.cs | 2 +- ...aCare.Persistence.AssemblyInfoInputs.cache | 2 +- ...Persistence.csproj.AssemblyReference.cache | Bin 399 -> 399 bytes .../obj/Debug/net9.0/AquaCare.Persistence.dll | Bin 4096 -> 4096 bytes .../obj/Debug/net9.0/AquaCare.Persistence.pdb | Bin 10556 -> 10556 bytes .../Debug/net9.0/ref/AquaCare.Persistence.dll | Bin 4608 -> 4608 bytes .../net9.0/refint/AquaCare.Persistence.dll | Bin 4608 -> 4608 bytes AquaCare.View/MainWindow.axaml | 31 +++++++++--------- .../Ressourcen/Bilder/EinstellungenImage.png | Bin 0 -> 1366271 bytes .../Ressourcen/{ => Bilder}/ProgrammIcon.ico | Bin .../{ => Bilder}/WillkommenHintergrund.jpg | Bin .../Ressourcen/EInstellungenIcon.ico | Bin 13731 -> 0 bytes .../Ressourcen/EInstellungenIcon.png | Bin 177522 -> 0 bytes AquaCare.View/Style.xaml | 30 +++++++++++++---- .../bin/Debug/net9.0/AquaCare.Controller.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Controller.pdb | Bin 10604 -> 10604 bytes .../bin/Debug/net9.0/AquaCare.Model.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Model.pdb | Bin 10488 -> 10488 bytes .../bin/Debug/net9.0/AquaCare.Persistence.dll | Bin 4096 -> 4096 bytes .../bin/Debug/net9.0/AquaCare.Persistence.pdb | Bin 10556 -> 10556 bytes .../bin/Debug/net9.0/AquaCare.View.dll | Bin 717312 -> 1892864 bytes .../bin/Debug/net9.0/AquaCare.View.exe | Bin 147968 -> 147968 bytes .../bin/Debug/net9.0/AquaCare.View.pdb | Bin 15428 -> 15540 bytes .../net9.0/AquaCare.View.AssemblyInfo.cs | 2 +- .../AquaCare.View.AssemblyInfoInputs.cache | 2 +- ...uaCare.View.csproj.AssemblyReference.cache | Bin 14078 -> 14078 bytes .../AquaCare.View.csproj.FileListAbsolute.txt | 20 +++++------ .../obj/Debug/net9.0/AquaCare.View.dll | Bin 702976 -> 1878528 bytes .../obj/Debug/net9.0/AquaCare.View.pdb | Bin 14380 -> 14380 bytes .../Debug/net9.0/Avalonia/AquaCare.View.dll | Bin 717312 -> 1892864 bytes .../Debug/net9.0/Avalonia/AquaCare.View.pdb | Bin 15428 -> 15540 bytes .../net9.0/Avalonia/Resources.Inputs.cache | 2 +- .../obj/Debug/net9.0/Avalonia/resources | Bin 695059 -> 1870853 bytes AquaCare.View/obj/Debug/net9.0/apphost.exe | Bin 147968 -> 147968 bytes .../obj/Debug/net9.0/ref/AquaCare.View.dll | Bin 6144 -> 6144 bytes .../obj/Debug/net9.0/refint/AquaCare.View.dll | Bin 6656 -> 6656 bytes .../net9.0/refint/Avalonia/AquaCare.View.dll | Bin 6144 -> 6144 bytes 62 files changed, 57 insertions(+), 42 deletions(-) create mode 100644 AquaCare.View/Ressourcen/Bilder/EinstellungenImage.png rename AquaCare.View/Ressourcen/{ => Bilder}/ProgrammIcon.ico (100%) rename AquaCare.View/Ressourcen/{ => Bilder}/WillkommenHintergrund.jpg (100%) delete mode 100644 AquaCare.View/Ressourcen/EInstellungenIcon.ico delete mode 100644 AquaCare.View/Ressourcen/EInstellungenIcon.png diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Controller.dll index 976263563816aa7d801fe937f96e4e22052815de..9a194ad1559a6df5d3b331f177ea331ed8e170b1 100644 GIT binary patch delta 245 zcmZorXi%8Y!QvYu^<-nu8diby)-xKG7gL;;hHYTdl&+pM*@NwbjiF(pX_Ap;vO!|1 zfw6gNikYE_k!hNxsiCErWvZ!#L7K6FiGhWgB?AKoBLg=B9F#w{Yo6@G9w6{kE?@D* zpFEeIHU4i}ejkjPyoSAA0V>(tz@&K%ON~%n~SP%3uLhmj+a6090WB N()dIL?LQnDm7dj= z^pR>U^=UB|(tEoXS|a(so7a@H3IlZlONFt1jR2qk00>CO|0(8lK#{t{DNjwT$U$*+ zVMAeZWiC)(tX@ruIbK4j8wXy`NVP8v&sdc EBTqL*cK`qY delta 150 zcmV;H0BQg1QtVQYd=#u&11Co3=RuLqKY@jBLuFG~R`juuS^^+X-hV+a#(@^}Np&ce znr`^ouBkf_{{U@WSG@@2JYgua3IlZlOXF>H@Bp9y008Y#N}->@OS)$tyVWYMSwV4i zVMAeZWiC)bihpx$RKz{t}1$GG>=mBv&sdc EBW&zG>;M1& diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Model.dll index a51e1fa1f060cff26f94df52dbddcb44d07ed618..83d50a5afa874510fbfa9367938827d9bd0beaf5 100644 GIT binary patch delta 246 zcmZorXi%8Y!4mMYdHu$oC9DG9_SR&U&%Winxb3Xz1-3ks$qsCXZ4C_*O_Pi)lMND6 z4UElGQ_Kuaj7-xkO${y0EK^M_4AP7ZObjf{EEyO$7#X-35TN%(?6S!Y>;VFjfug78 zTJLl1T_)UYkR|wb@&fi!1*o8@FH{huI$gSZ-bY!biCdRFV%}`Z@tnoqkin24k-?N9 ziNT1$k|CMF0LV)PlEw_?KstrN3@C2`lrv>W1In8Md6qyiOQ4)7g9T7s8c?MHP=x`I M2Nd6&%{!F|0H(=9YybcN delta 246 zcmZorXi%8Y!SY#t@%@cGOIQUAY;Egb=ma>-@;Klv_QG)6WCymxwr1vO#-@gbCaKAm zW=UqIMuw@WDal4j#uiBysfosk#^$LO<^~p~#taM`j11fi2p}>qqkXaidw_tFWN-uf zmakqLCbFb^SLA-5ynww_0V;Uw15^;Gn*GIJ1)s?iyF;uUdH-!T<#^8GZ^mHGkj7xl zV9H+NCF^DVF~;AWt@7b`4DJO alGCX|0=C}$NS+G)TJ;v)j{xwa_yQ(czac#U delta 68 zcmV-K0K5PAQTS1id=w%XQ-BAw^-8dj1ZPWlZTA$OXosH7MD#hbmy5Vr adrR0&=Q8hghUI|(_WH#L@u=>j_yQ(Ik|DeR diff --git a/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.dll b/AquaCare.Controller/bin/Debug/net9.0/AquaCare.Persistence.dll index 4da24951105b00b133c9293b6422730e682617f2..31e0cb90c18dc85042f2fa476c400c6a6e02b631 100644 GIT binary patch delta 244 zcmZorXi%8Y!BXcYcyeRU23CPa7xP1vp$7izbM{^;yFU5HWFNMZ)`o_Orb$MY$p(q3 z2FB*8DQ1QyMy6?&riPYgmZ_!|25H6yCI%K}mJAFWj11fiFfc=xVaenG_5gvkI-d2~ zH62b1r>)!0azgjW^KKN^-*5wo)-s`5T4am74=O*jfDz84MW`8B7_H z7>pP!8IlIHi;tCl{lG;3QuyT>>D`ydYg3z-nw`D}vR1 zssZfa^kPh)C=pdCO|0(8lK#{t{DNjwT$g`RS Fq9cnED`)@! delta 99 zcmV-p0G$84QoK@-d=#Y)r48XlOOe`7;AhA+fQLT>>DQHmz}Y`#*i-@!D40 z-K!c|9;)tnZTJcaaf%BFSWUaL4Fh!o7~^ep@Bp9y008Y#N}->@OS)$tyVWYMS+kl2 Fq9Y_>EkXbQ diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs index 7325870..11dc009 100644 --- a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfo.cs @@ -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+67f35114ec96b6521eedc2b38b8ea3a37e870853")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+11a5b29c0ae037ed61425f951969e580f3040869")] [assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Controller")] [assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Controller")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache index c375fa4..5d7d6e6 100644 --- a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache +++ b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.AssemblyInfoInputs.cache @@ -1 +1 @@ -caff15ac345dd2bc3812fd87ffcc8b9a3e3506a1bdd0b3b4593c9d83f1ecdccc +801a73e485f3a20a695ba14798717439568fab3a3d94621b6357d7b2719b5888 diff --git a/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.AssemblyReference.cache b/AquaCare.Controller/obj/Debug/net9.0/AquaCare.Controller.csproj.AssemblyReference.cache index 36bfee26d8382b9cf9d6a20da748dccd69d54934..ed4391ace652b2e886f0ddc88e088bd327683ffd 100644 GIT binary patch delta 27 jcmdnMwt;Oz8LN5&kLA0K)e{(5^A(*e-)$CPQeXrChxG{a delta 27 jcmdnMwt;Oz8S9x-rf1G=te(Kg%5UX==G>(tz@&K%ON~%n~SP%3uLhmj+a6090WB N()dIL?LQnDm7dj= z^pR>U^=UB|(tEoXS|a(so7a@H3IlZlONFt1jR2qk00>CO|0(8lK#{t{DNjwT$U$*+ zVMAeZWiC)(tX@ruIbK4j8wXy`NVP8v&sdc EBTqL*cK`qY delta 150 zcmV;H0BQg1QtVQYd=#u&11Co3=RuLqKY@jBLuFG~R`juuS^^+X-hV+a#(@^}Np&ce znr`^ouBkf_{{U@WSG@@2JYgua3IlZlOXF>H@Bp9y008Y#N}->@OS)$tyVWYMSwV4i zVMAeZWiC)bihpx$RKz{t}1$GG>=mBv&sdc EBW&zG>;M1& diff --git a/AquaCare.Controller/obj/Debug/net9.0/ref/AquaCare.Controller.dll b/AquaCare.Controller/obj/Debug/net9.0/ref/AquaCare.Controller.dll index 469ebb7bf8b11125580fd0f02570b9ab1a3f2eb1..1f7ad2b21ae0eb5623b3d238fa6a175dd9e0c4f3 100644 GIT binary patch delta 194 zcmZorX;7Ka!Lr?U#et1ICCmcL(qI3%x_^Pw=4f&8i9D0fZWd&D&$#(NYa|PX)Z`4V zvl@nmiKa4O97v}ym;vQYfO4h`X+U{XAkPvgW(kxtWv~FMO9QGj R0IDzm@_^!-C-dhr0RY!dHN^k` delta 194 zcmZorX;7Ka!BV??%8ZRYCCmcx1xYp^c$B?2_06mOqxtX6Wm?`#H0}8G|`P z8iO%|DT5&pnlPj?Br{ktm@y;)u_=QQP%IS)Q-GpIKrv$m3m|C$6iEcKLD(F~wg8d_ OK+=@Kc=KfbTqXdIm^OU? diff --git a/AquaCare.Controller/obj/Debug/net9.0/refint/AquaCare.Controller.dll b/AquaCare.Controller/obj/Debug/net9.0/refint/AquaCare.Controller.dll index 469ebb7bf8b11125580fd0f02570b9ab1a3f2eb1..1f7ad2b21ae0eb5623b3d238fa6a175dd9e0c4f3 100644 GIT binary patch delta 194 zcmZorX;7Ka!Lr?U#et1ICCmcL(qI3%x_^Pw=4f&8i9D0fZWd&D&$#(NYa|PX)Z`4V zvl@nmiKa4O97v}ym;vQYfO4h`X+U{XAkPvgW(kxtWv~FMO9QGj R0IDzm@_^!-C-dhr0RY!dHN^k` delta 194 zcmZorX;7Ka!BV??%8ZRYCCmcx1xYp^c$B?2_06mOqxtX6Wm?`#H0}8G|`P z8iO%|DT5&pnlPj?Br{ktm@y;)u_=QQP%IS)Q-GpIKrv$m3m|C$6iEcKLD(F~wg8d_ OK+=@Kc=KfbTqXdIm^OU? diff --git a/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Model/bin/Debug/net9.0/AquaCare.Model.dll index a51e1fa1f060cff26f94df52dbddcb44d07ed618..83d50a5afa874510fbfa9367938827d9bd0beaf5 100644 GIT binary patch delta 246 zcmZorXi%8Y!4mMYdHu$oC9DG9_SR&U&%Winxb3Xz1-3ks$qsCXZ4C_*O_Pi)lMND6 z4UElGQ_Kuaj7-xkO${y0EK^M_4AP7ZObjf{EEyO$7#X-35TN%(?6S!Y>;VFjfug78 zTJLl1T_)UYkR|wb@&fi!1*o8@FH{huI$gSZ-bY!biCdRFV%}`Z@tnoqkin24k-?N9 ziNT1$k|CMF0LV)PlEw_?KstrN3@C2`lrv>W1In8Md6qyiOQ4)7g9T7s8c?MHP=x`I M2Nd6&%{!F|0H(=9YybcN delta 246 zcmZorXi%8Y!SY#t@%@cGOIQUAY;Egb=ma>-@;Klv_QG)6WCymxwr1vO#-@gbCaKAm zW=UqIMuw@WDal4j#uiBysfosk#^$LO<^~p~#taM`j11fi2p}>qqkXaidw_tFWN-uf zmakqLCbFb^SLA-5ynww_0V;Uw15^;Gn*GIJ1)s?iyF;uUdH-!T<#^8GZ^mHGkj7xl zV9H+NCF^DVF~;AWt@7b`4DJO alGCX|0=C}$NS+G)TJ;v)j{xwa_yQ(czac#U delta 68 zcmV-K0K5PAQTS1id=w%XQ-BAw^-8dj1ZPWlZTA$OXosH7MD#hbmy5Vr adrR0&=Q8hghUI|(_WH#L@u=>j_yQ(Ik|DeR diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs index 5ed4a0f..5c1c656 100644 --- a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfo.cs @@ -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+67f35114ec96b6521eedc2b38b8ea3a37e870853")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+11a5b29c0ae037ed61425f951969e580f3040869")] [assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Model")] [assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Model")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache index d26b67f..47a16c4 100644 --- a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache +++ b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.AssemblyInfoInputs.cache @@ -1 +1 @@ -967d078032273b32f96cc5689ccc61d0b8e59c26222984cac69101eaa9290150 +e81d9b36841d44d07e3957f74a410bf85ce39a9b97788eb697ae00f8d5b1e87d diff --git a/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.dll b/AquaCare.Model/obj/Debug/net9.0/AquaCare.Model.dll index a51e1fa1f060cff26f94df52dbddcb44d07ed618..83d50a5afa874510fbfa9367938827d9bd0beaf5 100644 GIT binary patch delta 246 zcmZorXi%8Y!4mMYdHu$oC9DG9_SR&U&%Winxb3Xz1-3ks$qsCXZ4C_*O_Pi)lMND6 z4UElGQ_Kuaj7-xkO${y0EK^M_4AP7ZObjf{EEyO$7#X-35TN%(?6S!Y>;VFjfug78 zTJLl1T_)UYkR|wb@&fi!1*o8@FH{huI$gSZ-bY!biCdRFV%}`Z@tnoqkin24k-?N9 ziNT1$k|CMF0LV)PlEw_?KstrN3@C2`lrv>W1In8Md6qyiOQ4)7g9T7s8c?MHP=x`I M2Nd6&%{!F|0H(=9YybcN delta 246 zcmZorXi%8Y!SY#t@%@cGOIQUAY;Egb=ma>-@;Klv_QG)6WCymxwr1vO#-@gbCaKAm zW=UqIMuw@WDal4j#uiBysfosk#^$LO<^~p~#taM`j11fi2p}>qqkXaidw_tFWN-uf zmakqLCbFb^SLA-5ynww_0V;Uw15^;Gn*GIJ1)s?iyF;uUdH-!T<#^8GZ^mHGkj7xl zV9H+NCF^DVF~;AWt@7b`4DJO alGCX|0=C}$NS+G)TJ;v)j{xwa_yQ(czac#U delta 68 zcmV-K0K5PAQTS1id=w%XQ-BAw^-8dj1ZPWlZTA$OXosH7MD#hbmy5Vr adrR0&=Q8hghUI|(_WH#L@u=>j_yQ(Ik|DeR diff --git a/AquaCare.Model/obj/Debug/net9.0/ref/AquaCare.Model.dll b/AquaCare.Model/obj/Debug/net9.0/ref/AquaCare.Model.dll index 08ceaf4812689d9ae8e4c3f63f8c02e86130b2b6..a00a57d1f1b3b3169581c60e5b2248522397f772 100644 GIT binary patch delta 194 zcmZorX;7Ka!P2_1u6JWk39|r)$MOG~&q^F7?mD9B@4M#2WXVq}_TX=-R`W|?YgVUT8QU}9ilX1O_l`wX+cA%h`9 zB7-SI5`z(gB||cU0g#spB#jx&fpiLk8BpE?C}+x$29!4i@+^U3mOwdE1`D9NG@wcY Qpb7&Z4=BDln|~@30Q2iKX#fBK delta 194 zcmZorX;7Ka!SXn_XVq}_TX=-R`W|?YgVUT8QU}9ilX1O_l`wX+cA%h`9 zB7-SI5`z(gB||cU0g#spB#jx&fpiLk8BpE?C}+x$29!4i@+^U3mOwdE1`D9NG@wcY Qpb7&Z4=BDln|~@30Q2iKX#fBK delta 194 zcmZorX;7Ka!SXn_;VFjfug78 zTJLl1T_)UYkR|wb@&fi!1*o8@FH{huI$gSZ-bY!biCdRFV%}`Z@tnoqkin24k-?N9 ziNT1$k|CMF0LV)PlEw_?KstrN3@C2`lrv>W1In8Md6qyiOQ4)7g9T7s8c?MHP=x`I M2Nd6&%{!F|0H(=9YybcN delta 246 zcmZorXi%8Y!SY#t@%@cGOIQUAY;Egb=ma>-@;Klv_QG)6WCymxwr1vO#-@gbCaKAm zW=UqIMuw@WDal4j#uiBysfosk#^$LO<^~p~#taM`j11fi2p}>qqkXaidw_tFWN-uf zmakqLCbFb^SLA-5ynww_0V;Uw15^;Gn*GIJ1)s?iyF;uUdH-!T<#^8GZ^mHGkj7xl zV9H+NCF^DVF~;AWt@7b`4DJO alGCX|0=C}$NS+G)TJ;v)j{xwa_yQ(czac#U delta 68 zcmV-K0K5PAQTS1id=w%XQ-BAw^-8dj1ZPWlZTA$OXosH7MD#hbmy5Vr adrR0&=Q8hghUI|(_WH#L@u=>j_yQ(Ik|DeR diff --git a/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.dll b/AquaCare.Persistence/bin/Debug/net9.0/AquaCare.Persistence.dll index 4da24951105b00b133c9293b6422730e682617f2..31e0cb90c18dc85042f2fa476c400c6a6e02b631 100644 GIT binary patch delta 244 zcmZorXi%8Y!BXcYcyeRU23CPa7xP1vp$7izbM{^;yFU5HWFNMZ)`o_Orb$MY$p(q3 z2FB*8DQ1QyMy6?&riPYgmZ_!|25H6yCI%K}mJAFWj11fiFfc=xVaenG_5gvkI-d2~ zH62b1r>)!0azgjW^KKN^-*5wo)-s`5T4am74=O*jfDz84MW`8B7_H z7>pP!8IlIHi;tCl{lG;3QuyT>>D`ydYg3z-nw`D}vR1 zssZfa^kPh)C=pdCO|0(8lK#{t{DNjwT$g`RS Fq9cnED`)@! delta 99 zcmV-p0G$84QoK@-d=#Y)r48XlOOe`7;AhA+fQLT>>DQHmz}Y`#*i-@!D40 z-K!c|9;)tnZTJcaaf%BFSWUaL4Fh!o7~^ep@Bp9y008Y#N}->@OS)$tyVWYMS+kl2 Fq9Y_>EkXbQ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs index d3fea52..c93e711 100644 --- a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfo.cs @@ -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+67f35114ec96b6521eedc2b38b8ea3a37e870853")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+11a5b29c0ae037ed61425f951969e580f3040869")] [assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Persistence")] [assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Persistence")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache index 557dc26..42d3cdb 100644 --- a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache +++ b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.AssemblyInfoInputs.cache @@ -1 +1 @@ -4eff4ebe9e7384446099aa584b3ce23479ce98a7550b62856a8ed81baae8274d +fc4aad57d203ab1df9a0883b07157bf1dfc3fa6c0167a10d281fd992462a2d38 diff --git a/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.AssemblyReference.cache b/AquaCare.Persistence/obj/Debug/net9.0/AquaCare.Persistence.csproj.AssemblyReference.cache index 98b491555e4419355c92c81aeb60892643444b4f..88e40ff4c007fc7e6ccd25a41e2da3b613fe976e 100644 GIT binary patch delta 16 XcmeBY?q{A*#;V@HWBG1lwFn~sEjI;A delta 16 XcmeBY?q{A*#(L(I>6vpIt3?)!0azgjW^KKN^-*5wo)-s`5T4am74=O*jfDz84MW`8B7_H z7>pP!8IlIHi;tCl{lG;3QuyT>>D`ydYg3z-nw`D}vR1 zssZfa^kPh)C=pdCO|0(8lK#{t{DNjwT$g`RS Fq9cnED`)@! delta 99 zcmV-p0G$84QoK@-d=#Y)r48XlOOe`7;AhA+fQLT>>DQHmz}Y`#*i-@!D40 z-K!c|9;)tnZTJcaaf%BFSWUaL4Fh!o7~^ep@Bp9y008Y#N}->@OS)$tyVWYMS+kl2 Fq9Y_>EkXbQ diff --git a/AquaCare.Persistence/obj/Debug/net9.0/ref/AquaCare.Persistence.dll b/AquaCare.Persistence/obj/Debug/net9.0/ref/AquaCare.Persistence.dll index fb080245facee5c521c7b668e030102aa66d347e..cdf51149e2bfc89820c039dbf974693760c560f3 100644 GIT binary patch delta 203 zcmZorX;7Ka!6N>kaNowB5@vx*wRd9Iy*%gM6S8Z;&m)D`Hw&`7XWaasHI@ZKYH|+O zIXy$eMAIZA%VdMZR0Cu4)D$yA6C=|!OH)HjGs{#{3xhOc0}}%aGfM^r4n_vkaNowB5@vx*wRd9Iy*%gM6S8Z;&m)D`Hw&`7XWaasHI@ZKYH|+O zIXy$eMAIZA%VdMZR0Cu4)D$yA6C=|!OH)HjGs{#{3xhOc0}}%aGfM^r4n_v + Icon="Ressourcen/Bilder/ProgrammIcon.ico"> - + @@ -21,13 +21,12 @@ - - - + -