Signed-off-by: sernaj
This commit is contained in:
JSerna 2015-05-07 14:38:18 -07:00
Родитель f1dea4ac2b
Коммит 6a601e70d9
2 изменённых файлов: 18 добавлений и 1 удалений

17
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

Просмотреть файл

@ -1,5 +1,5 @@
# composition # composition
This repository contains code samples created with the new Windows.UI.Composition WinRT API. Samples contained in this repository either created by the Microsoft Composition team, or contributors, are offered for use by the community via the MIT license. All code sample submissions are subject to review by the Microsoft composition team. This repository contains code samples created with the new Windows.UI.Composition WinRT API. Samples contained in this repository either created by the Microsoft Composition team, or contributors, are offered for use by the community via the MIT license. All code sample submissions are subject to review by the Microsoft composition team before final publishing on the hub.
The Windows.UI.Composition WinRT API is currently in preview mode and subject to change before final release later in 2015. The API itself is only available for 3rd party development on Windows Insider builds as we take in community feedback. The Windows.UI.Composition WinRT API is currently in preview mode and subject to change before final release later in 2015. The API itself is only available for 3rd party development on Windows Insider builds as we take in community feedback.