// Pizza.xcpj
$TARGET_TYPE = "Library"
$ROOT_TO_PROJDIR = "Acme/Pizza"
xcpp
@import "Ceda/BaseDefaults.xcpjh"
subproj
{
"Ceda/Core/cxUtils"
"Ceda/Core/cxObject"
"Ceda/Core/cxPersistStore"
}
{
"src"
{
"Pizza.cpp"
}
"Pizza.h"
"DateTime.h"
"Shapes.h"
"PizzaDeliveries.h"
}