Amplication AST Libraries Documentation
    Preparing search index...

    Represents a project's build configuration within the solution.

    interface ProjectConfiguration {
        projectGUID: string;
        config: string;
        platform: string;
        activeCfg: string;
        build: boolean;
    }
    Index

    Properties

    projectGUID: string

    The GUID of the project this configuration belongs to

    config: string

    The configuration name

    platform: string

    The platform name

    activeCfg: string

    The active configuration

    build: boolean

    Whether to build this project in this configuration