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
43 lines
1,002 B
Text
43 lines
1,002 B
Text
{
|
|
Type = "Project";
|
|
Name = "Framework";
|
|
Description = "Project that handles GNUstep frameworks.";
|
|
PrincipalClassName = "PCFrameworkProject";
|
|
ExecToolName = "";
|
|
BuildTargets = ("framework","debug","profile","dist");
|
|
CanHavePublicHeaders = YES;
|
|
BrowserRootEntries = {
|
|
CLASS_FILES = "Classes";
|
|
HEADER_FILES = "Headers";
|
|
OTHER_SOURCES = "Other Sources";
|
|
OTHER_RESOURCES = "Other Resources";
|
|
SUBPROJECTS = "Subprojects";
|
|
DOCU_FILES = "Documentation";
|
|
SUPPORTING_FILES = "Supporting Files";
|
|
LIBRARIES = "Libraries";
|
|
NON_PROJECT_FILES = "Non Project Files";
|
|
};
|
|
SourceFileKeys = (
|
|
"CLASS_FILES",
|
|
"HEADER_FILES",
|
|
"OTHER_SOURCES"
|
|
);
|
|
ResourceFileKeys = (
|
|
"OTHER_RESOURCES",
|
|
"DOCU_FILES"
|
|
);
|
|
OtherFileKeys = (
|
|
"SUBPROJECTS",
|
|
"SUPPORTING_FILES",
|
|
"LIBRARIES",
|
|
"NON_PROJECT_FILES"
|
|
);
|
|
AllowableSubprojectTypes = (
|
|
"Bundle",
|
|
"Tool"
|
|
);
|
|
LocalizableCategories = (
|
|
OTHER_RESOURCES,
|
|
DOCU_FILES
|
|
);
|
|
}
|