forked from peters/curl-for-windows
-
Notifications
You must be signed in to change notification settings - Fork 1
/
libssh2.vcxproj.filters
76 lines (76 loc) · 2.47 KB
/
libssh2.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="libssh2">
<UniqueIdentifier>{E273000E-F6BC-00B3-BF5F-B1DE95BFA3C0}</UniqueIdentifier>
</Filter>
<Filter Include="libssh2\src">
<UniqueIdentifier>{8CDEE807-BC53-E450-C8B8-4DEBB66742D4}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="libssh2\src\openssl.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\packet.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\pem.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\publickey.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\scp.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\session.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\sftp.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\transport.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\userauth.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\version.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\agent.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\channel.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\comp.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\crypt.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\global.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\hostkey.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\keepalive.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\kex.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\knownhost.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\mac.c">
<Filter>libssh2\src</Filter>
</ClCompile>
<ClCompile Include="libssh2\src\misc.c">
<Filter>libssh2\src</Filter>
</ClCompile>
</ItemGroup>
</Project>