Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Ben Hillis 6f5942e4d1
Switch to C++17 to use string view class (#35) 2018-04-02 17:29:50 -07:00
Ben Hillis c27681d4e0
Create DistributionInfo.h (#31)
* Add distributionlauncher.h header for downstream distro info

* update readme.md
2018-03-28 11:40:08 -07:00
Ben Hillis 9b7ccb1983
minor formatting fixes and tweaks, ready for open sourcing! (#22) 2018-03-21 12:04:14 -07:00
Mike Griese a93a0ab38a Refactor the project for easier build, deploy
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/`).
2017-07-11 15:39:33 -07:00