aboutsummaryrefslogtreecommitdiff
path: root/unpack/rdsquashfs.vcxproj.filters
blob: 7351d0714d80bfd985811560746295be0162cfe6 (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Headers">
      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
      <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
    </Filter>
    <Filter Include="Source">
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="fill_files.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="list_files.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="options.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="rdsquashfs.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="restore_fstree.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="describe.c">
      <Filter>Source</Filter>
    </ClCompile>
    <ClCompile Include="dump_xattrs.c">
      <Filter>Source</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="rdsquashfs.h">
      <Filter>Headers</Filter>
    </ClInclude>
  </ItemGroup>
</Project>