From 175d7e7c530672e11642b66619f4c25b3d1a351b Mon Sep 17 00:00:00 2001 From: narzoul Date: Sat, 20 Nov 2021 13:43:31 +0100 Subject: [PATCH] Upgrade to VS 2022 --- DDrawCompat/DDrawCompat.vcxproj | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DDrawCompat/DDrawCompat.vcxproj b/DDrawCompat/DDrawCompat.vcxproj index 28c49da..8549bb0 100644 --- a/DDrawCompat/DDrawCompat.vcxproj +++ b/DDrawCompat/DDrawCompat.vcxproj @@ -25,21 +25,21 @@ DynamicLibrary true - v142 + v143 NotSet false DynamicLibrary false - v142 + v143 NotSet false DynamicLibrary false - v142 + v143 NotSet false diff --git a/README.md b/README.md index cf32593..ce827aa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Delete DDrawCompat's ddraw.dll file from the game's directory. You can also dele There are currently no configuration options available, but this is expected to change in an upcoming release. ### Development -DDrawCompat is developed in C++ using Microsoft Visual Studio Community 2019. +DDrawCompat is developed in C++ using Microsoft Visual Studio Community 2022. Additional dependencies: - Windows 10 SDK & DDK (see WindowsTargetPlatformVersion in [DDrawCompat.vcxproj](DDrawCompat/DDrawCompat.vcxproj) for the exact version)