You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(10) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
(10) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2008 |
Jan
(6) |
Feb
(4) |
Mar
(5) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(4) |
Aug
(6) |
Sep
(2) |
Oct
(9) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(18) |
Jul
(33) |
Aug
(39) |
Sep
(33) |
Oct
(24) |
Nov
(23) |
Dec
(22) |
2010 |
Jan
(29) |
Feb
(32) |
Mar
(51) |
Apr
(17) |
May
(31) |
Jun
(21) |
Jul
(32) |
Aug
(28) |
Sep
(35) |
Oct
(27) |
Nov
(11) |
Dec
(13) |
2011 |
Jan
(14) |
Feb
(13) |
Mar
(27) |
Apr
(27) |
May
(28) |
Jun
(20) |
Jul
(43) |
Aug
(52) |
Sep
(66) |
Oct
(61) |
Nov
(11) |
Dec
(8) |
2012 |
Jan
(20) |
Feb
(30) |
Mar
(38) |
Apr
(21) |
May
(33) |
Jun
(21) |
Jul
(25) |
Aug
(9) |
Sep
(24) |
Oct
(42) |
Nov
(27) |
Dec
(41) |
2013 |
Jan
(20) |
Feb
(35) |
Mar
(156) |
Apr
(298) |
May
(258) |
Jun
(201) |
Jul
(105) |
Aug
(60) |
Sep
(193) |
Oct
(245) |
Nov
(280) |
Dec
(194) |
2014 |
Jan
(63) |
Feb
(202) |
Mar
(200) |
Apr
(23) |
May
(53) |
Jun
(105) |
Jul
(18) |
Aug
(26) |
Sep
(110) |
Oct
(187) |
Nov
(97) |
Dec
(74) |
2015 |
Jan
(45) |
Feb
(55) |
Mar
(116) |
Apr
(116) |
May
(193) |
Jun
(164) |
Jul
(50) |
Aug
(111) |
Sep
(98) |
Oct
(71) |
Nov
(103) |
Dec
(63) |
2016 |
Jan
(33) |
Feb
(101) |
Mar
(182) |
Apr
(139) |
May
(140) |
Jun
(103) |
Jul
(165) |
Aug
(286) |
Sep
(208) |
Oct
(127) |
Nov
(97) |
Dec
(54) |
2017 |
Jan
(64) |
Feb
(335) |
Mar
(202) |
Apr
(212) |
May
(139) |
Jun
(127) |
Jul
(294) |
Aug
(154) |
Sep
(170) |
Oct
(152) |
Nov
(156) |
Dec
(62) |
2018 |
Jan
(168) |
Feb
(237) |
Mar
(196) |
Apr
(174) |
May
(174) |
Jun
(161) |
Jul
(127) |
Aug
(88) |
Sep
(149) |
Oct
(66) |
Nov
(52) |
Dec
(135) |
2019 |
Jan
(146) |
Feb
(126) |
Mar
(104) |
Apr
(58) |
May
(60) |
Jun
(28) |
Jul
(197) |
Aug
(129) |
Sep
(141) |
Oct
(148) |
Nov
(63) |
Dec
(100) |
2020 |
Jan
(74) |
Feb
(37) |
Mar
(59) |
Apr
(154) |
May
(194) |
Jun
(133) |
Jul
(313) |
Aug
(197) |
Sep
(49) |
Oct
(162) |
Nov
(143) |
Dec
(57) |
2021 |
Jan
(120) |
Feb
(107) |
Mar
(314) |
Apr
(157) |
May
(524) |
Jun
(169) |
Jul
(72) |
Aug
(133) |
Sep
(135) |
Oct
(146) |
Nov
(198) |
Dec
(325) |
2022 |
Jan
(409) |
Feb
(249) |
Mar
(138) |
Apr
(95) |
May
(102) |
Jun
(221) |
Jul
(66) |
Aug
(120) |
Sep
(192) |
Oct
(131) |
Nov
(53) |
Dec
(171) |
2023 |
Jan
(357) |
Feb
(82) |
Mar
(168) |
Apr
(218) |
May
(196) |
Jun
(86) |
Jul
(115) |
Aug
(49) |
Sep
(190) |
Oct
(102) |
Nov
(45) |
Dec
(76) |
2024 |
Jan
(86) |
Feb
(50) |
Mar
(324) |
Apr
(209) |
May
(197) |
Jun
(232) |
Jul
(194) |
Aug
(247) |
Sep
(219) |
Oct
(266) |
Nov
(328) |
Dec
(304) |
2025 |
Jan
(191) |
Feb
(115) |
Mar
(137) |
Apr
(32) |
May
(126) |
Jun
(403) |
Jul
(213) |
Aug
(167) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <sv...@op...> - 2024-07-31 11:23:43
|
Author: manx Date: Wed Jul 31 13:23:31 2024 New Revision: 21314 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21314 Log: [Fix] build: Autotools: Support macOS tar. Modified: trunk/OpenMPT/build/autotools/autoconfiscate.sh Modified: trunk/OpenMPT/build/autotools/autoconfiscate.sh ============================================================================== --- trunk/OpenMPT/build/autotools/autoconfiscate.sh Wed Jul 31 11:54:14 2024 (r21313) +++ trunk/OpenMPT/build/autotools/autoconfiscate.sh Wed Jul 31 13:23:31 2024 (r21314) @@ -11,17 +11,25 @@ echo "Detecting OS ..." UNAME_S="$(uname -s)" -if [[ $UNAME_S == *"BSD"* ]]; then - if [[ $UNAME_S == "OpenBSD" ]]; then + +case $UNAME_S in + Darwin) + TAR_FLAVOUR=mac + MAKE=make + ;; + OpenBSD) TAR_FLAVOUR=bsd - else + MAKE=gmake + ;; + *BSD*) TAR_FLAVOUR=libarchive - fi - MAKE=gmake -else - TAR_FLAVOUR=gnu - MAKE=make -fi + MAKE=gmake + ;; + *) + TAR_FLAVOUR=gnu + MAKE=make + ;; +esac echo "Gathering version ..." . libopenmpt/libopenmpt_version.mk @@ -276,11 +284,14 @@ cp *.tar.gz libopenmpt/src.autotools/$MPT_LIBOPENMPT_VERSION/ case $TAR_FLAVOUR in + mac) + tar -cv -f ../dist-autotools.tar libopenmpt + ;; bsd) tar -cv -N -f ../dist-autotools.tar libopenmpt ;; libarchive) - tar -cv --numeric-owner --uname "" --gname "" --uid 0 --gid 0 -f ../dist-autotools.tar libopenmpt + tar -cv --numeric-owner --uname "" --gname "" --uid 0 --gid 0 -f ../dist-autotools.tar libopenmpt ;; gnu) tar -cv --numeric-owner --owner=0 --group=0 -f ../dist-autotools.tar libopenmpt |
From: <sv...@op...> - 2024-07-31 09:54:26
|
Author: manx Date: Wed Jul 31 11:54:14 2024 New Revision: 21313 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21313 Log: [Fix] build: CI: GitHub: macOS: Install libtool. Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Wed Jul 31 11:53:05 2024 (r21312) +++ trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Wed Jul 31 11:54:14 2024 (r21313) @@ -33,7 +33,7 @@ if: ${{ matrix.host == 'macos-12' || matrix.host == 'macos-13' }} run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 - name: install dependencies - run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake mpg123 libogg libvorbis portaudio flac libsndfile sdl2 + run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake libtool mpg123 libogg libvorbis portaudio flac libsndfile sdl2 - name: selecting Xcode version run: sudo xcode-select --switch /Applications/Xcode_${{matrix.compiler}}.app - name: setup parallel make Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Wed Jul 31 11:53:05 2024 (r21312) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Wed Jul 31 11:54:14 2024 (r21313) @@ -73,7 +73,7 @@ if: ${{ matrix.host == 'macos-12' || matrix.host == 'macos-13' }} run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 - name: install dependencies - run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake mpg123 libogg libvorbis portaudio flac libsndfile sdl2 + run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake libtool mpg123 libogg libvorbis portaudio flac libsndfile sdl2 - name: selecting Xcode version run: sudo xcode-select --switch /Applications/Xcode_${{matrix.compiler}}.app - name: setup parallel make |
From: <sv...@op...> - 2024-07-31 09:53:18
|
Author: manx Date: Wed Jul 31 11:53:05 2024 New Revision: 21312 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21312 Log: [Fix] build: CI: GitHub: macOS: Install Autoconf and Automake. Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Wed Jul 31 10:52:21 2024 (r21311) +++ trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Wed Jul 31 11:53:05 2024 (r21312) @@ -33,7 +33,7 @@ if: ${{ matrix.host == 'macos-12' || matrix.host == 'macos-13' }} run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 - name: install dependencies - run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2 + run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake mpg123 libogg libvorbis portaudio flac libsndfile sdl2 - name: selecting Xcode version run: sudo xcode-select --switch /Applications/Xcode_${{matrix.compiler}}.app - name: setup parallel make Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Wed Jul 31 10:52:21 2024 (r21311) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Wed Jul 31 11:53:05 2024 (r21312) @@ -73,7 +73,7 @@ if: ${{ matrix.host == 'macos-12' || matrix.host == 'macos-13' }} run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 - name: install dependencies - run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2 + run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf autoconf-archive automake mpg123 libogg libvorbis portaudio flac libsndfile sdl2 - name: selecting Xcode version run: sudo xcode-select --switch /Applications/Xcode_${{matrix.compiler}}.app - name: setup parallel make |
From: <sv...@op...> - 2024-07-31 08:52:33
|
Author: manx Date: Wed Jul 31 10:52:21 2024 New Revision: 21311 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21311 Log: [New] build: CI: GitHub: macOS: Add Autotools builder. Added: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Added: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Wed Jul 31 10:52:21 2024 (r21311) @@ -0,0 +1,42 @@ +name: macOS Autotools + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + strategy: + fail-fast: false + matrix: + include: + - { host: macos-14, compiler: '16.0' } + - { host: macos-14, compiler: '15.4' } + - { host: macos-14, compiler: '15.3' } + - { host: macos-13, compiler: '15.2' } + - { host: macos-12, compiler: '14.2' } + concurrency: + group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-autotools + cancel-in-progress: true + runs-on: ${{matrix.host}} + steps: + - uses: actions/checkout@v4 + - name: fixup GitHub Homebrew xcbeautify breakage + if: ${{ matrix.host == 'macos-12' }} + run: brew pin xcbeautify + - name: fixup GitHub Homebrew node breakage + if: ${{ matrix.host == 'macos-12' }} + run: brew unlink node@18 && brew unlink node && brew link --overwrite node + - name: fixup GitHub Homebrew python breakage + if: ${{ matrix.host == 'macos-12' || matrix.host == 'macos-13' }} + run: brew unlink python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 + - name: install dependencies + run: brew update && brew upgrade && brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2 + - name: selecting Xcode version + run: sudo xcode-select --switch /Applications/Xcode_${{matrix.compiler}}.app + - name: setup parallel make + run: echo "MAKEFLAGS=-j$(sysctl -n hw.ncpu)" >> $GITHUB_ENV + - name: build + run: ./build/autotools/autoconfiscate.sh |
From: <sv...@op...> - 2024-07-31 08:31:38
|
Author: manx Date: Wed Jul 31 10:31:30 2024 New Revision: 21310 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21310 Log: [Var] Update .gitignore. Modified: trunk/OpenMPT/.gitignore Modified: trunk/OpenMPT/.gitignore ============================================================================== --- trunk/OpenMPT/.gitignore Tue Jul 30 07:28:13 2024 (r21309) +++ trunk/OpenMPT/.gitignore Wed Jul 31 10:31:30 2024 (r21310) @@ -51,6 +51,8 @@ /build/vs2019win10uwp/ext/Generated Files /build/vs2019win7/*.user /build/vs2019win7/.vs +/build/vs2019win8/*.user +/build/vs2019win8/.vs /build/vs2019win81/*.user /build/vs2019win81/.vs /build/vs2022win10/*.user @@ -67,6 +69,8 @@ /build/vs2022win7/*.user /build/vs2022win7/.vs /build/vs2022win7/ext/*.user +/build/vs2022win8/*.user +/build/vs2022win8/.vs /build/vs2022win81/*.user /build/vs2022win81/.vs /build/vs2022win81/ext/*.user |
From: <sv...@op...> - 2024-07-30 05:28:25
|
Author: manx Date: Tue Jul 30 07:28:13 2024 New Revision: 21309 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21309 Log: [Fix] build: libopenmpt: Create arm-legacy directories. Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd ============================================================================== --- trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Mon Jul 29 22:59:40 2024 (r21308) +++ trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Tue Jul 30 07:28:13 2024 (r21309) @@ -38,7 +38,7 @@ mkdir openmpt123\amd64 mkdir openmpt123\x86-legacy mkdir openmpt123\amd64-legacy -mkdir openmpt123\arm +mkdir openmpt123\arm-legacy mkdir openmpt123\arm64 mkdir XMPlay mkdir Winamp @@ -154,15 +154,15 @@ mkdir lib mkdir lib\x86 mkdir lib\amd64 -mkdir lib\arm mkdir lib\arm64 +mkdir lib\arm-legacy mkdir lib\x86-legacy mkdir lib\amd64-legacy mkdir bin mkdir bin\x86 mkdir bin\amd64 -mkdir bin\arm mkdir bin\arm64 +mkdir bin\arm-legacy mkdir bin\x86-legacy mkdir bin\amd64-legacy copy /y ..\..\LICENSE .\LICENSE.txt || goto error |
From: <sv...@op...> - 2024-07-29 20:59:48
|
Author: manx Date: Mon Jul 29 22:59:40 2024 New Revision: 21308 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21308 Log: [Fix] build: Add win8 to build/auto/setup_arguments.cmd. Modified: trunk/OpenMPT/build/auto/setup_arguments.cmd Modified: trunk/OpenMPT/build/auto/setup_arguments.cmd ============================================================================== --- trunk/OpenMPT/build/auto/setup_arguments.cmd Mon Jul 29 21:40:42 2024 (r21307) +++ trunk/OpenMPT/build/auto/setup_arguments.cmd Mon Jul 29 22:59:40 2024 (r21308) @@ -28,6 +28,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_VS_WITHTARGET=%MPT_VS_VER%winxp if "%MPT_VS_TARGET%" == "vista" set MPT_VS_WITHTARGET=%MPT_VS_VER%winvista if "%MPT_VS_TARGET%" == "win7" set MPT_VS_WITHTARGET=%MPT_VS_VER%win7 +if "%MPT_VS_TARGET%" == "win8" set MPT_VS_WITHTARGET=%MPT_VS_VER%win8 if "%MPT_VS_TARGET%" == "win81" set MPT_VS_WITHTARGET=%MPT_VS_VER%win81 if "%MPT_VS_TARGET%" == "win10" set MPT_VS_WITHTARGET=%MPT_VS_VER%win10 if "%MPT_VS_TARGET%" == "default" set MPT_VS_WITHTARGET=%MPT_VS_VER%win10 @@ -39,6 +40,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET=win7 + if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 @@ -49,6 +51,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET=win7 + if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 @@ -59,6 +62,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET=win7 + if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 @@ -69,6 +73,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET=win7 + if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET=win10 @@ -79,6 +84,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET32=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET32=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET32=win7 +if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET32=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET32=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET32=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET32=win10 @@ -88,6 +94,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_BIN_TARGET64=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_BIN_TARGET64=vista if "%MPT_VS_TARGET%" == "win7" set MPT_BIN_TARGET64=win7 +if "%MPT_VS_TARGET%" == "win8" set MPT_BIN_TARGET64=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_BIN_TARGET64=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_BIN_TARGET64=win10 if "%MPT_VS_TARGET%" == "default" set MPT_BIN_TARGET64=win10 @@ -119,6 +126,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_DIST_VARIANT_OS=winxp if "%MPT_VS_TARGET%" == "vista" set MPT_DIST_VARIANT_OS=winvista if "%MPT_VS_TARGET%" == "win7" set MPT_DIST_VARIANT_OS=win7 +if "%MPT_VS_TARGET%" == "win8" set MPT_DIST_VARIANT_OS=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_DIST_VARIANT_OS=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_DIST_VARIANT_OS=win10 if "%MPT_VS_TARGET%" == "default" set MPT_DIST_VARIANT_OS=win10 @@ -131,6 +139,7 @@ if "%MPT_VS_TARGET%" == "winxp" set MPT_DIST_VARIANT_PREFIX=retro-winxp if "%MPT_VS_TARGET%" == "vista" set MPT_DIST_VARIANT_PREFIX=retro-winvista if "%MPT_VS_TARGET%" == "win7" set MPT_DIST_VARIANT_PREFIX=win7 +if "%MPT_VS_TARGET%" == "win8" set MPT_DIST_VARIANT_PREFIX=win8 if "%MPT_VS_TARGET%" == "win81" set MPT_DIST_VARIANT_PREFIX=win81 if "%MPT_VS_TARGET%" == "win10" set MPT_DIST_VARIANT_PREFIX=win10 if "%MPT_VS_TARGET%" == "default" set MPT_DIST_VARIANT_PREFIX= |
From: <sv...@op...> - 2024-07-29 19:40:49
|
Author: manx Date: Mon Jul 29 21:40:42 2024 New Revision: 21307 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21307 Log: [Mod] build: libopenmpt: Use Windows 8 builds for arm32, and rename directory to arm-legacy. Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd ============================================================================== --- trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Mon Jul 29 20:25:47 2024 (r21306) +++ trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Mon Jul 29 21:40:42 2024 (r21307) @@ -89,8 +89,8 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\amd64\openmpt-mpg123.dll .\openmpt123\amd64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt123.exe .\openmpt123\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt-mpg123.dll .\openmpt123\arm64\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm-legacy\openmpt123.exe .\openmpt123\arm-legacy\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm-legacy\openmpt-mpg123.dll .\openmpt123\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm\openmpt123.exe .\openmpt123\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm\openmpt-mpg123.dll .\openmpt123\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt123.exe .\openmpt123\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt-mpg123.dll .\openmpt123\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\amd64\openmpt123.exe .\openmpt123\amd64-legacy\ || goto error |
From: <sv...@op...> - 2024-07-29 18:25:54
|
Author: manx Date: Mon Jul 29 20:25:47 2024 New Revision: 21306 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21306 Log: [Doc] libopenmpt: Update changelog. Modified: trunk/OpenMPT/doc/libopenmpt/changelog.md Modified: trunk/OpenMPT/doc/libopenmpt/changelog.md ============================================================================== --- trunk/OpenMPT/doc/libopenmpt/changelog.md Mon Jul 29 20:22:08 2024 (r21305) +++ trunk/OpenMPT/doc/libopenmpt/changelog.md Mon Jul 29 20:25:47 2024 (r21306) @@ -13,6 +13,7 @@ DXE (use `ENABLE_DXE=0` to disable). * [**New**] New `Makefile` `CONFIG=mingw-w64` option `WINDOWS_CRT=[crtdll,msvcrt,ucrt]` to select the toolchain CRT library. + * [**New**] 32bit ARM builds now support Windows 8 (Windows RT) again. * [**Change**] DOS builds now use zlib, libmpg123, libogg, and libvorbis instead of miniz, minimp3, and stb_vorbis by default. |
From: <sv...@op...> - 2024-07-29 18:22:20
|
Author: manx Date: Mon Jul 29 20:22:08 2024 New Revision: 21305 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21305 Log: [Mod] libopenmpt: Bump prerel version. Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.h trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.h ============================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_version.h Mon Jul 29 20:21:18 2024 (r21304) +++ trunk/OpenMPT/libopenmpt/libopenmpt_version.h Mon Jul 29 20:22:08 2024 (r21305) @@ -23,7 +23,7 @@ /*! \brief libopenmpt patch version number */ #define OPENMPT_API_VERSION_PATCH 0 /*! \brief libopenmpt pre-release tag */ -#define OPENMPT_API_VERSION_PREREL "-pre.6" +#define OPENMPT_API_VERSION_PREREL "-pre.7" /*! \brief libopenmpt pre-release flag */ #define OPENMPT_API_VERSION_IS_PREREL 1 Modified: trunk/OpenMPT/libopenmpt/libopenmpt_version.mk ============================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Mon Jul 29 20:21:18 2024 (r21304) +++ trunk/OpenMPT/libopenmpt/libopenmpt_version.mk Mon Jul 29 20:22:08 2024 (r21305) @@ -1,7 +1,7 @@ LIBOPENMPT_VERSION_MAJOR=0 LIBOPENMPT_VERSION_MINOR=8 LIBOPENMPT_VERSION_PATCH=0 -LIBOPENMPT_VERSION_PREREL=-pre.6 +LIBOPENMPT_VERSION_PREREL=-pre.7 LIBOPENMPT_LTVER_CURRENT=5 LIBOPENMPT_LTVER_REVISION=0 |
From: <sv...@op...> - 2024-07-29 18:21:30
|
Author: manx Date: Mon Jul 29 20:21:18 2024 New Revision: 21304 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21304 Log: [Mod] build: libopenmpt: Use Windows 8 builds for arm32, and rename directory to arm-legacy. Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Modified: trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd ============================================================================== --- trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Mon Jul 29 20:12:08 2024 (r21303) +++ trunk/OpenMPT/build/auto/package_libopenmpt_multi_args.cmd Mon Jul 29 20:21:18 2024 (r21304) @@ -87,10 +87,10 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\x86\openmpt-mpg123.dll .\openmpt123\x86\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\amd64\openmpt123.exe .\openmpt123\amd64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\amd64\openmpt-mpg123.dll .\openmpt123\amd64\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm\openmpt123.exe .\openmpt123\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm\openmpt-mpg123.dll .\openmpt123\arm\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt123.exe .\openmpt123\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-static\arm64\openmpt-mpg123.dll .\openmpt123\arm64\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm-legacy\openmpt123.exe .\openmpt123\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-static\arm-legacy\openmpt-mpg123.dll .\openmpt123\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt123.exe .\openmpt123\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt-mpg123.dll .\openmpt123\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\amd64\openmpt123.exe .\openmpt123\amd64-legacy\ || goto error @@ -111,10 +111,10 @@ openmpt123\x86\openmpt-mpg123.dll ^ openmpt123\amd64\openmpt123.exe ^ openmpt123\amd64\openmpt-mpg123.dll ^ - openmpt123\arm\openmpt123.exe ^ - openmpt123\arm\openmpt-mpg123.dll ^ openmpt123\arm64\openmpt123.exe ^ openmpt123\arm64\openmpt-mpg123.dll ^ + openmpt123\arm-legacy\openmpt123.exe ^ + openmpt123\arm-legacy\openmpt-mpg123.dll ^ openmpt123\x86-legacy\openmpt123.exe ^ openmpt123\x86-legacy\openmpt-mpg123.dll ^ openmpt123\amd64-legacy\openmpt123.exe ^ @@ -224,18 +224,18 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\amd64\openmpt-ogg.dll bin\amd64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\amd64\openmpt-vorbis.dll bin\amd64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\amd64\openmpt-zlib.dll bin\amd64\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\libopenmpt.lib lib\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\libopenmpt.dll bin\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\openmpt-mpg123.dll bin\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\openmpt-ogg.dll bin\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\openmpt-vorbis.dll bin\arm\ || goto error -copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm\openmpt-zlib.dll bin\arm\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\libopenmpt.lib lib\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\libopenmpt.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-mpg123.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-ogg.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-vorbis.dll bin\arm64\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win10-shared\arm64\openmpt-zlib.dll bin\arm64\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\libopenmpt.lib lib\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\libopenmpt.dll bin\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\openmpt-mpg123.dll bin\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\openmpt-ogg.dll bin\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\openmpt-vorbis.dll bin\arm-legacy\ || goto error +copy /y ..\..\bin\release\%MPT_VS_VER%-win8-shared\arm\openmpt-zlib.dll bin\arm-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\x86\libopenmpt.lib lib\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\x86\libopenmpt.dll bin\x86-legacy\ || goto error copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\x86\openmpt-mpg123.dll bin\x86-legacy\ || goto error @@ -267,8 +267,8 @@ inc\libopenmpt\libopenmpt_stream_callbacks_file_posix_lfs64.h ^ lib\x86\libopenmpt.lib ^ lib\amd64\libopenmpt.lib ^ - lib\arm\libopenmpt.lib ^ lib\arm64\libopenmpt.lib ^ + lib\arm-legacy\libopenmpt.lib ^ lib\x86-legacy\libopenmpt.lib ^ lib\amd64-legacy\libopenmpt.lib ^ bin\x86\libopenmpt.dll ^ @@ -281,16 +281,16 @@ bin\amd64\openmpt-ogg.dll ^ bin\amd64\openmpt-vorbis.dll ^ bin\amd64\openmpt-zlib.dll ^ - bin\arm\libopenmpt.dll ^ - bin\arm\openmpt-mpg123.dll ^ - bin\arm\openmpt-ogg.dll ^ - bin\arm\openmpt-vorbis.dll ^ - bin\arm\openmpt-zlib.dll ^ bin\arm64\libopenmpt.dll ^ bin\arm64\openmpt-mpg123.dll ^ bin\arm64\openmpt-ogg.dll ^ bin\arm64\openmpt-vorbis.dll ^ bin\arm64\openmpt-zlib.dll ^ + bin\arm-legacy\libopenmpt.dll ^ + bin\arm-legacy\openmpt-mpg123.dll ^ + bin\arm-legacy\openmpt-ogg.dll ^ + bin\arm-legacy\openmpt-vorbis.dll ^ + bin\arm-legacy\openmpt-zlib.dll ^ bin\x86-legacy\libopenmpt.dll ^ bin\x86-legacy\openmpt-mpg123.dll ^ bin\x86-legacy\openmpt-ogg.dll ^ |
From: <sv...@op...> - 2024-07-29 14:02:27
|
Author: sagamusix Date: Mon Jul 29 16:02:12 2024 New Revision: 21302 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21302 Log: Merged revision(s) 21301 from trunk/OpenMPT: [Imp] Mod Conversion: Enable sustain loop on last point when converting a volume envelope from XM that has no loops set (https://bugs.openmpt.org/view.php?id=1805). ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/soundlib/ModInstrument.cpp branches/OpenMPT-1.31/soundlib/ModInstrument.h Modified: branches/OpenMPT-1.31/soundlib/ModInstrument.cpp ============================================================================== --- branches/OpenMPT-1.31/soundlib/ModInstrument.cpp Mon Jul 29 16:00:25 2024 (r21301) +++ branches/OpenMPT-1.31/soundlib/ModInstrument.cpp Mon Jul 29 16:02:12 2024 (r21302) @@ -41,6 +41,12 @@ // So we have to disable the sustain loop if it was behind the normal loop. dwFlags.reset(ENV_SUSTAIN); } + if(!dwFlags.test_all(ENV_LOOP | ENV_SUSTAIN)) + { + // XM has no automatic fade-out behaviour at the end of the envelope. + dwFlags.set(ENV_SUSTAIN); + nSustainStart = nSustainEnd = LastPoint(); + } // XM -> IT / MPTM: Shorten loop by one tick by inserting bogus point if(nLoopEnd > nLoopStart && dwFlags[ENV_LOOP] && nLoopEnd < size()) @@ -73,11 +79,11 @@ if(empty()) return 0; - uint32 pt = size() - 1u; + uint32 pt = LastPoint(); const int32 ENV_PRECISION = 1 << 16; // Checking where current 'tick' is relative to the envelope points. - for(uint32 i = 0; i < size() - 1u; i++) + for(uint32 i = 0; i < LastPoint(); i++) { if (position <= at(i).tick) { @@ -129,12 +135,12 @@ it->tick = std::max(it->tick, (it - 1)->tick); LimitMax(it->value, maxValue); } - LimitMax(nLoopEnd, static_cast<decltype(nLoopEnd)>(size() - 1)); + LimitMax(nLoopEnd, LastPoint()); LimitMax(nLoopStart, nLoopEnd); - LimitMax(nSustainEnd, static_cast<decltype(nSustainEnd)>(size() - 1)); + LimitMax(nSustainEnd, LastPoint()); LimitMax(nSustainStart, nSustainEnd); if(nReleaseNode != ENV_RELEASE_NODE_UNSET) - LimitMax(nReleaseNode, static_cast<decltype(nReleaseNode)>(size() - 1)); + LimitMax(nReleaseNode, LastPoint()); } else { nLoopStart = 0; Modified: branches/OpenMPT-1.31/soundlib/ModInstrument.h ============================================================================== --- branches/OpenMPT-1.31/soundlib/ModInstrument.h Mon Jul 29 16:00:25 2024 (r21301) +++ branches/OpenMPT-1.31/soundlib/ModInstrument.h Mon Jul 29 16:02:12 2024 (r21302) @@ -61,6 +61,8 @@ uint32 size() const { return static_cast<uint32>(std::vector<EnvelopeNode>::size()); } + uint8 LastPoint() const { return static_cast<uint8>(std::max(size(), uint32(1)) - 1); } + using std::vector<EnvelopeNode>::push_back; void push_back(EnvelopeNode::tick_t tick, EnvelopeNode::value_t value) { emplace_back(tick, value); } }; |
From: <sv...@op...> - 2024-07-29 14:00:40
|
Author: sagamusix Date: Mon Jul 29 16:00:25 2024 New Revision: 21301 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21301 Log: [Imp] Mod Conversion: Enable sustain loop on last point when converting a volume envelope from XM that has no loops set (https://bugs.openmpt.org/view.php?id=1805). Modified: trunk/OpenMPT/soundlib/ModInstrument.cpp trunk/OpenMPT/soundlib/ModInstrument.h Modified: trunk/OpenMPT/soundlib/ModInstrument.cpp ============================================================================== --- trunk/OpenMPT/soundlib/ModInstrument.cpp Sun Jul 28 15:44:18 2024 (r21300) +++ trunk/OpenMPT/soundlib/ModInstrument.cpp Mon Jul 29 16:00:25 2024 (r21301) @@ -41,6 +41,12 @@ // So we have to disable the sustain loop if it was behind the normal loop. dwFlags.reset(ENV_SUSTAIN); } + if(!dwFlags.test_all(ENV_LOOP | ENV_SUSTAIN)) + { + // XM has no automatic fade-out behaviour at the end of the envelope. + dwFlags.set(ENV_SUSTAIN); + nSustainStart = nSustainEnd = LastPoint(); + } // XM -> IT / MPTM: Shorten loop by one tick by inserting bogus point if(nLoopEnd > nLoopStart && dwFlags[ENV_LOOP] && nLoopEnd < size()) @@ -73,11 +79,11 @@ if(empty()) return 0; - uint32 pt = size() - 1u; + uint32 pt = LastPoint(); const int32 ENV_PRECISION = 1 << 16; // Checking where current 'tick' is relative to the envelope points. - for(uint32 i = 0; i < size() - 1u; i++) + for(uint32 i = 0; i < LastPoint(); i++) { if (position <= at(i).tick) { @@ -129,12 +135,12 @@ it->tick = std::max(it->tick, (it - 1)->tick); LimitMax(it->value, maxValue); } - LimitMax(nLoopEnd, static_cast<decltype(nLoopEnd)>(size() - 1)); + LimitMax(nLoopEnd, LastPoint()); LimitMax(nLoopStart, nLoopEnd); - LimitMax(nSustainEnd, static_cast<decltype(nSustainEnd)>(size() - 1)); + LimitMax(nSustainEnd, LastPoint()); LimitMax(nSustainStart, nSustainEnd); if(nReleaseNode != ENV_RELEASE_NODE_UNSET) - LimitMax(nReleaseNode, static_cast<decltype(nReleaseNode)>(size() - 1)); + LimitMax(nReleaseNode, LastPoint()); } else { nLoopStart = 0; Modified: trunk/OpenMPT/soundlib/ModInstrument.h ============================================================================== --- trunk/OpenMPT/soundlib/ModInstrument.h Sun Jul 28 15:44:18 2024 (r21300) +++ trunk/OpenMPT/soundlib/ModInstrument.h Mon Jul 29 16:00:25 2024 (r21301) @@ -63,6 +63,8 @@ uint32 size() const { return static_cast<uint32>(std::vector<EnvelopeNode>::size()); } + uint8 LastPoint() const { return static_cast<uint8>(std::max(size(), uint32(1)) - 1); } + using std::vector<EnvelopeNode>::push_back; void push_back(EnvelopeNode::tick_t tick, EnvelopeNode::value_t value) { emplace_back(tick, value); } }; |
From: <sv...@op...> - 2024-07-28 13:44:33
|
Author: manx Date: Sun Jul 28 15:44:18 2024 New Revision: 21300 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21300 Log: [Var] Regenerate project files. Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj trunk/OpenMPT/build/vs2022win10/ext/zlib.vcxproj trunk/OpenMPT/build/vs2022win10/in_openmpt.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt-small.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_mem.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_probe.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_cxx.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_test.vcxproj trunk/OpenMPT/build/vs2022win10/openmpt123.vcxproj trunk/OpenMPT/build/vs2022win10/updatesigntool.vcxproj trunk/OpenMPT/build/vs2022win10/xmp-openmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-ANSI.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-UTF8.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT.vcxproj trunk/OpenMPT/build/vs2022win10clang/PluginBridge.vcxproj trunk/OpenMPT/build/vs2022win10clang/PluginBridgeLegacy.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/UnRAR.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/ancient.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/flac.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/lame.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/lhasa.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/minimp3.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/miniz.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/minizip.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/mpg123.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/ogg.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opus.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opusenc.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opusfile.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/portaudio.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/portaudiocpp.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/pugixml.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/r8brain.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/rtaudio.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/rtmidi.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/smbPitchShift.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/soundtouch.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/stb_vorbis.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/vorbis.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/zlib.vcxproj trunk/OpenMPT/build/vs2022win10clang/in_openmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt-small.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_mem.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_probe.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_unsafe.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_cxx.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_test.vcxproj trunk/OpenMPT/build/vs2022win10clang/openmpt123.vcxproj trunk/OpenMPT/build/vs2022win10clang/updatesigntool.vcxproj trunk/OpenMPT/build/vs2022win10clang/xmp-openmpt.vcxproj Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj Sun Jul 28 15:44:18 2024 (r21300) @@ -106,6 +106,24 @@ <PreferredToolArchitecture>x64</PreferredToolArchitecture> <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Globals"> + <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> Modified: trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj Sun Jul 28 15:44:07 2024 (r21299) +++ trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj Sun Jul 28 15:44:... [truncated message content] |
From: <sv...@op...> - 2024-07-28 13:44:19
|
Author: manx Date: Sun Jul 28 15:44:07 2024 New Revision: 21299 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21299 Log: [Fix] build: Use Windows 11 SDK 10.0.22621.0 for VS2022 ARM builds. The latest Windows 11 SDK has removed support for 32bit ARM. Modified: trunk/OpenMPT/build/premake/premake-defaults.lua Modified: trunk/OpenMPT/build/premake/premake-defaults.lua ============================================================================== --- trunk/OpenMPT/build/premake/premake-defaults.lua Sun Jul 28 15:00:01 2024 (r21298) +++ trunk/OpenMPT/build/premake/premake-defaults.lua Sun Jul 28 15:44:07 2024 (r21299) @@ -358,7 +358,16 @@ filter { "action:vs2019" } systemversion "10.0.20348.0" filter {} - filter { "action:vs2022" } + filter { "action:vs2022", "architecture:ARM" } + if _OPTIONS["windows-version"] == "win7" then + systemversion "10.0.20348.0" + elseif _OPTIONS["windows-version"] == "win81" then + systemversion "10.0.20348.0" + else + systemversion "10.0.22621.0" + end + filter {} + filter { "action:vs2022", "not architecture:ARM" } if _OPTIONS["windows-version"] == "win7" then systemversion "10.0.20348.0" elseif _OPTIONS["windows-version"] == "win81" then |
From: <sv...@op...> - 2024-07-28 13:00:18
|
Author: manx Date: Sun Jul 28 15:00:01 2024 New Revision: 21298 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21298 Log: [Var] Regenerate project files. Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj trunk/OpenMPT/build/vs2022win10/ext/zlib.vcxproj trunk/OpenMPT/build/vs2022win10/in_openmpt.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt-small.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_mem.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_probe.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_example_cxx.vcxproj trunk/OpenMPT/build/vs2022win10/libopenmpt_test.vcxproj trunk/OpenMPT/build/vs2022win10/openmpt123.vcxproj trunk/OpenMPT/build/vs2022win10/updatesigntool.vcxproj trunk/OpenMPT/build/vs2022win10/xmp-openmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-ANSI.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-UTF8.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj trunk/OpenMPT/build/vs2022win10clang/OpenMPT.vcxproj trunk/OpenMPT/build/vs2022win10clang/PluginBridge.vcxproj trunk/OpenMPT/build/vs2022win10clang/PluginBridgeLegacy.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/UnRAR.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/ancient.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/flac.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/lame.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/lhasa.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/minimp3.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/miniz.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/minizip.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/mpg123.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/ogg.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opus.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opusenc.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/opusfile.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/portaudio.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/portaudiocpp.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/pugixml.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/r8brain.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/rtaudio.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/rtmidi.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/smbPitchShift.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/soundtouch.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/stb_vorbis.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/vorbis.vcxproj trunk/OpenMPT/build/vs2022win10clang/ext/zlib.vcxproj trunk/OpenMPT/build/vs2022win10clang/in_openmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt-small.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_mem.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_probe.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_c_unsafe.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_example_cxx.vcxproj trunk/OpenMPT/build/vs2022win10clang/libopenmpt_test.vcxproj trunk/OpenMPT/build/vs2022win10clang/openmpt123.vcxproj trunk/OpenMPT/build/vs2022win10clang/updatesigntool.vcxproj trunk/OpenMPT/build/vs2022win10clang/xmp-openmpt.vcxproj Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-ANSI.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-ANSI</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-NativeSupport.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-NativeSupport</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-UTF8.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-UTF8</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT-WineWrapper.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-WineWrapper</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/OpenMPT.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/PluginBridge.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>PluginBridge</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/PluginBridgeLegacy.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>PluginBridgeLegacy</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/UnRAR.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>UnRAR</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/ancient.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>ancient</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/flac.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>flac</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/lame.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>lame</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/lhasa.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>lhasa</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/minimp3.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>minimp3</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/miniz.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>miniz</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/minizip.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>minizip</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/mpg123.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>mpg123</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/ogg.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>ogg</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/opus.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opus</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/opusenc.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opusenc</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/opusfile.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opusfile</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/portaudio.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>portaudio</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/portaudiocpp.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>portaudiocpp</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/pugixml.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>pugixml</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/r8brain.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>r8brain</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/rtaudio.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>rtaudio</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/rtmidi.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>rtmidi</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/smbPitchShift.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>smbPitchShift</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/soundtouch.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>soundtouch</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/stb_vorbis.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>stb_vorbis</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/vorbis.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>vorbis</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/ext/zlib.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/ext/zlib.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/ext/zlib.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>zlib</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/in_openmpt.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/in_openmpt.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/in_openmpt.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>in_openmpt</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt-small.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt-small.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt-small.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt-small</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_example_c</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_mem.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_mem.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_mem.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_example_c_mem</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_probe.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_probe.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_probe.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_example_c_probe</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_example_c_unsafe</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_example_cxx.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_example_cxx.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_example_cxx.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_example_cxx</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/libopenmpt_test.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/libopenmpt_test.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/libopenmpt_test.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>libopenmpt_test</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/openmpt123.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/openmpt123.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/openmpt123.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>openmpt123</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/updatesigntool.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/updatesigntool.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/updatesigntool.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>updatesigntool</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10/xmp-openmpt.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10/xmp-openmpt.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10/xmp-openmpt.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>xmp-openmpt</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/OpenMPT-ANSI.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/OpenMPT-ANSI.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/OpenMPT-ANSI.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-ANSI</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-NativeSupport</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/OpenMPT-UTF8.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/OpenMPT-UTF8.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/OpenMPT-UTF8.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-UTF8</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT-WineWrapper</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/OpenMPT.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/OpenMPT.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/OpenMPT.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>OpenMPT</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/PluginBridge.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/PluginBridge.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/PluginBridge.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>PluginBridge</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/PluginBridgeLegacy.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/PluginBridgeLegacy.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/PluginBridgeLegacy.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>PluginBridgeLegacy</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/UnRAR.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/UnRAR.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/UnRAR.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>UnRAR</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/ancient.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/ancient.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/ancient.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>ancient</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/flac.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/flac.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/flac.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>flac</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/lame.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/lame.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/lame.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>lame</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/lhasa.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/lhasa.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/lhasa.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>lhasa</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/minimp3.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/minimp3.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/minimp3.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>minimp3</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/miniz.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/miniz.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/miniz.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>miniz</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/minizip.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/minizip.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/minizip.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>minizip</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/mpg123.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/mpg123.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/mpg123.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>mpg123</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/ogg.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/ogg.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/ogg.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>ogg</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/opus.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/opus.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/opus.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opus</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/opusenc.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/opusenc.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/opusenc.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opusenc</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/opusfile.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/opusfile.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/opusfile.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>opusfile</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/portaudio.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/portaudio.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/portaudio.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>portaudio</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/portaudiocpp.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/portaudiocpp.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/portaudiocpp.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>portaudiocpp</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> Modified: trunk/OpenMPT/build/vs2022win10clang/ext/pugixml.vcxproj ============================================================================== --- trunk/OpenMPT/build/vs2022win10clang/ext/pugixml.vcxproj Sun Jul 28 14:59:40 2024 (r21297) +++ trunk/OpenMPT/build/vs2022win10clang/ext/pugixml.vcxproj Sun Jul 28 15:00:01 2024 (r21298) @@ -104,7 +104,7 @@ <Keyword>Win32Proj</Keyword> <RootNamespace>pugixml</RootNamespace> <PreferredToolArchitecture>x64</PreferredToolArchitecture> - <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVer... [truncated message content] |
From: <sv...@op...> - 2024-07-28 12:59:53
|
Author: manx Date: Sun Jul 28 14:59:40 2024 New Revision: 21297 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21297 Log: [Mod] build: Use Windows 11 SDK 10.0.26100.0 for VS2022 builds. Modified: trunk/OpenMPT/build/premake/premake-defaults.lua Modified: trunk/OpenMPT/build/premake/premake-defaults.lua ============================================================================== --- trunk/OpenMPT/build/premake/premake-defaults.lua Fri Jul 26 20:07:35 2024 (r21296) +++ trunk/OpenMPT/build/premake/premake-defaults.lua Sun Jul 28 14:59:40 2024 (r21297) @@ -364,7 +364,7 @@ elseif _OPTIONS["windows-version"] == "win81" then systemversion "10.0.20348.0" else - systemversion "10.0.22621.0" + systemversion "10.0.26100.0" end filter {} end |
From: <sv...@op...> - 2024-07-26 18:07:47
|
Author: sagamusix Date: Fri Jul 26 20:07:35 2024 New Revision: 21296 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21296 Log: Merged revision(s) 21286 from trunk/OpenMPT: [Fix] Fix inconsistency in length calculation and actual playback length in libopenmpt with tempo commands below 32 BPM in various formats (MDL, MED among others). ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/soundlib/Snd_fx.cpp Modified: branches/OpenMPT-1.28/soundlib/Snd_fx.cpp ============================================================================== --- branches/OpenMPT-1.28/soundlib/Snd_fx.cpp Fri Jul 26 20:06:04 2024 (r21295) +++ branches/OpenMPT-1.28/soundlib/Snd_fx.cpp Fri Jul 26 20:07:35 2024 (r21296) @@ -44,6 +44,12 @@ static uint32 GetFineLinearSlideDownTable(const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < CountOf(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kHertzInLinearMode] ? FineLinearSlideDownTable[i] : FineLinearSlideUpTable[i]; } static uint32 GetFineLinearSlideUpTable (const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < CountOf(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kHertzInLinearMode] ? FineLinearSlideUpTable[i] : FineLinearSlideDownTable[i]; } +// Minimum parameter of tempo command that is considered to be a BPM rather than a tempo slide +static constexpr TEMPO GetMinimumTempoParam(MODTYPE modType) +{ + return (modType & (MOD_TYPE_MDL | MOD_TYPE_MED | MOD_TYPE_XM | MOD_TYPE_MOD)) ? TEMPO(1, 0) : TEMPO(32, 0); +} + //////////////////////////////////////////////////////////// // Length @@ -639,7 +645,7 @@ } const auto &specs = GetModSpecifications(); - if(tempo.GetInt() >= 0x20) + if(tempo >= GetMinimumTempoParam(GetType())) { #if MPT_MSVC_BEFORE(2019, 0) // Work-around for VS2017 /std:c++17 /permissive- @@ -5727,7 +5733,7 @@ const CModSpecifications &specs = GetModSpecifications(); // Anything lower than the minimum tempo is considered to be a tempo slide - const TEMPO minTempo = (GetType() == MOD_TYPE_MDL) ? TEMPO(1, 0) : TEMPO(32, 0); + const TEMPO minTempo = GetMinimumTempoParam(GetType()); if(setFromUI) { |
From: <sv...@op...> - 2024-07-26 18:06:11
|
Author: sagamusix Date: Fri Jul 26 20:06:04 2024 New Revision: 21295 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21295 Log: Merged revision(s) 21286, 21292 from trunk/OpenMPT: [Fix] Fix inconsistency in length calculation and actual playback length in libopenmpt with tempo commands below 32 BPM in various formats (MDL, MED among others). [Imp] MED: Allow tempo parameters < 32 BPM in OpenMPT. libopenmpt already supported them. ........ [Fix] MED: Command 09 (set speed) was limited to 20 ticks per row instead of 0x20 ticks per row... (https://www.un4seen.com/forum/?topic=15448.msg143294#msg143294) ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/soundlib/Load_med.cpp branches/OpenMPT-1.29/soundlib/Snd_fx.cpp Modified: branches/OpenMPT-1.29/soundlib/Load_med.cpp ============================================================================== --- branches/OpenMPT-1.29/soundlib/Load_med.cpp Fri Jul 26 20:04:32 2024 (r21294) +++ branches/OpenMPT-1.29/soundlib/Load_med.cpp Fri Jul 26 20:06:04 2024 (r21295) @@ -399,7 +399,7 @@ m.command = CMD_NONE; break; case 0x09: // Set secondary speed - if(m.param > 0 && m.param <= 20) + if(m.param > 0 && m.param <= 0x20) m.command = CMD_SPEED; else m.command = CMD_NONE; @@ -430,10 +430,6 @@ m.param = 0x70; else m.param = mpt::saturate_round<ModCommand::PARAM>(MMDTempoToBPM(m.param, is8ch, bpmMode, rowsPerBeat).ToDouble()); -#ifdef MODPLUG_TRACKER - if(m.param < 0x20) - m.param = 0x20; -#endif // MODPLUG_TRACKER } else switch(m.param) { case 0xF1: // Play note twice Modified: branches/OpenMPT-1.29/soundlib/Snd_fx.cpp ============================================================================== --- branches/OpenMPT-1.29/soundlib/Snd_fx.cpp Fri Jul 26 20:04:32 2024 (r21294) +++ branches/OpenMPT-1.29/soundlib/Snd_fx.cpp Fri Jul 26 20:06:04 2024 (r21295) @@ -44,6 +44,12 @@ static uint32 GetFineLinearSlideDownTable(const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < CountOf(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kHertzInLinearMode] ? FineLinearSlideDownTable[i] : FineLinearSlideUpTable[i]; } static uint32 GetFineLinearSlideUpTable (const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < CountOf(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kHertzInLinearMode] ? FineLinearSlideUpTable[i] : FineLinearSlideDownTable[i]; } +// Minimum parameter of tempo command that is considered to be a BPM rather than a tempo slide +static constexpr TEMPO GetMinimumTempoParam(MODTYPE modType) +{ + return (modType & (MOD_TYPE_MDL | MOD_TYPE_MED | MOD_TYPE_XM | MOD_TYPE_MOD)) ? TEMPO(1, 0) : TEMPO(32, 0); +} + //////////////////////////////////////////////////////////// // Length @@ -652,7 +658,7 @@ } const auto &specs = GetModSpecifications(); - if(tempo.GetInt() >= 0x20) + if(tempo >= GetMinimumTempoParam(GetType())) { #if MPT_MSVC_BEFORE(2019, 0) // Work-around for VS2017 /std:c++17 /permissive- @@ -5881,7 +5887,7 @@ const CModSpecifications &specs = GetModSpecifications(); // Anything lower than the minimum tempo is considered to be a tempo slide - const TEMPO minTempo = (GetType() & (MOD_TYPE_MDL | MOD_TYPE_MED)) ? TEMPO(1, 0) : TEMPO(32, 0); + const TEMPO minTempo = GetMinimumTempoParam(GetType()); if(setFromUI) { |
From: <sv...@op...> - 2024-07-26 18:04:39
|
Author: sagamusix Date: Fri Jul 26 20:04:32 2024 New Revision: 21294 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21294 Log: Merged revision(s) 21286, 21292 from trunk/OpenMPT: [Fix] Fix inconsistency in length calculation and actual playback length in libopenmpt with tempo commands below 32 BPM in various formats (MDL, MED among others). [Imp] MED: Allow tempo parameters < 32 BPM in OpenMPT. libopenmpt already supported them. ........ [Fix] MED: Command 09 (set speed) was limited to 20 ticks per row instead of 0x20 ticks per row... (https://www.un4seen.com/forum/?topic=15448.msg143294#msg143294) ........ Modified: branches/OpenMPT-1.30/ (props changed) branches/OpenMPT-1.30/soundlib/Load_med.cpp branches/OpenMPT-1.30/soundlib/Snd_fx.cpp Modified: branches/OpenMPT-1.30/soundlib/Load_med.cpp ============================================================================== --- branches/OpenMPT-1.30/soundlib/Load_med.cpp Fri Jul 26 20:03:30 2024 (r21293) +++ branches/OpenMPT-1.30/soundlib/Load_med.cpp Fri Jul 26 20:04:32 2024 (r21294) @@ -404,7 +404,7 @@ m.command = CMD_NONE; break; case 0x09: // Set secondary speed - if(m.param > 0 && m.param <= 20) + if(m.param > 0 && m.param <= 0x20) m.command = CMD_SPEED; else m.command = CMD_NONE; @@ -435,10 +435,6 @@ m.param = 0x70; else m.param = mpt::saturate_round<ModCommand::PARAM>(MMDTempoToBPM(m.param, is8ch, bpmMode, rowsPerBeat).ToDouble()); -#ifdef MODPLUG_TRACKER - if(m.param < 0x20) - m.param = 0x20; -#endif // MODPLUG_TRACKER } else switch(m.param) { case 0xF1: // Play note twice Modified: branches/OpenMPT-1.30/soundlib/Snd_fx.cpp ============================================================================== --- branches/OpenMPT-1.30/soundlib/Snd_fx.cpp Fri Jul 26 20:03:30 2024 (r21293) +++ branches/OpenMPT-1.30/soundlib/Snd_fx.cpp Fri Jul 26 20:04:32 2024 (r21294) @@ -44,6 +44,12 @@ static uint32 GetFineLinearSlideDownTable(const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < std::size(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kPeriodsAreHertz] ? FineLinearSlideDownTable[i] : FineLinearSlideUpTable[i]; } static uint32 GetFineLinearSlideUpTable (const CSoundFile *sndFile, uint32 i) { MPT_ASSERT(i < std::size(FineLinearSlideDownTable)); return sndFile->m_playBehaviour[kPeriodsAreHertz] ? FineLinearSlideUpTable[i] : FineLinearSlideDownTable[i]; } +// Minimum parameter of tempo command that is considered to be a BPM rather than a tempo slide +static constexpr TEMPO GetMinimumTempoParam(MODTYPE modType) +{ + return (modType & (MOD_TYPE_MDL | MOD_TYPE_MED | MOD_TYPE_XM | MOD_TYPE_MOD)) ? TEMPO(1, 0) : TEMPO(32, 0); +} + //////////////////////////////////////////////////////////// // Length @@ -613,7 +619,7 @@ } const auto &specs = GetModSpecifications(); - if(tempo.GetInt() >= 0x20) + if(tempo >= GetMinimumTempoParam(GetType())) { #if MPT_MSVC_BEFORE(2019, 0) // Work-around for VS2017 /std:c++17 /permissive- @@ -5809,7 +5815,7 @@ const CModSpecifications &specs = GetModSpecifications(); // Anything lower than the minimum tempo is considered to be a tempo slide - const TEMPO minTempo = (GetType() & (MOD_TYPE_MDL | MOD_TYPE_MED | MOD_TYPE_MOD)) ? TEMPO(1, 0) : TEMPO(32, 0); + const TEMPO minTempo = GetMinimumTempoParam(GetType()); if(setFromUI) { |
From: <sv...@op...> - 2024-07-26 18:03:37
|
Author: sagamusix Date: Fri Jul 26 20:03:30 2024 New Revision: 21293 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21293 Log: Merged revision(s) 21292 from trunk/OpenMPT: [Fix] MED: Command 09 (set speed) was limited to 20 ticks per row instead of 0x20 ticks per row... (https://www.un4seen.com/forum/?topic=15448.msg143294#msg143294) ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/soundlib/Load_med.cpp Modified: branches/OpenMPT-1.31/soundlib/Load_med.cpp ============================================================================== --- branches/OpenMPT-1.31/soundlib/Load_med.cpp Fri Jul 26 20:01:20 2024 (r21292) +++ branches/OpenMPT-1.31/soundlib/Load_med.cpp Fri Jul 26 20:03:30 2024 (r21293) @@ -416,7 +416,7 @@ case 0x08: // Hold and decay break; case 0x09: // Set secondary speed - if(param > 0 && param <= 20) + if(param > 0 && param <= 0x20) m.SetEffectCommand(CMD_SPEED, param); break; case 0x0C: // Set Volume (note: parameters >= 0x80 (only in hex mode?) should set the default instrument volume, which we don't support) |
From: <sv...@op...> - 2024-07-26 18:01:30
|
Author: sagamusix Date: Fri Jul 26 20:01:20 2024 New Revision: 21292 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21292 Log: [Fix] MED: Command 09 (set speed) was limited to 20 ticks per row instead of 0x20 ticks per row... (https://www.un4seen.com/forum/?topic=15448.msg143294#msg143294) Modified: trunk/OpenMPT/soundlib/Load_med.cpp Modified: trunk/OpenMPT/soundlib/Load_med.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Load_med.cpp Fri Jul 26 19:47:47 2024 (r21291) +++ trunk/OpenMPT/soundlib/Load_med.cpp Fri Jul 26 20:01:20 2024 (r21292) @@ -439,7 +439,7 @@ case 0x08: // Hold and decay break; case 0x09: // Set secondary speed - if(param > 0 && param <= 20) + if(param > 0 && param <= 0x20) m.SetEffectCommand(CMD_SPEED, param); break; case 0x0C: // Set Volume (note: parameters >= 0x80 (only in hex mode?) should set the default instrument volume, which we don't support) |
From: <sv...@op...> - 2024-07-26 17:48:00
|
Author: sagamusix Date: Fri Jul 26 19:47:47 2024 New Revision: 21291 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21291 Log: [Fix] Calculating the duration of sequences other than the currently selected sequence could lead to incorrect calculated duration if their initial speed/tempo differ. Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp Modified: trunk/OpenMPT/soundlib/Snd_fx.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Snd_fx.cpp Thu Jul 25 22:46:35 2024 (r21290) +++ trunk/OpenMPT/soundlib/Snd_fx.cpp Fri Jul 26 19:47:47 2024 (r21291) @@ -72,11 +72,13 @@ std::vector<ChnSettings> chnSettings; double elapsedTime; + const SEQUENCEINDEX m_sequence; static constexpr uint32 IGNORE_CHANNEL = uint32_max; - GetLengthMemory(const CSoundFile &sf) - : sndFile(sf) - , state(std::make_unique<PlayState>(sf.m_PlayState)) + GetLengthMemory(const CSoundFile &sf, SEQUENCEINDEX sequence) + : sndFile{sf} + , state{std::make_unique<PlayState>(sf.m_PlayState)} + , m_sequence{sequence} { Reset(); } @@ -87,8 +89,8 @@ state->m_midiMacroEvaluationResults.emplace(); elapsedTime = 0.0; state->m_lTotalSampleCount = 0; - state->m_nMusicSpeed = sndFile.Order().GetDefaultSpeed(); - state->m_nMusicTempo = sndFile.Order().GetDefaultTempo(); + state->m_nMusicSpeed = sndFile.Order(m_sequence).GetDefaultSpeed(); + state->m_nMusicTempo = sndFile.Order(m_sequence).GetDefaultTempo(); state->m_nGlobalVolume = sndFile.m_nDefaultGlobalVolume; state->m_globalScriptState.Initialize(sndFile); chnSettings.assign(sndFile.GetNumChannels(), {}); @@ -351,7 +353,7 @@ if(sequence >= Order.GetNumSequences()) sequence = Order.GetCurrentSequenceIndex(); const ModSequence &orderList = Order(sequence); - GetLengthMemory memory(*this); + GetLengthMemory memory(*this, sequence); PlayState &playState = *memory.state; // Temporary visited rows vector (so that GetLength() won't interfere with the player code if the module is playing at the same time) RowVisitor visitedRows(*this, sequence); @@ -1440,8 +1442,8 @@ } else if(adjustMode != eAdjustOnSuccess) { // Target not found (e.g. when jumping to a hidden sub song), reset global variables... - m_PlayState.m_nMusicSpeed = Order().GetDefaultSpeed(); - m_PlayState.m_nMusicTempo = Order().GetDefaultTempo(); + m_PlayState.m_nMusicSpeed = Order(sequence).GetDefaultSpeed(); + m_PlayState.m_nMusicTempo = Order(sequence).GetDefaultTempo(); m_PlayState.m_nGlobalVolume = m_nDefaultGlobalVolume; } // When adjusting the playback status, we will also want to update the visited rows vector according to the current position. |
From: <sv...@op...> - 2024-07-25 20:46:47
|
Author: sagamusix Date: Thu Jul 25 22:46:35 2024 New Revision: 21290 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21290 Log: Merged revision(s) 21289 from trunk/OpenMPT: [Fix] Tree view: Remove keyboard focus if tree view is about to be hidden (https://bugs.openmpt.org/view.php?id=1802). ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/mptrack/Mainbar.cpp branches/OpenMPT-1.31/mptrack/Mainbar.h Modified: branches/OpenMPT-1.31/mptrack/Mainbar.cpp ============================================================================== --- branches/OpenMPT-1.31/mptrack/Mainbar.cpp Thu Jul 25 22:45:45 2024 (r21289) +++ branches/OpenMPT-1.31/mptrack/Mainbar.cpp Thu Jul 25 22:46:35 2024 (r21290) @@ -1,7 +1,7 @@ /* * Mainbar.cpp * ----------- - * Purpose: Implementation of OpenMPT's window toolbar. + * Purpose: Implementation of OpenMPT's window toolbar and parent container of the tree view. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. @@ -878,6 +878,14 @@ } +void CModTreeBar::DelayShow(BOOL show) +{ + if(!show && IsChild(GetFocus())) + CMainFrame::GetMainFrame()->SetFocus(); + CDialogBar::DelayShow(show); +} + + void CModTreeBar::RefreshDlsBanks() { if(m_pModTree) m_pModTree->RefreshDlsBanks(); Modified: branches/OpenMPT-1.31/mptrack/Mainbar.h ============================================================================== --- branches/OpenMPT-1.31/mptrack/Mainbar.h Thu Jul 25 22:45:45 2024 (r21289) +++ branches/OpenMPT-1.31/mptrack/Mainbar.h Thu Jul 25 22:46:35 2024 (r21290) @@ -1,7 +1,7 @@ /* * Mainbar.h * --------- - * Purpose: Implementation of OpenMPT's window toolbar. + * Purpose: Implementation of OpenMPT's window toolbar and parent container of the tree view. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. @@ -153,6 +153,8 @@ CModTreeBar(); ~CModTreeBar() override; + void DelayShow(BOOL show) override; + public: void Init(); void RecalcLayout(); |
From: <sv...@op...> - 2024-07-25 20:45:57
|
Author: sagamusix Date: Thu Jul 25 22:45:45 2024 New Revision: 21289 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21289 Log: [Fix] Tree view: Remove keyboard focus if tree view is about to be hidden (https://bugs.openmpt.org/view.php?id=1802). Modified: trunk/OpenMPT/mptrack/Mainbar.cpp trunk/OpenMPT/mptrack/Mainbar.h Modified: trunk/OpenMPT/mptrack/Mainbar.cpp ============================================================================== --- trunk/OpenMPT/mptrack/Mainbar.cpp Thu Jul 25 22:27:42 2024 (r21288) +++ trunk/OpenMPT/mptrack/Mainbar.cpp Thu Jul 25 22:45:45 2024 (r21289) @@ -1,7 +1,7 @@ /* * Mainbar.cpp * ----------- - * Purpose: Implementation of OpenMPT's window toolbar. + * Purpose: Implementation of OpenMPT's window toolbar and parent container of the tree view. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. @@ -892,6 +892,14 @@ } +void CModTreeBar::DelayShow(BOOL show) +{ + if(!show && IsChild(GetFocus())) + CMainFrame::GetMainFrame()->SetFocus(); + CDialogBar::DelayShow(show); +} + + void CModTreeBar::RefreshDlsBanks() { if(m_pModTree) m_pModTree->RefreshDlsBanks(); Modified: trunk/OpenMPT/mptrack/Mainbar.h ============================================================================== --- trunk/OpenMPT/mptrack/Mainbar.h Thu Jul 25 22:27:42 2024 (r21288) +++ trunk/OpenMPT/mptrack/Mainbar.h Thu Jul 25 22:45:45 2024 (r21289) @@ -1,7 +1,7 @@ /* * Mainbar.h * --------- - * Purpose: Implementation of OpenMPT's window toolbar. + * Purpose: Implementation of OpenMPT's window toolbar and parent container of the tree view. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. @@ -156,6 +156,8 @@ CModTreeBar(); ~CModTreeBar() override; + void DelayShow(BOOL show) override; + public: void Init(); void RecalcLayout(); |