You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have packaged this project into winrt. With the winrt version, we can use it in cpp/winrt and other projects. You can find the winrt version in winrt branch.
How to use it
There are two way to reference it.
Reference to the project directly
Fork this repository and change the branch to winrt.
If your project is face to uwp, add this to your .vcproj
Open the manager of nuget and you will find it. Just install it like a normal nuget.
After that, if your project is not packaged into appx or misx, remember to create ProjectName.exe.manifest in the root of your project to register winrt class.
wherewhere
changed the title
Announcing the WinRT package of AdvancedSharpAdbClient
Announcing to the WinRT package of AdvancedSharpAdbClient
Jul 19, 2023
Announcing
We have packaged this project into winrt. With the winrt version, we can use it in cpp/winrt and other projects. You can find the winrt version in
winrt branch
.How to use it
There are two way to reference it.
Fork this repository and change the branch to
winrt
.If your project is face to uwp, add this to your
.vcproj
If your project is face to desktop, add this to your
.vcproj
Download AdvancedSharpAdbClient.WinRT.zip.
Unzip it into
nupkgs
folder of the root path of your projectCreate
nuget.config
into the root path of your project and addOpen the manager of nuget and you will find it. Just install it like a normal nuget.
After that, if your project is not packaged into appx or misx, remember to create
ProjectName.exe.manifest
in the root of your project to register winrt class.The text was updated successfully, but these errors were encountered: