Browse Source

GUI: Begin decoupling into ep_gui

pull/2488/head
Amrsatrio 2 years ago
parent
commit
f6f6d899f2
  1. BIN
      ExplorerPatcher/ExplorerPatcher.rc
  2. 7
      ExplorerPatcher/ExplorerPatcher.vcxproj
  3. 12
      ExplorerPatcher/ExplorerPatcher.vcxproj.filters
  4. 1
      ExplorerPatcher/dllmain.c
  5. 2
      ExplorerPatcher/resource.h
  6. 0
      ep_gui/GUI.c
  7. 0
      ep_gui/GUI.h
  8. 0
      ep_gui/resources/settings.reg
  9. 0
      ep_gui/resources/settings10.reg

BIN
ExplorerPatcher/ExplorerPatcher.rc

Binary file not shown.

7
ExplorerPatcher/ExplorerPatcher.vcxproj

@ -254,10 +254,6 @@ @@ -254,10 +254,6 @@
<ClCompile Include="dllmain.c" />
<ClCompile Include="fmemopen.c" />
<ClCompile Include="getline.c" />
<ClCompile Include="GUI.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="HideExplorerSearchBar.c" />
<ClCompile Include="ImmersiveFlyouts.c">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
@ -322,7 +318,6 @@ @@ -322,7 +318,6 @@
<ClInclude Include="dxgi_imp.h" />
<ClInclude Include="fmemopen.h" />
<ClInclude Include="getline.h" />
<ClInclude Include="GUI.h" />
<ClInclude Include="HideExplorerSearchBar.h" />
<ClInclude Include="hooking.h" />
<ClInclude Include="ep_private.h" />
@ -344,8 +339,6 @@ @@ -344,8 +339,6 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="settings.reg" />
<None Include="settings10.reg" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

12
ExplorerPatcher/ExplorerPatcher.vcxproj.filters

@ -60,9 +60,6 @@ @@ -60,9 +60,6 @@
<ClInclude Include="utility.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="GUI.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="TaskbarCenter.h">
<Filter>Header Files</Filter>
</ClInclude>
@ -166,9 +163,6 @@ @@ -166,9 +163,6 @@
<ClCompile Include="utility.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="GUI.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="TaskbarCenter.c">
<Filter>Source Files</Filter>
</ClCompile>
@ -219,12 +213,6 @@ @@ -219,12 +213,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="settings.reg">
<Filter>Settings</Filter>
</None>
<None Include="settings10.reg">
<Filter>Settings</Filter>
</None>
<None Include="packages.config" />
</ItemGroup>
</Project>

1
ExplorerPatcher/dllmain.c

@ -208,7 +208,6 @@ BOOL g_bIsDesktopRaised = FALSE; @@ -208,7 +208,6 @@ BOOL g_bIsDesktopRaised = FALSE;
#include "ArchiveMenu.h"
#include "StartupSound.h"
#include "StartMenu.h"
#include "GUI.h"
#include "TaskbarCenter.h"
#include "../libs/sws/SimpleWindowSwitcher/sws_WindowSwitcher.h"
#endif

2
ExplorerPatcher/resource.h

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
// Microsoft Visual C++ generated include file.
// Used by ExplorerPatcher.rc
//
#define IDR_REGISTRY1 101
#define IDS_PRODUCTNAME 102
#define IDS_COPYRIGHT 103
#define IDS_VERSION 104
@ -15,7 +14,6 @@ @@ -15,7 +14,6 @@
#define IDS_UNINSTALL_SUCCESS_TEXT 111
#define IDS_UNINSTALL_ERROR_TEXT 112
#define IDS_OPERATION_NONE 113
#define IDR_REGISTRY2 114
#define IDR_REFRESHEDSTYLES_XBF 115
#define IDS_DRIVECATEGORY_HARDDISKDRIVES 40000
#define IDS_DRIVECATEGORY_REMOVABLESTORAGE 40001

0
ExplorerPatcher/GUI.c → ep_gui/GUI.c

0
ExplorerPatcher/GUI.h → ep_gui/GUI.h

0
ExplorerPatcher/settings.reg → ep_gui/resources/settings.reg

0
ExplorerPatcher/settings10.reg → ep_gui/resources/settings10.reg

Loading…
Cancel
Save