mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Use ZuneDev
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
Directory.Build.props = Directory.Build.props
|
Directory.Build.props = Directory.Build.props
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UIX.Asm", "..\..\yoshiask\ZuneUIXTools\libs\UIX.Asm\UIX.Asm.csproj", "{9589AAC1-D006-4985-87BD-960F90867482}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UIX.Asm", "..\..\ZuneDev\ZuneUIXTools\libs\UIX.Asm\UIX.Asm.csproj", "{9589AAC1-D006-4985-87BD-960F90867482}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -544,7 +544,10 @@ namespace Microsoft.Zune.Shell
|
|||||||
var dis = Iris.Asm.Disassembler.Load(loadResult);
|
var dis = Iris.Asm.Disassembler.Load(loadResult);
|
||||||
var source = dis.Write();
|
var source = dis.Write();
|
||||||
watch.Stop();
|
watch.Stop();
|
||||||
File.WriteAllText(@"D:\Documents\REProj\Zune\UIXA\" + Path.GetFileNameWithoutExtension(e.Uri) + ".uixa", source);
|
|
||||||
|
string disasmPath = @"C:\Users\jjask\Documents\Dump\Zune\" + Path.GetFileNameWithoutExtension(e.Uri) + ".uixa";
|
||||||
|
Debug.WriteLine($"Took {watch.ElapsedMilliseconds} ms to write to {disasmPath}");
|
||||||
|
File.WriteAllText(disasmPath, source);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void ErrorReportHandler(Error[] errors)
|
private static void ErrorReportHandler(Error[] errors)
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
|
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
|
||||||
<ProjectReference Include="..\..\..\yoshiask\ZuneUIXTools\libs\UIX.Asm\UIX.Asm.csproj" />
|
<ProjectReference Include="..\..\..\ZuneDev\ZuneUIXTools\libs\UIX.Asm\UIX.Asm.csproj" />
|
||||||
<!--<PackageReference Include="UIX.Asm" Version="0.0.2-beta" />-->
|
<!--<PackageReference Include="UIX.Asm" Version="0.0.2-beta" />-->
|
||||||
|
|
||||||
<PackageReference Include="StrixMusic.Sdk" Version="0.1.0-alpha" />
|
<PackageReference Include="StrixMusic.Sdk" Version="0.1.0-alpha" />
|
||||||
|
|||||||
+1
-1
Submodule libs/MicrosoftIris updated: b0d5209f07...d6e3713ccd
Reference in New Issue
Block a user