Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
There was an error while loading. Please reload this page.
See #202 and #482.
VS2017 doesn't install
NETFX 4.6 Toolsinside%ProgramFiles(x86)\Microsoft SDKs\Windows\v10.0A\bin, but it does install:NETFX 4.6.1 ToolsNETFX 4.6.2 ToolsNETFX 4.7 ToolsNETFX 4.7.1 ToolsWe could assume we should use 4.6.1 instead, or we could try and resolve this path based on the project's
$(TargetFramework), then fall back to an assumption.I'm still not quite sure how VS resolves the path internally.