From 5b53db8085c2ef6dde6608d1736a01c72f202e3a Mon Sep 17 00:00:00 2001 From: Avkash Panwar Date: Tue, 28 May 2024 20:04:25 -0700 Subject: [PATCH] added mroe stuffs --- Graph.xaml | 2 +- .../Self Contained.pubxml.user | 2 +- .../PublishProfiles/Standard.pubxml.user | 2 +- .../win-x64/Config/machine.config | 2 +- .../win-x64/PowerTray.dll | Bin 405504 -> 405504 bytes .../win-x64/PowerTray.exe | Bin 243200 -> 243200 bytes .../win-x64/PowerTray.pdb | Bin 32184 -> 32184 bytes .../win-x64/Graph.baml | Bin 3753 -> 3740 bytes .../win-x64/Graph.g.cs | 2 +- .../win-x64/Graph.g.i.cs | 4 +-- .../win-x64/PowerTray.AssemblyInfo.cs | 2 +- .../PowerTray.AssemblyInfoInputs.cache | 2 +- .../win-x64/PowerTray.dll | Bin 405504 -> 405504 bytes .../win-x64/PowerTray.g.resources | Bin 21860 -> 21847 bytes .../win-x64/PowerTray.pdb | Bin 32184 -> 32184 bytes .../win-x64/PowerTray.sourcelink.json | 2 +- .../PowerTray_vymvw2cu_wpftmp.AssemblyInfo.cs | 25 ++++++++++++++++++ ...y_vymvw2cu_wpftmp.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 13 +++++++++ ...owerTray_vymvw2cu_wpftmp.GlobalUsings.g.cs | 6 +++++ .../PowerTray_vymvw2cu_wpftmp.assets.cache | Bin 0 -> 16486 bytes ...vw2cu_wpftmp.csproj.BuildWithSkipAnalyzers | 0 .../PowerTray_vymvw2cu_wpftmp.sourcelink.json | 1 + .../win-x64/apphost.exe | Bin 243200 -> 243200 bytes .../win-x64/ref/PowerTray.dll | Bin 128512 -> 128512 bytes .../win-x64/refint/PowerTray.dll | Bin 128512 -> 128512 bytes .../win-x64/Graph.baml | Bin 3047 -> 3039 bytes .../win-x64/Graph.g.cs | 2 +- .../win-x64/Graph.g.i.cs | 2 +- .../win-x64/PowerTray.AssemblyInfo.cs | 2 +- .../PowerTray.AssemblyInfoInputs.cache | 2 +- .../win-x64/PowerTray.dll | Bin 397312 -> 397312 bytes .../win-x64/PowerTray.g.resources | Bin 16090 -> 16082 bytes .../win-x64/PowerTray.pdb | Bin 27972 -> 27972 bytes .../win-x64/PowerTray.sourcelink.json | 2 +- .../PowerTray_qgc2xrcw_wpftmp.AssemblyInfo.cs | 25 ++++++++++++++++++ ...y_qgc2xrcw_wpftmp.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 13 +++++++++ ...owerTray_qgc2xrcw_wpftmp.GlobalUsings.g.cs | 6 +++++ .../PowerTray_qgc2xrcw_wpftmp.assets.cache | Bin 0 -> 16486 bytes .../PowerTray_qgc2xrcw_wpftmp.sourcelink.json | 1 + .../win-x64/apphost.exe | Bin 243200 -> 243200 bytes .../win-x64/ref/PowerTray.dll | Bin 128000 -> 128000 bytes .../win-x64/refint/PowerTray.dll | Bin 128000 -> 128000 bytes .../win-x64/singlefilehost.exe | Bin 9761792 -> 9761792 bytes 45 files changed, 107 insertions(+), 15 deletions(-) create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfo.cs create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfoInputs.cache create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GlobalUsings.g.cs create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.assets.cache create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.csproj.BuildWithSkipAnalyzers create mode 100644 obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.sourcelink.json create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfo.cs create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfoInputs.cache create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GlobalUsings.g.cs create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.assets.cache create mode 100644 obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.sourcelink.json diff --git a/Graph.xaml b/Graph.xaml index e8b6942..52696c3 100644 --- a/Graph.xaml +++ b/Graph.xaml @@ -38,7 +38,7 @@ - + diff --git a/Properties/PublishProfiles/Self Contained.pubxml.user b/Properties/PublishProfiles/Self Contained.pubxml.user index 95cd4d7..6fd35f0 100644 --- a/Properties/PublishProfiles/Self Contained.pubxml.user +++ b/Properties/PublishProfiles/Self Contained.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2024-05-12T02:24:56.7766993Z;True|2024-04-06T19:12:54.1049476-07:00;False|2024-04-06T17:02:15.5114397-07:00;True|2024-04-04T19:24:57.0501885-07:00;True|2024-04-04T14:24:39.6745935-07:00;True|2024-04-03T10:01:39.4531706-07:00;True|2024-04-02T20:15:18.4418508-07:00;True|2024-04-02T09:22:08.6778249-07:00;True|2024-04-02T09:20:14.2042517-07:00;True|2024-04-02T08:44:15.8074172-07:00;True|2024-04-02T08:42:24.8746321-07:00;True|2024-04-01T20:03:29.6589708-07:00;True|2024-04-01T19:45:15.4953235-07:00;True|2024-03-31T21:05:47.4800846-07:00;True|2024-03-31T21:02:51.5593276-07:00; + True|2024-05-29T03:03:28.5978951Z;False|2024-05-28T20:02:00.2541154-07:00;True|2024-05-14T07:27:25.4329780-07:00;True|2024-05-14T07:25:39.1329418-07:00;True|2024-05-11T19:24:56.7766993-07:00;True|2024-04-06T19:12:54.1049476-07:00;False|2024-04-06T17:02:15.5114397-07:00;True|2024-04-04T19:24:57.0501885-07:00;True|2024-04-04T14:24:39.6745935-07:00;True|2024-04-03T10:01:39.4531706-07:00;True|2024-04-02T20:15:18.4418508-07:00;True|2024-04-02T09:22:08.6778249-07:00;True|2024-04-02T09:20:14.2042517-07:00;True|2024-04-02T08:44:15.8074172-07:00;True|2024-04-02T08:42:24.8746321-07:00;True|2024-04-01T20:03:29.6589708-07:00;True|2024-04-01T19:45:15.4953235-07:00;True|2024-03-31T21:05:47.4800846-07:00;True|2024-03-31T21:02:51.5593276-07:00; \ No newline at end of file diff --git a/Properties/PublishProfiles/Standard.pubxml.user b/Properties/PublishProfiles/Standard.pubxml.user index 5168ea9..87e20e1 100644 --- a/Properties/PublishProfiles/Standard.pubxml.user +++ b/Properties/PublishProfiles/Standard.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - True|2024-05-12T02:24:20.7272366Z;True|2024-05-04T17:02:18.6449309-07:00;True|2024-05-04T14:02:12.7328457-07:00;True|2024-04-18T16:58:58.1549723-07:00;True|2024-04-18T07:26:20.4765403-07:00;True|2024-04-17T20:01:25.6040506-07:00;True|2024-04-14T15:54:11.1541494-07:00;True|2024-04-13T18:50:36.4621103-07:00;True|2024-04-06T19:12:21.2461359-07:00;True|2024-04-06T19:10:49.5241350-07:00;True|2024-04-06T17:02:00.4562737-07:00;True|2024-04-04T19:26:12.1455225-07:00;True|2024-04-04T14:24:08.7770323-07:00;True|2024-04-03T10:05:39.1423314-07:00;True|2024-04-03T10:01:09.7778708-07:00;True|2024-04-02T20:14:35.7643966-07:00;False|2024-04-02T20:13:57.6556484-07:00;True|2024-04-02T09:22:27.2389823-07:00;True|2024-04-02T09:21:36.6575067-07:00;False|2024-04-02T09:21:19.3670310-07:00;True|2024-04-02T09:19:27.8564347-07:00;True|2024-04-02T09:18:23.3455807-07:00;True|2024-04-02T08:42:10.6893279-07:00;True|2024-04-02T08:17:48.1296655-07:00;True|2024-04-01T20:03:57.6814697-07:00;True|2024-04-01T19:44:26.5692008-07:00;True|2024-03-31T21:03:37.3938489-07:00;True|2024-03-31T14:22:27.5517578-07:00;True|2024-03-31T14:22:05.1398499-07:00;True|2024-03-31T14:19:44.9056898-07:00;True|2024-03-31T13:50:05.8983484-07:00;True|2024-03-31T13:48:59.0937080-07:00;True|2024-03-31T10:01:48.0728462-07:00;True|2024-03-31T09:17:05.2685882-07:00;True|2024-03-12T16:44:48.2301485-07:00;True|2024-03-12T16:34:07.1718578-07:00;True|2024-03-10T13:15:04.8005627-07:00;True|2024-03-10T11:46:05.5518491-07:00;True|2024-03-10T11:37:57.8206059-07:00;True|2024-03-10T10:57:42.6822768-07:00;True|2024-03-09T19:58:15.7751468-08:00;True|2024-03-09T18:16:46.6036322-08:00;True|2024-03-09T17:54:54.8633184-08:00;True|2024-03-09T14:06:17.0958346-08:00;True|2024-03-09T13:56:36.9862898-08:00;True|2024-03-09T13:25:53.3183451-08:00;True|2024-03-08T23:44:55.7271397-08:00;True|2024-03-08T23:43:51.9567843-08:00;True|2024-03-08T23:32:28.4551792-08:00;True|2024-03-08T07:38:36.5782280-08:00;True|2024-03-08T07:33:20.5812950-08:00;True|2024-03-08T07:28:00.5180658-08:00;True|2024-03-08T07:25:21.0377519-08:00;True|2024-03-08T07:22:33.3847688-08:00; + True|2024-05-29T03:03:10.1920294Z;False|2024-05-28T20:02:48.6416396-07:00;True|2024-05-14T07:27:04.7657111-07:00;False|2024-05-14T07:26:01.3308068-07:00;True|2024-05-11T19:24:20.7272366-07:00;True|2024-05-04T17:02:18.6449309-07:00;True|2024-05-04T14:02:12.7328457-07:00;True|2024-04-18T16:58:58.1549723-07:00;True|2024-04-18T07:26:20.4765403-07:00;True|2024-04-17T20:01:25.6040506-07:00;True|2024-04-14T15:54:11.1541494-07:00;True|2024-04-13T18:50:36.4621103-07:00;True|2024-04-06T19:12:21.2461359-07:00;True|2024-04-06T19:10:49.5241350-07:00;True|2024-04-06T17:02:00.4562737-07:00;True|2024-04-04T19:26:12.1455225-07:00;True|2024-04-04T14:24:08.7770323-07:00;True|2024-04-03T10:05:39.1423314-07:00;True|2024-04-03T10:01:09.7778708-07:00;True|2024-04-02T20:14:35.7643966-07:00;False|2024-04-02T20:13:57.6556484-07:00;True|2024-04-02T09:22:27.2389823-07:00;True|2024-04-02T09:21:36.6575067-07:00;False|2024-04-02T09:21:19.3670310-07:00;True|2024-04-02T09:19:27.8564347-07:00;True|2024-04-02T09:18:23.3455807-07:00;True|2024-04-02T08:42:10.6893279-07:00;True|2024-04-02T08:17:48.1296655-07:00;True|2024-04-01T20:03:57.6814697-07:00;True|2024-04-01T19:44:26.5692008-07:00;True|2024-03-31T21:03:37.3938489-07:00;True|2024-03-31T14:22:27.5517578-07:00;True|2024-03-31T14:22:05.1398499-07:00;True|2024-03-31T14:19:44.9056898-07:00;True|2024-03-31T13:50:05.8983484-07:00;True|2024-03-31T13:48:59.0937080-07:00;True|2024-03-31T10:01:48.0728462-07:00;True|2024-03-31T09:17:05.2685882-07:00;True|2024-03-12T16:44:48.2301485-07:00;True|2024-03-12T16:34:07.1718578-07:00;True|2024-03-10T13:15:04.8005627-07:00;True|2024-03-10T11:46:05.5518491-07:00;True|2024-03-10T11:37:57.8206059-07:00;True|2024-03-10T10:57:42.6822768-07:00;True|2024-03-09T19:58:15.7751468-08:00;True|2024-03-09T18:16:46.6036322-08:00;True|2024-03-09T17:54:54.8633184-08:00;True|2024-03-09T14:06:17.0958346-08:00;True|2024-03-09T13:56:36.9862898-08:00;True|2024-03-09T13:25:53.3183451-08:00;True|2024-03-08T23:44:55.7271397-08:00;True|2024-03-08T23:43:51.9567843-08:00;True|2024-03-08T23:32:28.4551792-08:00;True|2024-03-08T07:38:36.5782280-08:00;True|2024-03-08T07:33:20.5812950-08:00;True|2024-03-08T07:28:00.5180658-08:00;True|2024-03-08T07:25:21.0377519-08:00;True|2024-03-08T07:22:33.3847688-08:00; \ No newline at end of file diff --git a/bin/Debug/net8.0-windows10.0.22621.0/win-x64/Config/machine.config b/bin/Debug/net8.0-windows10.0.22621.0/win-x64/Config/machine.config index 3bcbc79..ee7ecca 100644 --- a/bin/Debug/net8.0-windows10.0.22621.0/win-x64/Config/machine.config +++ b/bin/Debug/net8.0-windows10.0.22621.0/win-x64/Config/machine.config @@ -11,7 +11,7 @@
+ notifs="true" bplan="BatteryBoost" historylength="5" traytext="CalculatedChargeRate" /> diff --git a/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll b/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll index b6cac3faaa09462111ad6586b6aeb34ef387f263..f7a1ffecae8c5e1e626f482816bcf2b1bf9d8427 100644 GIT binary patch delta 446 zcmZp8AkpwZVnPSY_r!+d6MNRMR_tS82$?={HKWbsN=9+U?8y@uyO|v(F@uCOH+wK~ z^fD%F4(y+uD&X~m>;DlU9{)-9LKP0D-yh!m=gVIa4O0VC%T$wO3zOv3G|M#OR7s;AemaXX&? z<3b_EIomfVF?Mik$@2;^a4;~i`6MQ#<`lCFF_@V#FfcH``OlywzyTH2X5nBl3)-Hq z$7pEE3Y2AFXkU=b2*gZ4%)EU;GRqSi!@!s93mF)F1DJr)6+nCj=+!d|SU{@5fDuRv z1F<>~yXEZGWB(YYE>QIO%ujTeq( zn`TdMjM&%*3a`cOe2ZAN^DSas*XeJ{V8CF?V9AimV8W2hU;!pm8Pb3vX$;0dQA-9h mAejVIl?;}*0E(CcRe@Bd0?9-mHUyKFKsCnOxpmmSG6MjbX@LI# delta 436 zcmZp8AkpwZVnPSYDW%xi6MNRMHtb_z2${ZcJ)_O!N=9+U;>i;kyO}*EF@uCOH+wK~ z^fG2_4(y+uDlqA=>}iIx!tPV8PJPI`lz(RPpD%w!G*S#LOia_#5|dI)lataCQ%uuR z&5aW+jZF;9(#(y_k}S>43{4Ep47V$CF^aP=rfj$5W3**tf27F3pyEh=GHFfz2l|DK)2E?`j>xE_8-P_kp9|Ll`3(tp)>-cNt9fF)Z2DtaF#3NlM_)7nMz zWA4j8KJ}Iz6iTz(`4+Kk=Uc?OuG2q-!H~g%!Gyt-Aq@x<8Il-Mfb3)-4dQ{=X$+|h o<_yL_o+XepVK87Y1B#h57y;=dpqLpD8Un=)LG*TR9k#E`0Pg{X$^ZZW diff --git a/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.exe b/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.exe index fd666a44b2093fe9d126ca08c4bf8f8a192b3de4..0eda6df5493f9a7b41f313e638f4931cd00b2479 100644 GIT binary patch delta 101 zcmZp8!`A>rEsQNpTbO+|`kOKsFqkq}GNdw?FeEcrfXP&bG@wWtgE3IllEDl}CIM9? ggXJxNBIZCrEsQNpTbO+|`lm1$GFUK}Fqkr=0bwFT5?kZAe{shGXp|HptvE3-adOHb1Dk}mhcoB diff --git a/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb b/bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb index 8c2657dc4f6f1ae385fb6491260fb0eb1b007730..0d8fda3be4a4d83d127dbf1c8753e7346ed5fa25 100644 GIT binary patch delta 189 zcmV;u07Cz``vJK70g!wYBc@btbf~#asOaXgB}ZvmQRxSvv5ksnmxhi<1h@@Y@gZ7oS zR`6rQ%7A?5*W7=%en7Nglb0cUC^axOIb}3sI5cBrW;tdvWjQuwVlZQ4I5;^sG&nS6 rIAJ(3VK_N3GqXD)eM}TynDv}WWSqcXAC3Wh64%sIa5{6 delta 189 zcmV;u07Cz``vJK70g!wY*H_#T8HkZjo5_S5{U!|WXtD&av5tDT8~-dDoN9JM96nO_lb0cUC}c4>G&N>sVPa%8V`64uWHn}GH#1>5Gc+(ZW;Zf6 rVmUT8F*GqYF|#`&eM}UJ8tVx3kVeK^USHCKFbOuO6O2T&%x>%sRM<-I diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.baml b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.baml index 5ff6a76c412a9c65e2d26511e8bb0a66ec752203..03bcfb6b4e0e78da205871aed38891c9422c8b13 100644 GIT binary patch delta 41 xcmZ1}J4bdyEBE9{+(Hs&3=9m+Z~ilA32?CaBqpWi6l=3^u$TpH-oyQt2>|}m3Zc&Fi_}G64Vy`Va&F diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs index 3faa5ba..116ffd2 100644 --- a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44" +#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5E98F59C4A649CC05F1F8E017C12D8B7E6768BD9" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs index f214141..116ffd2 100644 --- a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44" +#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5E98F59C4A649CC05F1F8E017C12D8B7E6768BD9" //------------------------------------------------------------------------------ // // This code was generated by a tool. @@ -91,7 +91,7 @@ public void InitializeComponent() { return; } _contentLoaded = true; - System.Uri resourceLocater = new System.Uri("/PowerTray;V1.0.0.0;component/graph.xaml", System.UriKind.Relative); + System.Uri resourceLocater = new System.Uri("/PowerTray;component/graph.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\Graph.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs index b29bc88..907cf44 100644 --- a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("PowerTray")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d1845ffabd5cbfad5fe73a93406f726b96614161")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5059e4c84cef9f3e96eb0cc8897484e8a81a8903")] [assembly: System.Reflection.AssemblyProductAttribute("PowerTray")] [assembly: System.Reflection.AssemblyTitleAttribute("PowerTray")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache index f2c734e..de21125 100644 --- a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache @@ -1 +1 @@ -ae1fb3cfd563ef3bcd5917c3bbbe0cc3a467d2b050cfe622f3cef0fcb1641d1f +531055978760f64828d74edc2bff60fa106f51afdeddddd5b3d40afaf69122f1 diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll index b6cac3faaa09462111ad6586b6aeb34ef387f263..f7a1ffecae8c5e1e626f482816bcf2b1bf9d8427 100644 GIT binary patch delta 446 zcmZp8AkpwZVnPSY_r!+d6MNRMR_tS82$?={HKWbsN=9+U?8y@uyO|v(F@uCOH+wK~ z^fD%F4(y+uD&X~m>;DlU9{)-9LKP0D-yh!m=gVIa4O0VC%T$wO3zOv3G|M#OR7s;AemaXX&? z<3b_EIomfVF?Mik$@2;^a4;~i`6MQ#<`lCFF_@V#FfcH``OlywzyTH2X5nBl3)-Hq z$7pEE3Y2AFXkU=b2*gZ4%)EU;GRqSi!@!s93mF)F1DJr)6+nCj=+!d|SU{@5fDuRv z1F<>~yXEZGWB(YYE>QIO%ujTeq( zn`TdMjM&%*3a`cOe2ZAN^DSas*XeJ{V8CF?V9AimV8W2hU;!pm8Pb3vX$;0dQA-9h mAejVIl?;}*0E(CcRe@Bd0?9-mHUyKFKsCnOxpmmSG6MjbX@LI# delta 436 zcmZp8AkpwZVnPSYDW%xi6MNRMHtb_z2${ZcJ)_O!N=9+U;>i;kyO}*EF@uCOH+wK~ z^fG2_4(y+uDlqA=>}iIx!tPV8PJPI`lz(RPpD%w!G*S#LOia_#5|dI)lataCQ%uuR z&5aW+jZF;9(#(y_k}S>43{4Ep47V$CF^aP=rfj$5W3**tf27F3pyEh=GHFfz2l|DK)2E?`j>xE_8-P_kp9|Ll`3(tp)>-cNt9fF)Z2DtaF#3NlM_)7nMz zWA4j8KJ}Iz6iTz(`4+Kk=Uc?OuG2q-!H~g%!Gyt-Aq@x<8Il-Mfb3)-4dQ{=X$+|h o<_yL_o+XepVK87Y1B#h57y;=dpqLpD8Un=)LG*TR9k#E`0Pg{X$^ZZW diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.g.resources b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.g.resources index 67e4d127bff08639e0d1c1e9a3814f03d0bbb2cf..89fee4fa309d01f19568da9eeb32f018b30a8921 100644 GIT binary patch delta 76 zcmaE|it+j?#tl}Cj8`{XGg=5U&EcEu$T)E`o9H(#EqPuc1`Y-WHlM_#)SO~=AqF!u b1_lP^H~$&51UR6g+AJI_Wksnmxhi<1h@@Y@gZ7oS zR`6rQ%7A?5*W7=%en7Nglb0cUC^axOIb}3sI5cBrW;tdvWjQuwVlZQ4I5;^sG&nS6 rIAJ(3VK_N3GqXD)eM}TynDv}WWSqcXAC3Wh64%sIa5{6 delta 189 zcmV;u07Cz``vJK70g!wY*H_#T8HkZjo5_S5{U!|WXtD&av5tDT8~-dDoN9JM96nO_lb0cUC}c4>G&N>sVPa%8V`64uWHn}GH#1>5Gc+(ZW;Zf6 rVmUT8F*GqYF|#`&eM}UJ8tVx3kVeK^USHCKFbOuO6O2T&%x>%sRM<-I diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json index 74fa41f..cc88d39 100644 --- a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json @@ -1 +1 @@ -{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/d1845ffabd5cbfad5fe73a93406f726b96614161/*"}} \ No newline at end of file +{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/5059e4c84cef9f3e96eb0cc8897484e8a81a8903/*"}} \ No newline at end of file diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..907cf44 --- /dev/null +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5059e4c84cef9f3e96eb0cc8897484e8a81a8903")] +[assembly: System.Reflection.AssemblyProductAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyTitleAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.22621.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.17763.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..de21125 --- /dev/null +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +531055978760f64828d74edc2bff60fa106f51afdeddddd5b3d40afaf69122f1 diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..caca25b --- /dev/null +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0-windows10.0.22621.0 +build_property.TargetPlatformMinVersion = 10.0.17763.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = PowerTray_vymvw2cu_wpftmp +build_property.ProjectDir = C:\Users\agpan\Programming\PowerTray\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.assets.cache b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..e433792076c8f0b2a0cb40700d6f640b761c9898 GIT binary patch literal 16486 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 literal 0 HcmV?d00001 diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.sourcelink.json b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.sourcelink.json new file mode 100644 index 0000000..cc88d39 --- /dev/null +++ b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray_vymvw2cu_wpftmp.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/5059e4c84cef9f3e96eb0cc8897484e8a81a8903/*"}} \ No newline at end of file diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/apphost.exe b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/apphost.exe index fd666a44b2093fe9d126ca08c4bf8f8a192b3de4..0eda6df5493f9a7b41f313e638f4931cd00b2479 100644 GIT binary patch delta 101 zcmZp8!`A>rEsQNpTbO+|`kOKsFqkq}GNdw?FeEcrfXP&bG@wWtgE3IllEDl}CIM9? ggXJxNBIZCrEsQNpTbO+|`lm1$GFUK}Fqkr=0bwFT5?kZAe{shGXp|HptvE3-adOHb1Dk}mhcoB diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/ref/PowerTray.dll b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/ref/PowerTray.dll index a8cfdcd047e9e7efd46121438c227611140775c7..4882d163d0cc31a92869efe7d3cb022bf4007a28 100644 GIT binary patch delta 206 zcmZp8!`|?QeL@FI2wU{ljXfod0v$%>62BN4-50m!JW^?&XSV%f5aV{n$p)>Kn^-u) zF{C$3M02xim>QT`rkW&Mm?WpBS*97MTAHOM86+oLSXi2ySeT?*Bw83IT38wwH+v^- z_fBFg?DsciFkmocuw+POFkwh$umF>(3~4}-GzMd!s3n6LkW2!qN(ReY07cA!sz54J Wfn*{O8-htopc>=t+@Bb~G6Mh^7dR;Z delta 206 zcmZp8!`|?QeL@F|(Z{+68+%F^1s)_%dUAhqs^6Z9BiF7x{KvihVi4nY#>ob)mYY~O z!ZD;bOGI_UM1~}W6d*epNP~DFb{az}gE@mSkY@=bO&AOq%z$F% Z3`RgY2`FX;goZ$ILlC{4`xE0=W&o&wK$HLg diff --git a/obj/Debug/net8.0-windows10.0.22621.0/win-x64/refint/PowerTray.dll b/obj/Debug/net8.0-windows10.0.22621.0/win-x64/refint/PowerTray.dll index a8cfdcd047e9e7efd46121438c227611140775c7..4882d163d0cc31a92869efe7d3cb022bf4007a28 100644 GIT binary patch delta 206 zcmZp8!`|?QeL@FI2wU{ljXfod0v$%>62BN4-50m!JW^?&XSV%f5aV{n$p)>Kn^-u) zF{C$3M02xim>QT`rkW&Mm?WpBS*97MTAHOM86+oLSXi2ySeT?*Bw83IT38wwH+v^- z_fBFg?DsciFkmocuw+POFkwh$umF>(3~4}-GzMd!s3n6LkW2!qN(ReY07cA!sz54J Wfn*{O8-htopc>=t+@Bb~G6Mh^7dR;Z delta 206 zcmZp8!`|?QeL@F|(Z{+68+%F^1s)_%dUAhqs^6Z9BiF7x{KvihVi4nY#>ob)mYY~O z!ZD;bOGI_UM1~}W6d*epNP~DFb{az}gE@mSkY@=bO&AOq%z$F% Z3`RgY2`FX;goZ$ILlC{4`xE0=W&o&wK$HLg diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.baml b/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.baml index 0f6a45cc0467afa1cbbc3baf2a3a2739344a8340..cda9f5368af0469aee466b159e9bb17e02f34853 100644 GIT binary patch delta 12 UcmaDZeqVgUJI>ADI6pE104nbWKmY&$ delta 21 dcmcaF{#<;+J5CN2c76s%gTVir-*J9q1OQkv2m1g3 diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs b/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs index 3faa5ba..116ffd2 100644 --- a/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44" +#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5E98F59C4A649CC05F1F8E017C12D8B7E6768BD9" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs b/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs index 3faa5ba..116ffd2 100644 --- a/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44" +#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5E98F59C4A649CC05F1F8E017C12D8B7E6768BD9" //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs index 03b7ad1..008761d 100644 --- a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("PowerTray")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d1845ffabd5cbfad5fe73a93406f726b96614161")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5059e4c84cef9f3e96eb0cc8897484e8a81a8903")] [assembly: System.Reflection.AssemblyProductAttribute("PowerTray")] [assembly: System.Reflection.AssemblyTitleAttribute("PowerTray")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache index c912cba..6cdf3aa 100644 --- a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.AssemblyInfoInputs.cache @@ -1 +1 @@ -91506a8b6e720dfc2da1f5a4c7482f0936f0aad35256e4e68af35f8170160622 +54d0f3d8f53f58212d08edf55f9c77f93818a526b709568faf2354efb24bcfe2 diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll index 7fc7aed8eba987a56d57c108cc5465627fc533b7..20efaf6c0cab5252d81ca177ba156a40055ec2ac 100644 GIT binary patch delta 374 zcmZozAknZuVnPRt;f}yn6MNRM-kHn75HekGBBRaZN=9+Ui<2iZb~Ep&W(EmqZuVd@ zX<@vvxwb7mRY2_C=10wJ%U!1SxEA^UoMgB8%WGy44O0VC%T$wO3zOv3G|M#OR7s;r@HrW_*>GXXL4_L*`l{)wVL=eN9IVDt@OVqjpX0%C)CEDQ$I|JJjJ zv#tU%S522}U{MyRYSx%$dfL);U88LA^p6sO(|sCPauuMWS7D++vodz&+62t%n5N$< z#B+W-qbHLsV>@3H%XYpd)^(l!rVIuQrVN%0sSG9z$qW`?GL<0>D3Zot3>39wFawfF jKvl_Lc?+P3IZzcyWh#(N1Y$!lX$e$gyq%ke?JF|?lNWJ) delta 400 zcmZozAknZuVnPRtNJadki9KsrpUh=p2${~<%V;yXl2M%T=H!Wt-OLB7nL$FDn?0CJ zS{NT}u5C+C6^OZiZsW%aF1Ni!Hy<=?HFVnipJ~Y7z`OK7)%&U8Pb3-ks*m8 z1;|bY(jXp)oyL&LV9sC+ib}Qz}yh01u@M1^@s6 diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb index 57ed5014aea404a7c427d666f652b7acb9885f96..7880f1c7841255388b8e75f85b158eefa20976a0 100644 GIT binary patch delta 187 zcmV;s07U=9+5yDc0g!wYdV?sIHOo0gu7MqMm+=@;`JaU7v5@c^Anpw2k4q#DPxN88 zA$IS#Q?BrV@=dB-!uDewC&gv(ezTw)Q2`+QZ1MLAE2NL#yk)n35gvRfH83?fWi(?rG-G9EIc76uIW}ctFk@plI5{^oI5cHAVK^~iI5{vg pleHex0yHtRiXWIm6keG1oJwSzz+WGZ0elkJx8`<>*|Rod4hoSHQw{(C delta 187 zcmV;s07U=9+5yDc0g!wYM2`Tal4XiPmG`Cln>gdHr}94fv5@c^AnQwqNfLbtB;XU) zzy=W1Gh(mLGKT}n?aQ|T6mB@r;j^F|Q2`)GtQq{xe}m6BLK+(`aIESKo`O{p8RMfK zf$RL0$P%r(t|JwHmDPfM6)(y4hj-eO_~4z diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json index 74fa41f..cc88d39 100644 --- a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray.sourcelink.json @@ -1 +1 @@ -{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/d1845ffabd5cbfad5fe73a93406f726b96614161/*"}} \ No newline at end of file +{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/5059e4c84cef9f3e96eb0cc8897484e8a81a8903/*"}} \ No newline at end of file diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfo.cs b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfo.cs new file mode 100644 index 0000000..008761d --- /dev/null +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5059e4c84cef9f3e96eb0cc8897484e8a81a8903")] +[assembly: System.Reflection.AssemblyProductAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyTitleAttribute("PowerTray")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.22621.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.17763.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfoInputs.cache b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6cdf3aa --- /dev/null +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +54d0f3d8f53f58212d08edf55f9c77f93818a526b709568faf2354efb24bcfe2 diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..8167867 --- /dev/null +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0-windows10.0.22621.0 +build_property.TargetPlatformMinVersion = 10.0.17763.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = PowerTray_qgc2xrcw_wpftmp +build_property.ProjectDir = C:\Users\agpan\Programming\PowerTray\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GlobalUsings.g.cs b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GlobalUsings.g.cs new file mode 100644 index 0000000..08bb19f --- /dev/null +++ b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.GlobalUsings.g.cs @@ -0,0 +1,6 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Linq; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.assets.cache b/obj/Release/net8.0-windows10.0.22621.0/win-x64/PowerTray_qgc2xrcw_wpftmp.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..07adc5aae92f9f7a5647c1bfc5a2e686fea777d9 GIT binary patch literal 16486 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 diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/ref/PowerTray.dll b/obj/Release/net8.0-windows10.0.22621.0/win-x64/ref/PowerTray.dll index 60ff4e1fa0db0fd9555d9ba30c1cbfbd2aea1b63..d59d1596c375e80bd0d746ce8e14a59c2dcacb32 100644 GIT binary patch delta 206 zcmZp8!QSwKeL@F|$rHJm8+%F^1?C1fE3Qki_ut6x$tIeZaAf<%0LJZ%lMR|JH?iyq z!;s#5CW?(+!_>gkGSwv6!X!C0%`(k6)zU0A$sjq|!ot$r#KI)iBGJMy(ZbTexcOJ& z_FsvNhkE@@84MUq87vu68B7?G87#nLDnlAjB#prsC~C=I1|*Y!s*=I-7C;empem5c WR3MoM#D-wf5~#*_JNF01ugm~egE>Y3 delta 206 zcmZp8!QSwKeL@Gz)8}hvZR{yw6j*(=qr08!rE{x(LfVQac4gZy1~6`CoNUl+xrt>@ z7>4xbGf`~p8YzYrCZ=g=iAgD@$w_I6DW++u=EjMZ#wG@4Y34>|NtR}2h9-t)hRwec zxBp6HJk;x-!eGc?!C=B*%8&+xi3~{$DL{5IkOuKU>@U(x2n~Vah9G)7_XozW%m8l>KV$#^ diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/refint/PowerTray.dll b/obj/Release/net8.0-windows10.0.22621.0/win-x64/refint/PowerTray.dll index 60ff4e1fa0db0fd9555d9ba30c1cbfbd2aea1b63..d59d1596c375e80bd0d746ce8e14a59c2dcacb32 100644 GIT binary patch delta 206 zcmZp8!QSwKeL@F|$rHJm8+%F^1?C1fE3Qki_ut6x$tIeZaAf<%0LJZ%lMR|JH?iyq z!;s#5CW?(+!_>gkGSwv6!X!C0%`(k6)zU0A$sjq|!ot$r#KI)iBGJMy(ZbTexcOJ& z_FsvNhkE@@84MUq87vu68B7?G87#nLDnlAjB#prsC~C=I1|*Y!s*=I-7C;empem5c WR3MoM#D-wf5~#*_JNF01ugm~egE>Y3 delta 206 zcmZp8!QSwKeL@Gz)8}hvZR{yw6j*(=qr08!rE{x(LfVQac4gZy1~6`CoNUl+xrt>@ z7>4xbGf`~p8YzYrCZ=g=iAgD@$w_I6DW++u=EjMZ#wG@4Y34>|NtR}2h9-t)hRwec zxBp6HJk;x-!eGc?!C=B*%8&+xi3~{$DL{5IkOuKU>@U(x2n~Vah9G)7_XozW%m8l>KV$#^ diff --git a/obj/Release/net8.0-windows10.0.22621.0/win-x64/singlefilehost.exe b/obj/Release/net8.0-windows10.0.22621.0/win-x64/singlefilehost.exe index 24b370df2d783e3d66330d8fa0f3f2ef2be10be6..93130fe171466b07bcbe685d33fa16e41c2be469 100644 GIT binary patch delta 408 zcmW;CS5gyT7)IeAMFB-c#fDw1*uW4-REmPVSHuo6v7%saV8q7;cA0Sn?!Xyub;cdI z376rYd^7L4IN!cDHWy)2UWU@+AOf^lF>1LRz+AOopG1ojb=38K) zMHX9Psby*{x57%RthPp-wbog0gN^Dn*d(D*Qj=yWX`5}aRf|?_+HJF4hfX`}w99UL z?6uE+2OMF-X4`j8CikPVF? z6H-NHLoS+JNJN_sO_9B^$`t>pXqsbHD6^40aScVLW0MGlONH`K^6mHczS^Jd17p92 F{{w@@j}ia? delta 408 zcmW;AXHpYj7{u`xMa5pQixmr^B7u+uuwd_9DHfCvVnxA%*dzYzU6|nn+`t*X>Wnw= z5+1`hK0D9;cen8OPidj}N{lmJsR<^Uq|9VfOf}7PGt4y0Y;%;GYo7TQSZI;OmZ-4Q zGRv*7(khi!TVt(ts;pOSgN-(+v01HzI`xtoq@-muYSL_rt+v^&#SS~|vfCbe?X%wj z2OV5+HY6<1wz-3`5Nx}{IQ+wQpQ zo&om_df=f)9(&@cX9}Jh@&Yft^4c43z4P7&AAR!K7hiod{C(tiUq>z^LM9|bL&!&U zg>1;h+#OkL#hed4Asy;tYmA-@wILO^bf}BW#w`_