From 1c803f5b95b533674edca42c3db924ccc3f06d90 Mon Sep 17 00:00:00 2001 From: Goose Bomb Date: Fri, 21 Feb 2020 01:20:58 +0800 Subject: [PATCH] We don't need those FodyWeavers any more! --- GBCLV3/FodyWeavers.xml | 3 --- GBCLV3/FodyWeavers.xsd | 54 ------------------------------------------ 2 files changed, 57 deletions(-) delete mode 100644 GBCLV3/FodyWeavers.xml delete mode 100644 GBCLV3/FodyWeavers.xsd diff --git a/GBCLV3/FodyWeavers.xml b/GBCLV3/FodyWeavers.xml deleted file mode 100644 index d5abfed..0000000 --- a/GBCLV3/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/GBCLV3/FodyWeavers.xsd b/GBCLV3/FodyWeavers.xsd deleted file mode 100644 index 2f1b8aa..0000000 --- a/GBCLV3/FodyWeavers.xsd +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - Used to control if the On_PropertyName_Changed feature is enabled. - - - - - Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form. - - - - - Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project. - - - - - Used to control if equality checks should use the Equals method resolved from the base class. - - - - - Used to control if equality checks should use the static Equals method resolved from the base class. - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file