apps-projectcenter/Modules/Projects/Aggregate/Resources/Info.table
Sergii Stoian f113470a11 continuing merging...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24242 72102866-910b-0410-8b05-ffd578937521
2006-12-26 11:00:33 +00:00

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"
);
}