Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSlower authored Jul 12, 2024
1 parent b946e08 commit b963618
Show file tree
Hide file tree
Showing 8 changed files with 2,359 additions and 0 deletions.
34 changes: 34 additions & 0 deletions SetProcessGui/SetProcessGui.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="SetProcessGui" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option platforms="Windows;" />
<Option output="bin/Release/SetProcess" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
</Target>
</Build>
<Linker>
<Add library="gdi32" />
<Add library="user32" />
<Add library="kernel32" />
<Add library="comctl32" />
<Add library="psapi" />
<Add library="ntdll" />
<Add library="wbemuuid" />
</Linker>
<Unit filename="SetProcessGui.cpp" />
<Unit filename="SetProcessGui.h" />
<Unit filename="SetProcessGui.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="manifest.xml" />
<Extensions />
</Project>
</CodeBlocks_project_file>
Loading

0 comments on commit b963618

Please sign in to comment.