From d7dc4bf496975576bce686919c917c539470d716 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 3 Apr 2020 16:37:59 -0700 Subject: [PATCH] updating references and removing a few that seem uneeded for how stuff is referenced --- .../Wox.Plugin.Program/Wox.Plugin.Program.csproj | 2 +- src/modules/launcher/Wox.Core/FodyWeavers.xsd | 10 ++++++++++ src/modules/launcher/Wox.Core/Wox.Core.csproj | 2 +- .../Wox.Infrastructure/Wox.Infrastructure.csproj | 4 ++-- src/modules/launcher/Wox.Plugin/FodyWeavers.xsd | 10 ++++++++++ src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 2 +- src/modules/launcher/Wox.Test/Wox.Test.csproj | 7 +++++-- src/modules/launcher/Wox/FodyWeavers.xsd | 10 ++++++++++ src/modules/launcher/Wox/Wox.csproj | 9 +++------ 9 files changed, 43 insertions(+), 13 deletions(-) diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj index f20c89b4bb..70ac71df9e 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj @@ -115,7 +115,7 @@ - + diff --git a/src/modules/launcher/Wox.Core/FodyWeavers.xsd b/src/modules/launcher/Wox.Core/FodyWeavers.xsd index 2f1b8aae7a..221aeb8a54 100644 --- a/src/modules/launcher/Wox.Core/FodyWeavers.xsd +++ b/src/modules/launcher/Wox.Core/FodyWeavers.xsd @@ -31,6 +31,16 @@ Used to control if equality checks should use the static Equals method resolved from the base class. + + + Used to turn off build warnings from this weaver. + + + + + Used to turn off build warnings about mismatched On_PropertyName_Changed methods. + + diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index b68200051f..dee076e48c 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -59,7 +59,7 @@ - + diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 8a1fe64f43..afeaef5c68 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -49,8 +49,8 @@ - - + + diff --git a/src/modules/launcher/Wox.Plugin/FodyWeavers.xsd b/src/modules/launcher/Wox.Plugin/FodyWeavers.xsd index 2f1b8aae7a..221aeb8a54 100644 --- a/src/modules/launcher/Wox.Plugin/FodyWeavers.xsd +++ b/src/modules/launcher/Wox.Plugin/FodyWeavers.xsd @@ -31,6 +31,16 @@ Used to control if equality checks should use the static Equals method resolved from the base class. + + + Used to turn off build warnings from this weaver. + + + + + Used to turn off build warnings about mismatched On_PropertyName_Changed methods. + + diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 353f62c1a7..55d01df17f 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -59,7 +59,7 @@ - + diff --git a/src/modules/launcher/Wox.Test/Wox.Test.csproj b/src/modules/launcher/Wox.Test/Wox.Test.csproj index a0fe13e072..1223cbe952 100644 --- a/src/modules/launcher/Wox.Test/Wox.Test.csproj +++ b/src/modules/launcher/Wox.Test/Wox.Test.csproj @@ -48,8 +48,11 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/src/modules/launcher/Wox/FodyWeavers.xsd b/src/modules/launcher/Wox/FodyWeavers.xsd index 2f1b8aae7a..221aeb8a54 100644 --- a/src/modules/launcher/Wox/FodyWeavers.xsd +++ b/src/modules/launcher/Wox/FodyWeavers.xsd @@ -31,6 +31,16 @@ Used to control if equality checks should use the static Equals method resolved from the base class. + + + Used to turn off build warnings from this weaver. + + + + + Used to turn off build warnings about mismatched On_PropertyName_Changed methods. + + diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj index a67357ac21..4710eb8c8d 100644 --- a/src/modules/launcher/Wox/Wox.csproj +++ b/src/modules/launcher/Wox/Wox.csproj @@ -57,21 +57,18 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + -