Skip to content

Commit 7e3f5d1

Browse files
committed
Reconstruct project
1 parent b94b51e commit 7e3f5d1

File tree

4 files changed

+629
-88
lines changed

4 files changed

+629
-88
lines changed

.gitignore

+348
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,348 @@
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+
13+
# User-specific files (MonoDevelop/Xamarin Studio)
14+
*.userprefs
15+
16+
# Mono auto generated files
17+
mono_crash.*
18+
19+
# Build results
20+
[Dd]ebug/
21+
[Dd]ebugPublic/
22+
[Rr]elease/
23+
[Rr]eleases/
24+
x64/
25+
x86/
26+
[Aa][Rr][Mm]/
27+
[Aa][Rr][Mm]64/
28+
bld/
29+
[Bb]in/
30+
[Oo]bj/
31+
32+
# Visual Studio 2015/2017 cache/options directory
33+
.vs/
34+
# Uncomment if you have tasks that create the project's static files in wwwroot
35+
#wwwroot/
36+
37+
# Visual Studio 2017 auto generated files
38+
Generated\ Files/
39+
40+
# MSTest test Results
41+
[Tt]est[Rr]esult*/
42+
[Bb]uild[Ll]og.*
43+
44+
# NUnit
45+
*.VisualState.xml
46+
TestResult.xml
47+
nunit-*.xml
48+
49+
# Build Results of an ATL Project
50+
[Dd]ebugPS/
51+
[Rr]eleasePS/
52+
dlldata.c
53+
54+
# Benchmark Results
55+
BenchmarkDotNet.Artifacts/
56+
57+
# .NET Core
58+
project.lock.json
59+
project.fragment.lock.json
60+
artifacts/
61+
62+
# StyleCop
63+
StyleCopReport.xml
64+
65+
# Files built by Visual Studio
66+
*_i.c
67+
*_p.c
68+
*_h.h
69+
*.ilk
70+
*.meta
71+
*.obj
72+
*.iobj
73+
*.pch
74+
*.pdb
75+
*.ipdb
76+
*.pgc
77+
*.pgd
78+
*.rsp
79+
*.sbr
80+
*.tlb
81+
*.tli
82+
*.tlh
83+
*.tmp
84+
*.tmp_proj
85+
*_wpftmp.csproj
86+
*.log
87+
*.vspscc
88+
*.vssscc
89+
.builds
90+
*.pidb
91+
*.svclog
92+
*.scc
93+
94+
# Chutzpah Test files
95+
_Chutzpah*
96+
97+
# Visual C++ cache files
98+
ipch/
99+
*.aps
100+
*.ncb
101+
*.opendb
102+
*.opensdf
103+
*.sdf
104+
*.cachefile
105+
*.VC.db
106+
*.VC.VC.opendb
107+
108+
# Visual Studio profiler
109+
*.psess
110+
*.vsp
111+
*.vspx
112+
*.sap
113+
114+
# Visual Studio Trace Files
115+
*.e2e
116+
117+
# TFS 2012 Local Workspace
118+
$tf/
119+
120+
# Guidance Automation Toolkit
121+
*.gpState
122+
123+
# ReSharper is a .NET coding add-in
124+
_ReSharper*/
125+
*.[Rr]e[Ss]harper
126+
*.DotSettings.user
127+
128+
# TeamCity is a build add-in
129+
_TeamCity*
130+
131+
# DotCover is a Code Coverage Tool
132+
*.dotCover
133+
134+
# AxoCover is a Code Coverage Tool
135+
.axoCover/*
136+
!.axoCover/settings.json
137+
138+
# Visual Studio code coverage results
139+
*.coverage
140+
*.coveragexml
141+
142+
# NCrunch
143+
_NCrunch_*
144+
.*crunch*.local.xml
145+
nCrunchTemp_*
146+
147+
# MightyMoose
148+
*.mm.*
149+
AutoTest.Net/
150+
151+
# Web workbench (sass)
152+
.sass-cache/
153+
154+
# Installshield output folder
155+
[Ee]xpress/
156+
157+
# DocProject is a documentation generator add-in
158+
DocProject/buildhelp/
159+
DocProject/Help/*.HxT
160+
DocProject/Help/*.HxC
161+
DocProject/Help/*.hhc
162+
DocProject/Help/*.hhk
163+
DocProject/Help/*.hhp
164+
DocProject/Help/Html2
165+
DocProject/Help/html
166+
167+
# Click-Once directory
168+
publish/
169+
170+
# Publish Web Output
171+
*.[Pp]ublish.xml
172+
*.azurePubxml
173+
# Note: Comment the next line if you want to checkin your web deploy settings,
174+
# but database connection strings (with potential passwords) will be unencrypted
175+
*.pubxml
176+
*.publishproj
177+
178+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
179+
# checkin your Azure Web App publish settings, but sensitive information contained
180+
# in these scripts will be unencrypted
181+
PublishScripts/
182+
183+
# NuGet Packages
184+
*.nupkg
185+
# NuGet Symbol Packages
186+
*.snupkg
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+
*.appxbundle
212+
*.appxupload
213+
214+
# Visual Studio cache files
215+
# files ending in .cache can be ignored
216+
*.[Cc]ache
217+
# but keep track of directories ending in .cache
218+
!?*.[Cc]ache/
219+
220+
# Others
221+
ClientBin/
222+
~$*
223+
*~
224+
*.dbmdl
225+
*.dbproj.schemaview
226+
*.jfm
227+
*.pfx
228+
*.publishsettings
229+
orleans.codegen.cs
230+
231+
# Including strong name files can present a security risk
232+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
233+
#*.snk
234+
235+
# Since there are multiple workflows, uncomment next line to ignore bower_components
236+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
237+
#bower_components/
238+
239+
# RIA/Silverlight projects
240+
Generated_Code/
241+
242+
# Backup & report files from converting an old project file
243+
# to a newer Visual Studio version. Backup files are not needed,
244+
# because we have git ;-)
245+
_UpgradeReport_Files/
246+
Backup*/
247+
UpgradeLog*.XML
248+
UpgradeLog*.htm
249+
ServiceFabricBackup/
250+
*.rptproj.bak
251+
252+
# SQL Server files
253+
*.mdf
254+
*.ldf
255+
*.ndf
256+
257+
# Business Intelligence projects
258+
*.rdl.data
259+
*.bim.layout
260+
*.bim_*.settings
261+
*.rptproj.rsuser
262+
*- [Bb]ackup.rdl
263+
*- [Bb]ackup ([0-9]).rdl
264+
*- [Bb]ackup ([0-9][0-9]).rdl
265+
266+
# Microsoft Fakes
267+
FakesAssemblies/
268+
269+
# GhostDoc plugin setting file
270+
*.GhostDoc.xml
271+
272+
# Node.js Tools for Visual Studio
273+
.ntvs_analysis.dat
274+
node_modules/
275+
276+
# Visual Studio 6 build log
277+
*.plg
278+
279+
# Visual Studio 6 workspace options file
280+
*.opt
281+
282+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
283+
*.vbw
284+
285+
# Visual Studio LightSwitch build output
286+
**/*.HTMLClient/GeneratedArtifacts
287+
**/*.DesktopClient/GeneratedArtifacts
288+
**/*.DesktopClient/ModelManifest.xml
289+
**/*.Server/GeneratedArtifacts
290+
**/*.Server/ModelManifest.xml
291+
_Pvt_Extensions
292+
293+
# Paket dependency manager
294+
.paket/paket.exe
295+
paket-files/
296+
297+
# FAKE - F# Make
298+
.fake/
299+
300+
# CodeRush personal settings
301+
.cr/personal
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+
332+
# NVidia Nsight GPU debugger configuration file
333+
*.nvuser
334+
335+
# MFractors (Xamarin productivity tool) working folder
336+
.mfractor/
337+
338+
# Local History for Visual Studio
339+
.localhistory/
340+
341+
# BeatPulse healthcheck temp database
342+
healthchecksdb
343+
344+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
345+
MigrationBackup/
346+
347+
# Ionide (cross platform F# VS Code tools) working folder
348+
.ionide/

0 commit comments

Comments
 (0)