From 3ce4c6e046ed29ba4c0cb05fb48581edc52c1d3c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 29 Jan 2024 15:24:42 -0800 Subject: [PATCH] fix Visual Studio solutions note: we probably don't want to maintain VS2008 solution anymore. Its successor VS2010 is > 10 years old, which is more or less the limit after which we can stop supporting old compilers. --- build/VS2008/zstd/zstd.vcproj | 4 ++++ build/VS2010/zstd/zstd.vcxproj | 1 + 2 files changed, 5 insertions(+) diff --git a/build/VS2008/zstd/zstd.vcproj b/build/VS2008/zstd/zstd.vcproj index 91f2bda53..de1501d20 100644 --- a/build/VS2008/zstd/zstd.vcproj +++ b/build/VS2008/zstd/zstd.vcproj @@ -356,6 +356,10 @@ RelativePath="..\..\..\programs\dibio.c" > + + diff --git a/build/VS2010/zstd/zstd.vcxproj b/build/VS2010/zstd/zstd.vcxproj index 5e1bced6f..5a5237f0e 100644 --- a/build/VS2010/zstd/zstd.vcxproj +++ b/build/VS2010/zstd/zstd.vcxproj @@ -63,6 +63,7 @@ +