Skip to content

Commit 30d5f6a

Browse files
committed
Migrated from the original LiquidProjections repo
1 parent 81e1c78 commit 30d5f6a

39 files changed

+3979
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Disable line endings normalization, force crlf
2+
* -text
3+
4+
# Identified this repository with a unique name
5+
#VisionSuite
6+
7+
*.sln -text merge=union

.gitignore

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.sln.docstates
8+
9+
# Build results
10+
11+
[Dd]ebug/
12+
[Rr]elease/
13+
x64/
14+
[Oo]bj/
15+
[Bb]in/
16+
17+
# MSTest test Results
18+
[Tt]est[Rr]esult*/
19+
[Bb]uild[Ll]og.*
20+
21+
*_i.c
22+
*_p.c
23+
*.ilk
24+
*.meta
25+
*.obj
26+
*.pch
27+
*.pdb
28+
*.pgc
29+
*.pgd
30+
*.rsp
31+
*.sbr
32+
*.tlb
33+
*.tli
34+
*.tlh
35+
*.tmp
36+
*.tmp_proj
37+
*.log
38+
*.vspscc
39+
*.vssscc
40+
.builds
41+
*.pidb
42+
*.log
43+
*.scc
44+
45+
# Visual C++ cache files
46+
ipch/
47+
*.aps
48+
*.ncb
49+
*.opensdf
50+
*.sdf
51+
*.cachefile
52+
53+
# Visual Studio profiler
54+
*.psess
55+
*.vsp
56+
*.vspx
57+
58+
# Guidance Automation Toolkit
59+
*.gpState
60+
61+
# ReSharper is a .NET coding add-in
62+
_ReSharper*/
63+
*.[Rr]e[Ss]harper
64+
65+
# TeamCity is a build add-in
66+
_TeamCity*
67+
68+
# DotCover is a Code Coverage Tool
69+
*.dotCover
70+
71+
# NCrunch
72+
73+
.*crunch*.local.xml
74+
75+
# Installshield output folder
76+
[Ee]xpress/
77+
78+
# DocProject is a documentation generator add-in
79+
DocProject/buildhelp/
80+
DocProject/Help/*.HxT
81+
DocProject/Help/*.HxC
82+
DocProject/Help/*.hhc
83+
DocProject/Help/*.hhk
84+
DocProject/Help/*.hhp
85+
DocProject/Help/Html2
86+
DocProject/Help/html
87+
88+
# Click-Once directory
89+
publish/
90+
91+
# Publish Web Output
92+
*.Publish.xml
93+
94+
# NuGet Packages Directory
95+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
96+
packages/
97+
98+
# Windows Azure Build Output
99+
csx
100+
*.build.csdef
101+
102+
# Windows Store app package directory
103+
AppPackages/
104+
105+
# Others
106+
sql/
107+
*.Cache
108+
ClientBin/
109+
[Ss]tyle[Cc]op.*
110+
~$*
111+
*~
112+
*.dbmdl
113+
*.[Pp]ublish.xml
114+
*.pfx
115+
*.publishsettings
116+
117+
# RIA/Silverlight projects
118+
Generated_Code/
119+
120+
# Backup & report files from converting an old project file to a newer
121+
# Visual Studio version. Backup files are not needed, because we have git ;-)
122+
_UpgradeReport_Files/
123+
Backup*/
124+
UpgradeLog*.XML
125+
UpgradeLog*.htm
126+
127+
# SQL Server files
128+
App_Data/*.mdf
129+
App_Data/*.ldf
130+
131+
132+
#LightSwitch generated files
133+
GeneratedArtifacts/
134+
_Pvt_Extensions/
135+
ModelManifest.xml
136+
137+
# =========================
138+
# Windows detritus
139+
# =========================
140+
141+
# Some stackdump file that sometimes appears
142+
us.stackdump
143+
144+
# Windows image file caches
145+
Thumbs.db
146+
ehthumbs.db
147+
148+
# Folder config file
149+
Desktop.ini
150+
151+
# Recycle Bin used on file shares
152+
$RECYCLE.BIN/
153+
154+
# Mac desktop service store files
155+
.DS_Store
156+
Package/Lib
157+
*.nupkg
158+
159+
# Temporary files created when merging
160+
*.orig
161+
*.LOCAL.*.xml
162+
*.REMOTE.*.xml
163+
*.BASE.*.xml
164+
*.BACKUP.*.xml
165+
166+
# Symbolic links and other files created by ConfigureSolutions
167+
Output/*
168+
**/*/Raven/CompiledIndexCache/
169+
170+
#Visual Studio 2015 files
171+
**/*.sln.ide/**
172+
_NCrunch_LiquidProjections/
173+
Artifacts/**
174+
175+
# User-specific stuff:
176+
.idea
177+
178+
# Cake related
179+
Build/**
180+
!Build/packages.config
181+
Tools/**
182+
183+
# Visual Studio
184+
**/.vs/**
185+
.vs/**

Build/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Cake" version="0.18.0" />
4+
</packages>

GitVersion.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
branches:
2+
(pull|pull\-requests|pr)[/-]:
3+
mode: ContinuousDeployment
4+
tag: pr
5+
ignore:
6+
sha: []

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) 2018 liquidprojections
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.

Lib/GitVersion.exe

795 KB
Binary file not shown.

Lib/NuGet.exe

3.61 MB
Binary file not shown.

Lib/lib/win32/x86/git2-381caf5.dll

799 KB
Binary file not shown.

LiquidProjections.sln

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.12
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27C8B175-6555-4591-87B1-177A2874FEA9}"
7+
ProjectSection(SolutionItems) = preProject
8+
NuGet.Config = NuGet.Config
9+
EndProjectSection
10+
EndProject
11+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{AE89AB5E-BC68-4AA3-9183-A222AC81691C}"
12+
EndProject
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiquidProjections.Abstractions", "Src\LiquidProjections.Abstractions\LiquidProjections.Abstractions.csproj", "{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D}"
14+
EndProject
15+
Global
16+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|Any CPU = Debug|Any CPU
18+
Release|Any CPU = Release|Any CPU
19+
EndGlobalSection
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22+
{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
23+
{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D}.Release|Any CPU.Build.0 = Release|Any CPU
25+
EndGlobalSection
26+
GlobalSection(SolutionProperties) = preSolution
27+
HideSolutionNode = FALSE
28+
EndGlobalSection
29+
GlobalSection(NestedProjects) = preSolution
30+
{8E38C862-7DC9-4A7E-A2EE-921FFBC7EE2D} = {AE89AB5E-BC68-4AA3-9183-A222AC81691C}
31+
EndGlobalSection
32+
EndGlobal

0 commit comments

Comments
 (0)