mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24242 72102866-910b-0410-8b05-ffd578937521
25 lines
No EOL
535 B
Text
25 lines
No EOL
535 B
Text
{
|
|
Type = "Project";
|
|
Name = "Aggregate";
|
|
Description = "Project that contains subprojects.";
|
|
PrincipalClassName = "PCAggregateProject";
|
|
CanHavePublicHeaders = NO;
|
|
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"
|
|
);
|
|
} |