Skip to content

Commit b963618

Browse files
authored
Add files via upload
1 parent b946e08 commit b963618

File tree

8 files changed

+2359
-0
lines changed

8 files changed

+2359
-0
lines changed

SetProcessGui/SetProcessGui.cbp

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="SetProcessGui" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Release">
10+
<Option platforms="Windows;" />
11+
<Option output="bin/Release/SetProcess" prefix_auto="1" extension_auto="1" />
12+
<Option object_output="obj/Release/" />
13+
<Option type="0" />
14+
<Option compiler="gcc" />
15+
</Target>
16+
</Build>
17+
<Linker>
18+
<Add library="gdi32" />
19+
<Add library="user32" />
20+
<Add library="kernel32" />
21+
<Add library="comctl32" />
22+
<Add library="psapi" />
23+
<Add library="ntdll" />
24+
<Add library="wbemuuid" />
25+
</Linker>
26+
<Unit filename="SetProcessGui.cpp" />
27+
<Unit filename="SetProcessGui.h" />
28+
<Unit filename="SetProcessGui.rc">
29+
<Option compilerVar="WINDRES" />
30+
</Unit>
31+
<Unit filename="manifest.xml" />
32+
<Extensions />
33+
</Project>
34+
</CodeBlocks_project_file>

0 commit comments

Comments
 (0)