-
Notifications
You must be signed in to change notification settings - Fork 1
/
tsm.vcxproj.filters
44 lines (44 loc) · 1.65 KB
/
tsm.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="libtsm\src\tsm\libtsm.h" />
<ClInclude Include="libtsm\src\tsm\libtsm-int.h" />
<ClInclude Include="libtsm\external\wcwidth\wcwidth.h">
<Filter>external</Filter>
</ClInclude>
<ClInclude Include="libtsm\external\xkbcommon\xkbcommon-keysyms.h">
<Filter>external</Filter>
</ClInclude>
<ClInclude Include="libtsm\src\shared\shl-array.h">
<Filter>shared</Filter>
</ClInclude>
<ClInclude Include="libtsm\src\shared\shl-htable.h">
<Filter>shared</Filter>
</ClInclude>
<ClInclude Include="libtsm\src\shared\shl-llog.h">
<Filter>shared</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="libtsm\src\tsm\tsm-render.c" />
<ClCompile Include="libtsm\src\tsm\tsm-screen.c" />
<ClCompile Include="libtsm\src\tsm\tsm-selection.c" />
<ClCompile Include="libtsm\src\tsm\tsm-unicode.c" />
<ClCompile Include="libtsm\src\tsm\tsm-vte.c" />
<ClCompile Include="libtsm\src\tsm\tsm-vte-charsets.c" />
<ClCompile Include="libtsm\external\wcwidth\wcwidth.c">
<Filter>external</Filter>
</ClCompile>
<ClCompile Include="libtsm\src\shared\shl-htable.c">
<Filter>shared</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="external">
<UniqueIdentifier>{99e2687b-9168-4201-87f1-ff62c9b0680e}</UniqueIdentifier>
</Filter>
<Filter Include="shared">
<UniqueIdentifier>{a67ec51c-945f-4b13-acf3-4187ec50ebff}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>