microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
674 stars 89 forks source link

Make WindowsTargetPlatformVersion float. #15

Closed jazzdelightsme closed 7 years ago

jazzdelightsme commented 7 years ago

This allows us not to care what particular version(s) of the SDK is installed on a particular machine, instead reading the "current" version from the registry.

It seems like a bit of a hack... let's see if/how long it will work.