0

I am developing the same code on two different machines, with different versions of VS installed, and I have to reconfigure my projects each time I switch from one to the other. Is it possible to make project configurations dynamic, so the latest version of the Visual C++ Toolkit installed is used?

I looked online but did not find anything.

Frimousse
  • 31
  • 4

1 Answers1

1

VS version and the corresponding toolkit:

  1. VS2022 V143

  2. VS2019 V142

  3. ...

Try using $(DefaultPlatformToolset) in Platform ToolSet. enter image description here

Minxin Yu - MSFT
  • 2,234
  • 1
  • 3
  • 14