diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2014-08-14 21:52:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-02 14:17:02 (GMT) |
commit | b8e405387eca702d93a88eb55842a65de7792cf5 (patch) | |
tree | 82f3136205c8ab45e99cf9843fb01a4abbbc11f6 /.gitattributes | |
parent | 0432f0620d58997cd80fd5283af3afc510482d2c (diff) | |
download | CMake-b8e405387eca702d93a88eb55842a65de7792cf5.zip CMake-b8e405387eca702d93a88eb55842a65de7792cf5.tar.gz CMake-b8e405387eca702d93a88eb55842a65de7792cf5.tar.bz2 |
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 '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d21f1dd..d3f7280 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,8 @@ configure crlf=input *.dsp -crlf *.dsptemplate -crlf *.dsw -crlf +*.pfx -crlf +*.png -crlf *.sln -crlf *.vcproj -crlf |