-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPluginModule.vcxproj.filters
60 lines (60 loc) · 2.18 KB
/
PluginModule.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="Source Files">
<UniqueIdentifier>{64bed835-70a3-4780-817a-37550f9beafe}</UniqueIdentifier>
<Extensions>cpp</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{bfe6b5ec-94ca-4771-b4ae-6d29a8e62dc6}</UniqueIdentifier>
<Extensions>h</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{f483e665-b347-4776-8c97-9c8eae695c22}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
</Filter>
<Filter Include="Source Files\Events">
<UniqueIdentifier>{e7d35b33-49e4-46d6-a1a8-d3dce8d6a6ce}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Source\StdH.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Source\StdH.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Source\Main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Source\Events\GameEvents.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\Listeners.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\Networking.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\Processing.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\Rendering.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\WorldEvents.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\DemoEvents.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\TimerEvents.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
<ClCompile Include="Source\Events\Packets.cpp">
<Filter>Source Files\Events</Filter>
</ClCompile>
</ItemGroup>
</Project>