From c81b424d967203cc2d68e819dc330439e8880764 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 6 Apr 2020 23:07:51 +0200 Subject: Add msvc projects for utility programs Signed-off-by: David Oberhollenzer --- unpack/rdsquashfs.h | 6 +- unpack/rdsquashfs.vcxproj | 187 ++++++++++++++++++++++++++++++++++++++ unpack/rdsquashfs.vcxproj.filters | 41 +++++++++ 3 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 unpack/rdsquashfs.vcxproj create mode 100644 unpack/rdsquashfs.vcxproj.filters (limited to 'unpack') diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index 17c0a85..bf3e4c6 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -23,9 +23,13 @@ setxattr(path, name, value, size, 0, flags | XATTR_NOFOLLOW) #endif #endif + +#ifdef HAVE_GETOPT_LONG +#include +#endif + #include #include -#include #include #include #include diff --git a/unpack/rdsquashfs.vcxproj b/unpack/rdsquashfs.vcxproj new file mode 100644 index 0000000..1305ce4 --- /dev/null +++ b/unpack/rdsquashfs.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {4D16D3A6-1BC9-456B-A207-C53DF5B92057} + rdsquashfs + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + false + + + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + true + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + $(SolutionDir)\include\win32;$(SolutionDir)\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(TargetDir)\squashfs.lib;$(TargetDir)\libcompat.lib;$(TargetDir)\libcommon.lib;$(TargetDir)\libfstree.lib;$(TargetDir)\libtar.lib;$(TargetDir)\libutil.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + {4af21b3a-e7a0-48e6-951c-ca442410231f} + + + {45dec8f7-f154-4c3e-b616-a21fb3ca8cc2} + + + {4aa93963-2bc8-48fa-80b8-776b1f80bba5} + + + {7f732a8e-22a5-4dc1-b8db-7091d37be502} + + + {73712684-0f79-4ef6-950c-943c0456ff05} + + + {e25396a6-af76-4695-ba23-01d88009b7ec} + + + + + + \ No newline at end of file diff --git a/unpack/rdsquashfs.vcxproj.filters b/unpack/rdsquashfs.vcxproj.filters new file mode 100644 index 0000000..7351d07 --- /dev/null +++ b/unpack/rdsquashfs.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + Source + + + + + Headers + + + \ No newline at end of file -- cgit v1.2.3