-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathrugburn_test.vcxproj.filters
30 lines (30 loc) · 1.18 KB
/
rugburn_test.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\common.c" />
<ClCompile Include="src\config.c" />
<ClCompile Include="src\hex.c" />
<ClCompile Include="src\ijl15.c" />
<ClCompile Include="src\json.c" />
<ClCompile Include="src\ld.c" />
<ClCompile Include="src\patch.c" />
<ClCompile Include="src\regex.c" />
<ClCompile Include="src\hooks\hooks.c" />
<ClCompile Include="src\hooks\comctl32\dynamic_patch.c" />
<ClCompile Include="src\hooks\kernel32\inject.c" />
<ClCompile Include="src\hooks\msvcr100\msvcr100.c" />
<ClCompile Include="src\hooks\projectg\us852\ranking.c" />
<ClCompile Include="src\hooks\user32\window.c" />
<ClCompile Include="src\hooks\wininet\netredir.c" />
<ClCompile Include="src\hooks\ws2_32\redir.c" />
<ClCompile Include="src\exe\test\main.c" />
<ClCompile Include="src\hooks\ole32\web_browser.c" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.md" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="src\stubs.asm" />
</ItemGroup>
</Project>