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
|
finally
|
||||||
{
|
{
|
||||||
// Even if there were errors, save the decomp results.
|
// Even if there were errors, save the decomp results.
|
||||||
var results = InterpreterContext.DecompileResults;
|
var results = Application.DebugSettings.DecompileResults;
|
||||||
if (results != null && results.Count > 0)
|
if (results != null && results.Count > 0)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < results.Count; i++)
|
for (int i = 0; i < results.Count; i++)
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net48</TargetFramework>
|
<TargetFramework>net5.0-windows</TargetFramework>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<ApplicationIcon>Images\VCSIrisProject.ico</ApplicationIcon>
|
<ApplicationIcon>Images\VCSIrisProject.ico</ApplicationIcon>
|
||||||
<!--<SignAssembly>true</SignAssembly>
|
<!--<SignAssembly>true</SignAssembly>
|
||||||
|
|||||||
Reference in New Issue
Block a user