mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Update to latest Iris
This commit is contained in:
@@ -59,6 +59,9 @@ namespace ZuneUIXTools.Modules.UIX
|
||||
|
||||
try
|
||||
{
|
||||
Microsoft.Iris.Debug.Bridge bridge = new();
|
||||
bridge.InterpreterStep += (ctx, entry) => System.Diagnostics.Debug.WriteLine($"[UIXT] [Interpreter] [{ctx}] {entry}");
|
||||
|
||||
//IrisApp.Window.RequestLoad("res://ZuneShellResources!Frame.uix#Frame");
|
||||
|
||||
AppDomain.CurrentDomain.AssemblyResolve += (sender, e) =>
|
||||
@@ -101,7 +104,7 @@ namespace ZuneUIXTools.Modules.UIX
|
||||
for (int i = 0; i < results.Count; i++)
|
||||
{
|
||||
var result = results[i];
|
||||
File.WriteAllText(Path.ChangeExtension(FilePath, $"{i}.decomp.uix"), result.InnerXml);
|
||||
File.WriteAllText(Path.ChangeExtension(FilePath, $"{i}.decomp.uix"), result.Doc.InnerXml);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<SignAssembly>True</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>..\libs\MicrosoftIris\36MSApp1024.snk</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>True</DelaySign>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<PackageReference Include="Gemini.Modules.Output" Version="1.0.44-beta" />
|
||||
<PackageReference Include="Gemini.Modules.ErrorList" Version="1.0.44-beta" />
|
||||
<PackageReference Include="Gemini.Modules.CodeEditor" Version="1.0.44-beta" />
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
|
||||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
|
||||
<PackageReference Include="WPFHexaEditor" Version="2.1.7" />
|
||||
<ProjectReference Include="..\libs\MicrosoftIris\UIX.Debug\UIX.Debug.csproj" />
|
||||
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
||||
|
||||
+1
-1
Submodule libs/MicrosoftIris updated: 5da8e72f3f...0bd6b273c0
Reference in New Issue
Block a user