forked from ZDBioHazard/ZDL-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zdl.vcxproj.filters
54 lines (54 loc) · 1.49 KB
/
zdl.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Resources">
<UniqueIdentifier>{1d0df362-dd1d-47cb-b8cc-3534d0223420}</UniqueIdentifier>
</Filter>
<Filter Include="Source">
<UniqueIdentifier>{a591d446-218e-45f2-8426-e80d7865e342}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<Image Include="res\bmp_logo.bmp">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_down.ico">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_icon.ico">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_patch.ico">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_save.ico">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_up.ico">
<Filter>Resources</Filter>
</Image>
<Image Include="res\ico_wad.ico">
<Filter>Resources</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ClCompile Include="cfg.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="dlg.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="sub.c">
<Filter>Source</Filter>
</ClCompile>
<ClCompile Include="zdl.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="zdl.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="zdl.rc" />
</ItemGroup>
</Project>