From 053010dd28dae69ebcef37131d31d7716a3e1483 Mon Sep 17 00:00:00 2001 From: lindexi Date: Mon, 9 May 2022 14:48:07 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=20DemoApp=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomWpf/CustomWpf.sln | 13 +++++++++-- CustomWpf/Demo/DemoApp/App.xaml | 9 ++++++++ CustomWpf/Demo/DemoApp/App.xaml.cs | 17 ++++++++++++++ CustomWpf/Demo/DemoApp/AssemblyInfo.cs | 10 ++++++++ CustomWpf/Demo/DemoApp/DemoApp.csproj | 10 ++++++++ CustomWpf/Demo/DemoApp/MainWindow.xaml | 12 ++++++++++ CustomWpf/Demo/DemoApp/MainWindow.xaml.cs | 28 +++++++++++++++++++++++ 7 files changed, 97 insertions(+), 2 deletions(-) create mode 100644 CustomWpf/Demo/DemoApp/App.xaml create mode 100644 CustomWpf/Demo/DemoApp/App.xaml.cs create mode 100644 CustomWpf/Demo/DemoApp/AssemblyInfo.cs create mode 100644 CustomWpf/Demo/DemoApp/DemoApp.csproj create mode 100644 CustomWpf/Demo/DemoApp/MainWindow.xaml create mode 100644 CustomWpf/Demo/DemoApp/MainWindow.xaml.cs diff --git a/CustomWpf/CustomWpf.sln b/CustomWpf/CustomWpf.sln index 5be3cf3aedd..efd8dd718cc 100644 --- a/CustomWpf/CustomWpf.sln +++ b/CustomWpf/CustomWpf.sln @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{FE032A91-A79 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packaging", "Packaging", "{27886E90-E328-4AE9-86DA-1F596554D26B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnetCampus.WPF.NuGet", "Packaging\dotnetCampus.WPF.NuGet\dotnetCampus.WPF.NuGet.csproj", "{FDC9151F-3544-4C68-9D05-D8E4935F1A9F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.WPF.NuGet", "Packaging\dotnetCampus.WPF.NuGet\dotnetCampus.WPF.NuGet.csproj", "{FDC9151F-3544-4C68-9D05-D8E4935F1A9F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.WPF.Resource", "Lib\dotnetCampus.CustomWpf.Resource\dotnetCampus.WPF.Resource.csproj", "{D73CB485-6290-4E37-B441-8068E60CBF7E}" EndProject @@ -18,7 +18,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution build\Version.props = build\Version.props EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnetCampus.WPF.Dependencies", "Lib\dotnetCampus.CustomWpf.Dependencies\dotnetCampus.WPF.Dependencies.csproj", "{39E01A9E-C352-4B7E-96CA-612A07937470}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.WPF.Dependencies", "Lib\dotnetCampus.CustomWpf.Dependencies\dotnetCampus.WPF.Dependencies.csproj", "{39E01A9E-C352-4B7E-96CA-612A07937470}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "Demo\DemoApp\DemoApp.csproj", "{3C3A4FD6-333B-480B-8354-3BB209FA89DB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -42,6 +46,10 @@ Global {39E01A9E-C352-4B7E-96CA-612A07937470}.Debug|Any CPU.Build.0 = Debug|Any CPU {39E01A9E-C352-4B7E-96CA-612A07937470}.Release|Any CPU.ActiveCfg = Release|Any CPU {39E01A9E-C352-4B7E-96CA-612A07937470}.Release|Any CPU.Build.0 = Release|Any CPU + {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -51,6 +59,7 @@ Global {FDC9151F-3544-4C68-9D05-D8E4935F1A9F} = {27886E90-E328-4AE9-86DA-1F596554D26B} {D73CB485-6290-4E37-B441-8068E60CBF7E} = {FE032A91-A790-4274-A194-02E161D1F14B} {39E01A9E-C352-4B7E-96CA-612A07937470} = {FE032A91-A790-4274-A194-02E161D1F14B} + {3C3A4FD6-333B-480B-8354-3BB209FA89DB} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C25E6016-F278-457B-87D6-39EC0E0A6849} diff --git a/CustomWpf/Demo/DemoApp/App.xaml b/CustomWpf/Demo/DemoApp/App.xaml new file mode 100644 index 00000000000..d2734c10dbf --- /dev/null +++ b/CustomWpf/Demo/DemoApp/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/CustomWpf/Demo/DemoApp/App.xaml.cs b/CustomWpf/Demo/DemoApp/App.xaml.cs new file mode 100644 index 00000000000..5a67a03ff54 --- /dev/null +++ b/CustomWpf/Demo/DemoApp/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace DemoApp +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/CustomWpf/Demo/DemoApp/AssemblyInfo.cs b/CustomWpf/Demo/DemoApp/AssemblyInfo.cs new file mode 100644 index 00000000000..8b5504ecfbb --- /dev/null +++ b/CustomWpf/Demo/DemoApp/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/CustomWpf/Demo/DemoApp/DemoApp.csproj b/CustomWpf/Demo/DemoApp/DemoApp.csproj new file mode 100644 index 00000000000..4106cb0f2dd --- /dev/null +++ b/CustomWpf/Demo/DemoApp/DemoApp.csproj @@ -0,0 +1,10 @@ + + + + WinExe + net6.0-windows + enable + true + + + diff --git a/CustomWpf/Demo/DemoApp/MainWindow.xaml b/CustomWpf/Demo/DemoApp/MainWindow.xaml new file mode 100644 index 00000000000..ca389186015 --- /dev/null +++ b/CustomWpf/Demo/DemoApp/MainWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/CustomWpf/Demo/DemoApp/MainWindow.xaml.cs b/CustomWpf/Demo/DemoApp/MainWindow.xaml.cs new file mode 100644 index 00000000000..d2dfd425734 --- /dev/null +++ b/CustomWpf/Demo/DemoApp/MainWindow.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace DemoApp +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} From f541534d41062ae4e870eb29329c7a98b60438b5 Mon Sep 17 00:00:00 2001 From: lindexi Date: Mon, 9 May 2022 14:50:23 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=20WPF=20=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomWpf/CustomWpf.sln | 7 +++++ CustomWpf/Demo/DemoApp/DemoApp.csproj | 4 +++ CustomWpf/Demo/DemoLib1/AssemblyInfo.cs | 10 +++++++ CustomWpf/Demo/DemoLib1/DemoLib1.csproj | 9 +++++++ CustomWpf/Demo/DemoLib1/UserControl1.xaml | 12 +++++++++ CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs | 28 ++++++++++++++++++++ 6 files changed, 70 insertions(+) create mode 100644 CustomWpf/Demo/DemoLib1/AssemblyInfo.cs create mode 100644 CustomWpf/Demo/DemoLib1/DemoLib1.csproj create mode 100644 CustomWpf/Demo/DemoLib1/UserControl1.xaml create mode 100644 CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs diff --git a/CustomWpf/CustomWpf.sln b/CustomWpf/CustomWpf.sln index efd8dd718cc..06218301b39 100644 --- a/CustomWpf/CustomWpf.sln +++ b/CustomWpf/CustomWpf.sln @@ -24,6 +24,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{1FCB5593-B EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "Demo\DemoApp\DemoApp.csproj", "{3C3A4FD6-333B-480B-8354-3BB209FA89DB}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoLib1", "Demo\DemoLib1\DemoLib1.csproj", "{B892B53C-752A-4700-8845-CD095F3AC08B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -50,6 +52,10 @@ Global {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Debug|Any CPU.Build.0 = Debug|Any CPU {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Release|Any CPU.ActiveCfg = Release|Any CPU {3C3A4FD6-333B-480B-8354-3BB209FA89DB}.Release|Any CPU.Build.0 = Release|Any CPU + {B892B53C-752A-4700-8845-CD095F3AC08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B892B53C-752A-4700-8845-CD095F3AC08B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B892B53C-752A-4700-8845-CD095F3AC08B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B892B53C-752A-4700-8845-CD095F3AC08B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -60,6 +66,7 @@ Global {D73CB485-6290-4E37-B441-8068E60CBF7E} = {FE032A91-A790-4274-A194-02E161D1F14B} {39E01A9E-C352-4B7E-96CA-612A07937470} = {FE032A91-A790-4274-A194-02E161D1F14B} {3C3A4FD6-333B-480B-8354-3BB209FA89DB} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} + {B892B53C-752A-4700-8845-CD095F3AC08B} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C25E6016-F278-457B-87D6-39EC0E0A6849} diff --git a/CustomWpf/Demo/DemoApp/DemoApp.csproj b/CustomWpf/Demo/DemoApp/DemoApp.csproj index 4106cb0f2dd..8e64677efdc 100644 --- a/CustomWpf/Demo/DemoApp/DemoApp.csproj +++ b/CustomWpf/Demo/DemoApp/DemoApp.csproj @@ -7,4 +7,8 @@ true + + + + diff --git a/CustomWpf/Demo/DemoLib1/AssemblyInfo.cs b/CustomWpf/Demo/DemoLib1/AssemblyInfo.cs new file mode 100644 index 00000000000..8b5504ecfbb --- /dev/null +++ b/CustomWpf/Demo/DemoLib1/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/CustomWpf/Demo/DemoLib1/DemoLib1.csproj b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj new file mode 100644 index 00000000000..c6ee76c2b79 --- /dev/null +++ b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj @@ -0,0 +1,9 @@ + + + + net6.0-windows + enable + true + + + diff --git a/CustomWpf/Demo/DemoLib1/UserControl1.xaml b/CustomWpf/Demo/DemoLib1/UserControl1.xaml new file mode 100644 index 00000000000..c1a99ddd476 --- /dev/null +++ b/CustomWpf/Demo/DemoLib1/UserControl1.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs b/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs new file mode 100644 index 00000000000..7715c90b5fe --- /dev/null +++ b/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace DemoLib1 +{ + /// + /// Interaction logic for UserControl1.xaml + /// + public partial class UserControl1 : UserControl + { + public UserControl1() + { + InitializeComponent(); + } + } +} From ca5ff049ad94216734966eb76628a381faf72cb4 Mon Sep 17 00:00:00 2001 From: lindexi Date: Mon, 9 May 2022 15:02:42 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E7=BA=AF=20.NET=20?= =?UTF-8?q?=E7=9A=84=E5=BA=93=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomWpf/CustomWpf.sln | 7 +++++++ CustomWpf/Demo/DemoApp/DemoApp.csproj | 1 + CustomWpf/Demo/DemoApp/MainWindow.xaml | 4 ++-- CustomWpf/Demo/DemoLib1/DemoLib1.csproj | 5 +++++ CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs | 3 +++ CustomWpf/Demo/DemoLib2/DemoLib2.csproj | 10 ++++++++++ CustomWpf/Demo/DemoLib2/Foo.cs | 12 ++++++++++++ 7 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 CustomWpf/Demo/DemoLib2/DemoLib2.csproj create mode 100644 CustomWpf/Demo/DemoLib2/Foo.cs diff --git a/CustomWpf/CustomWpf.sln b/CustomWpf/CustomWpf.sln index 06218301b39..500cb3ff708 100644 --- a/CustomWpf/CustomWpf.sln +++ b/CustomWpf/CustomWpf.sln @@ -26,6 +26,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoApp", "Demo\DemoApp\Dem EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoLib1", "Demo\DemoLib1\DemoLib1.csproj", "{B892B53C-752A-4700-8845-CD095F3AC08B}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoLib2", "Demo\DemoLib2\DemoLib2.csproj", "{17CCDE40-5335-479A-8B67-E7B0A1332EA9}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -56,6 +58,10 @@ Global {B892B53C-752A-4700-8845-CD095F3AC08B}.Debug|Any CPU.Build.0 = Debug|Any CPU {B892B53C-752A-4700-8845-CD095F3AC08B}.Release|Any CPU.ActiveCfg = Release|Any CPU {B892B53C-752A-4700-8845-CD095F3AC08B}.Release|Any CPU.Build.0 = Release|Any CPU + {17CCDE40-5335-479A-8B67-E7B0A1332EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17CCDE40-5335-479A-8B67-E7B0A1332EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17CCDE40-5335-479A-8B67-E7B0A1332EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17CCDE40-5335-479A-8B67-E7B0A1332EA9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -67,6 +73,7 @@ Global {39E01A9E-C352-4B7E-96CA-612A07937470} = {FE032A91-A790-4274-A194-02E161D1F14B} {3C3A4FD6-333B-480B-8354-3BB209FA89DB} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} {B892B53C-752A-4700-8845-CD095F3AC08B} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} + {17CCDE40-5335-479A-8B67-E7B0A1332EA9} = {1FCB5593-B06F-4DC3-B63F-315CF6DCF2BA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C25E6016-F278-457B-87D6-39EC0E0A6849} diff --git a/CustomWpf/Demo/DemoApp/DemoApp.csproj b/CustomWpf/Demo/DemoApp/DemoApp.csproj index 8e64677efdc..4fbfa2bc335 100644 --- a/CustomWpf/Demo/DemoApp/DemoApp.csproj +++ b/CustomWpf/Demo/DemoApp/DemoApp.csproj @@ -5,6 +5,7 @@ net6.0-windows enable true + false diff --git a/CustomWpf/Demo/DemoApp/MainWindow.xaml b/CustomWpf/Demo/DemoApp/MainWindow.xaml index ca389186015..b52095773ab 100644 --- a/CustomWpf/Demo/DemoApp/MainWindow.xaml +++ b/CustomWpf/Demo/DemoApp/MainWindow.xaml @@ -3,10 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:DemoApp" + xmlns:local="clr-namespace:DemoApp" xmlns:demolib1="clr-namespace:DemoLib1;assembly=DemoLib1" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> - + diff --git a/CustomWpf/Demo/DemoLib1/DemoLib1.csproj b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj index c6ee76c2b79..6b8a3e42f50 100644 --- a/CustomWpf/Demo/DemoLib1/DemoLib1.csproj +++ b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj @@ -4,6 +4,11 @@ net6.0-windows enable true + false + + + + diff --git a/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs b/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs index 7715c90b5fe..255d31e44fa 100644 --- a/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs +++ b/CustomWpf/Demo/DemoLib1/UserControl1.xaml.cs @@ -12,6 +12,7 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; +using DemoLib2; namespace DemoLib1 { @@ -24,5 +25,7 @@ public UserControl1() { InitializeComponent(); } + + public Foo Foo { get; } = new Foo(); } } diff --git a/CustomWpf/Demo/DemoLib2/DemoLib2.csproj b/CustomWpf/Demo/DemoLib2/DemoLib2.csproj new file mode 100644 index 00000000000..268cbace460 --- /dev/null +++ b/CustomWpf/Demo/DemoLib2/DemoLib2.csproj @@ -0,0 +1,10 @@ + + + + net6.0 + enable + enable + false + + + diff --git a/CustomWpf/Demo/DemoLib2/Foo.cs b/CustomWpf/Demo/DemoLib2/Foo.cs new file mode 100644 index 00000000000..a5438636cd7 --- /dev/null +++ b/CustomWpf/Demo/DemoLib2/Foo.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace DemoLib2 +{ + public class Foo + { + } +} From c8edcccd1148b334d549ac77150348223a7c54c1 Mon Sep 17 00:00:00 2001 From: lindexi Date: Mon, 9 May 2022 15:26:19 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomWpf/Demo/DemoApp/DemoApp.csproj | 6 ++++++ CustomWpf/Demo/DemoLib1/DemoLib1.csproj | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/CustomWpf/Demo/DemoApp/DemoApp.csproj b/CustomWpf/Demo/DemoApp/DemoApp.csproj index 4fbfa2bc335..1a3bf6c44c4 100644 --- a/CustomWpf/Demo/DemoApp/DemoApp.csproj +++ b/CustomWpf/Demo/DemoApp/DemoApp.csproj @@ -8,6 +8,12 @@ false + + + + + + diff --git a/CustomWpf/Demo/DemoLib1/DemoLib1.csproj b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj index 6b8a3e42f50..efadcca11bb 100644 --- a/CustomWpf/Demo/DemoLib1/DemoLib1.csproj +++ b/CustomWpf/Demo/DemoLib1/DemoLib1.csproj @@ -7,6 +7,10 @@ false + + + +