From ca5d7381247f1e4d57881d389b045b393a4ecc3e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 16 Jan 2019 02:51:30 +0900 Subject: use Costura --- WarframeClock/FodyWeavers.xml | 4 ++ WarframeClock/FodyWeavers.xsd | 111 +++++++++++++++++++++++++++++++++++++ WarframeClock/WarframeClock.csproj | 14 +++++ WarframeClock/packages.config | 2 + 4 files changed, 131 insertions(+) create mode 100644 WarframeClock/FodyWeavers.xml create mode 100644 WarframeClock/FodyWeavers.xsd diff --git a/WarframeClock/FodyWeavers.xml b/WarframeClock/FodyWeavers.xml new file mode 100644 index 0000000..447fd4a --- /dev/null +++ b/WarframeClock/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + diff --git a/WarframeClock/FodyWeavers.xsd b/WarframeClock/FodyWeavers.xsd new file mode 100644 index 0000000..44a5374 --- /dev/null +++ b/WarframeClock/FodyWeavers.xsd @@ -0,0 +1,111 @@ + + + + + + + + + + + + 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 diff --git a/WarframeClock/WarframeClock.csproj b/WarframeClock/WarframeClock.csproj index 1ec7fd2..48a0b99 100644 --- a/WarframeClock/WarframeClock.csproj +++ b/WarframeClock/WarframeClock.csproj @@ -1,5 +1,6 @@  + Debug @@ -28,6 +29,8 @@ false false true + + AnyCPU @@ -56,6 +59,9 @@ false + + ..\packages\Costura.Fody.3.3.0\lib\net40\Costura.dll + ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll @@ -120,4 +126,12 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/WarframeClock/packages.config b/WarframeClock/packages.config index 07efd4d..12e3dcc 100644 --- a/WarframeClock/packages.config +++ b/WarframeClock/packages.config @@ -1,5 +1,7 @@  + + -- cgit v1.2.3