This commit is contained in:
moozzyk 2014-09-25 08:30:53 -07:00
Коммит f724e97c90
3 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
[Oo]bj/
[Bb]in/
*.vspscc
*.vssscc
*.suo
*.cache
*.docstates
packages/*
*.log
*.sdf
*.opensdf
Debug/
Release/
ipch/
*.vcxproj.user

12
LICENSE.txt Normal file
Просмотреть файл

@ -0,0 +1,12 @@
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

2
README.md Normal file
Просмотреть файл

@ -0,0 +1,2 @@
ASP.NET SignalR C++ Client
========