From 6dc508539c2df7696d2c89bc422d7fd5d737949f Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Thu, 1 Jun 2017 21:18:48 -0700 Subject: [PATCH 1/5] Moved VS2005 to the contrib directory --- build/VS2005/zstd/zstd.vcproj | 548 ------------------ .../VS2005/fullbench/fullbench.vcproj | 0 .../VS2005/fuzzer/fuzzer.vcproj | 0 {build => contrib}/VS2005/zstd.sln | 0 .../VS2005/zstdlib/zstdlib.vcproj | 0 5 files changed, 548 deletions(-) delete mode 100644 build/VS2005/zstd/zstd.vcproj rename {build => contrib}/VS2005/fullbench/fullbench.vcproj (100%) rename {build => contrib}/VS2005/fuzzer/fuzzer.vcproj (100%) rename {build => contrib}/VS2005/zstd.sln (100%) rename {build => contrib}/VS2005/zstdlib/zstdlib.vcproj (100%) diff --git a/build/VS2005/zstd/zstd.vcproj b/build/VS2005/zstd/zstd.vcproj deleted file mode 100644 index 46cabbf6e..000000000 --- a/build/VS2005/zstd/zstd.vcproj +++ /dev/null @@ -1,548 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/VS2005/fullbench/fullbench.vcproj b/contrib/VS2005/fullbench/fullbench.vcproj similarity index 100% rename from build/VS2005/fullbench/fullbench.vcproj rename to contrib/VS2005/fullbench/fullbench.vcproj diff --git a/build/VS2005/fuzzer/fuzzer.vcproj b/contrib/VS2005/fuzzer/fuzzer.vcproj similarity index 100% rename from build/VS2005/fuzzer/fuzzer.vcproj rename to contrib/VS2005/fuzzer/fuzzer.vcproj diff --git a/build/VS2005/zstd.sln b/contrib/VS2005/zstd.sln similarity index 100% rename from build/VS2005/zstd.sln rename to contrib/VS2005/zstd.sln diff --git a/build/VS2005/zstdlib/zstdlib.vcproj b/contrib/VS2005/zstdlib/zstdlib.vcproj similarity index 100% rename from build/VS2005/zstdlib/zstdlib.vcproj rename to contrib/VS2005/zstdlib/zstdlib.vcproj From 306701a44773a31380b4132ee6f059257613b887 Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Thu, 1 Jun 2017 21:25:39 -0700 Subject: [PATCH 2/5] adding zstd/zstd.vcproj because it was ignored during initial commit --- contrib/VS2005/zstd/zstd.vcproj | 548 ++++++++++++++++++++++++++++++++ 1 file changed, 548 insertions(+) create mode 100644 contrib/VS2005/zstd/zstd.vcproj diff --git a/contrib/VS2005/zstd/zstd.vcproj b/contrib/VS2005/zstd/zstd.vcproj new file mode 100644 index 000000000..46cabbf6e --- /dev/null +++ b/contrib/VS2005/zstd/zstd.vcproj @@ -0,0 +1,548 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 0ff9873324261d564eb2d884b73d7cd1644a7030 Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Fri, 2 Jun 2017 10:11:03 -0700 Subject: [PATCH 3/5] Removed VS2005 from the list of included projects --- build/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/build/README.md b/build/README.md index c4abe9efd..5a9cb1261 100644 --- a/build/README.md +++ b/build/README.md @@ -5,7 +5,6 @@ Projects for various integrated development environments (IDE) The following projects are included with the zstd distribution: - `cmake` - CMake project contributed by Artyom Dymchenko -- `VS2005` - Visual Studio 2005 project - `VS2008` - Visual Studio 2008 project - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015) - `VS_scripts` - command line scripts prepared for Visual Studio compilation without IDE From fa398bbed71811e5e4b4afb7b69fb5ec7964fb94 Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Fri, 2 Jun 2017 10:25:30 -0700 Subject: [PATCH 4/5] added back documentation/notification for VS2005 in build directory --- build/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/build/README.md b/build/README.md index 5a9cb1261..23f92cef1 100644 --- a/build/README.md +++ b/build/README.md @@ -5,6 +5,7 @@ Projects for various integrated development environments (IDE) The following projects are included with the zstd distribution: - `cmake` - CMake project contributed by Artyom Dymchenko +- `VS2005` - Visual Studio 2005 Project (this project has been moved to the contrib directory and will no longer be supported) - `VS2008` - Visual Studio 2008 project - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015) - `VS_scripts` - command line scripts prepared for Visual Studio compilation without IDE From d75c4ddb1be2d36f755e7f079821568471828975 Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Fri, 2 Jun 2017 10:28:56 -0700 Subject: [PATCH 5/5] added a project support notice for VS2005 --- contrib/VS2005/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/VS2005/README.md diff --git a/contrib/VS2005/README.md b/contrib/VS2005/README.md new file mode 100644 index 000000000..ec1ef68a0 --- /dev/null +++ b/contrib/VS2005/README.md @@ -0,0 +1,3 @@ +## Project Support Notice + +The VS2005 Project directory has been moved to the contrib directory in order to indicate that it will no longer be supported.