- I have a valid Visual Studio 2017 Professional license.
- I have a library dependency built with Visual Studio 2019. This makes it necessary to have
vcruntime140_1d.dll
in order to be able to run a Debug version of this dependency.
What is the rightful way to obtain this DLL without breaching the license agreements?
(I am not going to distribute this DLL to clients, I only need if for my development process, e.g. debugging)
Context: In this answer https://stackoverflow.com/a/74114995, it is suggested that Visual Studio Build Tools can be used to obtain the said DLL, but it seems that these tools also have particular license terms when it comes to non-Community licensees.