Skip to content

tarentyeh/Win32UWPAppService

Repository files navigation

Win32UWPAppService

Application interaction between desktop Win32 and universal windows platform via App Service

Projects of solution file

  • AppServiceComponent: UWP component project implemented IBackgroundTask for App Service
  • AppServiceProvider: UWP app project defined App Service declaration
  • Win32WPFClient: Traditional .NET project implemented client app connects to UWP App Service

Workaround for solving traditional application has partial function can not be transfered to UWP yet. More reference: Desktop Bridge

How to use:

  • Open solution file in Visual Studio 2017
  • Build the solution
  • Deploy AppServiceProvider
  • Launch AppServiceProvider and Win32WPFClient

Releases

No releases published

Packages

No packages published

Languages