microsoft / DesktopBridgeToUWP-Samples

This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
MIT License
494 stars 271 forks source link

Deploy Win32Binaries in a separate folder within a UWP project #16

Closed rido-min closed 8 years ago

rido-min commented 8 years ago

This PR updates Step 1, 2, 3 and 4 of the JourneySamples.

It uses one UWP project to perform Appx configuration and packaging, and one Debuging project using (using the VSIX extension) to debug the win32 project in the appx context.

To avoid known bugs in the .NET native compiler, all win32 binaries are stored in a separate folder.