2006-12-26 11:00:33 +00:00
|
|
|
{
|
|
|
|
Type = "Project";
|
|
|
|
Name = "Aggregate";
|
|
|
|
Description = "Project that contains subprojects.";
|
|
|
|
PrincipalClassName = "PCAggregateProject";
|
|
|
|
CanHavePublicHeaders = NO;
|
2007-08-21 23:28:29 +00:00
|
|
|
BuildTargets = ("all","install","uninstall","clean","distclean","dist");
|
2006-12-26 11:00:33 +00:00
|
|
|
BrowserRootEntries = {
|
|
|
|
SUBPROJECTS = "Subprojects";
|
|
|
|
SUPPORTING_FILES = "Supporting Files";
|
|
|
|
NON_PROJECT_FILES = "Non Project Files";
|
|
|
|
};
|
|
|
|
SourceFileKeys = (
|
|
|
|
);
|
|
|
|
OtherFileKeys = (
|
|
|
|
"SUPPORTING_FILES",
|
|
|
|
"NON_PROJECT_FILES"
|
|
|
|
);
|
|
|
|
AllowableSubprojectTypes = (
|
|
|
|
"Application",
|
|
|
|
"Bundle",
|
|
|
|
"Library",
|
|
|
|
"Framework",
|
|
|
|
"Tool"
|
|
|
|
);
|
|
|
|
}
|