From 79fa8f8fae200198aa72e46bbe1724201490fee2 Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Sun, 10 Jan 2021 20:07:10 -0800 Subject: [PATCH] Program dependencies, csproj changes Add System.Drawing.Common as a dependency --- botw-toolset/BOTWToolset.csproj | 50 ++++++++++++++++++++++++++++++--- botw-toolset/packages.config | 4 +++ 2 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 botw-toolset/packages.config diff --git a/botw-toolset/BOTWToolset.csproj b/botw-toolset/BOTWToolset.csproj index 9f93475..85f4bf1 100644 --- a/botw-toolset/BOTWToolset.csproj +++ b/botw-toolset/BOTWToolset.csproj @@ -37,6 +37,10 @@ + + + ..\packages\System.Drawing.Common.5.0.0\lib\net461\System.Drawing.Common.dll + @@ -55,9 +59,31 @@ MSBuild:Compile Designer + + TabRSTB.xaml + + + TabSARC.xaml + TabTSCB.xaml + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + MSBuild:Compile Designer @@ -66,17 +92,31 @@ App.xaml Code + + TabYaz0.xaml + + + TSCBAreaExpander.xaml + + + + - - + + + + + + + + - + - Dashboard.xaml Code @@ -104,6 +144,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs @@ -115,5 +156,6 @@ + \ No newline at end of file diff --git a/botw-toolset/packages.config b/botw-toolset/packages.config new file mode 100644 index 0000000..2532d5e --- /dev/null +++ b/botw-toolset/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file