mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-05 06:09:09 +01:00
fixed logitech dll not being packaged
This commit is contained in:
parent
ccc2e7ba89
commit
3ee8c4deca
1 changed files with 3 additions and 1 deletions
|
@ -9,12 +9,14 @@
|
|||
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<VersionPrefix>1.1.0</VersionPrefix>
|
||||
<VersionPrefix>1.1.1</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="LogitechLedEnginesWrapper.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<PackagePath>lib/$(TargetFramework)</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue