mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
project types. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25408 72102866-910b-0410-8b05-ffd578937521
26 lines
No EOL
610 B
Text
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"
|
|
);
|
|
} |