-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,359 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.