diff --git a/tiny7z/tiny7z.csproj b/tiny7z/tiny7z.csproj index 22c85fd..6ac004c 100644 --- a/tiny7z/tiny7z.csproj +++ b/tiny7z/tiny7z.csproj @@ -1,113 +1,38 @@ - - - - - Debug - AnyCPU - {E52AE256-6645-423A-B262-2CC5B6060F94} - Library - tiny7z - tiny7z - v4.6.1 - 512 - true - - - AnyCPU - true - full - true - bin\Debug\ - TRACE;DEBUG;DISABLE_TRACE - prompt - 4 - true - - - AnyCPU - none - true - bin\Release\ - TRACE;DISABLE_TRACE - prompt - 4 - false - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + netstandard2.0 + Library + true + false + true + 0.2.0 + + + true + TRACE;DEBUG;DISABLE_TRACE + true + + + none + TRACE;DISABLE_TRACE + true + + + + + + + false + + + false + + + + + + + all + + \ No newline at end of file diff --git a/tiny7zTool/FodyWeavers.xsd b/tiny7zTool/FodyWeavers.xsd index 44a5374..05e92c1 100644 --- a/tiny7zTool/FodyWeavers.xsd +++ b/tiny7zTool/FodyWeavers.xsd @@ -17,6 +17,16 @@ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks + + + + + A list of runtime 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. @@ -43,6 +53,16 @@ Controls if .pdbs for reference assemblies are also embedded. + + + Controls if runtime assemblies are also embedded. + + + + + Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. + + Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. @@ -73,6 +93,16 @@ A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. + + + A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | + + + + + A list of runtime 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 |. diff --git a/tiny7zTool/tiny7zTool.csproj b/tiny7zTool/tiny7zTool.csproj index 8970479..302ebac 100644 --- a/tiny7zTool/tiny7zTool.csproj +++ b/tiny7zTool/tiny7zTool.csproj @@ -1,69 +1,15 @@ - - - + - Debug - AnyCPU - {C16558CA-32A2-4713-B034-7758841AC052} + net5.0 Exe - tiny7zTool t7zt - v4.6.1 - 512 - true - true + false - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - + - - - - - {e52ae256-6645-423a-b262-2cc5b6060f94} - tiny7z - - - - - 3.3.3 - - - 4.0.2 - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + 2.8.0 @@ -73,9 +19,13 @@ 3.1.0 + + + all + + - \ No newline at end of file