Espresso icon indicating copy to clipboard operation
Espresso copied to clipboard

"libraries" property in targets.json

Open kevwilde opened this issue 12 years ago • 0 comments

Some targets could require specific libraries that should be added to targets.json:

I suggest the following syntax:

{
    "microsoft" : {
        "metro": {
            "dedicatedResources": "metro",
            "libraries": [
                {
                    "name": "Metro", 
                    "refs": ["*"]
                }
            ]
        }
    }
}

kevwilde avatar Jun 13 '12 11:06 kevwilde