-
Notifications
You must be signed in to change notification settings - Fork 1
/
BDS插件.vcxproj.filters
34 lines (34 loc) · 1.18 KB
/
BDS插件.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="模块核心">
<UniqueIdentifier>{e7d98800-a04f-4483-9b2b-6beda82df92c}</UniqueIdentifier>
</Filter>
<Filter Include="其他文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="符号信息">
<UniqueIdentifier>{c76bd642-46f6-42a0-9c4b-bd429337dab9}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="BDS内容.hpp">
<Filter>模块核心</Filter>
</ClInclude>
<ClInclude Include="预编译头.h">
<Filter>其他文件</Filter>
</ClInclude>
<ClInclude Include="符号定位.hpp">
<Filter>符号信息</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="预编译头.cpp">
<Filter>其他文件</Filter>
</ClCompile>
<ClCompile Include="插件模块.cpp">
<Filter>模块核心</Filter>
</ClCompile>
</ItemGroup>
</Project>