apps-projectcenter/Modules/Projects/Aggregate/Resources/Info.table
Sergii Stoian 5882671bfb * Modules/Projects/*/Resources/Info.table: Add missing targets to some
project types.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25408 72102866-910b-0410-8b05-ffd578937521
2007-08-21 23:28:29 +00:00

26 lines
No EOL
610 B
Text

{
Type = "Project";
Name = "Aggregate";
Description = "Project that contains subprojects.";
PrincipalClassName = "PCAggregateProject";
CanHavePublicHeaders = NO;
BuildTargets = ("all","install","uninstall","clean","distclean","dist");
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"
);
}