apps-projectcenter/Modules/Projects/ResourceSet/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

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
);
}