Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

Do not store explicit versions in the build properties

Open albertziegenhagel opened this issue 4 years ago • 0 comments

Instead of having to change the platform and tools versions in Directoy.Build.props they can be passed as command line arguments to msbuild. Usually one only needs to pass the WindowsTargetPlatformVersion and the PlatformToolset and the VCToolsVersion is selected automatically.

The README is adjusted accordingly.

albertziegenhagel avatar Aug 29 '20 11:08 albertziegenhagel