From 62704bfcfd1d8c2918741bd649278cf1a26df53f Mon Sep 17 00:00:00 2001
From: TK50P <127497974+TK50P@users.noreply.github.com>
Date: Thu, 13 Jun 2024 21:39:43 +0900
Subject: [PATCH] Add files via upload
---
NoMoreDWM.sln | 25 +++
NoMoreDWM/App.xaml | 9 ++
NoMoreDWM/App.xaml.cs | 16 ++
NoMoreDWM/MainWindow.xaml | 50 ++++++
NoMoreDWM/MainWindow.xaml.cs | 147 ++++++++++++++++++
NoMoreDWM/NoMoreDWM.csproj | 89 +++++++++++
NoMoreDWM/Properties/AssemblyInfo.cs | 55 +++++++
NoMoreDWM/Properties/Resources.Designer.cs | 71 +++++++++
NoMoreDWM/Properties/Resources.resx | 117 ++++++++++++++
NoMoreDWM/Properties/Settings.Designer.cs | 30 ++++
NoMoreDWM/Properties/Settings.settings | 7 +
NoMoreDWM/obj/Debug/App.g.cs | 69 ++++++++
NoMoreDWM/obj/Debug/App.g.i.cs | 69 ++++++++
...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6927 bytes
NoMoreDWM/obj/Debug/MainWindow.baml | Bin 0 -> 1580 bytes
NoMoreDWM/obj/Debug/MainWindow.g.cs | 110 +++++++++++++
NoMoreDWM/obj/Debug/MainWindow.g.i.cs | 110 +++++++++++++
.../NoMoreDWM.Properties.Resources.resources | Bin 0 -> 180 bytes
.../NoMoreDWM.csproj.AssemblyReference.cache | Bin 0 -> 5623 bytes
.../NoMoreDWM.csproj.CoreCompileInputs.cache | 1 +
.../NoMoreDWM.csproj.FileListAbsolute.txt | 13 ++
.../NoMoreDWM.csproj.GenerateResource.cache | Bin 0 -> 789 bytes
NoMoreDWM/obj/Debug/NoMoreDWM.exe | Bin 0 -> 22528 bytes
NoMoreDWM/obj/Debug/NoMoreDWM.g.resources | Bin 0 -> 1808 bytes
NoMoreDWM/obj/Debug/NoMoreDWM.pdb | Bin 0 -> 36352 bytes
.../obj/Debug/NoMoreDWM_MarkupCompile.cache | 20 +++
.../obj/Debug/NoMoreDWM_MarkupCompile.i.cache | 20 +++
.../obj/Debug/NoMoreDWM_MarkupCompile.i.lref | 4 +
28 files changed, 1032 insertions(+)
create mode 100644 NoMoreDWM.sln
create mode 100644 NoMoreDWM/App.xaml
create mode 100644 NoMoreDWM/App.xaml.cs
create mode 100644 NoMoreDWM/MainWindow.xaml
create mode 100644 NoMoreDWM/MainWindow.xaml.cs
create mode 100644 NoMoreDWM/NoMoreDWM.csproj
create mode 100644 NoMoreDWM/Properties/AssemblyInfo.cs
create mode 100644 NoMoreDWM/Properties/Resources.Designer.cs
create mode 100644 NoMoreDWM/Properties/Resources.resx
create mode 100644 NoMoreDWM/Properties/Settings.Designer.cs
create mode 100644 NoMoreDWM/Properties/Settings.settings
create mode 100644 NoMoreDWM/obj/Debug/App.g.cs
create mode 100644 NoMoreDWM/obj/Debug/App.g.i.cs
create mode 100644 NoMoreDWM/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
create mode 100644 NoMoreDWM/obj/Debug/MainWindow.baml
create mode 100644 NoMoreDWM/obj/Debug/MainWindow.g.cs
create mode 100644 NoMoreDWM/obj/Debug/MainWindow.g.i.cs
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.Properties.Resources.resources
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.csproj.AssemblyReference.cache
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.csproj.CoreCompileInputs.cache
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.csproj.FileListAbsolute.txt
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.csproj.GenerateResource.cache
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.exe
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.g.resources
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM.pdb
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM_MarkupCompile.cache
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM_MarkupCompile.i.cache
create mode 100644 NoMoreDWM/obj/Debug/NoMoreDWM_MarkupCompile.i.lref
diff --git a/NoMoreDWM.sln b/NoMoreDWM.sln
new file mode 100644
index 0000000..cbd487b
--- /dev/null
+++ b/NoMoreDWM.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.6.34931.59
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoMoreDWM", "NoMoreDWM\NoMoreDWM.csproj", "{4DA82524-D71B-4045-BD26-6740262DADF7}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {4DA82524-D71B-4045-BD26-6740262DADF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4DA82524-D71B-4045-BD26-6740262DADF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4DA82524-D71B-4045-BD26-6740262DADF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4DA82524-D71B-4045-BD26-6740262DADF7}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {3F37ED43-FAFD-4832-90E6-CD50D24D3D9D}
+ EndGlobalSection
+EndGlobal
diff --git a/NoMoreDWM/App.xaml b/NoMoreDWM/App.xaml
new file mode 100644
index 0000000..71c0f51
--- /dev/null
+++ b/NoMoreDWM/App.xaml
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/NoMoreDWM/App.xaml.cs b/NoMoreDWM/App.xaml.cs
new file mode 100644
index 0000000..8ce2fdf
--- /dev/null
+++ b/NoMoreDWM/App.xaml.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Windows;
+
+namespace NoMoreDWM
+{
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
+}
diff --git a/NoMoreDWM/MainWindow.xaml b/NoMoreDWM/MainWindow.xaml
new file mode 100644
index 0000000..141638f
--- /dev/null
+++ b/NoMoreDWM/MainWindow.xaml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NoMoreDWM/MainWindow.xaml.cs b/NoMoreDWM/MainWindow.xaml.cs
new file mode 100644
index 0000000..68f5bf1
--- /dev/null
+++ b/NoMoreDWM/MainWindow.xaml.cs
@@ -0,0 +1,147 @@
+using System;
+using System.Diagnostics;
+using System.IO;
+using System.Linq;
+using System.Windows;
+
+namespace NoMoreDWM
+{
+ public partial class MainWindow : Window
+ {
+ public MainWindow()
+ {
+ InitializeComponent();
+
+ // Check OS version on startup
+ if (IsWindows7())
+ {
+ MessageBox.Show("This program cannot be run on Windows 7 and earlier. This program requires Windows 8 and later.", "Error", MessageBoxButton.OK, MessageBoxImage.Error);
+ Application.Current.Shutdown();
+ }
+ }
+
+ private void DisableDWM_Click(object sender, RoutedEventArgs e)
+ {
+ if (IsDwmRunning())
+ {
+ try
+ {
+ string script = @"
+if exist %systemroot%\ImmersiveControlPanel takeown /F %systemroot%\ImmersiveControlPanel /R /A & icacls %systemroot%\ImmersiveControlPanel /grant Administrators:(F) /T
+if exist %systemroot%\System32\UIRibbon.dll takeown /F %systemroot%\System32\UIRibbon.dll /A & icacls %systemroot%\System32\UIRibbon.dll /grant Administrators:(F)
+if exist %systemroot%\System32\UIRibbonRes.dll takeown /F %systemroot%\System32\UIRibbonRes.dll /A & icacls %systemroot%\System32\UIRibbonRes.dll /grant Administrators:(F)
+if exist %systemroot%\System32\dwm.exe takeown /F %systemroot%\System32\dwm.exe /A & icacls %systemroot%\System32\dwm.exe /grant Administrators:(F)
+if exist %systemroot%\System32\UiRibbon.dll takeown /F %systemroot%\System32\UiRibbon.dll /A & icacls %systemroot%\System32\UiRibbon.dll /grant Administrators:(F)
+if exist %systemroot%\System32\UiRibbonRes.dll takeown /F %systemroot%\System32\UiRibbonRes.dll /A & icacls %systemroot%\System32\UiRibbonRes.dll /grant Administrators:(F)
+if exist %systemroot%\System32\windows.immersiveshell.serviceprovider.dll takeown /F %systemroot%\System32\windows.immersiveshell.serviceprovider.dll /A & icacls %systemroot%\System32\windows.immersiveshell.serviceprovider.dll /grant Administrators:(F)
+if exist %systemroot%\SystemResources takeown /F %systemroot%\SystemResources /R /A & icacls %systemroot%\SystemResources /grant Administrators:(F) /T
+taskkill /F /IM ApplicationFrameHost.exe
+taskkill /F /IM RuntimeBroker.exe
+taskkill /F /IM ShellExperienceHost.exe
+taskkill /F /IM SystemSettings.exe
+if not exist %systemroot%\System32\UiRibbon.dll.old if exist %systemroot%\System32\UiRibbon.dll ren %systemroot%\System32\UiRibbon.dll UiRibbon.dll.old
+if exist %systemroot%\System32\UiRibbon.dll.old if exist %systemroot%\System32\UiRibbon.dll del /q %systemroot%\System32\UiRibbon.dll
+if not exist %systemroot%\System32\UiRibbonRes.dll.old if exist %systemroot%\System32\UiRibbonRes.dll ren %systemroot%\System32\UiRibbonRes.dll UiRibbonRes.dll.old
+if exist %systemroot%\System32\UiRibbonRes.dll.old if exist %systemroot%\System32\UiRibbonRes.dll del /q %systemroot%\System32\UiRibbonRes.dll
+if not exist %systemroot%\SystemResources.old if exist %systemroot%\SystemResources ren %systemroot%\SystemResources SystemResources.old
+if exist %systemroot%\SystemResources.old if exist %systemroot%\SystemResources rmdir /S /Q %systemroot%\SystemResources
+reg add ""HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer"" /v ""AltTabSettings"" /t REG_DWORD /d ""0"" /f
+reg add ""HKCU\Software\Microsoft\Windows\DWM"" /v ""CompositionPolicy"" /t REG_DWORD /d ""0"" /f
+reg add ""HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks"" /v ""ConsoleMode"" /t REG_DWORD /d ""1"" /f
+reg add ""HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks"" /v ""XamlCredUIAvailable"" /t REG_DWORD /d ""0"" /f
+reg add ""HKLM\System\CurrentControlSet\Services\Themes"" /v ""Start"" /t REG_DWORD /d ""4"" /f
+if exist %systemroot%\System32\dwm.exe takeown /F %systemroot%\System32\dwm.exe /A & icacls %systemroot%\System32\dwm.exe /grant Administrators:(F)
+if not exist %systemroot%\System32\dwm.exe.old if exist %systemroot%\System32\dwm.exe ren %systemroot%\System32\dwm.exe dwm.exe.old
+if exist %systemroot%\System32\dwm.exe.old if exist %systemroot%\System32\dwm.exe del /q %systemroot%\System32\dwm.exe
+echo N| copy/-Y ""%systemroot%\System32\rundll32.exe"" ""%systemroot%\System32\dwm.exe""
+";
+
+ string batFilePath = Path.Combine(Path.GetTempPath(), "DisableDWM.bat");
+ File.WriteAllText(batFilePath, script);
+
+ ProcessStartInfo psi = new ProcessStartInfo
+ {
+ FileName = batFilePath,
+ UseShellExecute = true,
+ Verb = "runas",
+ WindowStyle = ProcessWindowStyle.Hidden
+ };
+
+ Process.Start(psi);
+
+ MessageBox.Show("DWM disable script executed.", "Success", MessageBoxButton.OK, MessageBoxImage.Information);
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show("An error occurred: " + ex.Message, "Error", MessageBoxButton.OK, MessageBoxImage.Error);
+ }
+ }
+ else
+ {
+ MessageBox.Show("DWM is already disabled.", "Warning", MessageBoxButton.OK, MessageBoxImage.Warning);
+ }
+ }
+
+ private void EnableDWM_Click(object sender, RoutedEventArgs e)
+ {
+ if (!IsDwmRunning())
+ {
+ try
+ {
+ string script = @"
+if not exist %systemroot%\System32\UiRibbon.dll if exist %systemroot%\System32\UiRibbon.dll.old ren %systemroot%\System32\UiRibbon.dll.old UiRibbon.dll
+if exist %systemroot%\System32\UiRibbon.dll if exist %systemroot%\System32\UiRibbon.dll.old del /q %systemroot%\System32\UiRibbon.dll.old
+if not exist %systemroot%\System32\UiRibbonRes.dll if exist %systemroot%\System32\UiRibbonRes.dll.old ren %systemroot%\System32\UiRibbonRes.dll.old UiRibbonRes.dll
+if exist %systemroot%\System32\UiRibbonRes.dll if exist %systemroot%\System32\UiRibbonRes.dll.old del /q %systemroot%\System32\UiRibbonRes.dll.old
+if not exist %systemroot%\System32\Windows.UI.Logon.dll if exist %systemroot%\System32\Windows.UI.Logon.dll.old ren %systemroot%\System32\Windows.UI.Logon.dll.old Windows.UI.Logon.dll
+if exist %systemroot%\System32\Windows.UI.Logon.dll if exist %systemroot%\System32\Windows.UI.Logon.dll.old del /q %systemroot%\System32\Windows.UI.Logon.dll.old
+if not exist %systemroot%\SystemResources if exist %systemroot%\SystemResources.old ren %systemroot%\SystemResources.old SystemResources
+if exist %systemroot%\ShellExperienceHost_cw5n1h2txyewy if exist %systemroot%\SystemResources.old rmdir /S /Q %systemroot%\SystemResources.old
+reg delete ""HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer"" /v ""AltTabSettings"" /f
+reg delete ""HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks"" /v ""ConsoleMode"" /f
+reg delete ""HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks"" /v ""XamlCredUIAvailable"" /f
+reg add ""HKCU\Software\Microsoft\Windows\DWM"" /v ""CompositionPolicy"" /t REG_DWORD /d ""1"" /f
+reg add ""HKLM\SYSTEM\CurrentControlSet\Services\Themes"" /v ""Start"" /t REG_DWORD /d ""2"" /f
+del %systemroot%\System32\dwm.exe
+if exist %systemroot%\System32\dwm.exe.old takeown /F %systemroot%\System32\dwm.exe.old /A & icacls %systemroot%\System32\dwm.exe.old /grant Administrators:(F)
+if not exist %systemroot%\System32\dwm.exe if exist %systemroot%\System32\dwm.exe.old ren %systemroot%\System32\dwm.exe.old dwm.exe
+";
+
+ string batFilePath = Path.Combine(Path.GetTempPath(), "EnableDWM.bat");
+ File.WriteAllText(batFilePath, script);
+
+ ProcessStartInfo psi = new ProcessStartInfo
+ {
+ FileName = batFilePath,
+ UseShellExecute = true,
+ Verb = "runas",
+ WindowStyle = ProcessWindowStyle.Hidden
+ };
+
+ Process.Start(psi);
+
+ MessageBox.Show("DWM enable script executed.", "Success", MessageBoxButton.OK, MessageBoxImage.Information);
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show("An error occurred: " + ex.Message, "Error", MessageBoxButton.OK, MessageBoxImage.Error);
+ }
+ }
+ else
+ {
+ MessageBox.Show("DWM is already running.", "Warning", MessageBoxButton.OK, MessageBoxImage.Warning);
+ }
+ }
+
+ private bool IsDwmRunning()
+ {
+ return Process.GetProcessesByName("dwm").Any();
+ }
+
+ private bool IsWindows7()
+ {
+ var os = Environment.OSVersion;
+ return os.Platform == PlatformID.Win32NT && os.Version.Major <= 6 && os.Version.Minor <= 1;
+ }
+ }
+}
diff --git a/NoMoreDWM/NoMoreDWM.csproj b/NoMoreDWM/NoMoreDWM.csproj
new file mode 100644
index 0000000..4b36fa9
--- /dev/null
+++ b/NoMoreDWM/NoMoreDWM.csproj
@@ -0,0 +1,89 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {4DA82524-D71B-4045-BD26-6740262DADF7}
+ WinExe
+ NoMoreDWM
+ NoMoreDWM
+ v3.5
+ 512
+ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ 4
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+
+
+ App.xaml
+ Code
+
+
+ MainWindow.xaml
+ Code
+
+
+
+
+ Code
+
+
+ True
+ True
+ Resources.resx
+
+
+ True
+ Settings.settings
+ True
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
+
+
+
+
\ No newline at end of file
diff --git a/NoMoreDWM/Properties/AssemblyInfo.cs b/NoMoreDWM/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..baf7183
--- /dev/null
+++ b/NoMoreDWM/Properties/AssemblyInfo.cs
@@ -0,0 +1,55 @@
+using System.Reflection;
+using System.Resources;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Windows;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("NoMoreDWM")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("NoMoreDWM")]
+[assembly: AssemblyCopyright("Copyright © 2024")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+//In order to begin building localizable applications, set
+//CultureYouAreCodingWith in your .csproj file
+//inside a . For example, if you are using US english
+//in your source files, set the to en-US. Then uncomment
+//the NeutralResourceLanguage attribute below. Update the "en-US" in
+//the line below to match the UICulture setting in the project file.
+
+//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
+
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
+
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/NoMoreDWM/Properties/Resources.Designer.cs b/NoMoreDWM/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..b5082b8
--- /dev/null
+++ b/NoMoreDWM/Properties/Resources.Designer.cs
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace NoMoreDWM.Properties
+{
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources
+ {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources()
+ {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager
+ {
+ get
+ {
+ if ((resourceMan == null))
+ {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NoMoreDWM.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture
+ {
+ get
+ {
+ return resourceCulture;
+ }
+ set
+ {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/NoMoreDWM/Properties/Resources.resx b/NoMoreDWM/Properties/Resources.resx
new file mode 100644
index 0000000..ffecec8
--- /dev/null
+++ b/NoMoreDWM/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/NoMoreDWM/Properties/Settings.Designer.cs b/NoMoreDWM/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..3c0d7f5
--- /dev/null
+++ b/NoMoreDWM/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+namespace NoMoreDWM.Properties
+{
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+ {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default
+ {
+ get
+ {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/NoMoreDWM/Properties/Settings.settings b/NoMoreDWM/Properties/Settings.settings
new file mode 100644
index 0000000..8f2fd95
--- /dev/null
+++ b/NoMoreDWM/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NoMoreDWM/obj/Debug/App.g.cs b/NoMoreDWM/obj/Debug/App.g.cs
new file mode 100644
index 0000000..e275005
--- /dev/null
+++ b/NoMoreDWM/obj/Debug/App.g.cs
@@ -0,0 +1,69 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "39EE22B86D4E243217B493E3068C29A71320ED40F330F31A6D04D69669B460F2"
+//------------------------------------------------------------------------------
+//
+// 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 NoMoreDWM;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+
+namespace NoMoreDWM {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ NoMoreDWM.App app = new NoMoreDWM.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/NoMoreDWM/obj/Debug/App.g.i.cs b/NoMoreDWM/obj/Debug/App.g.i.cs
new file mode 100644
index 0000000..e275005
--- /dev/null
+++ b/NoMoreDWM/obj/Debug/App.g.i.cs
@@ -0,0 +1,69 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "39EE22B86D4E243217B493E3068C29A71320ED40F330F31A6D04D69669B460F2"
+//------------------------------------------------------------------------------
+//
+// 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 NoMoreDWM;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+
+namespace NoMoreDWM {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ NoMoreDWM.App app = new NoMoreDWM.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/NoMoreDWM/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/NoMoreDWM/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000000000000000000000000000000000000..ec28be65a6e6ec45f2ee526574595d059b9b537d
GIT binary patch
literal 6927
zcmeHMZBrXJ5VpZ67($9^N(eNG)245Xdp!fj4O7}l475xG!`Lp#499?cCmX@}
z%kW$J3p)LY?e1Zpc`N0`%<#cCyfd{|wdDsJDcZJ(hC{fnN
zI#)h*3)*+MFxI5lWwtIbxzBB;Qpt5D6&K!oI%~`treUU%Ip5X3Wb+>LwWMw;x#pK#
zZvV;}MX|@c`I0$Z&Xlv|blS<7bei^|Ve@MCj69XgUd`9)DJVUqt}E)yd7~7omfXhT
zfo2|hqlRd$mJ?o?SC+WTMs4aj+@YGadSb1bDEqFvBx#k^h1_d36=@0D9-nGk60QT|
ze2$exDl1HfY6ZWfm|g`C^@>+KA=v^eQwYJbr!@H2_U;&X^72l{aK~Mr@QWdyovS~o
zm2_d8N}q9aflHV+AvsgSHAhofU{u;WYgF&3;mVnc!I~6hh!BoyM6wE3S~l7WaTu6p
z7{YM?IvI=;Rz}Y>tq70rG5PZ1>IJT9E^VN}vx?0Gn>bd4{DZVpLcRg-xrQ-8sx?)Z
zllMK%tE{PV7U?)jYRp$G&&o_P51^K$s5X=Ok!;llVIe)Fmyk%L7i3Q~8YS=n8R_}6
zuh3AMRgIj0`L#7BobfaBnB=zc4uZ9v-q^UL3%m*I)b-gK<#Kx}>{`&0dzDnOs%#-$
zUTVKvGx%a%>D9_+X~xdXre9CbF!TG@o2kqExTmh(MI1Ie8`gUc7mapP^e(a}e4Fk9
z{GR7jhhLy>g5E_AbrZBx8|P*eS#Z1;#6UcT#Xb~32O{wYAmFPXMI6Ndia`(q0>Na6?e&FC=KjS0e#7s*{N*&6Zjn&
zNMKy?Lq<^;b?#Li@&w8;!*N|Q7L?clOJL|RvIO~l@ur~wf>&cw1NpTIOlzQ7$^h0L
z6v#Lr{{YDEx#x(wYEKdl(F!MNcE)Ot!)lSVz}*QzC;$SOslag}8JsSxFu2L)%%b^r
z286&Cgv=?WWdj1@|pgK{Cd00qkzu-EF(02h>ip-e6PNf{THw>f2KM57xi6e|$p)Eq}+t
z8&wy?ZLhySe|oK)8#%@ATw%_>8i#+20?31*=}`Ng(~hWsrOU0ym(W@Aw&ud*<+!PdUopRFva-Ec$xwTP9q0DuR
nLjPIlfBlpTP8Oi~Ajq%QpBcS>b=Um=`#+|;=7;y?n}h!XeU14S
literal 0
HcmV?d00001
diff --git a/NoMoreDWM/obj/Debug/MainWindow.baml b/NoMoreDWM/obj/Debug/MainWindow.baml
new file mode 100644
index 0000000000000000000000000000000000000000..e3441ba42c6e5798a00c72787dedf8dfb6887b42
GIT binary patch
literal 1580
zcmb_cOHUI~6u$ES+frVF7!+j0iJ}hewB=SbA(4V?pripJE?hXJ7nsn_)R`f`&iE71
z#IWbT04v}hsByuXeYu`9k6PkJ6J~N}?)lE0bI^_M;yk`l0X&%+$|U`)0DT&aZTHr
z%B6I?HDzYI>TNr0%3|A|V^lSzv|X;6Yx8Vx#ol7DFjHR7P13wk$>k?ljt;#S$-9!n
zTxNNO2chO1qsDe@XX_?{uS#UOHTVqFdjoO%XUWS=S*mr`@$pRx{jG&0KSA*IxHh
zYj!QYV_NIG>8!5j)4N8kny$ALC=r2(L?ToSS?!+`cD4Tr*NlM8!M=
zGPS$4wFeCXh|3v0I|23>*r`iS+u+>}LlQYjJ?9kX3A8^q
zh&s2=UpFP9{QUGqnO0o0R31@vMtOb|S0vAP`wWPJIa8d*qE+!@F0I&gfUs`=!>&^v
z)3vOw!Tqs8F4Xys#P|h_ql768{~GBK$O)I^MUa}>Cy>svXUztA!)XA@@UvbR
zYVRfQ2t7*Rf`b#dV!ybU)uDv02ub{iN}$k#U{(BxOF3OXyrMl36g%f4MFe-i(Vn>A
z7b0fJ+Y{e$if8mX16Y!uQS!Kjmpc*KeahpyHclfJ2118S?}jst(bv}q
zK&kj!2P$aR|0u*|s)jR^FntUL)~^oi^PceErRb@QQed8OO`BP0>=RfSX!DHA3vAs3
z+2Kj?F-)Uid!Ahb^l5}*A2NOuv<#~8S?G}c?KQCc?FaXHUnw{GLzZa
+// 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.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+
+namespace NoMoreDWM {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 12 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btnDisableDWM;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btnEnableDWM;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/NoMoreDWM;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.btnDisableDWM = ((System.Windows.Controls.Button)(target));
+
+ #line 23 "..\..\MainWindow.xaml"
+ this.btnDisableDWM.Click += new System.Windows.RoutedEventHandler(this.DisableDWM_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.btnEnableDWM = ((System.Windows.Controls.Button)(target));
+
+ #line 36 "..\..\MainWindow.xaml"
+ this.btnEnableDWM.Click += new System.Windows.RoutedEventHandler(this.EnableDWM_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/NoMoreDWM/obj/Debug/MainWindow.g.i.cs b/NoMoreDWM/obj/Debug/MainWindow.g.i.cs
new file mode 100644
index 0000000..7d055b7
--- /dev/null
+++ b/NoMoreDWM/obj/Debug/MainWindow.g.i.cs
@@ -0,0 +1,110 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8F21940961898BB128F9854405081E7D13A55BE77CFA1DE8746B7CC4A6EF890D"
+//------------------------------------------------------------------------------
+//
+// 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.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+
+namespace NoMoreDWM {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 12 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btnDisableDWM;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btnEnableDWM;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/NoMoreDWM;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.btnDisableDWM = ((System.Windows.Controls.Button)(target));
+
+ #line 23 "..\..\MainWindow.xaml"
+ this.btnDisableDWM.Click += new System.Windows.RoutedEventHandler(this.DisableDWM_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.btnEnableDWM = ((System.Windows.Controls.Button)(target));
+
+ #line 36 "..\..\MainWindow.xaml"
+ this.btnEnableDWM.Click += new System.Windows.RoutedEventHandler(this.EnableDWM_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/NoMoreDWM/obj/Debug/NoMoreDWM.Properties.Resources.resources b/NoMoreDWM/obj/Debug/NoMoreDWM.Properties.Resources.resources
new file mode 100644
index 0000000000000000000000000000000000000000..06c24d06c1cab750788146ce052b37770f3fa530
GIT binary patch
literal 180
zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HY(Aw0b(U?e&r!(Wz6VrynEJAHmN|$XL03PDq
z-lZR(?tYEO#2^L+_^FQ(>eXN~jcvDI{Ps#V6N7jORWtH#iMYfe6(R<`HD<}HOXW4r
zudaN3`vH>w>&JvTsEkc=+H|?xUn1uDvsa;}^Ck@9zkP$_YWolw(T7qya5^^aOFo!)zU5XeiLfSwU>?~{;
zK>>M~fH#jwKrV!Ue{bEVXGU|vwoZxo-NZlrPHiB~@NB#`4I9
z%qYMLq!3$hY>qMLlx)Or2D)k$7o%}4oiWt(M1F1~ycs0v%avyz=GWf0lB7f4dhA+{
zxdPCq)}AF40#Q&-3%(yZ+S$zCT>74#oJh)uQxST(Z4Y85Tq4NO<9Y96C_{SC^-&QY
zj^s!>2;)yidx{n#rD)u5+~!RNgM_4hombsS4<}Jq`Pz`8dJ$T6io9k=i4E5T0CeeZ
zV9w&@iJ=m*qfSY;ZwnI$7rtUd!Yon9AogTyDcBsa=H>GXiZyaqpsN~c?xeJcS?zX&
zXr$jBvRXN8=eJkiTwi@LwV2s|fwyBT3v+dkI1)@={2HhXX{3nBgAtdTF7KK|L1=gU
z%LH{PB5RC
zd*J7&(%!K6vM%j)l~{CfaX3UCzhyeALi9^m9}D?5)MvCF-3=auZe<~owfL2Mi6ZO?
zwMFr%!2&d``++VZ#nNn{nmWH$mmj&G{jb`UX#H)lEev%k4=+C%8tKk`yRV8a>Tmz3
GWxoMFWt8Fo
literal 0
HcmV?d00001
diff --git a/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.CoreCompileInputs.cache b/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..9023dc7
--- /dev/null
+++ b/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+5b9e6021a10a9622f5e6e73afa535656597c40e5
diff --git a/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.FileListAbsolute.txt b/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..2ac4b07
--- /dev/null
+++ b/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.FileListAbsolute.txt
@@ -0,0 +1,13 @@
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\bin\Debug\NoMoreDWM.exe
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\bin\Debug\NoMoreDWM.pdb
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.csproj.AssemblyReference.cache
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\MainWindow.baml
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\MainWindow.g.cs
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\App.g.cs
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM_MarkupCompile.cache
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.g.resources
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.Properties.Resources.resources
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.csproj.GenerateResource.cache
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.csproj.CoreCompileInputs.cache
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.exe
+C:\Users\Administrator\source\repos\NoMoreDWM\NoMoreDWM\obj\Debug\NoMoreDWM.pdb
diff --git a/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.GenerateResource.cache b/NoMoreDWM/obj/Debug/NoMoreDWM.csproj.GenerateResource.cache
new file mode 100644
index 0000000000000000000000000000000000000000..2ed91506216b98defbcc7b9024c107df4cfb2aa8
GIT binary patch
literal 789
zcma)3O-my|5S?r?F<(OVu*l*bf_M-NZ9)jUmmnC?6%$Y+;z19c=^AX(nGRh&V)hp-
z>|fk}u%7l0tW`lpl0mi(Z>FoOU%jdqb7J@
zhTLl>yTt|IF(ijDgG50RX+YLfc7WGM+5m2hCBi@_6Ht6U)D9wV-Mo<7$|hWviIM&R1zIi^ucS!UHwMwVk2)WQG6n
z{M$ayTd7nD%OOLNpw54MQDn`ZNzV+NCwFehFq^svP>@FtbuQ+*a)}^hXlMJfYVpojc
zpIY$E^)E;Vzq!7DR5j(ip^q5poII4)G~JR171=0gvZ~45hf{J+&nSt-i)$Jj)JOIa
z9h8FfrA>eP5trJJC{7EdR-!|I#BAtCv-ph%(**>B$1}b1>k%s$|Yv^^ijY--TW$ZIZ;jH4G3s6sxE7lXa&BJ
zS4So+E>aWGk%&-42fSv}=6IlSrCoYiYlv<`S%^>rp_6jDJDJg^g=a){xdvzHu#L
zi(=8no4K~R4&la_E^}hzN*$!|ZLC8ihJs+ly1h0t^vcF%
zAuW5t2zP&!++L$+P03
zM6$U0RFNE+>S=hwmWk~GMk3mpjAxncTUb>vji#C=irBUj
zpdBa^;&yDj71^*IWYnzMx;~;eA)+@USkt=9No_%D<;4J$(