Skip to content

Commit 6fffbb3

Browse files
committed
3.6.0.1159
1 parent 4dbc75e commit 6fffbb3

File tree

397 files changed

+20086
-14455
lines changed

Some content is hidden

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

397 files changed

+20086
-14455
lines changed

.gitignore

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

AlternateNames/AlternateNames.vbproj

-12
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,6 @@
4242
<ItemGroup>
4343
<None Include="project.json" />
4444

45-
46-
47-
<Reference Include="System" />
48-
<Reference Include="System.Data" />
49-
<Reference Include="System.Xml" />
50-
<Reference Include="Microsoft.CSharp" />
51-
<Reference Include="System.Core" />
52-
<Reference Include="System.Xml.Linq" />
53-
<Reference Include="System.Data.DataSetExtensions" />
54-
<Reference Include="System.Xaml">
55-
<RequiredTargetFramework>4.0</RequiredTargetFramework>
56-
</Reference>
5745
<Reference Include="WindowsBase" />
5846
<Reference Include="PresentationCore" />
5947
<Reference Include="PresentationFramework" />

0 commit comments

Comments
 (0)