- Updated solution to VS2026

- Disabled Excel interop
- Fixed maxDirDepth
This commit is contained in:
2026-05-27 11:06:50 +02:00
parent d5307f04a3
commit 207f7912ad
9 changed files with 95 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
@@ -15,4 +15,7 @@
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup>
</Project>