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.vcxproj | 187 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 unpack/rdsquashfs.vcxproj (limited to 'unpack/rdsquashfs.vcxproj') 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 -- cgit v1.2.3