A simple python script is used to change the toolset of the Visual Studio project
python ToolsetChanger.py <directory> <new_toolset>
python ToolsetChanger.py E:\test\project LLVM-MSVC_v143
A simple python script is used to change the toolset of the Visual Studio project
PythonMIT