wangyu5 / gyp

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

Enhance Visual Studio 2010 Support #218

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following are supported for Visual Studio 2008 but not for Visual Studio 
2010:

(a) Props files 
(b) Configuration attributes (converted from Visual Studio 2008 values, only)

The attached patch adds support for both of these, allowing the specification 
of msbuild_props and msbuild_configuration_attributes, respectively. (A simple 
test case for each is included.)

If these settings are not specified, then the previous behaviour is maintained 
except that the position of TargetName in the generated project file has 
changed; in our use case, the value of TargetName is determined by a props 
file, which was not being applied in time.

Original issue reported on code.google.com by louis.f...@eu.sony.com on 13 Sep 2011 at 2:39

Attachments: