Skip to content

Commit 7f929b0

Browse files
committed
Initial commit
0 parents  commit 7f929b0

File tree

4,548 files changed

+589928
-0
lines changed

Some content is hidden

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

4,548 files changed

+589928
-0
lines changed

.gitignore

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
#################
2+
## Eclipse
3+
#################
4+
5+
*.pydevproject
6+
.project
7+
.metadata
8+
tmp/
9+
*.swp
10+
*~.nib
11+
local.properties
12+
.classpath
13+
.settings/
14+
.loadpath
15+
16+
# External tool builders
17+
.externalToolBuilders/
18+
19+
# Locally stored "Eclipse launch configurations"
20+
*.launch
21+
22+
# CDT-specific
23+
.cproject
24+
25+
# PDT-specific
26+
.buildpath
27+
28+
###########
29+
## Symlinks
30+
###########
31+
32+
*-sym.*
33+
*-symdir
34+
/src/Plugins/*-sym
35+
#/src/Presentation/SmartStore.Web/Themes/*-sym
36+
37+
###########################################################
38+
## Ignore Visual Studio temporary files, build results, and
39+
## files generated by popular Visual Studio add-ons.
40+
###########################################################
41+
42+
# User-specific files
43+
*.suo
44+
*.user
45+
*.sln.docstates
46+
47+
# Build results
48+
49+
[Dd]ebug/
50+
[Rr]elease/
51+
x64/
52+
# build/
53+
[Bb]in/
54+
[Oo]bj/
55+
56+
# MSTest test Results
57+
[Tt]est[Rr]esult*/
58+
[Bb]uild[Ll]og.*
59+
60+
*_i.c
61+
*_p.c
62+
*.ilk
63+
*.meta
64+
*.obj
65+
*.pch
66+
*.pdb
67+
*.pgc
68+
*.pgd
69+
*.rsp
70+
*.sbr
71+
*.tlb
72+
*.tli
73+
*.tlh
74+
*.tmp
75+
*.tmp_proj
76+
*.log
77+
*.vspscc
78+
*.vssscc
79+
.builds
80+
*.pidb
81+
*.scc
82+
83+
# Visual C++ cache files
84+
ipch/
85+
*.aps
86+
*.ncb
87+
*.opensdf
88+
*.sdf
89+
*.cachefile
90+
91+
# Visual Studio profiler
92+
*.psess
93+
*.vsp
94+
*.vspx
95+
96+
# Guidance Automation Toolkit
97+
*.gpState
98+
99+
# ReSharper is a .NET coding add-in
100+
_ReSharper*/
101+
*.[Rr]e[Ss]harper
102+
103+
# TeamCity is a build add-in
104+
_TeamCity*
105+
106+
# DotCover is a Code Coverage Tool
107+
*.dotCover
108+
109+
# NCrunch
110+
*.ncrunch*
111+
.*crunch*.local.xml
112+
113+
# Installshield output folder
114+
[Ee]xpress/
115+
116+
# DocProject is a documentation generator add-in
117+
DocProject/buildhelp/
118+
DocProject/Help/*.HxT
119+
DocProject/Help/*.HxC
120+
DocProject/Help/*.hhc
121+
DocProject/Help/*.hhk
122+
DocProject/Help/*.hhp
123+
DocProject/Help/Html2
124+
DocProject/Help/html
125+
126+
# Click-Once directory
127+
publish/
128+
129+
# Publish Web Output
130+
*.Publish.xml
131+
*.pubxml
132+
133+
# NuGet Packages Directory
134+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
135+
/src/packages
136+
137+
# Windows Azure Build Output
138+
csx
139+
*.build.csdef
140+
141+
# Windows Store app package directory
142+
AppPackages/
143+
144+
# Others
145+
sql/
146+
*.Cache
147+
ClientBin/
148+
[Ss]tyle[Cc]op.*
149+
~$*
150+
*~
151+
*.dbmdl
152+
*.[Pp]ublish.xml
153+
*.pfx
154+
*.publishsettings
155+
156+
# RIA/Silverlight projects
157+
Generated_Code/
158+
159+
# Backup & report files from converting an old project file to a newer
160+
# Visual Studio version. Backup files are not needed, because we have git ;-)
161+
_UpgradeReport_Files/
162+
Backup*/
163+
UpgradeLog*.XML
164+
UpgradeLog*.htm
165+
166+
# SQL Server files
167+
App_Data/*.mdf
168+
App_Data/*.ldf
169+
170+
###################
171+
## Windows detritus
172+
###################
173+
174+
# Windows image file caches
175+
Thumbs.db
176+
ehthumbs.db
177+
178+
# Folder config file
179+
Desktop.ini
180+
181+
# Recycle Bin used on file shares
182+
$RECYCLE.BIN/
183+
184+
# Mac crap
185+
.DS_Store
186+
187+
# Backups
188+
[Bb]ackup/
189+
[Bb]ackups/
190+
_[Bb]ackup/
191+
_[Bb]ackups/
192+
*.bak
193+
Kopie von*
194+
195+
###########
196+
## Specific
197+
###########
198+
/build
199+
/src/Presentation/SmartStore.Web/Plugins
200+
/src/Presentation/SmartStore.Web/App_Data/_temp/
201+
/src/Presentation/SmartStore.Web/App_Data/Settings.txt
202+
/src/Presentation/SmartStore.Web/App_Data/InstalledPlugins.txt
203+
/src/Presentation/SmartStore.Web/Media
204+
205+
# Import/Export
206+
/src/Presentation/SmartStore.Web/Content/files/ExportImport/*.xml
207+
/src/Presentation/SmartStore.Web/Content/files/ExportImport/*.csv
208+

CREDITS.txt

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
SmartStore.NET
2+
Copyright 1999-2013 SmartStore AG
3+
http://www.smartstore.com
4+
5+
6+
SmartStore.NET is a derivation of the ASP.NET open source e-commerce solution
7+
nopCommerce (http://www.nopcommerce.com).
8+
9+
SmartStore.NET includes works distributed under the licenses listed below.
10+
Please refer to the specific resources for more detailed information about the authors,
11+
copyright notices, and licenses.
12+
13+
14+
ASP.NET MVC
15+
-----
16+
Website: http://aspnet.codeplex.com/wikipage?title=MVC&referringTitle=Home
17+
Copyright: Copyright (c) 2008-2011 Microsoft Corporation
18+
License: MICROSOFT ASP.NET MODEL VIEW CONTROLLER 3 EULA
19+
http://go.microsoft.com/fwlink/?LinkID=207621
20+
21+
22+
Autofac
23+
-----
24+
Website: http://code.google.com/p/autofac/
25+
Copyright: Copyright (c) 2007-2008 Autofac Contributors
26+
http://code.google.com/p/autofac/wiki/Contributing
27+
License: MIT
28+
29+
30+
AutoMapper
31+
-----
32+
WebSite: http://http://www,automapper.org
33+
Copyright: Copyright � 2008-2013 Jimmy Bogard and other contributors
34+
License: MIT
35+
36+
37+
DotNetZip
38+
-----
39+
Website: http://dotnetzip.codeplex.com/
40+
Copyright:
41+
License: MS-PL
42+
43+
44+
DotNetOpenAuth
45+
-----
46+
Website: http://http://dotnetopenauth.net/
47+
Copyright: Copyright (c) 2011, Outercurve Foundation
48+
License: MS-PL
49+
50+
51+
Fasterflect
52+
-----
53+
Website: https://fasterflect.codeplex.com/
54+
License: Apache License 2.0 (Apache)
55+
56+
57+
Fluent Validation
58+
-----
59+
Website: https://fluentvalidation.codeplex.com/
60+
License: Apache License 2.0 (Apache)
61+
62+
63+
ImageResizer.NET
64+
-----
65+
Website: https://http://imageresizing.net/
66+
Copyright: Copyright (c) 2012 Imazen
67+
License: Freedom License
68+
69+
70+
iTextSharp
71+
-----
72+
Website: http://itextpdf.com/
73+
License: Affero General Public License
74+
75+
76+
MiniProfiler
77+
-----
78+
Website: http://miniprofiler.com/
79+
License: Apache License, Version 2.0
80+
81+
82+
Modernizr
83+
-----
84+
Website: http://modernizr.com/
85+
License: MIT
86+
87+
88+
JSON.NET
89+
-----
90+
Website: http://http://james.newtonking.com/
91+
License: MIT
92+
93+
94+
Telerik MVC Extensions
95+
-----
96+
Website: http://www.telerik.com/
97+
License: GPL v3.0
98+
99+
100+
Twitter Bootstrap
101+
-----
102+
Website: http://twitter.github.io/bootstrap/
103+
License: Apache License v2.0
104+
105+
106+
LESS CSS for .NET
107+
-----
108+
Website: http://www.dotlesscss.org/
109+
License: Apache License v2.0
110+
111+
112+
jQuery
113+
-----
114+
Website: http://jquery.com
115+
Copyright: Copyright (c) 2010 John Resig, http://jquery.com
116+
License: MIT
117+
118+
119+
jQuery UI (Core, Widget, Datepicker)
120+
-----
121+
Website: http://docs.jquery.com/UI
122+
Copyright: Copyright (c) 2010 lib/jquery.ui/AUTHORS.txt (http://jqueryui.com/about)
123+
License: MIT
124+
125+
126+
jQuery ScrollTo
127+
-----
128+
Website: http://flesler.blogspot.com
129+
Copyright: Copyright (c) 2007-2009 Ariel Flesler
130+
License: MIT
131+
132+
133+
underscore.js
134+
-----
135+
Website: http://underscorejs.org
136+
137+
138+
NuGet
139+
-----
140+
Website: http://nuget.codeplex.com
141+
Copyright: Copyright 2010-2011 Outercurve Foundation
142+
License: Apache Software Foundation License 2.0
143+
144+
145+
nUnit
146+
-----
147+
Website: http://www.nunit.org/index.php
148+
Copyright: Copyright (c) 2002-2007 NUnit.org
149+
Portions Copyright (c) 2002-2008 Charlie Poole or Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright (c) 2000-2002 Philip A. Craig
150+
License: Derived from zlib: http://nunit.org/index.php?p=license&r=2.4
151+
152+
153+
Microsoft SQL Server Compact 4.0
154+
-----
155+
Website: http://www.microsoft.com
156+
Copyright: Copyright (c) 2011 Microsoft Corporation
157+
License: Custom EULA - http://www.microsoft.com/web/webpi/eula/SQLCE_EULA_ENU.rtf
158+
159+
160+
TinyMCE
161+
-----
162+
WebSite: http://tinymce.moxiecode.com/
163+
Copyright: Copyright (c) 2003-2009 Moxiecode Systems AB
164+
License: LGPL 2.1
165+
166+
167+
51Degrees
168+
-----
169+
WebSite: http://http://51degrees.mobi/
170+
Copyright: Copyright 2010 - 2013 51Degrees.mobi Limited
171+
License: Mozilla Public License 2.0 (MPL-2.0)

ClickToBuild.cmd

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
cls
3+
echo Building SmartStore.NET...
4+
5+
call build.bat /t:Deploy
6+
7+
pause

0 commit comments

Comments
 (0)