mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Updated to use .NET 5.0 UIX
This commit is contained in:
@@ -265,7 +265,7 @@ namespace ZuneUIXTools
|
||||
finally
|
||||
{
|
||||
// Even if there were errors, save the decomp results.
|
||||
var results = InterpreterContext.DecompileResults;
|
||||
var results = Application.DebugSettings.DecompileResults;
|
||||
if (results != null && results.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < results.Count; i++)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ApplicationIcon>Images\VCSIrisProject.ico</ApplicationIcon>
|
||||
<!--<SignAssembly>true</SignAssembly>
|
||||
|
||||
Reference in New Issue
Block a user