mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-23 20:28:36 +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>
|
<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.1.0</VersionPrefix>
|
<VersionPrefix>1.1.1</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="LogitechLedEnginesWrapper.dll">
|
<None Update="LogitechLedEnginesWrapper.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
<PackagePath>lib/$(TargetFramework)</PackagePath>
|
||||||
|
<Pack>true</Pack>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue