update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

View File

@@ -63,6 +63,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ExcelNet\bin\Debug\ExcelNet.dll</HintPath>
</Reference>
<Reference Include="OnDocOffice">
<HintPath>..\OnDocOffice\bin\Debug\OnDocOffice.dll</HintPath>
</Reference>
<Reference Include="QRCoder, Version=1.5.1.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\BarcodeLib\bin\Debug\QRCoder.dll</HintPath>
@@ -214,6 +217,7 @@
</Compile>
<Compile Include="Helper\ConvertHelper.cs" />
<Compile Include="Helper\FileHelper.cs" />
<Compile Include="Helper\Security.cs" />
<Compile Include="Helper\TableHelper.cs" />
<Compile Include="Interfaces\IListener.cs" />
<Compile Include="Klassen\Broadcaster.cs" />