* bump platform toolset to v143
* add updated proj files for testing
* add _CRT_DECLARE_NONSTDC_NAMES=0 to projects with posix functions
* revert onecore changes
* fix typo
* use latest sdk in build script
* update build toolset in config proj
* update build script to use latest toolsets
* update paths.targets
* update to win11 sdk in paths.targets
* make build script more robust with VSwhere
* change validity check from count check to null-check
* remove static keyword from auth_debug declaration
* change to ifndef for diff checking
* update string compare
* change msbuild tool search from manual check instead of using vswhere
* update wixproj to work with wix install on new build image
* update 2022 build image and zlib version
* fix msi installer not updating system path
* modify install script to add binary path to system path
* debug appveyor
* add debug message to add-path and update appveyor to be compatible with changes
* fix appveyorhelper.psm1 after accidentally removing call to uninstall
* fix typo
* use PS drive to modify PATH
* rename Add-Path to Add-MachinePath in export list