Developers here have different SDKs installed, I want my Visual Studio projects to use any available SDK greater than 10.0, without the need to specify exactly which one. Is there a way to do this?
In the vcxproj file:
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
