diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 08:36:41 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 08:36:41 +0300 |
commit | b66cc8fdce099daaf42f90ca8ae488bebd47d125 (patch) | |
tree | 6a974a96e2d9012fe05d22eb2cd5cdd0206589ba /src/Properties/ExcelDna.Build.props | |
parent | dca3481e9a91e1c9d5b86e1508b0a2993088e759 (diff) |
Update packages
Diffstat (limited to 'src/Properties/ExcelDna.Build.props')
-rw-r--r-- | src/Properties/ExcelDna.Build.props | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Properties/ExcelDna.Build.props b/src/Properties/ExcelDna.Build.props index 1fed993..f5fdab1 100644 --- a/src/Properties/ExcelDna.Build.props +++ b/src/Properties/ExcelDna.Build.props @@ -72,6 +72,15 @@ Suffix used for packed .xll files e.g. MyAddIn-packed.xll --> <ExcelDnaPackXllSuffix Condition="'$(ExcelDnaPackXllSuffix)' == ''">-packed</ExcelDnaPackXllSuffix> + + <!-- + Options used when packing .xll files. + When in trouble with your virus scanner, try uncommenting at least the resource compression properties. + The default is true for both compression and multithreaded runs when not specified. + --> + <!--<ExcelDnaPackCompressResources Condition="'$(ConfigurationName)' == 'Debug'">false</ExcelDnaPackCompressResources>--> + <!--<ExcelDnaPackRunMultithreaded Condition="'$(ConfigurationName)' == 'Debug'">false</ExcelDnaPackRunMultithreaded>--> + <!--<ExcelDnaPackCompressResources Condition="'$(ConfigurationName)' == 'Release'">false</ExcelDnaPackCompressResources>--> + <!--<ExcelDnaPackRunMultithreaded Condition="'$(ConfigurationName)' == 'Release'">false</ExcelDnaPackRunMultithreaded>--> </PropertyGroup> </Project> - |