Added Microsoft Iris as submodule

This commit is contained in:
Yoshi Askharoun
2022-06-02 20:32:21 -05:00
parent 286724cc2c
commit fcd255fc6b
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "libs/MicrosoftIris"]
path = libs/MicrosoftIris
url = https://github.com/ZuneDev/MicrosoftIris
+3 -3
View File
@@ -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)
+1 -1
View File
@@ -23,7 +23,7 @@
<Reference Include="Accessibility" />
<Reference Include="System" />
<Reference Include="System.Xml" />
<ProjectReference Include="..\UIX\UIX.csproj" />
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
<Reference Include="ZuneDBApi">
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
</Reference>
Submodule libs/MicrosoftIris added at 4a6bca1e9f