update Pilz deps

This commit is contained in:
2023-08-26 20:38:35 +02:00
parent 69c5de7e42
commit 8692c40323
8 changed files with 283 additions and 0 deletions

View File

@@ -76,8 +76,17 @@
<PackageReference Include="WebDav.Client" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Pilz">
<HintPath>..\SharedLibs\Pilz.dll</HintPath>
</Reference>
<Reference Include="Pilz.Cryptography">
<HintPath>..\SharedLibs\Pilz.Cryptography.dll</HintPath>
</Reference>
<Reference Include="Pilz.IO">
<HintPath>..\SharedLibs\Pilz.IO.dll</HintPath>
</Reference>
<Reference Include="Pilz.Win32">
<HintPath>..\SharedLibs\Pilz.Win32.dll</HintPath>
</Reference>
</ItemGroup>
</Project>