Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Jul 31, 2024
1 parent bcd6716 commit e0670be
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 261 deletions.
2 changes: 1 addition & 1 deletion Program-Manager-II.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "progmgr", "progmgr\progmgr.vcxproj", "{B76B940D-B61A-456E-8569-72F64CF91AFB}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProgMgr", "ProgMgr\ProgMgr.vcxproj", "{B76B940D-B61A-456E-8569-72F64CF91AFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
202 changes: 0 additions & 202 deletions progmgr/desktop.c

This file was deleted.

44 changes: 0 additions & 44 deletions progmgr/desktop2.c

This file was deleted.

2 changes: 0 additions & 2 deletions progmgr/progmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ extern BOOL bPermPower; // Has power option permissions

/* Function Prototypes */
BOOL UpdatePermissions(VOID);
// DESKTOP.C
BOOL CreateDesktopWindow(VOID);
// SYSINT.C
BOOL RunFileDlg(HWND hWndOwner, HICON hIcon, LPWSTR lpszDir, LPWSTR lpszTitle, LPWSTR lpszDesc, DWORD dwFlags);
BOOL ExitWindowsDialog(HWND hWndOwner);
Expand Down
2 changes: 0 additions & 2 deletions progmgr/progmgr.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="desktop.c" />
<ClCompile Include="desktop2.c" />
<ClCompile Include="dialog.c" />
<ClCompile Include="progmgr.c" />
<ClCompile Include="registry.c" />
Expand Down
17 changes: 7 additions & 10 deletions progmgr/progmgr.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<Filter Include="Language Resources">
<UniqueIdentifier>{71dbbd6d-c82a-4fac-a0ff-74be88190f82}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files\en-US">
<UniqueIdentifier>{2a11d118-5a5c-4681-86dc-31de4f0251ff}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="progmgr.h">
Expand Down Expand Up @@ -44,9 +47,6 @@
<ClCompile Include="registry.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="desktop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="sysint.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand All @@ -59,19 +59,16 @@
<ClCompile Include="dialog.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="desktop2.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<ResourceCompile Include="lang\dlg_en-US.rc">
<Filter>Language Resources</Filter>
</ResourceCompile>
<ResourceCompile Include="lang\res_en-US.rc">
<Filter>Language Resources</Filter>
<Filter>Resource Files\en-US</Filter>
</ResourceCompile>
<ResourceCompile Include="lang\dlg_en-US.rc">
<Filter>Resource Files\en-US</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e0670be

Please sign in to comment.