diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2014-08-14 14:52:53 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-02 10:17:02 -0400 |
commit | b8e405387eca702d93a88eb55842a65de7792cf5 (patch) | |
tree | 82f3136205c8ab45e99cf9843fb01a4abbbc11f6 /Templates/Windows | |
parent | 0432f0620d58997cd80fd5283af3afc510482d2c (diff) | |
download | cmake-b8e405387eca702d93a88eb55842a65de7792cf5.tar.gz |
VS: Mark Windows Phone and Store targets as App Containers
* Add AppContainerApplication to non-UTILITY targets
* Generate app manifest and related files if project does not provide them.
Place them in a per-target directory to avoid clashes.
* Mark WinRT components with WinMDAssembly
* Import Windows Phone 8.0 targets in .vcxproj files when necessary,
and reference platform.winmd.
Inspired-by: Paul Annetts <paul@lightunobscured.com>
Diffstat (limited to 'Templates/Windows')
-rw-r--r-- | Templates/Windows/ApplicationIcon.png | bin | 0 -> 3392 bytes |
-rw-r--r-- | Templates/Windows/Logo.png | bin | 0 -> 801 bytes |
-rw-r--r-- | Templates/Windows/SmallLogo.png | bin | 0 -> 329 bytes |
-rw-r--r-- | Templates/Windows/SplashScreen.png | bin | 0 -> 2146 bytes |
-rw-r--r-- | Templates/Windows/StoreLogo.png | bin | 0 -> 429 bytes |
-rw-r--r-- | Templates/Windows/Windows_TemporaryKey.pfx | bin | 0 -> 2560 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/Templates/Windows/ApplicationIcon.png b/Templates/Windows/ApplicationIcon.png Binary files differnew file mode 100644 index 0000000000..7d95d4e081 --- /dev/null +++ b/Templates/Windows/ApplicationIcon.png diff --git a/Templates/Windows/Logo.png b/Templates/Windows/Logo.png Binary files differnew file mode 100644 index 0000000000..e26771cb33 --- /dev/null +++ b/Templates/Windows/Logo.png diff --git a/Templates/Windows/SmallLogo.png b/Templates/Windows/SmallLogo.png Binary files differnew file mode 100644 index 0000000000..1eb0d9d528 --- /dev/null +++ b/Templates/Windows/SmallLogo.png diff --git a/Templates/Windows/SplashScreen.png b/Templates/Windows/SplashScreen.png Binary files differnew file mode 100644 index 0000000000..c951e031bd --- /dev/null +++ b/Templates/Windows/SplashScreen.png diff --git a/Templates/Windows/StoreLogo.png b/Templates/Windows/StoreLogo.png Binary files differnew file mode 100644 index 0000000000..dcb672712c --- /dev/null +++ b/Templates/Windows/StoreLogo.png diff --git a/Templates/Windows/Windows_TemporaryKey.pfx b/Templates/Windows/Windows_TemporaryKey.pfx Binary files differnew file mode 100644 index 0000000000..1cad9993d6 --- /dev/null +++ b/Templates/Windows/Windows_TemporaryKey.pfx |