From faa57093f3fac52b3630a3a9879c01fdfa0522e7 Mon Sep 17 00:00:00 2001 From: "T.Todua" Date: Mon, 27 Sep 2021 09:11:07 +0400 Subject: [PATCH] minor update --- Authenticator/FodyWeavers.xml | 1 + Authenticator/FodyWeavers.xsd | 24 ++++++++++++++++++++++++ Authenticator/app.config | 15 +++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 Authenticator/FodyWeavers.xml create mode 100644 Authenticator/FodyWeavers.xsd create mode 100644 Authenticator/app.config diff --git a/Authenticator/FodyWeavers.xml b/Authenticator/FodyWeavers.xml new file mode 100644 index 00000000..06ee7216 --- /dev/null +++ b/Authenticator/FodyWeavers.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Authenticator/FodyWeavers.xsd b/Authenticator/FodyWeavers.xsd new file mode 100644 index 00000000..b456719b --- /dev/null +++ b/Authenticator/FodyWeavers.xsd @@ -0,0 +1,24 @@ + + + + + + + + + '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 diff --git a/Authenticator/app.config b/Authenticator/app.config new file mode 100644 index 00000000..e90be0ec --- /dev/null +++ b/Authenticator/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file