diff --git a/UIX/Microsoft/Iris/Debug/DebugSettings.cs b/UIX/Microsoft/Iris/Debug/DebugSettings.cs index 6b99e84..7e4e49f 100644 --- a/UIX/Microsoft/Iris/Debug/DebugSettings.cs +++ b/UIX/Microsoft/Iris/Debug/DebugSettings.cs @@ -10,7 +10,7 @@ namespace Microsoft.Iris.Debug public TraceSettings TraceSettings { get; } = TraceSettings.Current; public Bridge Bridge { get; } = -#if ZUNE +#if OPENZUNE new(OwlCore.Remoting.RemotingMode.Host); #else new();