From 715088e6342184b9ce570b9739b7df9c3cfc059a Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Thu, 9 Jun 2022 19:03:40 -0500 Subject: [PATCH] Renamed Zune5 to OpenZune --- UIX.Debug/Bridge.compat.cs | 2 +- UIX.Debug/Bridge.cs | 2 +- UIX.Debug/Data/InterpreterEntry.cs | 2 +- UIX.Debug/IrisDebugRemoteMessageHandler.cs | 2 +- UIX.Debug/UIX.Debug.csproj | 10 +++++----- UIX/Microsoft/Iris/Queues/Dispatcher.cs | 2 +- UIX/UIX.csproj | 8 ++++---- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/UIX.Debug/Bridge.compat.cs b/UIX.Debug/Bridge.compat.cs index 28d8558..7278f79 100644 --- a/UIX.Debug/Bridge.compat.cs +++ b/UIX.Debug/Bridge.compat.cs @@ -1,4 +1,4 @@ -#if !ZUNE5 +#if !OPENZUNE using Microsoft.Iris.Debug.Data; diff --git a/UIX.Debug/Bridge.cs b/UIX.Debug/Bridge.cs index 5f89dd3..f059717 100644 --- a/UIX.Debug/Bridge.cs +++ b/UIX.Debug/Bridge.cs @@ -1,4 +1,4 @@ -#if ZUNE5 +#if OPENZUNE using OwlCore.Remoting; using System; diff --git a/UIX.Debug/Data/InterpreterEntry.cs b/UIX.Debug/Data/InterpreterEntry.cs index 8fbaeba..549762b 100644 --- a/UIX.Debug/Data/InterpreterEntry.cs +++ b/UIX.Debug/Data/InterpreterEntry.cs @@ -23,7 +23,7 @@ namespace Microsoft.Iris.Debug.Data public override string ToString() { var args = -#if ZUNE5 +#if OPENZUNE Arguments; #else Arguments.Select(a => a.ToString()).ToArray(); diff --git a/UIX.Debug/IrisDebugRemoteMessageHandler.cs b/UIX.Debug/IrisDebugRemoteMessageHandler.cs index 6066613..0c0d5f6 100644 --- a/UIX.Debug/IrisDebugRemoteMessageHandler.cs +++ b/UIX.Debug/IrisDebugRemoteMessageHandler.cs @@ -1,4 +1,4 @@ -#if ZUNE5 +#if OPENZUNE using OwlCore.Remoting; using OwlCore.Remoting.Transfer; diff --git a/UIX.Debug/UIX.Debug.csproj b/UIX.Debug/UIX.Debug.csproj index ae2122b..afebacb 100644 --- a/UIX.Debug/UIX.Debug.csproj +++ b/UIX.Debug/UIX.Debug.csproj @@ -5,21 +5,21 @@ Microsoft.Iris.Debug latest - false + false - true + true - + - + 5.0.0.0 - $(DefineConstants);ZUNE5 + $(DefineConstants);OPENZUNE diff --git a/UIX/Microsoft/Iris/Queues/Dispatcher.cs b/UIX/Microsoft/Iris/Queues/Dispatcher.cs index 11ce9bd..936826c 100644 --- a/UIX/Microsoft/Iris/Queues/Dispatcher.cs +++ b/UIX/Microsoft/Iris/Queues/Dispatcher.cs @@ -181,7 +181,7 @@ namespace Microsoft.Iris.Queues /// public static void SendDebugMessage(string message) { -#if ZUNE5 +#if OPENZUNE Application.DebugSettings.Bridge.LogDispatcher(message); #else if (Application.DebugSettings.OpenDebugPipe && DebugPipe.IsConnected && DebugPipe.CanWrite) diff --git a/UIX/UIX.csproj b/UIX/UIX.csproj index 9af1344..1bb5f20 100644 --- a/UIX/UIX.csproj +++ b/UIX/UIX.csproj @@ -13,7 +13,7 @@ ..\36MSApp1024.snk AnyCPU;x64;x86 - false + false @@ -22,7 +22,7 @@ - true + true @@ -46,8 +46,8 @@ - + 5.0.0.0 - $(DefineConstants);ZUNE5 + $(DefineConstants);OPENZUNE \ No newline at end of file