ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Would like a way to set the .NET framework version #394

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As described in 
http://stackoverflow.com/questions/2921702/change-c-cli-project-to-another-frame
work-than-4-0-with-vs2010 you can add a <TargetFrameworkVersion> element to the 
<PropertyGroup Label="Globals"> element in MSBuild/VS projects to set the .NET 
framework version to compile against.

It would be nice for gyp to support setting this.

Original issue reported on code.google.com by adam.ro...@gmail.com on 13 Dec 2013 at 9:29