MobileEssentials / MSBuilder

Reusable MSBuild Building Blocks
MIT License
41 stars 13 forks source link

Added Dev support #14

Closed adalon closed 7 years ago

adalon commented 7 years ago

Using Dev/DevDir properties to not depend on the VisualStudioVersion where the targets are being executed.

For instance: the targets could be executed from a dev15 command prompt and install dependencies in dev14 by specifiying:

Dev=14.0 DevDir=c:\Program Files (x86)\Microsoft Visual Studio 14.0\ (or the path where VS 2015 is installed)