-
Notifications
You must be signed in to change notification settings - Fork 4
/
extract7z.vcxproj.filters
153 lines (153 loc) · 6 KB
/
extract7z.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="external\7zip\CPP\Common\IntToString.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Common\MyString.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Common\MyVector.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Common\NewHandler.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Common\StringConvert.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Common\Wildcard.cpp">
<Filter>Imported from 7zip\Common</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\DLL.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\FileDir.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\FileFind.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\FileIO.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\FileName.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\PropVariant.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\Windows\PropVariantConv.cpp">
<Filter>Imported from 7zip\Windows</Filter>
</ClCompile>
<ClCompile Include="src\COutMemStream.cpp">
<Filter>Private</Filter>
</ClCompile>
<ClCompile Include="external\7zip\CPP\7zip\Common\FileStreams.cpp">
<Filter>Imported from 7zip\7zip Common</Filter>
</ClCompile>
<ClCompile Include="src\Extractor7Z.cpp">
<Filter>Private</Filter>
</ClCompile>
<ClCompile Include="src\ArchiveExtractCallbackAdaptor.cpp">
<Filter>Private</Filter>
</ClCompile>
<ClCompile Include="src\ArchiveOpenCallbackAdaptor.cpp">
<Filter>Private</Filter>
</ClCompile>
<ClCompile Include="src\Buffer.cpp">
<Filter>Private</Filter>
</ClCompile>
<ClCompile Include="src\ArchivePropertyHelper.cpp">
<Filter>Private</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="Imported from 7zip">
<UniqueIdentifier>{94be2504-613b-413e-bc3c-3a3761697190}</UniqueIdentifier>
</Filter>
<Filter Include="Imported from 7zip\7zip Common">
<UniqueIdentifier>{44b4099d-7cba-4967-8633-e5f76124742a}</UniqueIdentifier>
</Filter>
<Filter Include="Imported from 7zip\Common">
<UniqueIdentifier>{7d093d5b-dafe-4712-97b9-b84bd2823a99}</UniqueIdentifier>
</Filter>
<Filter Include="Imported from 7zip\Windows">
<UniqueIdentifier>{54050814-851f-4975-a210-a15d7aa61c46}</UniqueIdentifier>
</Filter>
<Filter Include="Private">
<UniqueIdentifier>{0b55fce9-c834-481d-a2e0-af86d3dfe51c}</UniqueIdentifier>
</Filter>
<Filter Include="Public">
<UniqueIdentifier>{61493e47-5228-4ede-bcb0-a707fb67f120}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="external\7zip\CPP\Common\IntToString.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Common\MyString.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Common\MyVector.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Common\NewHandler.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Common\StringConvert.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Common\Wildcard.h">
<Filter>Imported from 7zip\Common</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\DLL.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\FileDir.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\FileFind.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\FileIO.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\FileName.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\PropVariant.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\Windows\PropVariantConv.h">
<Filter>Imported from 7zip\Windows</Filter>
</ClInclude>
<ClInclude Include="src\COutMemStream.h">
<Filter>Private</Filter>
</ClInclude>
<ClInclude Include="external\7zip\CPP\7zip\Common\FileStreams.h">
<Filter>Imported from 7zip\7zip Common</Filter>
</ClInclude>
<ClInclude Include="include\Buffer.h">
<Filter>Public</Filter>
</ClInclude>
<ClInclude Include="include\Extractor7Z.h">
<Filter>Public</Filter>
</ClInclude>
<ClInclude Include="include\BufferedFile.h">
<Filter>Public</Filter>
</ClInclude>
<ClInclude Include="src\ArchiveExtractCallbackAdaptor.h">
<Filter>Private</Filter>
</ClInclude>
<ClInclude Include="src\ArchiveOpenCallbackAdaptor.h">
<Filter>Private</Filter>
</ClInclude>
<ClInclude Include="include\Password.h">
<Filter>Public</Filter>
</ClInclude>
<ClInclude Include="src\ArchivePropertyHelper.h">
<Filter>Private</Filter>
</ClInclude>
</ItemGroup>
</Project>