From c455f93da51d85c28f0fa4dcda80d42631f0d847 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 1 Nov 2014 18:05:52 -0700 Subject: [PATCH] Add a vcxproj for lz4. --- lz4/lz4.vcxproj | 218 ++++++++++++++++++++++++++++++++++++++++ lz4/lz4.vcxproj.filters | 15 +++ 2 files changed, 233 insertions(+) create mode 100644 lz4/lz4.vcxproj create mode 100644 lz4/lz4.vcxproj.filters diff --git a/lz4/lz4.vcxproj b/lz4/lz4.vcxproj new file mode 100644 index 000000000..2f4945ed1 --- /dev/null +++ b/lz4/lz4.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + {F761046E-6C38-4428-B5F2-38391A37BB34} + Win32Proj + zlib + + + + StaticLibrary + true + Unicode + v120_xp + + + StaticLibrary + true + Unicode + v120_xp + + + StaticLibrary + false + false + Unicode + v120_xp + + + StaticLibrary + false + false + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\$(Platform)\lib\ + $(ProjectName) + + + $(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\$(Platform)\lib\ + $(ProjectName) + + + $(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\$(Platform)\lib\ + $(ProjectName) + + + $(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\$(Platform)\lib\ + $(ProjectName) + + + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;UNICODE;WIN32;_CONSOLE;_LIB;_DEBUG;%(PreprocessorDefinitions) + AnySuitable + true + Speed + StreamingSIMDExtensions2 + Fast + Default + ProgramDatabase + true + false + false + MultiThreadedDebug + + + Windows + true + + + $(OutDir)$(ProjectName)$(TargetExt) + + + + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;UNICODE;WIN32;_CONSOLE;_LIB;_DEBUG;%(PreprocessorDefinitions) + AnySuitable + true + Speed + false + NotSet + Fast + Default + true + false + false + MultiThreadedDebug + + + Windows + true + + + $(OutDir)$(ProjectName)$(TargetExt) + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;UNICODE;WIN32;_CONSOLE;_LIB;NDEBUG;%(PreprocessorDefinitions) + StreamingSIMDExtensions2 + false + Fast + Speed + AnySuitable + true + false + true + true + MultiThreaded + + + Windows + true + true + true + + + $(OutDir)$(ProjectName)$(TargetExt) + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;UNICODE;WIN32;_CONSOLE;_LIB;NDEBUG;%(PreprocessorDefinitions) + false + AnySuitable + Speed + true + NotSet + Fast + true + false + true + MultiThreaded + + + Windows + true + true + true + + + $(OutDir)$(ProjectName)$(TargetExt) + + + + + + \ No newline at end of file diff --git a/lz4/lz4.vcxproj.filters b/lz4/lz4.vcxproj.filters new file mode 100644 index 000000000..d07fb2f83 --- /dev/null +++ b/lz4/lz4.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file