added x86 versions of Logitech dll

This commit is contained in:
Ell 2021-05-06 16:49:16 +02:00
parent 8794eb8d1d
commit 58317dbaf9
3 changed files with 4 additions and 5 deletions

View file

@ -9,15 +9,14 @@
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<None Update="LogitechLedEnginesWrapper.dll">
<Content Include="runtimes\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>lib/$(TargetFramework)</PackagePath>
<Pack>true</Pack>
</None>
<PackagePath>runtimes</PackagePath>
</Content>
</ItemGroup>
<ItemGroup>