• API Documentation

Compilation platform of the project

Value provided to builder when executing compile task.

  • Allowed values:
    • Win32;
    • Win64;
    • Any;
  • Default value - ["Win32", "Win64"];
  • For C# projects:
    • Default value - "Any";
    • "Win32" is "x86";
    • "Win64" is "x64";
    • The value "Any" is not passed to the compilation parameters.
In This Article
Back to top Generated by DocFX