Skip to content

Commit

Permalink
Add dependencies and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley72 committed Aug 29, 2013
1 parent be46811 commit 87a1bc0
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions lib/Newtonsoft.Json
Submodule Newtonsoft.Json added at 415b56
1 change: 1 addition & 0 deletions lib/commandline
Submodule commandline added at 205094
1 change: 1 addition & 0 deletions lib/websocket-sharp
Submodule websocket-sharp added at 1b2706

0 comments on commit 87a1bc0

Please sign in to comment.