-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patheasy_hook.vcxproj.filters
42 lines (42 loc) · 1.34 KB
/
easy_hook.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
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="entry">
<UniqueIdentifier>{42dcca73-95f2-401c-80d0-bd0467e2d767}</UniqueIdentifier>
</Filter>
<Filter Include="entry\impl">
<UniqueIdentifier>{2d1c747f-928a-43b2-bf9e-e0a3c3c7604f}</UniqueIdentifier>
</Filter>
<Filter Include="hooks">
<UniqueIdentifier>{20c8471c-97e1-4511-9aa8-5a25b08f1b43}</UniqueIdentifier>
</Filter>
<Filter Include="depends">
<UniqueIdentifier>{0386fef0-042f-424c-a3a3-d0cb1b80db75}</UniqueIdentifier>
</Filter>
<Filter Include="hooks\impl">
<UniqueIdentifier>{b519cde9-31ef-4f8b-8709-2130ec45951c}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="context.h">
<Filter>entry</Filter>
</ClInclude>
<ClInclude Include="hooks.h">
<Filter>hooks</Filter>
</ClInclude>
<ClInclude Include="init_hooks.h">
<Filter>hooks</Filter>
</ClInclude>
<ClInclude Include="depends.h">
<Filter>depends</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="context.cpp">
<Filter>entry\impl</Filter>
</ClCompile>
<ClCompile Include="hooks.cpp">
<Filter>hooks\impl</Filter>
</ClCompile>
</ItemGroup>
</Project>