Collection <name> { Project <name>, config: <name> Exclude <name>, config: <name> SubCollection <name> } |
Collection AllUnitTests {
Project "*", config: UnitTest
}
Collection UnitTestLibsWithoutBsp {
Project "*", config: "UnitTestLib*"
Exclude "bsp*", config: "*"
}
Collection MySpecialCollection {
Project Main1, config: Debug
Project Main2, config: Release
Project Sub3, config: Debug
SubCollection UnitTestLibsWithoutBsp
}