blob: 6bdbb0eeba3e335267cc1af7c3573e91b55ccd95 (
plain)
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
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="include">
<UniqueIdentifier>{98724fe6-6848-4710-bccb-74ae36e0b7a3}</UniqueIdentifier>
</Filter>
<Filter Include="source">
<UniqueIdentifier>{71f7299b-c686-411d-897b-a0099d36f03c}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\Source\external\physfs\physfs.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Source\external\physfs\physfs_casefolding.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Source\external\physfs\physfs_internal.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Source\external\physfs\physfs_lzmasdk.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Source\external\physfs\physfs_miniz.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Source\external\physfs\physfs_platforms.h">
<Filter>include</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\Source\external\physfs\physfs.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_7z.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_dir.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_grp.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_hog.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_iso9660.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_mvl.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_qpak.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_slb.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_unpacked.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_vdf.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_wad.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_zip.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_byteorder.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_os2.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_posix.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_qnx.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_unix.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_windows.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_unicode.c">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_haiku.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_winrt.cpp">
<Filter>source</Filter>
</ClCompile>
</ItemGroup>
</Project>
|