Skip to content

Commit 74bfcfb

Browse files
committed
Initial commit
0 parents  commit 74bfcfb

13 files changed

Lines changed: 930 additions & 0 deletions

.gitignore

Lines changed: 346 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,346 @@
1+
#Manually added files
2+
WinPOS.Kiisu.TCP.Service/
3+
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,windows,linux,macos
4+
5+
### VisualStudioCode ###
6+
.vscode/*
7+
!.vscode/settings.json
8+
!.vscode/tasks.json
9+
!.vscode/launch.json
10+
11+
12+
### Windows ###
13+
# Windows image file caches
14+
Thumbs.db
15+
ehthumbs.db
16+
17+
# Folder config file
18+
Desktop.ini
19+
20+
# Recycle Bin used on file shares
21+
$RECYCLE.BIN/
22+
23+
# Windows Installer files
24+
*.cab
25+
*.msi
26+
*.msm
27+
*.msp
28+
29+
# Windows shortcuts
30+
*.lnk
31+
32+
33+
### Linux ###
34+
*~
35+
36+
# temporary files which can be created if a process still has a handle open of a deleted file
37+
.fuse_hidden*
38+
39+
# KDE directory preferences
40+
.directory
41+
42+
# Linux trash folder which might appear on any partition or disk
43+
.Trash-*
44+
45+
# .nfs files are created when an open file is removed but is still being accessed
46+
.nfs*
47+
48+
49+
### macOS ###
50+
*.DS_Store
51+
.AppleDouble
52+
.LSOverride
53+
54+
# Icon must end with two \r
55+
Icon
56+
57+
58+
# Thumbnails
59+
._*
60+
61+
# Files that might appear in the root of a volume
62+
.DocumentRevisions-V100
63+
.fseventsd
64+
.Spotlight-V100
65+
.TemporaryItems
66+
.Trashes
67+
.VolumeIcon.icns
68+
.com.apple.timemachine.donotpresent
69+
70+
# Directories potentially created on remote AFP share
71+
.AppleDB
72+
.AppleDesktop
73+
Network Trash Folder
74+
Temporary Items
75+
.apdisk
76+
77+
78+
### VisualStudio ###
79+
## Ignore Visual Studio temporary files, build results, and
80+
## files generated by popular Visual Studio add-ons.
81+
82+
# User-specific files
83+
*.suo
84+
*.user
85+
*.userosscache
86+
*.sln.docstates
87+
88+
# User-specific files (MonoDevelop/Xamarin Studio)
89+
*.userprefs
90+
91+
# Build results
92+
[Dd]ebug/
93+
[Dd]ebugPublic/
94+
[Rr]elease/
95+
[Rr]eleases/
96+
x64/
97+
x86/
98+
bld/
99+
[Bb]in/
100+
[Oo]bj/
101+
[Ll]og/
102+
103+
# Visual Studio 2015 cache/options directory
104+
.vs/
105+
# Uncomment if you have tasks that create the project's static files in wwwroot
106+
#wwwroot/
107+
108+
# MSTest test Results
109+
[Tt]est[Rr]esult*/
110+
[Bb]uild[Ll]og.*
111+
112+
# NUNIT
113+
*.VisualState.xml
114+
TestResult.xml
115+
116+
# Build Results of an ATL Project
117+
[Dd]ebugPS/
118+
[Rr]eleasePS/
119+
dlldata.c
120+
121+
# DNX
122+
project.lock.json
123+
project.fragment.lock.json
124+
artifacts/
125+
126+
*_i.c
127+
*_p.c
128+
*_i.h
129+
*.ilk
130+
*.meta
131+
*.obj
132+
*.pch
133+
*.pdb
134+
*.pgc
135+
*.pgd
136+
*.rsp
137+
*.sbr
138+
*.tlb
139+
*.tli
140+
*.tlh
141+
*.tmp
142+
*.tmp_proj
143+
*.log
144+
*.vspscc
145+
*.vssscc
146+
.builds
147+
*.pidb
148+
*.svclog
149+
*.scc
150+
151+
# Chutzpah Test files
152+
_Chutzpah*
153+
154+
# Visual C++ cache files
155+
ipch/
156+
*.aps
157+
*.ncb
158+
*.opendb
159+
*.opensdf
160+
*.sdf
161+
*.cachefile
162+
*.VC.db
163+
*.VC.VC.opendb
164+
165+
# Visual Studio profiler
166+
*.psess
167+
*.vsp
168+
*.vspx
169+
*.sap
170+
171+
# TFS 2012 Local Workspace
172+
$tf/
173+
174+
# Guidance Automation Toolkit
175+
*.gpState
176+
177+
# ReSharper is a .NET coding add-in
178+
_ReSharper*/
179+
*.[Rr]e[Ss]harper
180+
*.DotSettings.user
181+
182+
# JustCode is a .NET coding add-in
183+
.JustCode
184+
185+
# TeamCity is a build add-in
186+
_TeamCity*
187+
188+
# DotCover is a Code Coverage Tool
189+
*.dotCover
190+
191+
# Visual Studio code coverage results
192+
*.coverage
193+
*.coveragexml
194+
195+
# NCrunch
196+
_NCrunch_*
197+
.*crunch*.local.xml
198+
nCrunchTemp_*
199+
200+
# MightyMoose
201+
*.mm.*
202+
AutoTest.Net/
203+
204+
# Web workbench (sass)
205+
.sass-cache/
206+
207+
# Installshield output folder
208+
[Ee]xpress/
209+
210+
# DocProject is a documentation generator add-in
211+
DocProject/buildhelp/
212+
DocProject/Help/*.HxT
213+
DocProject/Help/*.HxC
214+
DocProject/Help/*.hhc
215+
DocProject/Help/*.hhk
216+
DocProject/Help/*.hhp
217+
DocProject/Help/Html2
218+
DocProject/Help/html
219+
220+
# Click-Once directory
221+
publish/
222+
223+
# Publish Web Output
224+
*.[Pp]ublish.xml
225+
*.azurePubxml
226+
# TODO: Comment the next line if you want to checkin your web deploy settings
227+
# but database connection strings (with potential passwords) will be unencrypted
228+
*.pubxml
229+
*.publishproj
230+
231+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
232+
# checkin your Azure Web App publish settings, but sensitive information contained
233+
# in these scripts will be unencrypted
234+
PublishScripts/
235+
236+
# NuGet Packages
237+
*.nupkg
238+
# The packages folder can be ignored because of Package Restore
239+
**/packages/*
240+
# except build/, which is used as an MSBuild target.
241+
!**/packages/build/
242+
# Uncomment if necessary however generally it will be regenerated when needed
243+
#!**/packages/repositories.config
244+
# NuGet v3's project.json files produces more ignoreable files
245+
*.nuget.props
246+
*.nuget.targets
247+
248+
# Microsoft Azure Build Output
249+
csx/
250+
*.build.csdef
251+
252+
# Microsoft Azure Emulator
253+
ecf/
254+
rcf/
255+
256+
# Windows Store app package directories and files
257+
AppPackages/
258+
BundleArtifacts/
259+
Package.StoreAssociation.xml
260+
_pkginfo.txt
261+
262+
# Visual Studio cache files
263+
# files ending in .cache can be ignored
264+
*.[Cc]ache
265+
# but keep track of directories ending in .cache
266+
!*.[Cc]ache/
267+
268+
# Others
269+
ClientBin/
270+
~$*
271+
*~
272+
*.dbmdl
273+
*.dbproj.schemaview
274+
*.jfm
275+
*.pfx
276+
*.publishsettings
277+
node_modules/
278+
orleans.codegen.cs
279+
280+
# Since there are multiple workflows, uncomment next line to ignore bower_components
281+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
282+
#bower_components/
283+
284+
# RIA/Silverlight projects
285+
Generated_Code/
286+
287+
# Backup & report files from converting an old project file
288+
# to a newer Visual Studio version. Backup files are not needed,
289+
# because we have git ;-)
290+
_UpgradeReport_Files/
291+
Backup*/
292+
UpgradeLog*.XML
293+
UpgradeLog*.htm
294+
295+
# SQL Server files
296+
*.mdf
297+
*.ldf
298+
299+
# Business Intelligence projects
300+
*.rdl.data
301+
*.bim.layout
302+
*.bim_*.settings
303+
304+
# Microsoft Fakes
305+
FakesAssemblies/
306+
307+
# GhostDoc plugin setting file
308+
*.GhostDoc.xml
309+
310+
# Node.js Tools for Visual Studio
311+
.ntvs_analysis.dat
312+
313+
# Visual Studio 6 build log
314+
*.plg
315+
316+
# Visual Studio 6 workspace options file
317+
*.opt
318+
319+
# Visual Studio LightSwitch build output
320+
**/*.HTMLClient/GeneratedArtifacts
321+
**/*.DesktopClient/GeneratedArtifacts
322+
**/*.DesktopClient/ModelManifest.xml
323+
**/*.Server/GeneratedArtifacts
324+
**/*.Server/ModelManifest.xml
325+
_Pvt_Extensions
326+
327+
# Paket dependency manager
328+
.paket/paket.exe
329+
paket-files/
330+
331+
# FAKE - F# Make
332+
.fake/
333+
334+
# JetBrains Rider
335+
.idea/
336+
*.sln.iml
337+
338+
# CodeRush
339+
.cr/
340+
341+
# Python Tools for Visual Studio (PTVS)
342+
__pycache__/
343+
*.pyc
344+
345+
# Cake - Uncomment if you are using it
346+
# tools/

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Artyom M. and Contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)