-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathcsslider.sln
39 lines (39 loc) · 1.74 KB
/
csslider.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{1EAF7DD6-0005-46F7-90FB-B6589431E327}"
ProjectSection(SolutionItems) = preProject
examples\basic.html = examples\basic.html
examples\dark.html = examples\dark.html
examples\light.html = examples\light.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{823DA014-EAE8-4EE0-BA72-D1B8E5EF20D1}"
ProjectSection(SolutionItems) = preProject
build\csslider.less = build\csslider.less
build\template.jade = build\template.jade
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "themes", "themes", "{7E6F54B4-060B-47E6-9D50-21360EFA6BB1}"
ProjectSection(SolutionItems) = preProject
examples\themes\csslider.default.css = examples\themes\csslider.default.css
examples\themes\csslider.light.css = examples\themes\csslider.light.css
examples\themes\fruit.jpg = examples\themes\fruit.jpg
examples\themes\stones.jpg = examples\themes\stones.jpg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8824EECA-6285-4822-9658-FEF988D14388}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7E6F54B4-060B-47E6-9D50-21360EFA6BB1} = {1EAF7DD6-0005-46F7-90FB-B6589431E327}
{1EAF7DD6-0005-46F7-90FB-B6589431E327} = {8824EECA-6285-4822-9658-FEF988D14388}
{823DA014-EAE8-4EE0-BA72-D1B8E5EF20D1} = {8824EECA-6285-4822-9658-FEF988D14388}
EndGlobalSection
EndGlobal