-
Notifications
You must be signed in to change notification settings - Fork 20
/
Feliz.MaterialUI.sln
77 lines (77 loc) · 4.55 KB
/
Feliz.MaterialUI.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{774FADFC-D51A-4300-90AF-DF5D02E1A352}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Feliz.MaterialUI", "src\Feliz.MaterialUI\Feliz.MaterialUI.fsproj", "{339444DE-137A-4962-A713-1AAF4CC6441A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67DBBEA5-56DD-4279-A7C4-11C2A8A4E66B}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.fsx = build.fsx
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Feliz.Generator", "src\Feliz.Generator\Feliz.Generator.fsproj", "{0B5B4FA9-7E54-439F-B3E1-F4A7D9EB0BCA}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Feliz.Generator.MaterialUI", "src\Feliz.Generator.MaterialUI\Feliz.Generator.MaterialUI.fsproj", "{DA908485-4464-4710-8E98-5A40F34B7743}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Feliz.MaterialUI.BundleSizeTest", "src\Feliz.MaterialUI.BundleSizeTest\Feliz.MaterialUI.BundleSizeTest.fsproj", "{2CE0E488-E3E3-488E-8E83-68AFCBD2DC06}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "App", "docs-app\src\App.fsproj", "{00E35571-1E9F-4188-8692-BED8A3F94C75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{B2C7FAE4-D267-4914-8385-5BA5A99B75DF}"
ProjectSection(SolutionItems) = preProject
docs-app\sass\main.sass = docs-app\sass\main.sass
docs-app\README.md = docs-app\README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Tests", "docs-app\tests\Tests.fsproj", "{F78149D0-4474-4BA7-A83F-AB1064549585}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{339444DE-137A-4962-A713-1AAF4CC6441A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{339444DE-137A-4962-A713-1AAF4CC6441A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{339444DE-137A-4962-A713-1AAF4CC6441A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{339444DE-137A-4962-A713-1AAF4CC6441A}.Release|Any CPU.Build.0 = Release|Any CPU
{0B5B4FA9-7E54-439F-B3E1-F4A7D9EB0BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B5B4FA9-7E54-439F-B3E1-F4A7D9EB0BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B5B4FA9-7E54-439F-B3E1-F4A7D9EB0BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B5B4FA9-7E54-439F-B3E1-F4A7D9EB0BCA}.Release|Any CPU.Build.0 = Release|Any CPU
{DA908485-4464-4710-8E98-5A40F34B7743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA908485-4464-4710-8E98-5A40F34B7743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA908485-4464-4710-8E98-5A40F34B7743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA908485-4464-4710-8E98-5A40F34B7743}.Release|Any CPU.Build.0 = Release|Any CPU
{2CE0E488-E3E3-488E-8E83-68AFCBD2DC06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CE0E488-E3E3-488E-8E83-68AFCBD2DC06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CE0E488-E3E3-488E-8E83-68AFCBD2DC06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CE0E488-E3E3-488E-8E83-68AFCBD2DC06}.Release|Any CPU.Build.0 = Release|Any CPU
{00E35571-1E9F-4188-8692-BED8A3F94C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E35571-1E9F-4188-8692-BED8A3F94C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E35571-1E9F-4188-8692-BED8A3F94C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E35571-1E9F-4188-8692-BED8A3F94C75}.Release|Any CPU.Build.0 = Release|Any CPU
{F78149D0-4474-4BA7-A83F-AB1064549585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F78149D0-4474-4BA7-A83F-AB1064549585}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F78149D0-4474-4BA7-A83F-AB1064549585}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F78149D0-4474-4BA7-A83F-AB1064549585}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00E35571-1E9F-4188-8692-BED8A3F94C75} = {B2C7FAE4-D267-4914-8385-5BA5A99B75DF}
{F78149D0-4474-4BA7-A83F-AB1064549585} = {B2C7FAE4-D267-4914-8385-5BA5A99B75DF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BB7047A-9500-4AEC-8079-0A5636CAF671}
EndGlobalSection
EndGlobal