update 20250424

This commit is contained in:
Stefan Hutter
2025-04-24 16:24:28 +02:00
parent c3092af11c
commit eb5c908f0c
42 changed files with 30070 additions and 192 deletions

View File

@@ -34,6 +34,18 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EDOKA_Logger">
<HintPath>..\Logger\bin\Debug\EDOKA_Logger.dll</HintPath>
</Reference>
<Reference Include="Logging">
<HintPath>..\Logging\bin\Debug\Logging.dll</HintPath>
</Reference>
<Reference Include="NLog">
<HintPath>..\Logger\bin\Debug\NLog.dll</HintPath>
</Reference>
<Reference Include="NLog.Database">
<HintPath>..\Logger\bin\Debug\NLog.Database.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />