diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# 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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44192a4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "lib/websocket-sharp"] + path = lib/websocket-sharp + url = git://github.com/sta/websocket-sharp.git +[submodule "lib/Newtonsoft.Json"] + path = lib/Newtonsoft.Json + url = git://github.com/JamesNK/Newtonsoft.Json.git +[submodule "lib/commandline"] + path = lib/commandline + url = git://github.com/gsscoder/commandline.git diff --git a/lib/Newtonsoft.Json b/lib/Newtonsoft.Json new file mode 160000 index 0000000..415b563 --- /dev/null +++ b/lib/Newtonsoft.Json @@ -0,0 +1 @@ +Subproject commit 415b563806c218e9270331ea98c584fe84e58880 diff --git a/lib/commandline b/lib/commandline new file mode 160000 index 0000000..205094c --- /dev/null +++ b/lib/commandline @@ -0,0 +1 @@ +Subproject commit 205094c0c135ab5b6816f3eb0e6a84ddced5b0e2 diff --git a/lib/websocket-sharp b/lib/websocket-sharp new file mode 160000 index 0000000..1b27060 --- /dev/null +++ b/lib/websocket-sharp @@ -0,0 +1 @@ +Subproject commit 1b270603f4103ef89158f203701cdc8e6a37b30e