Skip to content

Commit 03f9d0e

Browse files
committed
First Commit
1 parent 18479bb commit 03f9d0e

File tree

180 files changed

+87559
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+87559
-0
lines changed

.gitignore

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2+
[Bb]in/
3+
[Oo]bj/
4+
5+
# mstest test results
6+
TestResults
7+
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
*.suo
13+
*.user
14+
*.sln.docstates
15+
16+
# Build results
17+
[Dd]ebug/
18+
[Rr]elease/
19+
x64/
20+
*_i.c
21+
*_p.c
22+
*.ilk
23+
*.meta
24+
*.obj
25+
*.pch
26+
*.pdb
27+
*.pgc
28+
*.pgd
29+
*.rsp
30+
*.sbr
31+
*.tlb
32+
*.tli
33+
*.tlh
34+
*.tmp
35+
*.log
36+
*.txt
37+
*.vspscc
38+
*.vssscc
39+
.builds
40+
41+
# Visual C++ cache files
42+
ipch/
43+
*.aps
44+
*.ncb
45+
*.opensdf
46+
*.sdf
47+
48+
# Visual Studio profiler
49+
*.psess
50+
*.vsp
51+
*.vspx
52+
53+
# Guidance Automation Toolkit
54+
*.gpState
55+
56+
# ReSharper is a .NET coding add-in
57+
_ReSharper*
58+
59+
# NCrunch
60+
*.ncrunch*
61+
.*crunch*.local.xml
62+
63+
# Installshield output folder
64+
[Ee]xpress
65+
66+
# DocProject is a documentation generator add-in
67+
DocProject/buildhelp/
68+
DocProject/Help/*.HxT
69+
DocProject/Help/*.HxC
70+
DocProject/Help/*.hhc
71+
DocProject/Help/*.hhk
72+
DocProject/Help/*.hhp
73+
DocProject/Help/Html2
74+
DocProject/Help/html
75+
76+
# Click-Once directory
77+
publish
78+
79+
# Publish Web Output
80+
*.Publish.xml
81+
82+
# NuGet Packages Directory
83+
packages
84+
85+
# Windows Azure Build Output
86+
csx
87+
*.build.csdef
88+
89+
# Windows Store app package directory
90+
AppPackages/
91+
92+
# Others
93+
[Bb]in
94+
[Oo]bj
95+
sql
96+
*.Cache
97+
ClientBin
98+
[Ss]tyle[Cc]op.*
99+
~$*
100+
*.dbmdl
101+
Generated_Code #added for RIA/Silverlight projects
102+
103+
# Backup & report files from converting an old project file to a newer
104+
# Visual Studio version. Backup files are not needed, because we have git ;-)
105+
_UpgradeReport_Files/
106+
Backup*/
107+
UpgradeLog*.XML

ab.exe

81.5 KB
Binary file not shown.

lib/DotNetOpenAuth.dll

1.1 MB
Binary file not shown.

lib/DotNetOpenAuth.xml

+36,991
Large diffs are not rendered by default.

lib/Mono.Data.Sqlite.dll

166 KB
Binary file not shown.

lib/Mono.Security.dll

285 KB
Binary file not shown.

lib/MySql.Data.dll

445 KB
Binary file not shown.

lib/Npgsql.dll

355 KB
Binary file not shown.

lib/ServiceStack.Api.Swagger.dll

39 KB
Binary file not shown.

lib/ServiceStack.Api.Swagger.xml

+386
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
16.5 KB
Binary file not shown.

lib/ServiceStack.Authentication.OAuth2.xml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Client.dll

110 KB
Binary file not shown.

0 commit comments

Comments
 (0)