Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Jan 31, 2021
1 parent 9b3b97e commit a9d9739
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions SandboxiePlus/SandMan/SandMan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/////////////////////////////////////////////////////////////////////////////
// German (Austria) resources

#include "winres.h"

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
#pragma code_page(1252)
Expand Down
1 change: 0 additions & 1 deletion SandboxiePlus/SandMan/SandMan.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
<ClInclude Include="Helpers\FindTool.h" />
<ClInclude Include="Helpers\WinAdmin.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Resources\resource.h" />
<QtMoc Include="SbiePlusAPI.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions SandboxiePlus/SandMan/SandMan.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,14 @@
<ClInclude Include="stdafx.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Resources\resource.h">
<Filter>Resource Files</Filter>
</ClInclude>
<ClInclude Include="Helpers\WinAdmin.h">
<Filter>Helpers</Filter>
</ClInclude>
<ClInclude Include="Helpers\FindTool.h">
<Filter>Helpers</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
<Filter>Resource Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//{{NO_DEPENDENCIES}}
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SandMan.rc
//
#define VS_VERSION_INFO 1
#define IDC_STATIC -1

// Next default values for new objects
//
Expand All @@ -13,4 +15,3 @@
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit a9d9739

Please sign in to comment.