mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Added Microsoft Iris as submodule
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "libs/MicrosoftIris"]
|
||||
path = libs/MicrosoftIris
|
||||
url = https://github.com/ZuneDev/MicrosoftIris
|
||||
@@ -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)
|
||||
|
||||
@@ -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
+1
Submodule libs/MicrosoftIris added at 4a6bca1e9f
Reference in New Issue
Block a user