mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
project types. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25408 72102866-910b-0410-8b05-ffd578937521
32 lines
750 B
Text
32 lines
750 B
Text
{
|
|
Type = "Project";
|
|
Name = "Resource Set";
|
|
Description = "Project that handles GNUstep resources.";
|
|
PrincipalClassName = "PCResourceSetProject";
|
|
ExecToolName = "";
|
|
BuildTargets = ("all","install","uninstall","clean","distclean","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
|
|
);
|
|
}
|