C# Class HoloToolkit.Unity.BuildDeployTools

Contains utility functions for building for the device
显示文件 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Properties

Property Type Description
DefaultMSBuildVersion string

Public Methods

Method Description
BuildAppxFromSolution ( string productName, string msBuildVersion, bool forceRebuildAppx, string buildConfig, string buildDirectory, bool incrementVersion ) : bool
BuildSLN ( string buildDirectory, bool showConfDlg = true ) : bool
CalcMSBuildPath ( string msBuildVersion ) : string

Private Methods

Method Description
IncrementPackageVersion ( ) : void

Method Details

BuildAppxFromSolution() public static method

public static BuildAppxFromSolution ( string productName, string msBuildVersion, bool forceRebuildAppx, string buildConfig, string buildDirectory, bool incrementVersion ) : bool
productName string
msBuildVersion string
forceRebuildAppx bool
buildConfig string
buildDirectory string
incrementVersion bool
return bool

BuildSLN() public static method

public static BuildSLN ( string buildDirectory, bool showConfDlg = true ) : bool
buildDirectory string
showConfDlg bool
return bool

CalcMSBuildPath() public static method

public static CalcMSBuildPath ( string msBuildVersion ) : string
msBuildVersion string
return string

Property Details

DefaultMSBuildVersion public_oe static_oe property

public static string DefaultMSBuildVersion
return string