mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-23 12:18:36 +01:00
added x86 versions of Logitech dll
This commit is contained in:
parent
8794eb8d1d
commit
58317dbaf9
3 changed files with 4 additions and 5 deletions
|
@ -9,15 +9,14 @@
|
||||||
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<VersionPrefix>1.2.0</VersionPrefix>
|
<VersionPrefix>1.2.1</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="LogitechLedEnginesWrapper.dll">
|
<Content Include="runtimes\**">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<PackagePath>lib/$(TargetFramework)</PackagePath>
|
<PackagePath>runtimes</PackagePath>
|
||||||
<Pack>true</Pack>
|
</Content>
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
BIN
Illumilib/runtimes/win-x86/native/LogitechLedEnginesWrapper.dll
Normal file
BIN
Illumilib/runtimes/win-x86/native/LogitechLedEnginesWrapper.dll
Normal file
Binary file not shown.
Loading…
Reference in a new issue