mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
b8e405387e
* 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>
25 lines
613 B
Plaintext
25 lines
613 B
Plaintext
.gitattributes export-ignore
|
|
.hooks* export-ignore
|
|
|
|
bootstrap crlf=input
|
|
configure crlf=input
|
|
*.[1-9] crlf=input
|
|
*.sh crlf=input
|
|
*.sh.in crlf=input
|
|
|
|
*.bat -crlf
|
|
*.bat.in -crlf
|
|
*.dsp -crlf
|
|
*.dsptemplate -crlf
|
|
*.dsw -crlf
|
|
*.pfx -crlf
|
|
*.png -crlf
|
|
*.sln -crlf
|
|
*.vcproj -crlf
|
|
|
|
*.c whitespace=tab-in-indent
|
|
*.h whitespace=tab-in-indent
|
|
*.cxx whitespace=tab-in-indent
|
|
*.txt whitespace=tab-in-indent
|
|
*.cmake whitespace=tab-in-indent
|