From f724e97c9069bf4837126dd07385215a401e5737 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Thu, 25 Sep 2014 08:30:53 -0700 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ LICENSE.txt | 12 ++++++++++++ README.md | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..905d3df --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +[Oo]bj/ +[Bb]in/ +*.vspscc +*.vssscc +*.suo +*.cache +*.docstates +packages/* +*.log +*.sdf +*.opensdf +Debug/ +Release/ +ipch/ +*.vcxproj.user \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..d8aa1fa --- /dev/null +++ b/LICENSE.txt @@ -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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c35391a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +ASP.NET SignalR C++ Client +========