diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-19 07:43:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-19 07:43:29 +0300 |
commit | f9ff1e55b9a62e34c39febf88cd53413e41ad985 (patch) | |
tree | fd6c674504f634c51934a6de4af6694f8b960305 | |
parent | 28d6c3b6b9a13fb6a7a6273346a5eb5b20b17b4a (diff) |
Set ExcelDnaPackCompressResources to false
-rw-r--r-- | RhSolutions.AddIn/RhSolutions.AddIn.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RhSolutions.AddIn/RhSolutions.AddIn.csproj b/RhSolutions.AddIn/RhSolutions.AddIn.csproj index 63071ec..d73b404 100644 --- a/RhSolutions.AddIn/RhSolutions.AddIn.csproj +++ b/RhSolutions.AddIn/RhSolutions.AddIn.csproj @@ -8,6 +8,7 @@ <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <UseWindowsForms>true</UseWindowsForms> <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> + <ExcelDnaPackCompressResources>false</ExcelDnaPackCompressResources> </PropertyGroup> <PropertyGroup> <StartupObject /> |