Skip to content

Commit

Permalink
2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Neuroburst committed May 12, 2024
1 parent d1845ff commit 5059e4c
Show file tree
Hide file tree
Showing 159 changed files with 2,433 additions and 64 deletions.
2 changes: 0 additions & 2 deletions App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@


/// MAIN TODO:
// AFTER FATHER DOES TESTING, RELEASE 2.0!!!


/// SUFFERING:
// make icon auto-darkmode (doesn't work on publish)
Expand Down
7 changes: 4 additions & 3 deletions Graph.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
Grid.Row="0"
Height="35"
Icon="pack://application:,,,/Assets/applicationIcon-256.png" />
<ui:Card Margin="10,5,10,0" VerticalAlignment="Stretch" VerticalContentAlignment="Stretch" Grid.Row="1">
<lvc:CartesianChart Series="{Binding SeriesCollection}" LegendLocation="Top" >

<ui:Card Visibility="Visible" Margin="10,5,10,0" VerticalAlignment="Stretch" VerticalContentAlignment="Stretch" Grid.Row="1">
<lvc:CartesianChart DisableAnimations="False" Series="{Binding SeriesCollection}" LegendLocation="Top" >
<lvc:CartesianChart.DataTooltip>
<lvc:DefaultTooltip CornerRadius="10" Background="Gray"/>
</lvc:CartesianChart.DataTooltip>
Expand All @@ -37,7 +38,7 @@
<lvc:Axis Title="Power Draw (Watts)" MinValue="0" LabelFormatter="{Binding YFormatter}"></lvc:Axis>
</lvc:CartesianChart.AxisY>
<lvc:CartesianChart.AxisX>
<lvc:Axis Title="Time (seconds)" Labels="{Binding Labels}"></lvc:Axis>
<lvc:Axis Title="Time (seconds)" MinValue="0" Labels="{Binding Labels}"></lvc:Axis>
</lvc:CartesianChart.AxisX>
</lvc:CartesianChart>
</ui:Card>
Expand Down
4 changes: 2 additions & 2 deletions Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ public bool Notifs
set { this["notifs"] = value; }
}

[ConfigurationProperty("acplan", DefaultValue = "Balanced")]
[ConfigurationProperty("acplan", DefaultValue = "High performance")]
public string ACPlan
{
get { return (string)this["acplan"]; }
set { this["acplan"] = value; }
}

[ConfigurationProperty("bplan", DefaultValue = "Balanced")]
[ConfigurationProperty("bplan", DefaultValue = "BatteryBoost")]
public string BatteryPlan
{
get { return (string)this["bplan"]; }
Expand Down
2 changes: 1 addition & 1 deletion PowerPlans.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public static void SetPlan(Guid guid, string name)
{
if (FindPlan(guid))
{
if (App.notifs)
if (App.notifs && GetActivePlanGuid() != guid)
{
ToastContentBuilder toast = new ToastContentBuilder();
toast.AddText("Power Plan Switched");
Expand Down
2 changes: 1 addition & 1 deletion PowerTray.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\agpan\Programming\PowerTray\Properties\PublishProfiles\Standard.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>C:\Users\agpan\Programming\PowerTray\Properties\PublishProfiles\Self Contained.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
Expand Down
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/Self Contained.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2024-04-07T02:12:54.1049476Z;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;</History>
<History>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;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/Standard.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2024-05-05T00:02:18.6449309Z;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;</History>
<History>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;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<section name='startup' type='System.Configuration.IgnoreSection, System.Configuration.ConfigurationManager' allowLocation='false' /> <section name='system.diagnostics' type='System.Diagnostics.SystemDiagnosticsSection, System.Configuration.ConfigurationManager' allowLocation='false' /> <section name='system.runtime.remoting' type='System.Configuration.IgnoreSection, System.Configuration.ConfigurationManager' allowLocation='false' />
<section name='windows' type='System.Configuration.IgnoreSection, System.Configuration.ConfigurationManager' allowLocation='false' />
</configSections>
<Options startup="false" adminstartup="true" autoswitch="true"
<Options startup="false" adminstartup="false" autoswitch="true"
notifs="true" bplan="BatteryBoost" traytext="CalculatedChargeRate" />
<configProtectedData defaultProvider='RsaProtectedConfigurationProvider'>
<providers>
Expand Down
Binary file modified bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll
Binary file not shown.
Binary file modified bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.exe
Binary file not shown.
Binary file modified bin/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb
Binary file not shown.
Binary file modified obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.baml
Binary file not shown.
14 changes: 7 additions & 7 deletions obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6310577B57B38E8F91F173B3BF768C4FB01374F9"
#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down Expand Up @@ -48,31 +48,31 @@ namespace PowerTray {
public partial class Graph : Wpf.Ui.Controls.FluentWindow, System.Windows.Markup.IComponentConnector {


#line 44 "..\..\..\..\Graph.xaml"
#line 45 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid BottomControls;

#line default
#line hidden


#line 50 "..\..\..\..\Graph.xaml"
#line 51 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ResetButton;

#line default
#line hidden


#line 51 "..\..\..\..\Graph.xaml"
#line 52 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Wpf.Ui.Controls.Badge AdminWarning;

#line default
#line hidden


#line 52 "..\..\..\..\Graph.xaml"
#line 53 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button CloseButton;

Expand Down Expand Up @@ -115,7 +115,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 2:
this.ResetButton = ((System.Windows.Controls.Button)(target));

#line 50 "..\..\..\..\Graph.xaml"
#line 51 "..\..\..\..\Graph.xaml"
this.ResetButton.Click += new System.Windows.RoutedEventHandler(this.ResetButton_Click);

#line default
Expand All @@ -127,7 +127,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 4:
this.CloseButton = ((System.Windows.Controls.Button)(target));

#line 52 "..\..\..\..\Graph.xaml"
#line 53 "..\..\..\..\Graph.xaml"
this.CloseButton.Click += new System.Windows.RoutedEventHandler(this.CloseButton_Click);

#line default
Expand Down
16 changes: 8 additions & 8 deletions obj/Debug/net8.0-windows10.0.22621.0/win-x64/Graph.g.i.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6310577B57B38E8F91F173B3BF768C4FB01374F9"
#pragma checksum "..\..\..\..\Graph.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8A1AEB08F49046C65B5E5FD283300936A8138C44"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down Expand Up @@ -48,31 +48,31 @@ namespace PowerTray {
public partial class Graph : Wpf.Ui.Controls.FluentWindow, System.Windows.Markup.IComponentConnector {


#line 44 "..\..\..\..\Graph.xaml"
#line 45 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid BottomControls;

#line default
#line hidden


#line 50 "..\..\..\..\Graph.xaml"
#line 51 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ResetButton;

#line default
#line hidden


#line 51 "..\..\..\..\Graph.xaml"
#line 52 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Wpf.Ui.Controls.Badge AdminWarning;

#line default
#line hidden


#line 52 "..\..\..\..\Graph.xaml"
#line 53 "..\..\..\..\Graph.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button CloseButton;

Expand All @@ -91,7 +91,7 @@ public void InitializeComponent() {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/PowerTray;component/graph.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/PowerTray;V1.0.0.0;component/graph.xaml", System.UriKind.Relative);

#line 1 "..\..\..\..\Graph.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
Expand All @@ -115,7 +115,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 2:
this.ResetButton = ((System.Windows.Controls.Button)(target));

#line 50 "..\..\..\..\Graph.xaml"
#line 51 "..\..\..\..\Graph.xaml"
this.ResetButton.Click += new System.Windows.RoutedEventHandler(this.ResetButton_Click);

#line default
Expand All @@ -127,7 +127,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 4:
this.CloseButton = ((System.Windows.Controls.Button)(target));

#line 52 "..\..\..\..\Graph.xaml"
#line 53 "..\..\..\..\Graph.xaml"
this.CloseButton.Click += new System.Windows.RoutedEventHandler(this.CloseButton_Click);

#line default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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+2a6ad073320958cf3ec5d9a6967dba04a2d94198")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d1845ffabd5cbfad5fe73a93406f726b96614161")]
[assembly: System.Reflection.AssemblyProductAttribute("PowerTray")]
[assembly: System.Reflection.AssemblyTitleAttribute("PowerTray")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
63125afc60532a170ee562348be84e18abbe4cf440dd13b4df58618b0fdf0954
ae1fb3cfd563ef3bcd5917c3bbbe0cc3a467d2b050cfe622f3cef0fcb1641d1f
Binary file modified obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.dll
Binary file not shown.
Binary file modified obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.g.resources
Binary file not shown.
Binary file modified obj/Debug/net8.0-windows10.0.22621.0/win-x64/PowerTray.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/2a6ad073320958cf3ec5d9a6967dba04a2d94198/*"}}
{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/d1845ffabd5cbfad5fe73a93406f726b96614161/*"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

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+d1845ffabd5cbfad5fe73a93406f726b96614161")]
[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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ae1fb3cfd563ef3bcd5917c3bbbe0cc3a467d2b050cfe622f3cef0fcb1641d1f
Original file line number Diff line number Diff line change
@@ -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_0w1cpya5_wpftmp
build_property.ProjectDir = C:\Users\agpan\Programming\PowerTray\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// <auto-generated/>
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;
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"C:\\Users\\agpan\\Programming\\PowerTray\\*":"https://raw.githubusercontent.com/Neuroburst/PowerTray/d1845ffabd5cbfad5fe73a93406f726b96614161/*"}}
Loading

0 comments on commit 5059e4c

Please sign in to comment.