From 0b0bba3e465b6ab8456a38404adb17dc80d6e5fc Mon Sep 17 00:00:00 2001 From: David Kallesen Date: Tue, 22 Apr 2025 11:48:28 +0200 Subject: [PATCH] build: add link to readme.md for pack --- src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj | 7 ++++--- src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj | 5 +++++ src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj | 5 +++++ src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj | 6 +++++- src/Atc.Wpf/Atc.Wpf.csproj | 7 ++++--- 5 files changed, 23 insertions(+), 7 deletions(-) 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 + + + +