Updated to use .NET 5.0 UIX

This commit is contained in:
Yoshi Askharoun
2021-11-16 23:25:43 -06:00
parent a365dad3cb
commit d738b04a38
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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++)
+2 -2
View File
@@ -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>