Wednesday, 15 April 2015

Can I get exact Visual Studio version through MSBuild property? -



Can I get exact Visual Studio version through MSBuild property? -

the visualstudioversion property returns overall version (i.e. 12), need exact version, shown in dialog:

thanks!

try console.write(typeof(string).assembly.imageruntimeversion);

visual-studio

No comments:

Post a Comment