From 3c8271a7f34efa125dc0fcdc94c3bcb31ef8a0f0 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 3 May 2019 17:40:42 +0200 Subject: [PATCH] pulizia... --- MConnectSDK/FodyWeavers.xml | 4 -- MConnectSDK/FodyWeavers.xsd | 111 ------------------------------------ 2 files changed, 115 deletions(-) delete mode 100644 MConnectSDK/FodyWeavers.xml delete mode 100644 MConnectSDK/FodyWeavers.xsd diff --git a/MConnectSDK/FodyWeavers.xml b/MConnectSDK/FodyWeavers.xml deleted file mode 100644 index a5dcf04..0000000 --- a/MConnectSDK/FodyWeavers.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/MConnectSDK/FodyWeavers.xsd b/MConnectSDK/FodyWeavers.xsd deleted file mode 100644 index 44a5374..0000000 --- a/MConnectSDK/FodyWeavers.xsd +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. - - - - - A list of unmanaged 32 bit assembly names to include, delimited with line breaks. - - - - - A list of unmanaged 64 bit assembly names to include, delimited with line breaks. - - - - - The order of preloaded assemblies, delimited with line breaks. - - - - - - This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. - - - - - Controls if .pdbs for reference assemblies are also embedded. - - - - - Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. - - - - - As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. - - - - - Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. - - - - - Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. - - - - - A list of unmanaged 32 bit assembly names to include, delimited with |. - - - - - A list of unmanaged 64 bit assembly names to include, delimited with |. - - - - - The order of preloaded assemblies, delimited with |. - - - - - - - - '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