mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BuildDeployPreferences

    Build and Deploy Specific Editor Preferences for the Build and Deploy Window.

    Inheritance
    Object
    BuildDeployPreferences
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Build.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public static class BuildDeployPreferences

    Properties

    AbsoluteBuildDirectory

    The absolute path to BuildDirectory

    Declaration
    public static string AbsoluteBuildDirectory { get; }
    Property Value
    Type Description
    String

    AbsoluteBuildDirectory

    The absolute path to BuildDirectory

    Declaration
    public static string AbsoluteBuildDirectory { get; }
    Property Value
    Type Description
    String

    BuildDirectory

    The Build Directory that the Mixed Reality Toolkit will build to.

    Declaration
    public static string BuildDirectory { get; set; }
    Property Value
    Type Description
    String
    Remarks

    This is a root build folder path. Each platform build will be put into a child directory with the name of the current active build target.

    BuildDirectory

    The Build Directory that the Mixed Reality Toolkit will build to.

    Declaration
    public static string BuildDirectory { get; set; }
    Property Value
    Type Description
    String
    Remarks

    This is a root build folder path. Each platform build will be put into a child directory with the name of the current active build target.

    IncrementBuildVersion

    Current setting to increment build visioning.

    Declaration
    public static bool IncrementBuildVersion { get; set; }
    Property Value
    Type Description
    Boolean

    IncrementBuildVersion

    Current setting to increment build visioning.

    Declaration
    public static bool IncrementBuildVersion { get; set; }
    Property Value
    Type Description
    Boolean
    In This Article
    • Properties
      • AbsoluteBuildDirectory
      • AbsoluteBuildDirectory
      • BuildDirectory
      • BuildDirectory
      • IncrementBuildVersion
      • IncrementBuildVersion
    Back to top Generated by DocFX