Compare commits
No commits in common. "dc7b0660fc9a008c310a20d15e249207b00e6c51" and "8b94eadac08eaf99ef5b2f35d6bf9905366e23a0" have entirely different histories.
dc7b0660fc
...
8b94eadac0
2 changed files with 12 additions and 13 deletions
|
|
@ -8,14 +8,8 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="adb\adb.exe" />
|
<EmbeddedResource Include="adb\adb.exe" />
|
||||||
<EmbeddedResource Include="adb\AdbWinApi.dll">
|
<EmbeddedResource Include="adb\AdbWinApi.dll" />
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<EmbeddedResource Include="adb\AdbWinUsbApi.dll" />
|
||||||
<Link>AdbWinApi.dll</Link>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="adb\AdbWinUsbApi.dll">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
<Link>AdbWinUsbApi.dll</Link>
|
|
||||||
</EmbeddedResource>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -24,4 +18,9 @@
|
||||||
<PackageReference Include="AdvancedSharpAdbClient" Version="3.4.14" />
|
<PackageReference Include="AdvancedSharpAdbClient" Version="3.4.14" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="AdvancedSharpAdbClient" Version="3.4.14" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||||
<FileVersion>1.2.2</FileVersion>
|
<FileVersion>1.2.1</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue