From dbcdd125209a493b3b9626df9ab140be02d2e78e Mon Sep 17 00:00:00 2001 From: kawaiizenbo <48113593+kawaiizenbo@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:04:54 -0700 Subject: [PATCH] Patchup Update --- AppManager.sln | 12 +++ AppManager/App.config | 8 +- AppManager/AppManager.csproj | 45 ++++++++ AppManager/MainWindow.xaml | 13 +-- AppManager/MainWindow.xaml.cs | 113 +++++++++++--------- AppManager/Properties/Resources.Designer.cs | 44 ++++---- AppManager/Properties/Settings.Designer.cs | 22 ++-- AppManager/appmanager.ico | Bin 0 -> 141417 bytes LICENSE | 2 +- README.md | 5 +- 10 files changed, 160 insertions(+), 104 deletions(-) create mode 100644 AppManager/appmanager.ico diff --git a/AppManager.sln b/AppManager.sln index e2fc08a..9e45368 100644 --- a/AppManager.sln +++ b/AppManager.sln @@ -8,13 +8,25 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|x64.ActiveCfg = Debug|x64 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|x64.Build.0 = Debug|x64 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|x86.ActiveCfg = Debug|x86 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Debug|x86.Build.0 = Debug|x86 {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|Any CPU.ActiveCfg = Release|Any CPU {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|Any CPU.Build.0 = Release|Any CPU + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|x64.ActiveCfg = Release|x64 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|x64.Build.0 = Release|x64 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|x86.ActiveCfg = Release|x86 + {D9BE1C6C-1FC3-427E-A9EC-E2D8246C18EB}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/AppManager/App.config b/AppManager/App.config index 8e15646..e707b32 100644 --- a/AppManager/App.config +++ b/AppManager/App.config @@ -1,6 +1,6 @@ - + - - - \ No newline at end of file + + + diff --git a/AppManager/AppManager.csproj b/AppManager/AppManager.csproj index 04664b3..ad88c71 100644 --- a/AppManager/AppManager.csproj +++ b/AppManager/AppManager.csproj @@ -15,6 +15,7 @@ true + AnyCPU @@ -25,6 +26,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -34,6 +36,46 @@ TRACE prompt 4 + false + + + appmanager.ico + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + 7.3 + prompt + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + 7.3 + prompt @@ -99,6 +141,9 @@ + + + diff --git a/AppManager/MainWindow.xaml b/AppManager/MainWindow.xaml index 6bece38..9ba8ef6 100644 --- a/AppManager/MainWindow.xaml +++ b/AppManager/MainWindow.xaml @@ -7,9 +7,12 @@ mc:Ignorable="d" Title="AppManager (No device)" Height="550" Width="450" MinHeight="550" MinWidth="450" Loaded="Event_window_Loaded"> -