Skip to content

Commit 55384d4

Browse files
Examples for SDK v20.3
1 parent 18778c2 commit 55384d4

148 files changed

Lines changed: 2889 additions & 1921 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.sln.docstates
8+
9+
# Build results
10+
11+
[Dd]ebug/
12+
[Rr]elease/
13+
x64/
14+
#build/
15+
[Bb]in/
16+
[Oo]bj/
17+
18+
19+
# MSTest test Results
20+
[Tt]est[Rr]esult*/
21+
[Bb]uild[Ll]og.*
22+
23+
*_i.c
24+
*_p.c
25+
*.ilk
26+
*.meta
27+
*.obj
28+
*.pch
29+
*.pdb
30+
*.pgc
31+
*.pgd
32+
*.rsp
33+
*.sbr
34+
*.tlb
35+
*.tli
36+
*.tlh
37+
*.tmp
38+
*.tmp_proj
39+
*.log
40+
*.vspscc
41+
*.vssscc
42+
.builds
43+
*.pidb
44+
*.log
45+
*.scc
46+
.vs/
47+
48+
# Visual C++ cache files
49+
ipch/
50+
*.aps
51+
*.ncb
52+
*.opensdf
53+
*.sdf
54+
*.cachefile
55+
56+
# Visual Studio profiler
57+
*.psess
58+
*.vsp
59+
*.vspx
60+
61+
# Guidance Automation Toolkit
62+
*.gpState
63+
64+
# ReSharper is a .NET coding add-in
65+
_ReSharper*/
66+
*.[Rr]e[Ss]harper
67+
68+
# TeamCity is a build add-in
69+
_TeamCity*
70+
71+
# DotCover is a Code Coverage Tool
72+
*.dotCover
73+
74+
# NCrunch
75+
*.ncrunch*
76+
.*crunch*.local.xml
77+
78+
# Installshield output folder
79+
[Ee]xpress/
80+
81+
# DocProject is a documentation generator add-in
82+
DocProject/buildhelp/
83+
DocProject/Help/*.HxT
84+
DocProject/Help/*.HxC
85+
DocProject/Help/*.hhc
86+
DocProject/Help/*.hhk
87+
DocProject/Help/*.hhp
88+
DocProject/Help/Html2
89+
DocProject/Help/html
90+
91+
# Click-Once directory
92+
publish/
93+
94+
# Publish Web Output
95+
*.Publish.xml
96+
97+
# NuGet Packages Directory
98+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
99+
packages/
100+
resources/packages/
101+
GroupDocs.Merger_for_.NET/
102+
103+
# Windows Azure Build Output
104+
csx
105+
*.build.csdef
106+
107+
# Windows Store app package directory
108+
AppPackages/
109+
110+
# Others
111+
sql/
112+
*.Cache
113+
ClientBin/
114+
[Ss]tyle[Cc]op.*
115+
~$*
116+
*~
117+
*.dbmdl
118+
*.[Pp]ublish.xml
119+
*.pfx
120+
*.publishsettings
121+
122+
# RIA/Silverlight projects
123+
Generated_Code/
124+
125+
# Backup & report files from converting an old project file to a newer
126+
# Visual Studio version. Backup files are not needed, because we have git ;-)
127+
_UpgradeReport_Files/
128+
Backup*/
129+
UpgradeLog*.XML
130+
UpgradeLog*.htm
131+
132+
# SQL Server files
133+
App_Data/*.mdf
134+
App_Data/*.ldf
135+
136+
137+
#LightSwitch generated files
138+
GeneratedArtifacts/
139+
_Pvt_Extensions/
140+
ModelManifest.xml
141+
142+
# =========================
143+
# Windows detritus
144+
# =========================
145+
146+
# Windows image file caches
147+
Thumbs.db
148+
ehthumbs.db
149+
150+
# Folder config file
151+
Desktop.ini
152+
153+
# Recycle Bin used on file shares
154+
$RECYCLE.BIN/
155+
156+
# Mac desktop service store files
157+
.DS_Store
158+
159+
src/.sonarqube
160+
*.bat
161+
distribution/
162+
packages/**/*
163+
!packages/repositories.config
164+
165+
src/GroupDocs.Merger.xml
166+
coverage/results.xml
167+
coverage/TestResult.xml
168+
test/TestResult.xml
169+
.sonarqube/
170+
coverage/
171+
tools/
172+
TestResult.xml
173+
174+
*.dotsettings
-49.5 KB
Binary file not shown.

Examples/.vs/GroupDocs.Viewer.Cloud.Examples.CSharp/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Examples/CSharp/App.config

Lines changed: 0 additions & 14 deletions
This file was deleted.

Examples/CSharp/CSharp.csproj

Lines changed: 0 additions & 107 deletions
This file was deleted.

Examples/CSharp/CSharp.csproj.user

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)