Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 9562ba7

Browse files
committed
- v10.0.4
1 parent dbf30be commit 9562ba7

34 files changed

+2127
-2134
lines changed

.gitignore

Lines changed: 114 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,114 @@
1-
.vs
2-
3-
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
4-
[Bb]in/
5-
[Oo]bj/
6-
[Dd]eployment
7-
8-
# mstest test results
9-
TestResults
10-
11-
## Ignore Visual Studio temporary files, build results, and
12-
## files generated by popular Visual Studio add-ons.
13-
14-
# User-specific files
15-
*.suo
16-
*.user
17-
*.sln.docstates
18-
19-
# Build results
20-
[Dd]ebug/
21-
[Rr]elease/
22-
x64/
23-
*_i.c
24-
*_p.c
25-
*.ilk
26-
*.meta
27-
*.obj
28-
*.pch
29-
*.pdb
30-
*.pgc
31-
*.pgd
32-
*.rsp
33-
*.sbr
34-
*.tlb
35-
*.tli
36-
*.tlh
37-
*.tmp
38-
*.log
39-
*.vspscc
40-
*.vssscc
41-
.builds
42-
43-
# Visual C++ cache files
44-
ipch/
45-
*.aps
46-
*.ncb
47-
*.opensdf
48-
*.sdf
49-
50-
# Visual Studio profiler
51-
*.psess
52-
*.vsp
53-
*.vspx
54-
55-
# Guidance Automation Toolkit
56-
*.gpState
57-
58-
# ReSharper is a .NET coding add-in
59-
_ReSharper*/
60-
*.[Rr]e[Ss]harper
61-
*.DotSettings.user
62-
*.DotSettings
63-
64-
# NCrunch
65-
*.ncrunch*
66-
.*crunch*.local.xml
67-
68-
# Installshield output folder
69-
[Ee]xpress
70-
71-
# DocProject is a documentation generator add-in
72-
DocProject/buildhelp/
73-
DocProject/Help/*.HxT
74-
DocProject/Help/*.HxC
75-
DocProject/Help/*.hhc
76-
DocProject/Help/*.hhk
77-
DocProject/Help/*.hhp
78-
DocProject/Help/Html2
79-
DocProject/Help/html
80-
81-
# Click-Once directory
82-
publish
83-
84-
# Publish Web Output
85-
*.Publish.xml
86-
87-
# NuGet Packages Directory
88-
packages
89-
90-
# Windows Azure Build Output
91-
csx
92-
*.build.csdef
93-
94-
# Windows Store app package directory
95-
AppPackages/
96-
97-
# Others
98-
[Bb]in
99-
[Oo]bj
100-
sql
101-
TestResults
102-
[Tt]est[Rr]esult*
103-
*.Cache
104-
ClientBin
105-
[Ss]tyle[Cc]op.*
106-
~$*
107-
*.dbmdl
108-
Generated_Code #added for RIA/Silverlight projects
109-
110-
# Backup & report files from converting an old project file to a newer
111-
# Visual Studio version. Backup files are not needed, because we have git ;-)
112-
_UpgradeReport_Files/
113-
Backup*/
114-
UpgradeLog*.XML
1+
.vs
2+
3+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
4+
[Bb]in/
5+
[Oo]bj/
6+
[Dd]eployment
7+
8+
# mstest test results
9+
TestResults
10+
11+
## Ignore Visual Studio temporary files, build results, and
12+
## files generated by popular Visual Studio add-ons.
13+
14+
# User-specific files
15+
*.suo
16+
*.user
17+
*.sln.docstates
18+
19+
# Build results
20+
[Dd]ebug/
21+
[Rr]elease/
22+
x64/
23+
*_i.c
24+
*_p.c
25+
*.ilk
26+
*.meta
27+
*.obj
28+
*.pch
29+
*.pdb
30+
*.pgc
31+
*.pgd
32+
*.rsp
33+
*.sbr
34+
*.tlb
35+
*.tli
36+
*.tlh
37+
*.tmp
38+
*.log
39+
*.vspscc
40+
*.vssscc
41+
.builds
42+
43+
# Visual C++ cache files
44+
ipch/
45+
*.aps
46+
*.ncb
47+
*.opensdf
48+
*.sdf
49+
50+
# Visual Studio profiler
51+
*.psess
52+
*.vsp
53+
*.vspx
54+
55+
# Guidance Automation Toolkit
56+
*.gpState
57+
58+
# ReSharper is a .NET coding add-in
59+
_ReSharper*/
60+
*.[Rr]e[Ss]harper
61+
*.DotSettings.user
62+
*.DotSettings
63+
64+
# NCrunch
65+
*.ncrunch*
66+
.*crunch*.local.xml
67+
68+
# Installshield output folder
69+
[Ee]xpress
70+
71+
# DocProject is a documentation generator add-in
72+
DocProject/buildhelp/
73+
DocProject/Help/*.HxT
74+
DocProject/Help/*.HxC
75+
DocProject/Help/*.hhc
76+
DocProject/Help/*.hhk
77+
DocProject/Help/*.hhp
78+
DocProject/Help/Html2
79+
DocProject/Help/html
80+
81+
# Click-Once directory
82+
publish
83+
84+
# Publish Web Output
85+
*.Publish.xml
86+
87+
# NuGet Packages Directory
88+
packages
89+
90+
# Windows Azure Build Output
91+
csx
92+
*.build.csdef
93+
94+
# Windows Store app package directory
95+
AppPackages/
96+
97+
# Others
98+
[Bb]in
99+
[Oo]bj
100+
sql
101+
TestResults
102+
[Tt]est[Rr]esult*
103+
*.Cache
104+
ClientBin
105+
[Ss]tyle[Cc]op.*
106+
~$*
107+
*.dbmdl
108+
Generated_Code #added for RIA/Silverlight projects
109+
110+
# Backup & report files from converting an old project file to a newer
111+
# Visual Studio version. Backup files are not needed, because we have git ;-)
112+
_UpgradeReport_Files/
113+
Backup*/
114+
UpgradeLog*.XML

LICENSE

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
Copyright (c) 2018, Eben Roux
2-
All rights reserved.
3-
4-
Redistribution and use in source and binary forms, with or without modification,
5-
are permitted provided that the following conditions are met:
6-
7-
Redistributions of source code must retain the above copyright notice, this
8-
list of conditions and the following disclaimer.
9-
10-
Redistributions in binary form must reproduce the above copyright notice, this
11-
list of conditions and the following disclaimer in the documentation and/or
12-
other materials provided with the distribution.
13-
14-
Neither the name of the Shuttle organization nor the names of its
15-
contributors may be used to endorse or promote products derived from
16-
this software without specific prior written permission.
17-
18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1+
Copyright (c) 2018, Eben Roux
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
Redistributions in binary form must reproduce the above copyright notice, this
11+
list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
Neither the name of the Shuttle organization nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)