From e87855f89af129fbfd29c499f79573508a8a0e79 Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Mon, 20 Sep 2021 18:06:46 +0300 Subject: [PATCH] Fix build demo apps --- Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj | 10 +++++++++- Apps/Contoso.WPF.Demo/project.json | 12 ------------ .../Contoso.WinForms.Demo.csproj | 10 +++++++++- Apps/Contoso.WinForms.Demo/project.json | 12 ------------ 4 files changed, 18 insertions(+), 26 deletions(-) delete mode 100644 Apps/Contoso.WPF.Demo/project.json delete mode 100644 Apps/Contoso.WinForms.Demo/project.json diff --git a/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj b/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj index 5cb45ead8..2eac0790c 100644 --- a/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj +++ b/Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj @@ -100,7 +100,6 @@ ResXFileCodeGenerator Resources.Designer.cs - SettingsSingleFileGenerator Settings.Designer.cs @@ -115,5 +114,14 @@ Contoso.UtilClassLibrary + + + + + + + + + \ No newline at end of file diff --git a/Apps/Contoso.WPF.Demo/project.json b/Apps/Contoso.WPF.Demo/project.json deleted file mode 100644 index 7c4b712f4..000000000 --- a/Apps/Contoso.WPF.Demo/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "dependencies": { - "Microsoft.AppCenter.Analytics": "4.4.0", - "Microsoft.AppCenter.Crashes": "4.4.0" - }, - "frameworks": { - "net461": {} - }, - "runtimes": { - "win": {} - } -} \ No newline at end of file diff --git a/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj b/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj index 674e05e42..447f7b520 100644 --- a/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj +++ b/Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj @@ -67,7 +67,6 @@ True Resources.resx - SettingsSingleFileGenerator Settings.Designer.cs @@ -81,5 +80,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/Apps/Contoso.WinForms.Demo/project.json b/Apps/Contoso.WinForms.Demo/project.json deleted file mode 100644 index 7c4b712f4..000000000 --- a/Apps/Contoso.WinForms.Demo/project.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "dependencies": { - "Microsoft.AppCenter.Analytics": "4.4.0", - "Microsoft.AppCenter.Crashes": "4.4.0" - }, - "frameworks": { - "net461": {} - }, - "runtimes": { - "win": {} - } -} \ No newline at end of file