Skip to content

Commit d792e74

Browse files
committed
porting some changes for integration of libraries
1 parent 260138c commit d792e74

File tree

176 files changed

+165869
-82
lines changed

Some content is hidden

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

176 files changed

+165869
-82
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*.cs]
4+
# Sort using directives with System.* appearing first
5+
dotnet_sort_system_directives_first = true

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
# Force bash scripts to always use lf line endings so that if a repo is accessed
7+
# in Unix via a file share from Windows, the scripts will work.
8+
*.sh text eol=lf

.gitignore

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

0 commit comments

Comments
 (0)