BuildDeployPreferences.BuildDirectory Property

Definition

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

public:
 static property System::String ^ BuildDirectory { System::String ^ get(); void set(System::String ^ value); };
public static string BuildDirectory { get; set; }
member this.BuildDirectory : string with get, set
Public Shared Property BuildDirectory As String

Property Value

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.

Applies to