probably fix adb missing dlls
This commit is contained in:
parent
21fc25741b
commit
bac6bb9ccd
1 changed files with 16 additions and 10 deletions
|
|
@ -8,8 +8,14 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="adb\adb.exe"/>
|
<EmbeddedResource Include="adb\adb.exe"/>
|
||||||
<EmbeddedResource Include="adb\AdbWinApi.dll" />
|
<EmbeddedResource Include="adb\AdbWinApi.dll">
|
||||||
<EmbeddedResource Include="adb\AdbWinUsbApi.dll" />
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
<Link>AdbWinApi.dll</Link>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="adb\AdbWinUsbApi.dll">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
<Link>AdbWinUsbApi.dll</Link>
|
||||||
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue