From 77b5eb454efe8212b708a20c5fa3947e2955b224 Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 7 Dec 2024 04:58:07 +0800 Subject: [PATCH] Reduce duplicate dependencies on publish files --- QuickLook.Common | 2 +- .../QuickLook.Plugin.ArchiveViewer.csproj | 120 ++++----- .../QuickLook.Plugin.CsvViewer.csproj | 118 ++++----- .../QuickLook.Plugin.HtmlViewer.csproj | 140 ++++++----- .../QuickLook.Plugin.ImageViewer.csproj | 156 ++++++------ .../QuickLook.Plugin.MailViewer.csproj | 142 ++++++----- .../QuickLook.Plugin.MarkdownViewer.csproj | 38 +-- .../QuickLook.Plugin.PdfViewer.csproj | 32 ++- .../QuickLook.Plugin.PluginInstaller.csproj | 32 ++- .../QuickLook.Plugin.TextViewer.csproj | 26 +- .../QuickLook.Plugin.VideoViewer.csproj | 50 ++-- QuickLook/FodyWeavers.xml | 3 - QuickLook/FodyWeavers.xsd | 141 ----------- QuickLook/QuickLook.csproj | 236 +++++++++--------- 14 files changed, 576 insertions(+), 660 deletions(-) delete mode 100644 QuickLook/FodyWeavers.xml delete mode 100644 QuickLook/FodyWeavers.xsd diff --git a/QuickLook.Common b/QuickLook.Common index 84d56f8..b7d7ba9 160000 --- a/QuickLook.Common +++ b/QuickLook.Common @@ -1 +1 @@ -Subproject commit 84d56f8b0c49ffd0dddb20cf2b9b5d0f8a8d0cd6 +Subproject commit b7d7ba920e1699f9e2ef1531b420c901f67ccc75 diff --git a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj index 73e8e1d..a030126 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.ArchiveViewer/QuickLook.Plugin.ArchiveViewer.csproj @@ -1,69 +1,73 @@  - - Library - net462 - QuickLook.Plugin.ArchiveViewer - QuickLook.Plugin.ArchiveViewer - 512 - AnyCPU - false - true - true - latest - True - false - false - false - MinimumRecommendedRules.ruleset - {DE2E3BC5-6AB2-4420-A160-48C7A7506C1C} - + + Library + net462 + QuickLook.Plugin.ArchiveViewer + QuickLook.Plugin.ArchiveViewer + 512 + AnyCPU + false + true + true + latest + True + false + false + false + MinimumRecommendedRules.ruleset + {DE2E3BC5-6AB2-4420-A160-48C7A7506C1C} + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ - DEBUG;TRACE - full - x86 - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ + DEBUG;TRACE + full + x86 + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ - TRACE - true - pdbonly - x86 - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ + TRACE + true + pdbonly + x86 + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ - DEBUG;TRACE - full - AnyCPU - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ + DEBUG;TRACE + full + AnyCPU + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ - TRACE - true - pdbonly - AnyCPU - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ArchiveViewer\ + TRACE + true + pdbonly + AnyCPU + - - - - + + + + - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.CsvViewer/QuickLook.Plugin.CsvViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.CsvViewer/QuickLook.Plugin.CsvViewer.csproj index 57685a1..fbd412d 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.CsvViewer/QuickLook.Plugin.CsvViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.CsvViewer/QuickLook.Plugin.CsvViewer.csproj @@ -1,68 +1,72 @@  - - Library - net462 - QuickLook.Plugin.CsvViewer - QuickLook.Plugin.CsvViewer - 512 - false - true - latest - false - false - false - MinimumRecommendedRules.ruleset - {863ECAAC-18D9-4256-A27D-0F308089FB47} - + + Library + net462 + QuickLook.Plugin.CsvViewer + QuickLook.Plugin.CsvViewer + 512 + false + true + latest + false + false + false + MinimumRecommendedRules.ruleset + {863ECAAC-18D9-4256-A27D-0F308089FB47} + - - true - full - false - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ - DEBUG;TRACE - prompt - + + true + full + false + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ + DEBUG;TRACE + prompt + - - pdbonly - true - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ - TRACE - prompt - + + pdbonly + true + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ + TRACE + prompt + - - true - full - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ - DEBUG;TRACE - x86 - prompt - + + true + full + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ + DEBUG;TRACE + x86 + prompt + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ - TRACE - true - pdbonly - x86 - prompt - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.CsvViewer\ + TRACE + true + pdbonly + x86 + prompt + - - - + + + - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/QuickLook.Plugin.HtmlViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/QuickLook.Plugin.HtmlViewer.csproj index c5c7e5f..98be7cb 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/QuickLook.Plugin.HtmlViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/QuickLook.Plugin.HtmlViewer.csproj @@ -1,82 +1,86 @@  - - library - net462 - QuickLook.Plugin.HtmlViewer - QuickLook.Plugin.HtmlViewer - 512 - false - true - latest - false - false - false - MinimumRecommendedRules.ruleset - {CE22A1F3-7F2C-4EC8-BFDE-B58D0EB625FC} - + + library + net462 + QuickLook.Plugin.HtmlViewer + QuickLook.Plugin.HtmlViewer + 512 + false + true + latest + false + false + false + MinimumRecommendedRules.ruleset + {CE22A1F3-7F2C-4EC8-BFDE-B58D0EB625FC} + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ - DEBUG;TRACE - full - x86 - prompt - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ + DEBUG;TRACE + full + x86 + prompt + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ - TRACE - true - pdbonly - x86 - prompt - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ + TRACE + true + pdbonly + x86 + prompt + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ - DEBUG;TRACE - full - AnyCPU - prompt - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ + DEBUG;TRACE + full + AnyCPU + prompt + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ - TRACE - true - pdbonly - AnyCPU - prompt - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.HtmlViewer\ + TRACE + true + pdbonly + AnyCPU + prompt + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj index 29485e2..ce87ea8 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj @@ -1,90 +1,94 @@  - - Library - net462 - QuickLook.Plugin.ImageViewer - QuickLook.Plugin.ImageViewer - 512 - false - true - latest - false - false - false - MinimumRecommendedRules.ruleset - {FE5A5111-9607-4721-A7BE-422754002ED8} - + + Library + net462 + QuickLook.Plugin.ImageViewer + QuickLook.Plugin.ImageViewer + 512 + false + true + latest + false + false + false + MinimumRecommendedRules.ruleset + {FE5A5111-9607-4721-A7BE-422754002ED8} + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ - DEBUG;TRACE - full - x86 - prompt - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ + DEBUG;TRACE + full + x86 + prompt + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ - TRACE - true - pdbonly - x86 - prompt - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ + TRACE + true + pdbonly + x86 + prompt + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ - DEBUG;TRACE - full - AnyCPU - prompt - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ + DEBUG;TRACE + full + AnyCPU + prompt + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ - TRACE - true - pdbonly - AnyCPU - prompt - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.ImageViewer\ + TRACE + true + pdbonly + AnyCPU + prompt + - - - + + + - - - .\LibAPNG.dll - - - + + + .\LibAPNG.dll + + + - - - - + + + + - - - PreserveNewest - - - PreserveNewest - - + + + PreserveNewest + + + PreserveNewest + + - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.MailViewer/QuickLook.Plugin.MailViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.MailViewer/QuickLook.Plugin.MailViewer.csproj index bdba2ed..b6d9c3c 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.MailViewer/QuickLook.Plugin.MailViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.MailViewer/QuickLook.Plugin.MailViewer.csproj @@ -1,79 +1,87 @@  - - Library - net462 - QuickLook.Plugin.MailViewer - QuickLook.Plugin.MailViewer - 512 - 4 - false - true - latest - false - false - false - MinimumRecommendedRules.ruleset - {45E94893-3076-4A8E-8969-6955B6340739} - + + Library + net462 + QuickLook.Plugin.MailViewer + QuickLook.Plugin.MailViewer + 512 + 4 + false + true + latest + false + false + false + MinimumRecommendedRules.ruleset + {45E94893-3076-4A8E-8969-6955B6340739} + - - true - full - false - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ - DEBUG;TRACE - prompt - + + true + full + false + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ + DEBUG;TRACE + prompt + - - pdbonly - true - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ - TRACE - prompt - + + pdbonly + true + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ + TRACE + prompt + - - true - ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - + + true + ..\..\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + - - ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - + + ..\..\Build\Release\QuickLook.Plugin\QuickLook.Plugin.MailViewer\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + - - - - - + + + + + - - - - + + + + - - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + + {ce22a1f3-7f2c-4ec8-bfde-b58d0eb625fc} + QuickLook.Plugin.HtmlViewer + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/QuickLook.Plugin.MarkdownViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/QuickLook.Plugin.MarkdownViewer.csproj index 7f93ccc..f8c2f4d 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/QuickLook.Plugin.MarkdownViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/QuickLook.Plugin.MarkdownViewer.csproj @@ -7,14 +7,14 @@ QuickLook.Plugin.MarkdownViewer 512 false - true - latest - enable - false - false - false - MinimumRecommendedRules.ruleset - {AB1270AF-7EB4-4B4F-9E09-6404F1A28EA0} + true + latest + enable + false + false + false + MinimumRecommendedRules.ruleset + {AB1270AF-7EB4-4B4F-9E09-6404F1A28EA0} @@ -68,8 +68,16 @@ - - + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + + {CE22A1F3-7F2C-4EC8-BFDE-B58D0EB625FC} + QuickLook.Plugin.HtmlViewer + False + @@ -96,10 +104,10 @@ - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.PDFViewer/QuickLook.Plugin.PdfViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.PDFViewer/QuickLook.Plugin.PdfViewer.csproj index 2a4589a..059f994 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.PDFViewer/QuickLook.Plugin.PdfViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.PDFViewer/QuickLook.Plugin.PdfViewer.csproj @@ -9,11 +9,11 @@ false true latest - false - false - false - MinimumRecommendedRules.ruleset - {A82AC69C-EDF5-4F0D-8CBD-8E5E3C06E64D} + false + false + false + MinimumRecommendedRules.ruleset + {A82AC69C-EDF5-4F0D-8CBD-8E5E3C06E64D} @@ -73,18 +73,26 @@ - - + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + + {fe5a5111-9607-4721-a7be-422754002ed8} + QuickLook.Plugin.ImageViewer + False + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.PluginInstaller/QuickLook.Plugin.PluginInstaller.csproj b/QuickLook.Plugin/QuickLook.Plugin.PluginInstaller/QuickLook.Plugin.PluginInstaller.csproj index ec07b32..a2cbb0f 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.PluginInstaller/QuickLook.Plugin.PluginInstaller.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.PluginInstaller/QuickLook.Plugin.PluginInstaller.csproj @@ -9,11 +9,11 @@ false true latest - false - false - false - MinimumRecommendedRules.ruleset - {BD58F3FC-7601-47BA-AAA1-D8A9D54A33DA} + false + false + false + MinimumRecommendedRules.ruleset + {BD58F3FC-7601-47BA-AAA1-D8A9D54A33DA} @@ -63,14 +63,22 @@ - - + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + + {8B4A9CE5-67B5-4A94-81CB-3771F688FDEB} + QuickLook + False + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/QuickLook.Plugin.TextViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/QuickLook.Plugin.TextViewer.csproj index f4de136..5415b39 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/QuickLook.Plugin.TextViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/QuickLook.Plugin.TextViewer.csproj @@ -9,11 +9,11 @@ false true latest - false - false - false - MinimumRecommendedRules.ruleset - {AE041682-E3A1-44F6-8BB4-916A98D89FBE} + false + false + false + MinimumRecommendedRules.ruleset + {AE041682-E3A1-44F6-8BB4-916A98D89FBE} @@ -65,7 +65,11 @@ - + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + @@ -77,10 +81,10 @@ - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/QuickLook.Plugin.VideoViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/QuickLook.Plugin.VideoViewer.csproj index d680ab6..ef972ef 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/QuickLook.Plugin.VideoViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/QuickLook.Plugin.VideoViewer.csproj @@ -4,7 +4,7 @@ net462 QuickLook.Plugin.VideoViewer QuickLook.Plugin.VideoViewer - 512 + 512 true true latest @@ -13,9 +13,9 @@ false false MinimumRecommendedRules.ruleset - {1B746D92-49A5-4A37-9D75-DCC490393290} - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - + {1B746D92-49A5-4A37-9D75-DCC490393290} + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + true @@ -39,25 +39,33 @@ - - + + - - False - Mediakit\Assemblies\DirectShowLib-2005.dll - + + False + Mediakit\Assemblies\DirectShowLib-2005.dll + - - - - - - + + + + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + + {8B4A9CE5-67B5-4A94-81CB-3771F688FDEB} + QuickLook + False + @@ -140,10 +148,10 @@ - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + + diff --git a/QuickLook/FodyWeavers.xml b/QuickLook/FodyWeavers.xml deleted file mode 100644 index 5029e70..0000000 --- a/QuickLook/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/QuickLook/FodyWeavers.xsd b/QuickLook/FodyWeavers.xsd deleted file mode 100644 index 05e92c1..0000000 --- a/QuickLook/FodyWeavers.xsd +++ /dev/null @@ -1,141 +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 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. - - - - - 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. - - - - - 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. - - - - - 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 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 |. - - - - - 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/QuickLook/QuickLook.csproj b/QuickLook/QuickLook.csproj index af1e6df..19199ec 100644 --- a/QuickLook/QuickLook.csproj +++ b/QuickLook/QuickLook.csproj @@ -1,133 +1,133 @@ - + - - WinExe - net462 - QuickLook - 512 - AnyCPU - Resources\app.ico - true - true - true - latest - AnyCPU;x64 - false - false - false - App.manifest - {8B4A9CE5-67B5-4A94-81CB-3771F688FDEB} - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - MinimumRecommendedRules.ruleset - 4 - + + WinExe + net462 + QuickLook + 512 + AnyCPU + Resources\app.ico + true + true + true + latest + AnyCPU;x64 + false + false + false + App.manifest + {8B4A9CE5-67B5-4A94-81CB-3771F688FDEB} + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + MinimumRecommendedRules.ruleset + 4 + - - ..\Build\Debug\ - DEBUG;TRACE - true - full - true - + + ..\Build\Debug\ + DEBUG;TRACE + true + full + true + - - ..\Build\Release\ - TRACE - true - pdbonly - true - + + ..\Build\Release\ + TRACE + true + pdbonly + true + - - ..\Build\Debug\ - DEBUG;TRACE - true - full - false - true - + + ..\Build\Debug\ + DEBUG;TRACE + true + full + false + true + - - ..\Build\Debug\ - DEBUG;TRACE - true - full - false - true - + + ..\Build\Debug\ + DEBUG;TRACE + true + full + false + true + - - ..\Build\Release\ - TRACE - true - pdbonly - false - true - + + ..\Build\Release\ + TRACE + true + pdbonly + false + true + - - ..\Build\Release\ - TRACE - true - pdbonly - false - true - + + ..\Build\Release\ + TRACE + true + pdbonly + false + true + - - - - - $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0\Facade\windows.winmd - - - $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\References\10.0.26100.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd - - - $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\References\10.0.26100.0\Windows.Foundation.UniversalApiContract\19.0.0.0\Windows.Foundation.UniversalApiContract.winmd - - + + + + + $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0\Facade\windows.winmd + + + $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\References\10.0.26100.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd + + + $(SystemRoot)\..\Program Files (x86)\Windows Kits\10\References\10.0.26100.0\Windows.Foundation.UniversalApiContract\19.0.0.0\Windows.Foundation.UniversalApiContract.winmd + + - - - all - compile; runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - PreserveNewest - - + + + + PreserveNewest + + - - - + + + {85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95} + QuickLook.Common + False + + - - - Properties\GitVersion.cs - - + + + Properties\GitVersion.cs + +