Class UwpBuildDeployPreferences
Inheritance
UwpBuildDeployPreferences
Assembly: cs.temp.dll.dll
public static class UwpBuildDeployPreferences
Fields
Declaration
public static Version MIN_SDK_VERSION
Field Value
Properties
The current Build Configuration. (Debug, Release, or Master)
Declaration
public static string BuildConfig { get; set; }
Property Value
The current device portal connections.
Declaration
public static string DevicePortalConnections { get; set; }
Property Value
Current setting to force rebuilding the appx.
Declaration
public static bool ForceRebuild { get; set; }
Property Value
Current setting to fully uninstall and reinstall the appx.
Declaration
public static bool FullReinstall { get; set; }
Property Value
If true, the 'Gaze Input' capability will be added to the AppX manifest
after the Unity build.
Declaration
public static bool GazeInputCapabilityEnabled { get; set; }
Property Value
Current setting to target all the devices registered to the build window.
Declaration
public static bool TargetAllConnections { get; set; }
Property Value
Current setting to use Single Socket Layer connections to the device portal.
Declaration
public static bool UseSSL { get; set; }
Property Value