Skip to content

Commit a05de2a

Browse files
committed
Initial import.
1 parent 52b5a61 commit a05de2a

File tree

73 files changed

+9426
-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.

73 files changed

+9426
-0
lines changed

.gitattributes

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Shell scripts should always use line feed not crlf
5+
*.sh text eol=lf
6+
7+
# Custom for Visual Studio
8+
*.cs diff=csharp
9+
*.sln merge=union
10+
*.csproj merge=union
11+
*.vbproj merge=union
12+
*.fsproj merge=union
13+
*.dbproj merge=union
14+
15+
# Standard to msysgit
16+
*.doc diff=astextplain
17+
*.DOC diff=astextplain
18+
*.docx diff=astextplain
19+
*.DOCX diff=astextplain
20+
*.dot diff=astextplain
21+
*.DOT diff=astextplain
22+
*.pdf diff=astextplain
23+
*.PDF diff=astextplain
24+
*.rtf diff=astextplain
25+
*.RTF diff=astextplain

.gitignore

+166
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
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+
project.lock.json
16+
.vs
17+
18+
# Build results
19+
[Dd]ebug/
20+
[Rr]elease/
21+
x64/
22+
*_i.c
23+
*_p.c
24+
*.ilk
25+
*.meta
26+
*.obj
27+
*.pch
28+
*.pdb
29+
*.pgc
30+
*.pgd
31+
*.rsp
32+
*.sbr
33+
*.tlb
34+
*.tli
35+
*.tlh
36+
*.tmp
37+
*.log
38+
*.vspscc
39+
*.vssscc
40+
.builds
41+
42+
# Visual C++ cache files
43+
ipch/
44+
*.aps
45+
*.ncb
46+
*.opensdf
47+
*.sdf
48+
49+
# Visual Studio profiler
50+
*.psess
51+
*.vsp
52+
*.vspx
53+
54+
# Guidance Automation Toolkit
55+
*.gpState
56+
57+
# ReSharper is a .NET coding add-in
58+
_ReSharper*
59+
60+
# NCrunch
61+
*.ncrunch*
62+
.*crunch*.local.xml
63+
~
64+
# CslaGenFork
65+
*.Layout
66+
67+
# Installshield output folder
68+
[Ee]xpress
69+
70+
# DocProject is a documentation generator add-in
71+
DocProject/buildhelp/
72+
DocProject/Help/*.HxT
73+
DocProject/Help/*.HxC
74+
DocProject/Help/*.hhc
75+
DocProject/Help/*.hhk
76+
DocProject/Help/*.hhp
77+
DocProject/Help/Html2
78+
DocProject/Help/html
79+
80+
# Click-Once directory
81+
publish
82+
83+
# Publish Web Output
84+
*.Publish.xml
85+
86+
# NuGet Packages Directory
87+
packages
88+
89+
# Windows Azure Build Output
90+
csx
91+
*.build.csdef
92+
93+
# Windows Store app package directory
94+
AppPackages/
95+
96+
# Others
97+
[Bb]in
98+
[Oo]bj
99+
sql
100+
TestResults
101+
[Tt]est[Rr]esult*
102+
*.Cache
103+
ClientBin
104+
[Ss]tyle[Cc]op.*
105+
~$*
106+
*.dbmdl
107+
Generated_Code #added for RIA/Silverlight projects
108+
109+
# Backup & report files from converting an old project file to a newer
110+
# Visual Studio version. Backup files are not needed, because we have git ;-)
111+
_UpgradeReport_Files/
112+
Backup*/
113+
UpgradeLog*.XML
114+
115+
Desktop.ini
116+
/Source/Csla.Silverlight.test/UnitTest/CslaLight.Testing/Generated_Code
117+
/Support/TemplateInstaller/CslaTemplates/Thumbs.db
118+
/Source/Csla.Help/Help
119+
120+
/Source/CslaDoc/csladoc.shfbproj_Rockford
121+
122+
/Source/CslaDoc/Help
123+
/Source/.nuget
124+
125+
Thumbs.db
126+
/Source/Csla.Universal/Resources
127+
/Source/Csla.WinRT.Phone/Resources/ar/*.resw
128+
/Source/Csla.WinRT.Phone/Resources/bs/*.resw
129+
/Source/Csla.WinRT.Phone/Resources/ca-ES/*.resw
130+
/Source/Csla.WinRT.Phone/Resources/da/*.resw
131+
/Source/Csla.WinRT.Phone/Resources/de/*.resw
132+
/Source/Csla.WinRT.Phone/Resources/el/*.resw
133+
/Source/Csla.WinRT.Phone/Resources/en-US/*.resw
134+
/Source/Csla.WinRT.Phone/Resources/en/*.resw
135+
/Source/Csla.WinRT.Phone/Resources/es-ES/*.resw
136+
/Source/Csla.WinRT.Phone/Resources/es/*.resw
137+
/Source/Csla.WinRT.Phone/Resources/fr/*.resw
138+
/Source/Csla.WinRT.Phone/Resources/hr/*.resw
139+
/Source/Csla.WinRT.Phone/Resources/hu/*.resw
140+
/Source/Csla.WinRT.Phone/Resources/it/*.resw
141+
/Source/Csla.WinRT.Phone/Resources/km-KH/*.resw
142+
/Source/Csla.WinRT.Phone/Resources/nl/*.resw
143+
/Source/Csla.WinRT.Phone/Resources/no/*.resw
144+
/Source/Csla.WinRT.Phone/Resources/pt-BR/*.resw
145+
/Source/Csla.WinRT.Phone/Resources/pt/*.resw
146+
/Source/Csla.WinRT.Phone/Resources/ro/*.resw
147+
/Source/Csla.WinRT.Phone/Resources/ru/*.resw
148+
/Source/Csla.WinRT.Phone/Resources/sr/*.resw
149+
/Source/Csla.WinRT.Phone/Resources/sv/*.resw
150+
/Source/Csla.WinRT.Phone/Resources/tr/*.resw
151+
/Source/Csla.WinRT.Phone/Resources/uk-ua/*.resw
152+
/Source/Csla.WinRT.Phone/Resources/vi/*.resw
153+
/Source/Csla.WinRT.Phone/Resources/zh-Hans/*.resw
154+
/Source/Csla.WinRT.Phone/Resources/zh-TW/*.resw
155+
/Source/Csla.BrokeredChannel/BrokeredDataPortal
156+
/Source/packages
157+
/XamarinPackage/*.xam
158+
159+
*.userprefs
160+
/Source/Csla.WinRT/resources
161+
/Source/Csla.Uwp/resources
162+
/Samples/ProjectTracker/.vs
163+
project.lock.json
164+
/Source/.vs
165+
Source/UpgradeLog.htm
166+
/Source/Csla.NetStandard1.x/Properties/*.resx

0 commit comments

Comments
 (0)