diff --git a/.gitignore b/.gitignore index b4ab85a1..26f89079 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ Src/ZipFile/Debug Src/ZipFile/Release Src/ZipFile/x64/Debug Src/ZipFile/x64/Release +Src/BeebEm/x64/Debug +Src/BeebEm/x64/Release diff --git a/Src/BeebEm.vcxproj b/Src/BeebEm.vcxproj index 96894e5c..d710d13f 100644 --- a/Src/BeebEm.vcxproj +++ b/Src/BeebEm.vcxproj @@ -22,7 +22,7 @@ {DFAD47ED-5BDD-4ED8-B868-E03ACC223303} Win32Proj BeebEm - 8.1 + 10.0 @@ -41,13 +41,13 @@ Application true - v140_xp + v143 MultiByte Application false - v140_xp + v143 true MultiByte diff --git a/Src/BeebWinSpeech.cpp b/Src/BeebWinSpeech.cpp index 127a9474..7ed7cdb1 100644 --- a/Src/BeebWinSpeech.cpp +++ b/Src/BeebWinSpeech.cpp @@ -23,7 +23,11 @@ Boston, MA 02110-1301, USA. #include #define STRSAFE_NO_DEPRECATE +#pragma warning(disable:4996) +// sphelper.h hasn't been keeping up with SDK 8.1 -> SDK 10 +// https://stackoverflow.com/questions/22303824/warning-c4996-getversionexw-was-declared-deprecated #include +#pragma warning(default: 4996) #include #include diff --git a/Src/Hardware/Acorn1770/Acorn1770.vcxproj b/Src/Hardware/Acorn1770/Acorn1770.vcxproj index 72c44697..7e60bb2b 100644 --- a/Src/Hardware/Acorn1770/Acorn1770.vcxproj +++ b/Src/Hardware/Acorn1770/Acorn1770.vcxproj @@ -22,7 +22,7 @@ {E33A4367-F853-4725-A5F8-4886B7B2BAB8} Win32Proj Acorn1770 - 8.1 + 10.0 @@ -41,13 +41,13 @@ DynamicLibrary true - v140_xp + v143 Unicode DynamicLibrary false - v140_xp + v143 true Unicode diff --git a/Src/Hardware/OpusDDOS/OpusDDOS.vcxproj b/Src/Hardware/OpusDDOS/OpusDDOS.vcxproj index 2c56867e..39c541d2 100644 --- a/Src/Hardware/OpusDDOS/OpusDDOS.vcxproj +++ b/Src/Hardware/OpusDDOS/OpusDDOS.vcxproj @@ -22,7 +22,7 @@ {B9D30FFD-4215-4BF2-9226-487A86BE2637} Win32Proj OpusDDOS - 8.1 + 10.0 @@ -41,13 +41,13 @@ DynamicLibrary true - v140_xp + v143 Unicode DynamicLibrary false - v140_xp + v143 true Unicode diff --git a/Src/Hardware/Watford/Watford.vcxproj b/Src/Hardware/Watford/Watford.vcxproj index c0de679e..438540b3 100644 --- a/Src/Hardware/Watford/Watford.vcxproj +++ b/Src/Hardware/Watford/Watford.vcxproj @@ -22,7 +22,7 @@ {5DAB9939-5B75-495E-BF2A-9092356CA552} Win32Proj Watford - 8.1 + 10.0 @@ -41,13 +41,13 @@ DynamicLibrary true - v140_xp + v143 Unicode DynamicLibrary false - v140_xp + v143 true Unicode diff --git a/Src/ZipFile/ZipFile.vcxproj b/Src/ZipFile/ZipFile.vcxproj index c035963c..8ca05cf9 100644 --- a/Src/ZipFile/ZipFile.vcxproj +++ b/Src/ZipFile/ZipFile.vcxproj @@ -48,7 +48,7 @@ Application false - v142 + v143 true Unicode