aboutsummaryrefslogtreecommitdiff
path: root/src/Properties
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-19 08:36:41 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-19 08:36:41 +0300
commitb66cc8fdce099daaf42f90ca8ae488bebd47d125 (patch)
tree6a974a96e2d9012fe05d22eb2cd5cdd0206589ba /src/Properties
parentdca3481e9a91e1c9d5b86e1508b0a2993088e759 (diff)
Update packages
Diffstat (limited to 'src/Properties')
-rw-r--r--src/Properties/ExcelDna.Build.props11
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>
-