vigoo / bari

Bari is an advanced build management tool for .NET projects.
http://vigoo.github.io/bari/
Apache License 2.0
11 stars 6 forks source link

Module and suite level C#/F#/C++ compiler and linker parameter blocks #145

Closed p5ych08illy closed 9 years ago

vigoo commented 9 years ago

Unfortunately this is not documented (yet), but:

csharp:
    target-framework: 4.0-client

or

csharp:
    target-framework-version: 4.0
    target-framework-profile: client

See here

vigoo commented 9 years ago

Added to documentation too

p5ych08illy commented 9 years ago

I know that and it works. I meant something like default-goal, a suit level parameter. I wouldn't like to define this for all projects.

vigoo commented 9 years ago

Next time try to write a description for your issue then :)

vigoo commented 9 years ago

I had plans for long time to make all the compiler option blocks specifiable at any level (suite or module too) to be able to set common properties. I'll convert this issue to this task.

vigoo commented 9 years ago

In progress: https://github.com/vigoo/bari/compare/property-block-inheritance?expand=1