This should make it easier for you to build and test
your distro launchers, as well as include the proper resources with your
project.
## Changes to Project Structure
The distro launcher is now comprised of two Visual Studio projects -
`launcher` and `DistroLauncher-Appx`. The first builds the actual launcher
.exe that's executed when a user launches your app. The second is the project
that actually builds the appx with all of the correctly scaled resources and
other dependencies for the Windows Store. All of your code changes will
happen in the `launcher` project (under `DistroLauncher/`). Any manifest
changes are going to happen in the `DistroLauncher-Appx` project (under
`DistroLauncher-Appx/`).