Use ZuneDev

This commit is contained in:
Yoshi Askharoun
2024-06-13 17:46:43 -05:00
parent ab2a2cb454
commit 0c086dd725
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
EndProjectSection
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -544,7 +544,10 @@ namespace Microsoft.Zune.Shell
var dis = Iris.Asm.Disassembler.Load(loadResult);
var source = dis.Write();
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)
+1 -1
View File
@@ -36,7 +36,7 @@
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
</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="StrixMusic.Sdk" Version="0.1.0-alpha" />