From 206a423c7be43764ae61eaa19843ac21cfcf1eac Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 21 Dec 2020 17:37:34 -0800 Subject: [PATCH] =?UTF-8?q?Fixed=20the=20image=20problem,=20we=20weren't?= =?UTF-8?q?=20including=20the=20image=20file=20into=20the=20compiled=20pro?= =?UTF-8?q?ject=20=F0=9F=A4=A6=E2=80=8D=E2=99=80=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controls/EditorCanvas.xaml | 5 ++-- NodeEditor.Core.csproj | 54 ++++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/Controls/EditorCanvas.xaml b/Controls/EditorCanvas.xaml index caea01a..94225c5 100644 --- a/Controls/EditorCanvas.xaml +++ b/Controls/EditorCanvas.xaml @@ -8,11 +8,12 @@ mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"> - + - + + diff --git a/NodeEditor.Core.csproj b/NodeEditor.Core.csproj index 9e37a87..934e46b 100644 --- a/NodeEditor.Core.csproj +++ b/NodeEditor.Core.csproj @@ -1,27 +1,31 @@  - - WinExe - net5.0-windows10.0.19041.0 - true - NodeEditor - NodeEditor - 8 - false - 10.0 - 10.0.19041.0 - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - 12.0.3 - - - - + + WinExe + net5.0-windows10.0.19041.0 + true + NodeEditor + NodeEditor + 8 + false + 10.0 + 10.0.19041.0 + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + 12.0.3 + + + +