mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
33 lines
702 B
Text
33 lines
702 B
Text
|
{
|
||
|
Type = "Project";
|
||
|
Name = "Resource Set";
|
||
|
Description = "Project that handles GNUstep resources.";
|
||
|
PrincipalClassName = "PCResourceSetProject";
|
||
|
ExecToolName = "";
|
||
|
BuildTargets = ("dist");
|
||
|
CanHavePublicHeaders = NO;
|
||
|
BrowserRootEntries = {
|
||
|
OTHER_RESOURCES = "Other Resources";
|
||
|
SUPPORTING_FILES = "Supporting Files";
|
||
|
NON_PROJECT_FILES = "Non Project Files";
|
||
|
};
|
||
|
SourceFileKeys = ();
|
||
|
ResourceFileKeys = (
|
||
|
"OTHER_RESOURCES"
|
||
|
);
|
||
|
OtherFileKeys = (
|
||
|
"SUPPORTING_FILES",
|
||
|
"NON_PROJECT_FILES"
|
||
|
);
|
||
|
AllowableSubprojectTypes = (
|
||
|
"Application",
|
||
|
"Bundle",
|
||
|
"Library",
|
||
|
"Framework",
|
||
|
"Tool"
|
||
|
);
|
||
|
LocalizableCategories = (
|
||
|
OTHER_RESOURCES
|
||
|
);
|
||
|
}
|