From ac76997690a39605b2b8fbd63de9cbbbc2af2a73 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 14 Jan 2021 18:03:51 -0500 Subject: Adding missing VisualStudio lz4 project (#1657) * #include an absolute path didn't work - because paths were taken to always be relative. * Added missing lz4 visual studio project. --- build/visual-studio/lz4/lz4.vcxproj | 165 ++++++++++++++++++++++++++++ build/visual-studio/lz4/lz4.vcxproj.filters | 27 +++++ 2 files changed, 192 insertions(+) create mode 100644 build/visual-studio/lz4/lz4.vcxproj create mode 100644 build/visual-studio/lz4/lz4.vcxproj.filters (limited to 'build') diff --git a/build/visual-studio/lz4/lz4.vcxproj b/build/visual-studio/lz4/lz4.vcxproj new file mode 100644 index 000000000..92cfd3407 --- /dev/null +++ b/build/visual-studio/lz4/lz4.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E1EC8075-823E-46E5-BC38-C124CCCDF878} + true + Win32Proj + lz4 + + + + StaticLibrary + true + Unicode + v140 + + + StaticLibrary + true + Unicode + v140 + + + StaticLibrary + false + Unicode + v140 + + + StaticLibrary + false + Unicode + v140 + + + + + + + + + + + + + + + + + + + ..\..\..\bin\windows-x86\debug\ + ..\..\..\intermediate\windows-x86\debug\lz4\ + lz4 + .lib + + + ..\..\..\bin\windows-x64\debug\ + ..\..\..\intermediate\windows-x64\debug\lz4\ + lz4 + .lib + + + ..\..\..\bin\windows-x86\release\ + ..\..\..\intermediate\windows-x86\release\lz4\ + lz4 + .lib + + + ..\..\..\bin\windows-x64\release\ + ..\..\..\intermediate\windows-x64\release\lz4\ + lz4 + .lib + + + + NotUsing + Level3 + _DEBUG;%(PreprocessorDefinitions) + EditAndContinue + Disabled + MultiThreadedDebug + + + Windows + true + + + + + NotUsing + Level3 + _DEBUG;%(PreprocessorDefinitions) + EditAndContinue + Disabled + MultiThreadedDebug + + + Windows + true + + + + + NotUsing + Level3 + NDEBUG;%(PreprocessorDefinitions) + Full + true + true + false + true + MultiThreaded + + + Windows + true + true + + + + + NotUsing + Level3 + NDEBUG;%(PreprocessorDefinitions) + Full + true + true + false + true + MultiThreaded + + + Windows + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/build/visual-studio/lz4/lz4.vcxproj.filters b/build/visual-studio/lz4/lz4.vcxproj.filters new file mode 100644 index 000000000..334f7bd80 --- /dev/null +++ b/build/visual-studio/lz4/lz4.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {21EB8090-0D4E-1035-B6D3-48EBA215DCB7} + + + {2839F3DC-1406-4EE8-3D1F-3C90294B8376} + + + {512ED728-3D91-66CD-E616-9F83D2583250} + + + {F78D9302-E386-B254-0CB9-97D9F8109260} + + + + + Header Files + + + + + external\lz4\lib + + + \ No newline at end of file -- cgit v1.2.3