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
Original issue reported on code.google.com by
louis.f...@eu.sony.com
on 13 Sep 2011 at 2:39Attachments: