-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathrugburn.vcxproj.filters
31 lines (31 loc) · 1.22 KB
/
rugburn.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
31
<?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\dll\rugburn\main.c" />
<ClCompile Include="src\hooks\ole32\web_browser.c" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.md" />
<None Include="README.md" />
<None Include="export.def" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="src\stubs.asm" />
</ItemGroup>
</Project>