aboutsummaryrefslogtreecommitdiff
path: root/tools/dist/uwp_template/AppxManifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-32/+0
| | | | | | | | | - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
* Rename remaining WinRT references to UWPGeorge Marques2016-11-031-1/+1
|
* Add Windows Universal export to editorGeorge Marques2016-09-061-0/+32
- Use OPENSSL_ENABLED definition to the whole source to detect it anywhere. - Add WinRT/UWP template files with manifest and default images.