-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSkyrimInternalHack.vcxproj.filters
60 lines (60 loc) · 1.8 KB
/
SkyrimInternalHack.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Menu">
<UniqueIdentifier>{ad0da316-d4e4-46fe-9ce4-29701d297e4a}</UniqueIdentifier>
</Filter>
<Filter Include="Core">
<UniqueIdentifier>{09c08285-0368-4344-83ca-b137825eabd7}</UniqueIdentifier>
</Filter>
<Filter Include="Utils">
<UniqueIdentifier>{90559753-e917-4271-b6de-3a6975438d70}</UniqueIdentifier>
</Filter>
<Filter Include="Engine">
<UniqueIdentifier>{d66eb49f-ad11-47bb-b1a4-9b239ccfa599}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Menu.cpp">
<Filter>Menu</Filter>
</ClCompile>
<ClCompile Include="Core.cpp">
<Filter>Core</Filter>
</ClCompile>
<ClCompile Include="Detour.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="Patch.cpp">
<Filter>Utils</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Menu.h">
<Filter>Menu</Filter>
</ClInclude>
<ClInclude Include="Core.h">
<Filter>Core</Filter>
</ClInclude>
<ClInclude Include="Vector.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="Detour.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="D3D9VtableIndex.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="Reclass.h">
<Filter>Engine</Filter>
</ClInclude>
<ClInclude Include="Hacks.h">
<Filter>Engine</Filter>
</ClInclude>
<ClInclude Include="Utils.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="Patch.h">
<Filter>Utils</Filter>
</ClInclude>
</ItemGroup>
</Project>