Skip to content

Commit c987b0f

Browse files
committed
Initial commit
0 parents  commit c987b0f

File tree

8 files changed

+482
-0
lines changed

8 files changed

+482
-0
lines changed

.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[*]
2+
end_of_line = lf

.gitignore

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

SamFirm.NET.sln

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30709.64
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamFirm.NET", "SamFirm.NET\SamFirm.NET.csproj", "{2642C974-0B2C-4B7F-9308-36DBFBCB434A}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Release|Any CPU = Release|Any CPU
13+
Release|x64 = Release|x64
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Debug|Any CPU.ActiveCfg = Debug|x64
17+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Debug|x64.ActiveCfg = Debug|x64
18+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Debug|x64.Build.0 = Debug|x64
19+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Release|Any CPU.ActiveCfg = Release|x64
20+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Release|x64.ActiveCfg = Release|x64
21+
{2642C974-0B2C-4B7F-9308-36DBFBCB434A}.Release|x64.Build.0 = Release|x64
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {8C56523A-5F57-4066-A2AB-E49C9539F2F5}
28+
EndGlobalSection
29+
EndGlobal

0 commit comments

Comments
 (0)