diff --git a/src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj b/src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj index 532cc87..7919850 100644 --- a/src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj +++ b/src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj @@ -8,12 +8,13 @@ wpf;controls;sample A base library for building Sample WPF application. README.md - - - $(NoWarn);CS0169;CS0649;CS8618;CA1823 + + + + diff --git a/src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj b/src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj index 0207cb0..26d03f1 100644 --- a/src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj +++ b/src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj @@ -8,8 +8,13 @@ wpf;controls A base library for building WPF application. README.md + $(NoWarn);CS0169;CS0649;CS8618;CA1823 + + + + diff --git a/src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj b/src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj index c3fed28..174ea85 100644 --- a/src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj +++ b/src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj @@ -8,8 +8,13 @@ wpf;controls.font,icons A base library for building WPF application. README.md + $(NoWarn);CS0169;CS0649;CS8618;CA1823 + + + + diff --git a/src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj b/src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj index 45c22b0..201486c 100644 --- a/src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj +++ b/src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj @@ -8,9 +8,13 @@ wpf;theming A base library for building WPF application with theming. README.md - $(NoWarn);SYSLIB0051 + $(NoWarn);SYSLIB0051;CS0169;CS0649;CS8618;CA1823 + + + + diff --git a/src/Atc.Wpf/Atc.Wpf.csproj b/src/Atc.Wpf/Atc.Wpf.csproj index b8c2908..f659663 100644 --- a/src/Atc.Wpf/Atc.Wpf.csproj +++ b/src/Atc.Wpf/Atc.Wpf.csproj @@ -8,12 +8,13 @@ wpf;mvvm,relaycommand A base library for building WPF application with the MVVM design pattern. README.md - - - $(NoWarn);CS0169;CS0649;CS8618;CA1823 + + + +