Move the solution to VS2019 and v142 toolset #823

Open
opened 2026-01-30 22:05:30 +00:00 by claunia · 0 comments
Owner

Originally created by @chunliu on GitHub (May 8, 2019).

Originally assigned to: @miniksa on GitHub.

As mentioned in README, (also related to #534)

If you're running VS2019, you'll also need to install the "v141 Toolset" and "Visual C++ ATL for x86 and x64"

But actually v141 Toolset is not required in VS2019. The following are the configurations of my VS2019 and I can build the solution successfully.

C++ Desktop development
image

UWP development
image

Individual components
image

To build the solution in VS2019, you need to have:

  • Windows 10 version 1903
  • Windows 10 SDK (10.0.18362.0)
  • VS2019 with C++ Desktop and UWP development workloads, as shown in the above screenshots

And retarget the solution to v142 platform and the latest Windows SDK.

Originally created by @chunliu on GitHub (May 8, 2019). Originally assigned to: @miniksa on GitHub. As mentioned in README, (also related to #534) > If you're running VS2019, you'll also need to install the "v141 Toolset" and "Visual C++ ATL for x86 and x64" But actually v141 Toolset is not required in VS2019. The following are the configurations of my VS2019 and I can build the solution successfully. C++ Desktop development ![image](https://user-images.githubusercontent.com/2128551/57354074-ad69c780-7194-11e9-9126-9c212db2a214.png) UWP development ![image](https://user-images.githubusercontent.com/2128551/57354124-dbe7a280-7194-11e9-8994-e1f670e14a34.png) Individual components ![image](https://user-images.githubusercontent.com/2128551/57354263-40a2fd00-7195-11e9-8594-99c906e554be.png) To build the solution in VS2019, you need to have: - Windows 10 version 1903 - Windows 10 SDK (10.0.18362.0) - VS2019 with C++ Desktop and UWP development workloads, as shown in the above screenshots And **retarget the solution** to v142 platform and the latest Windows SDK.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#823