Skip to content

Commit 5bb910e

Browse files
Merge pull request #1 (v0.6.0 src) from rforzachamp821/Ryan_WorkingBranch
Update v0.6.0 release src code
2 parents ae069dc + cf07a98 commit 5bb910e

File tree

82 files changed

+19159
-15199
lines changed

Some content is hidden

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

82 files changed

+19159
-15199
lines changed

.gitignore

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

0 commit comments

Comments
 (0)