-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdirtysock.vcxproj.filters
executable file
·79 lines (79 loc) · 2.99 KB
/
dirtysock.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="core">
<UniqueIdentifier>{DFD84AA7-D4AC-85F9-EB39-77517615CE25}</UniqueIdentifier>
</Filter>
<Filter Include="core\crypt">
<UniqueIdentifier>{F87945C4-1893-88DD-FABA-EDAC4406B227}</UniqueIdentifier>
</Filter>
<Filter Include="core\dirtysock">
<UniqueIdentifier>{28202174-38B7-1B8E-EDB9-D8E8E785A567}</UniqueIdentifier>
</Filter>
<Filter Include="core\dirtysock\pc">
<UniqueIdentifier>{58228618-F8F9-3743-BE59-F066DFD0B8CE}</UniqueIdentifier>
</Filter>
<Filter Include="core\proto">
<UniqueIdentifier>{D32D384E-2D7D-6960-7CE5-EEABAC70A32E}</UniqueIdentifier>
</Filter>
<Filter Include="core\util">
<UniqueIdentifier>{53EA372E-2642-A1EE-D2DB-A4617ADD58F9}</UniqueIdentifier>
</Filter>
<Filter Include="platform">
<UniqueIdentifier>{D6E5A634-DE4A-EF17-4E51-612C50DD72F5}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="core\source\crypt\cryptarc4.c">
<Filter>core\crypt</Filter>
</ClCompile>
<ClCompile Include="core\source\crypt\cryptmd2.c">
<Filter>core\crypt</Filter>
</ClCompile>
<ClCompile Include="core\source\crypt\cryptmd5.c">
<Filter>core\crypt</Filter>
</ClCompile>
<ClCompile Include="core\source\crypt\cryptrsa.c">
<Filter>core\crypt</Filter>
</ClCompile>
<ClCompile Include="core\source\crypt\cryptsha1.c">
<Filter>core\crypt</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\dirtylib.c">
<Filter>core\dirtysock</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\dirtymem.c">
<Filter>core\dirtysock</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\dirtynet.c">
<Filter>core\dirtysock</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\platformsocketapi.c">
<Filter>core\dirtysock</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\pc\dirtylibwin.c">
<Filter>core\dirtysock\pc</Filter>
</ClCompile>
<ClCompile Include="core\source\dirtysock\pc\dirtynetwin.c">
<Filter>core\dirtysock\pc</Filter>
</ClCompile>
<ClCompile Include="core\source\proto\protohttp.c">
<Filter>core\proto</Filter>
</ClCompile>
<ClCompile Include="core\source\proto\protohttpmanager.c">
<Filter>core\proto</Filter>
</ClCompile>
<ClCompile Include="core\source\proto\protossl.c">
<Filter>core\proto</Filter>
</ClCompile>
<ClCompile Include="core\source\util\lobbybase64.c">
<Filter>core\util</Filter>
</ClCompile>
<ClCompile Include="platform\plat-str.c">
<Filter>platform</Filter>
</ClCompile>
<ClCompile Include="platform\plat-time.c">
<Filter>platform</Filter>
</ClCompile>
</ItemGroup>
</Project>