exOperation.xcpj

$TARGET_TYPE = "Console Application"
$ROOT_TO_PROJDIR = "CedaExamples/exOperation"
xcpp

@import "XcppBuild/BaseDefaults.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
    "Ceda/cxLss"
    "Ceda/cxObject"
    "Ceda/cxPersistStore"
    "Ceda/cxOperation"
    "Ceda/cxWorkingSetIpc"
}

{
    "src"
    {
        "NongracefulShutdownTest.cpp"
        "DeleteTest.cpp"
        "AirlineReservation.cpp"
        "TwoWorkingSets.cpp"
        "WithoutSockets.cpp"
        "ReplicateOnDemandExample.cpp"
        "RodPerformance.cpp"
        
        "exOperation.cpp"
    }
}