aboutsummaryrefslogtreecommitdiff
path: root/mkfs/gensquashfs.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/gensquashfs.vcxproj.filters')
-rw-r--r--mkfs/gensquashfs.vcxproj.filters32
1 files changed, 32 insertions, 0 deletions
diff --git a/mkfs/gensquashfs.vcxproj.filters b/mkfs/gensquashfs.vcxproj.filters
new file mode 100644
index 0000000..52637be
--- /dev/null
+++ b/mkfs/gensquashfs.vcxproj.filters
@@ -0,0 +1,32 @@
+<?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="options.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="selinux.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="dirscan.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="mkfs.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="mkfs.h">
+ <Filter>Headers</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file