Commit changes before fixing errors.

This commit is contained in:
Developer01
2025-12-29 14:35:46 +01:00
parent 58139a38bc
commit 169dba6b42
2 changed files with 19 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
Imports System.IO
Imports System.IO.Path
Imports System.Text.RegularExpressions
Imports System.Data
Imports DigitalData.Modules.Base
Imports DigitalData.Modules.Logging

View File

@@ -83,4 +83,22 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Interop.WINDREAMLib">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\windream\WM7\Interop.WINDREAMLib.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Interop.WMOBRWSLib">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\windream\WM7\Interop.WMOBRWSLib.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Interop.WMOSRCHLib">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\windream\WM7\Interop.WMOSRCHLib.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Interop.WMOTOOLLib">
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\windream\WM7\Interop.WMOTOOLLib.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
</Project>