aboutsummaryrefslogtreecommitdiff
path: root/lib/fstree/libfstree.vcxproj.filters
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 01:07:35 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 01:07:57 +0200
commita772248e1a2f0886d8479b2f14392f020ea8c6e0 (patch)
tree2890d5a6ae9c5ff120ae6c42bb044baf9e8f226c /lib/fstree/libfstree.vcxproj.filters
parent5de40ee8216c7a3ddb2bf88570f798c8ac4f40f8 (diff)
Import the remaining utility files into VisualStudio project
- The libcommon print verion function requires the PACKAGE_NAME and PACKAGE_VERSION defines. Those are added manually to the msvc stub of config.h. - Also, libcommon cannot directly include getopt.h - libfstree needs to change the return type for getline Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/fstree/libfstree.vcxproj.filters')
-rw-r--r--lib/fstree/libfstree.vcxproj.filters62
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/fstree/libfstree.vcxproj.filters b/lib/fstree/libfstree.vcxproj.filters
new file mode 100644
index 0000000..5e70b98
--- /dev/null
+++ b/lib/fstree/libfstree.vcxproj.filters
@@ -0,0 +1,62 @@
+<?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="fstree_sort.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="get_by_path.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="get_path.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="hardlink.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="mknode.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="post_process.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="source_date_epoch.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="add_by_path.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="canonicalize_name.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="filename_sane.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="fstree.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ <ClCompile Include="fstree_from_file.c">
+ <Filter>Source</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="internal.h">
+ <Filter>Headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\win32\config.h">
+ <Filter>Headers</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\fstree.h">
+ <Filter>Headers</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file