This commit is contained in:
Ara Ayvazyan 2017-04-27 12:35:39 -07:00 коммит произвёл GitHub
Родитель f48b58fa8a
Коммит d0d5b7429f
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -1,7 +1,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/dl929xf6rgaj257b/branch/master?svg=true)](https://ci.appveyor.com/project/ara-ayvazyan/ipc/branch/master)
# IPC
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Microsoft/IPC/blob/master/LICENSE) [![Build status](https://ci.appveyor.com/api/projects/status/dl929xf6rgaj257b/branch/master?svg=true)](https://ci.appveyor.com/project/ara-ayvazyan/ipc/branch/master)
IPC is a C++ library that provides inter-process communication using shared memory on Windows.<br/>
A .NET wrapper is available which allows interaction with C++ as well.
@ -23,4 +23,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
# License
Code licensed under the [MIT License](https://github.com/Microsoft/IPC/blob/master/LICENSE).
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the [MIT](https://github.com/Microsoft/IPC/blob/master/LICENSE) License.