AX#

Search Results for

    Show / Hide Table of Contents

    Ixc config file

    AXSharp.config.json can contain some settings for the compiler. Upon the first run of the ixc the default AXSharp.config.json file is created if not previoulsy created manually.

    Some compilation options can be overrided by CLI, such as OutputProjectFolder (-o) will override OutputProjectFolder setting in the config file.

    Default config file

    {
        "OutputProjectFolder":"ix",   
    }
    

    Config file example

    {
        "OutputProjectFolder":"..\\ix-app"
    }
    
    Parameter Meaning Default
    OutputProjectFolder Sets the directory where the ixc will emmit the twin project.Use path relative to apax project folder. 'ix'
    The value is overridable from the CLI
    • Edit this page
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors