From fcd255fc6bde07db7326e500ac8e64d68f7b1871 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Thu, 2 Jun 2022 20:32:21 -0500 Subject: [PATCH] Added Microsoft Iris as submodule --- .gitmodules | 3 +++ ZuneShell/Microsoft/Zune/Shell/StandAlone.cs | 6 +++--- ZuneShell/ZuneShell.csproj | 2 +- libs/MicrosoftIris | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .gitmodules create mode 160000 libs/MicrosoftIris diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..35103c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/MicrosoftIris"] + path = libs/MicrosoftIris + url = https://github.com/ZuneDev/MicrosoftIris diff --git a/ZuneShell/Microsoft/Zune/Shell/StandAlone.cs b/ZuneShell/Microsoft/Zune/Shell/StandAlone.cs index 6305e38..5d2711b 100644 --- a/ZuneShell/Microsoft/Zune/Shell/StandAlone.cs +++ b/ZuneShell/Microsoft/Zune/Shell/StandAlone.cs @@ -71,10 +71,10 @@ namespace Microsoft.Zune.Shell break; } case "uixdebugpipe": - Application.DebugSettings.OpenDebugPipe = true; + //Application.DebugSettings.OpenDebugPipe = true; break; case "uixdecomp": - Application.DebugSettings.UseDecompiler = true; + //Application.DebugSettings.UseDecompiler = true; break; case "uixtrace": try @@ -92,7 +92,7 @@ namespace Microsoft.Zune.Shell level = 1; cat = (Iris.Debug.TraceCategory)Enum.Parse(typeof(Iris.Debug.TraceCategory), commandLineArgument.Value); } - Application.DebugSettings.TraceSettings.SetCategoryLevel(cat, level); + //Application.DebugSettings.TraceSettings.SetCategoryLevel(cat, level); break; } catch (FormatException ex) diff --git a/ZuneShell/ZuneShell.csproj b/ZuneShell/ZuneShell.csproj index fed59e9..8a5e1d0 100644 --- a/ZuneShell/ZuneShell.csproj +++ b/ZuneShell/ZuneShell.csproj @@ -23,7 +23,7 @@ - + C:\Program Files\Zune\ZuneDBApi.dll diff --git a/libs/MicrosoftIris b/libs/MicrosoftIris new file mode 160000 index 0000000..4a6bca1 --- /dev/null +++ b/libs/MicrosoftIris @@ -0,0 +1 @@ +Subproject commit 4a6bca1e9f4c6e2d8f175061b64fcb135bd738a6