Skip to content

Commit

Permalink
fix libusb.dll copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Nov 2, 2024
1 parent 04cba7b commit 1eb8561
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project-Aurora/Project-Aurora/Project-Aurora.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@
</Content>
<None Remove="kb_layouts\Extra Features\images\*.psd"/>
<None Remove="kb_layouts\Extra Features\images\*.pdn"/>
<Content Update="x64\libusb-1.0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>..\win10-x64\libusb-1.0.dll</TargetPath>

<Content Include="x64\libusb-1.0.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>.\libusb-1.0.dll</TargetPath>
</Content>
</ItemGroup>

Expand Down

0 comments on commit 1eb8561

Please sign in to comment.