Skip to content

Commit 6e1e9e9

Browse files
committed
1.0.6500.0 Release
2 parents 3a2d3c8 + 3dde3b0 commit 6e1e9e9

Some content is hidden

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

42 files changed

+1294
-2148
lines changed

.gitignore

Lines changed: 335 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,339 @@
1-
bin
2-
obj
3-
drop
1+
# User-specific files
2+
*.rsuser
43
*.suo
4+
*.user
5+
*.userosscache
6+
*.sln.docstates
7+
8+
# User-specific files (MonoDevelop/Xamarin Studio)
9+
*.userprefs
10+
11+
# Build results
12+
[Dd]ebug/
13+
[Dd]ebugPublic/
14+
[Rr]elease/
15+
[Rr]eleases/
16+
x64/
17+
x86/
18+
[Aa][Rr][Mm]/
19+
[Aa][Rr][Mm]64/
20+
bld/
21+
[Bb]in/
22+
[Oo]bj/
23+
[Ll]og/
24+
25+
# Visual Studio 2015/2017 cache/options directory
26+
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
29+
30+
# Visual Studio 2017 auto generated files
31+
Generated\ Files/
32+
33+
# MSTest test Results
34+
[Tt]est[Rr]esult*/
35+
[Bb]uild[Ll]og.*
36+
37+
# NUNIT
38+
*.VisualState.xml
39+
TestResult.xml
40+
41+
# Build Results of an ATL Project
42+
[Dd]ebugPS/
43+
[Rr]eleasePS/
44+
dlldata.c
45+
46+
# Benchmark Results
47+
BenchmarkDotNet.Artifacts/
48+
49+
# .NET Core
50+
project.lock.json
51+
project.fragment.lock.json
52+
artifacts/
53+
54+
# StyleCop
55+
StyleCopReport.xml
56+
57+
# Files built by Visual Studio
58+
*_i.c
59+
*_p.c
60+
*_h.h
61+
*.ilk
62+
*.meta
63+
*.obj
64+
*.iobj
65+
*.pch
66+
*.pdb
67+
*.ipdb
68+
*.pgc
69+
*.pgd
70+
*.rsp
71+
*.sbr
72+
*.tlb
73+
*.tli
74+
*.tlh
75+
*.tmp
76+
*.tmp_proj
77+
*_wpftmp.csproj
78+
*.log
79+
*.vspscc
80+
*.vssscc
81+
.builds
82+
*.pidb
83+
*.svclog
84+
*.scc
85+
86+
# Chutzpah Test files
87+
_Chutzpah*
88+
89+
# Visual C++ cache files
90+
ipch/
91+
*.aps
92+
*.ncb
93+
*.opendb
94+
*.opensdf
95+
*.sdf
96+
*.cachefile
97+
*.VC.db
98+
*.VC.VC.opendb
99+
100+
# Visual Studio profiler
101+
*.psess
102+
*.vsp
103+
*.vspx
104+
*.sap
105+
106+
# Visual Studio Trace Files
107+
*.e2e
108+
109+
# TFS 2012 Local Workspace
110+
$tf/
111+
112+
# Guidance Automation Toolkit
113+
*.gpState
114+
115+
# ReSharper is a .NET coding add-in
116+
_ReSharper*/
117+
*.[Rr]e[Ss]harper
118+
*.DotSettings.user
119+
120+
# JustCode is a .NET coding add-in
121+
.JustCode
122+
123+
# TeamCity is a build add-in
124+
_TeamCity*
125+
126+
# DotCover is a Code Coverage Tool
127+
*.dotCover
128+
129+
# AxoCover is a Code Coverage Tool
130+
.axoCover/*
131+
!.axoCover/settings.json
132+
133+
# Visual Studio code coverage results
134+
*.coverage
135+
*.coveragexml
136+
137+
# NCrunch
138+
_NCrunch_*
139+
.*crunch*.local.xml
140+
nCrunchTemp_*
141+
142+
# MightyMoose
143+
*.mm.*
144+
AutoTest.Net/
145+
146+
# Web workbench (sass)
147+
.sass-cache/
148+
149+
# Installshield output folder
150+
[Ee]xpress/
151+
152+
# DocProject is a documentation generator add-in
153+
DocProject/buildhelp/
154+
DocProject/Help/*.HxT
155+
DocProject/Help/*.HxC
156+
DocProject/Help/*.hhc
157+
DocProject/Help/*.hhk
158+
DocProject/Help/*.hhp
159+
DocProject/Help/Html2
160+
DocProject/Help/html
161+
162+
# Click-Once directory
163+
publish/
164+
165+
# Publish Web Output
166+
*.[Pp]ublish.xml
167+
*.azurePubxml
168+
# Note: Comment the next line if you want to checkin your web deploy settings,
169+
# but database connection strings (with potential passwords) will be unencrypted
170+
*.pubxml
171+
*.publishproj
172+
173+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
174+
# checkin your Azure Web App publish settings, but sensitive information contained
175+
# in these scripts will be unencrypted
176+
PublishScripts/
177+
178+
# NuGet Packages
179+
*.nupkg
180+
# The packages folder can be ignored because of Package Restore
181+
**/[Pp]ackages/*
182+
# except build/, which is used as an MSBuild target.
183+
!**/[Pp]ackages/build/
184+
# Uncomment if necessary however generally it will be regenerated when needed
185+
#!**/[Pp]ackages/repositories.config
186+
# NuGet v3's project.json files produces more ignorable files
187+
*.nuget.props
188+
*.nuget.targets
189+
190+
# Microsoft Azure Build Output
191+
csx/
192+
*.build.csdef
193+
194+
# Microsoft Azure Emulator
195+
ecf/
196+
rcf/
197+
198+
# Windows Store app package directories and files
199+
AppPackages/
200+
BundleArtifacts/
201+
Package.StoreAssociation.xml
202+
_pkginfo.txt
203+
*.appx
204+
205+
# Visual Studio cache files
206+
# files ending in .cache can be ignored
207+
*.[Cc]ache
208+
# but keep track of directories ending in .cache
209+
!?*.[Cc]ache/
210+
211+
# Others
212+
ClientBin/
213+
~$*
214+
*~
215+
*.dbmdl
216+
*.dbproj.schemaview
217+
*.jfm
218+
*.pfx
219+
*.publishsettings
220+
orleans.codegen.cs
221+
222+
# Including strong name files can present a security risk
223+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
224+
#*.snk
225+
226+
# Since there are multiple workflows, uncomment next line to ignore bower_components
227+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
228+
#bower_components/
229+
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
230+
**/wwwroot/lib/
231+
232+
# RIA/Silverlight projects
233+
Generated_Code/
234+
235+
# Backup & report files from converting an old project file
236+
# to a newer Visual Studio version. Backup files are not needed,
237+
# because we have git ;-)
238+
_UpgradeReport_Files/
239+
Backup*/
240+
UpgradeLog*.XML
241+
UpgradeLog*.htm
242+
ServiceFabricBackup/
243+
*.rptproj.bak
244+
245+
# SQL Server files
246+
*.mdf
247+
*.ldf
248+
*.ndf
249+
250+
# Business Intelligence projects
251+
*.rdl.data
252+
*.bim.layout
253+
*.bim_*.settings
254+
*.rptproj.rsuser
255+
256+
# Microsoft Fakes
257+
FakesAssemblies/
258+
259+
# GhostDoc plugin setting file
260+
*.GhostDoc.xml
261+
262+
# Node.js Tools for Visual Studio
263+
.ntvs_analysis.dat
264+
node_modules/
265+
266+
# Visual Studio 6 build log
267+
*.plg
268+
269+
# Visual Studio 6 workspace options file
270+
*.opt
271+
272+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
273+
*.vbw
274+
275+
# Visual Studio LightSwitch build output
276+
**/*.HTMLClient/GeneratedArtifacts
277+
**/*.DesktopClient/GeneratedArtifacts
278+
**/*.DesktopClient/ModelManifest.xml
279+
**/*.Server/GeneratedArtifacts
280+
**/*.Server/ModelManifest.xml
281+
_Pvt_Extensions
282+
283+
# Paket dependency manager
284+
.paket/paket.exe
285+
paket-files/
286+
287+
# FAKE - F# Make
288+
.fake/
289+
290+
# JetBrains Rider
291+
.idea/
292+
*.sln.iml
293+
294+
# CodeRush personal settings
295+
.cr/personal
296+
297+
# Python Tools for Visual Studio (PTVS)
298+
__pycache__/
299+
*.pyc
300+
301+
# Cake - Uncomment if you are using it
302+
# tools/**
303+
# !tools/packages.config
304+
305+
# Tabs Studio
306+
*.tss
307+
308+
# Telerik's JustMock configuration file
309+
*.jmconfig
310+
311+
# BizTalk build output
312+
*.btp.cs
313+
*.btm.cs
314+
*.odx.cs
315+
*.xsd.cs
316+
317+
# OpenCover UI analysis results
318+
OpenCover/
319+
320+
# Azure Stream Analytics local run output
321+
ASALocalRun/
322+
323+
# MSBuild Binary and Structured Log
324+
*.binlog
325+
326+
# NVidia Nsight GPU debugger configuration file
327+
*.nvuser
328+
329+
# MFractors (Xamarin productivity tool) working folder
330+
.mfractor/
331+
332+
# Local History for Visual Studio
333+
.localhistory/
334+
335+
# BeatPulse healthcheck temp database
336+
healthchecksdb
5337

6338
# Generated files
7339
src/testtools.extendedlogging/Microsoft.Protocols.TestTools.ExtendedLogging.XML

0 commit comments

Comments
 (0)