Skip to content

Commit 41fb52e

Browse files
Examples for GroupDocs.Viewer for .NET 19.8
1 parent b9ccbd3 commit 41fb52e

File tree

385 files changed

+3010
-74233
lines changed

Some content is hidden

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

385 files changed

+3010
-74233
lines changed

.gitignore

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bld/
2222
[Bb]in/
2323
[Oo]bj/
2424

25-
# Visual Studo 2015 cache/options directory
25+
# Visual Studio 2015 cache/options directory
2626
.vs/
2727

2828
# MSTest test Results
@@ -38,6 +38,10 @@ TestResult.xml
3838
[Rr]eleasePS/
3939
dlldata.c
4040

41+
# DNX
42+
project.lock.json
43+
artifacts/
44+
4145
*_i.c
4246
*_p.c
4347
*_i.h
@@ -90,7 +94,7 @@ _ReSharper*/
9094
*.[Rr]e[Ss]harper
9195
*.DotSettings.user
9296

93-
# JustCode is a .NET coding addin-in
97+
# JustCode is a .NET coding add-in
9498
.JustCode
9599

96100
# TeamCity is a build add-in
@@ -129,9 +133,11 @@ publish/
129133
# Publish Web Output
130134
*.[Pp]ublish.xml
131135
*.azurePubxml
132-
# TODO: Comment the next line if you want to checkin your web deploy settings
133-
# but database connection strings (with potential passwords) will be unencrypted
134-
*.pubxml
136+
## TODO: Comment the next line if you want to checkin your
137+
## web deploy settings but do note that will include unencrypted
138+
## passwords
139+
#*.pubxml
140+
135141
*.publishproj
136142

137143
# NuGet Packages
@@ -150,8 +156,13 @@ csx/
150156
# Windows Store app package directory
151157
AppPackages/
152158

153-
# Others
159+
# Visual Studio cache files
160+
# files ending in .cache can be ignored
154161
*.[Cc]ache
162+
# but keep track of directories ending in .cache
163+
!*.[Cc]ache/
164+
165+
# Others
155166
ClientBin/
156167
[Ss]tyle[Cc]op.*
157168
~$*
@@ -161,7 +172,7 @@ ClientBin/
161172
*.pfx
162173
*.publishsettings
163174
node_modules/
164-
bower_components/
175+
orleans.codegen.cs
165176

166177
# RIA/Silverlight projects
167178
Generated_Code/
@@ -194,3 +205,17 @@ FakesAssemblies/
194205

195206
# Visual Studio 6 workspace options file
196207
*.opt
208+
209+
# LightSwitch generated files
210+
GeneratedArtifacts/
211+
_Pvt_Extensions/
212+
ModelManifest.xml
213+
214+
#VSCode
215+
.vscode/
216+
217+
#NuGet
218+
*.nuspec
219+
220+
#Batch
221+
*.bat

Examples/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#GroupDocs.Viewer.Examples.CSharp/.vs/*
2+
GroupDocs.Viewer.Examples.CSharp/bin/*
3+
GroupDocs.Viewer.Examples.CSharp/obj/*
4+
GroupDocs.Viewer.Examples.CSharp/Output
-117 KB
Binary file not shown.
-48.6 KB
Binary file not shown.
-480 KB
Binary file not shown.

Examples/Data/Storage/sample.cdr

-282 KB
Binary file not shown.

Examples/Data/Storage/sample.ost

-2.2 MB
Binary file not shown.

Examples/Data/Storage/sample.pptx

-29.4 KB
Binary file not shown.

Examples/Data/Storage/sample.xlsx

-149 KB
Binary file not shown.

Examples/Data/Storage/sample.zip

-657 KB
Binary file not shown.

0 commit comments

Comments
 (0)