win32: add missing "zint.sln", "zint.vcxproj", "libzint.vcxproj"

update_version.php: remove "win32/vs2015/vsx/libzintMD.vcxproj"
This commit is contained in:
gitlost 2023-12-16 14:54:20 +00:00
parent f59bad1e6d
commit 29a602c465
4 changed files with 365 additions and 4 deletions

View file

@ -307,10 +307,6 @@ version_replace(6, $data_dirname . 'win32/vs2015/libzint.vcxproj', '/ZINT_VERSIO
version_replace(6, $data_dirname . 'win32/vs2015/zint.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
// win32/vs2015/vsx/libzintMD.vcxproj
version_replace(1, $data_dirname . 'win32/vs2015/vsx/libzintMD.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
// win32/vs2017/libzint.vcxproj
version_replace(2, $data_dirname . 'win32/vs2017/libzint.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');