-
Notifications
You must be signed in to change notification settings - Fork 3
/
Feliz.MaterialUI.MaterialTable.sln
112 lines (112 loc) · 6.07 KB
/
Feliz.MaterialUI.MaterialTable.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
Nuget.Config = Nuget.Config
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
dotnet-tools.json = dotnet-tools.json
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{078A9C52-DDC1-46F4-9235-9E6C89C87AFD}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7C6D08E7-3EAC-4335-8F4B-252C193C27C9}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{55637037-300B-4FA5-8D14-B2CECCCD4B0D}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "tools", "tools\tools.fsproj", "{E03A3045-EEAB-4616-B0D8-A50A1B75F72B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "App", "docs\App.fsproj", "{0A840E11-9EE5-4088-ADA9-D01DABCBF57B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "public", "public", "{CABBED80-2F75-4DFE-8F77-7F7FDFDC8008}"
ProjectSection(SolutionItems) = preProject
public\github-gist.css = public\github-gist.css
public\index.html = public\index.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MaterialTable", "MaterialTable", "{C3F9583A-523B-4835-B6BC-CD8FFD2178E3}"
ProjectSection(SolutionItems) = preProject
public\MaterialTable\Installation.md = public\MaterialTable\Installation.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{7F29BFE8-02B3-4763-838C-3D8228334B4B}"
ProjectSection(SolutionItems) = preProject
.yarnrc = .yarnrc
package.json = package.json
publish.js = publish.js
splitter.config.js = splitter.config.js
webpack.config.js = webpack.config.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{AB994CC4-9A55-4156-9D53-E08C67F09B25}"
ProjectSection(SolutionItems) = preProject
public\MaterialTable\Examples\Actions.md = public\MaterialTable\Examples\Actions.md
public\MaterialTable\Examples\ComponentOverriding.md = public\MaterialTable\Examples\ComponentOverriding.md
public\MaterialTable\Examples\CustomColumnRendering.md = public\MaterialTable\Examples\CustomColumnRendering.md
public\MaterialTable\Examples\DetailPanel.md = public\MaterialTable\Examples\DetailPanel.md
public\MaterialTable\Examples\Editable.md = public\MaterialTable\Examples\Editable.md
public\MaterialTable\Examples\Export.md = public\MaterialTable\Examples\Export.md
public\MaterialTable\Examples\Filtering.md = public\MaterialTable\Examples\Filtering.md
public\MaterialTable\Examples\FixedColumns.md = public\MaterialTable\Examples\FixedColumns.md
public\MaterialTable\Examples\Grouping.md = public\MaterialTable\Examples\Grouping.md
public\MaterialTable\Examples\Localization.md = public\MaterialTable\Examples\Localization.md
public\MaterialTable\Examples\RemoteData.md = public\MaterialTable\Examples\RemoteData.md
public\MaterialTable\Examples\Selection.md = public\MaterialTable\Examples\Selection.md
public\MaterialTable\Examples\Styling.md = public\MaterialTable\Examples\Styling.md
public\MaterialTable\Examples\TreeData.md = public\MaterialTable\Examples\TreeData.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Feliz.MaterialUI.MaterialTable", "src\Feliz.MaterialUI.MaterialTable.fsproj", "{ADA27DF0-AF13-442A-A80F-725BCEEBAE0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E03A3045-EEAB-4616-B0D8-A50A1B75F72B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E03A3045-EEAB-4616-B0D8-A50A1B75F72B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E03A3045-EEAB-4616-B0D8-A50A1B75F72B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E03A3045-EEAB-4616-B0D8-A50A1B75F72B}.Release|Any CPU.Build.0 = Release|Any CPU
{0A840E11-9EE5-4088-ADA9-D01DABCBF57B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A840E11-9EE5-4088-ADA9-D01DABCBF57B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A840E11-9EE5-4088-ADA9-D01DABCBF57B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A840E11-9EE5-4088-ADA9-D01DABCBF57B}.Release|Any CPU.Build.0 = Release|Any CPU
{ADA27DF0-AF13-442A-A80F-725BCEEBAE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADA27DF0-AF13-442A-A80F-725BCEEBAE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADA27DF0-AF13-442A-A80F-725BCEEBAE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADA27DF0-AF13-442A-A80F-725BCEEBAE0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E03A3045-EEAB-4616-B0D8-A50A1B75F72B} = {55637037-300B-4FA5-8D14-B2CECCCD4B0D}
{C3F9583A-523B-4835-B6BC-CD8FFD2178E3} = {CABBED80-2F75-4DFE-8F77-7F7FDFDC8008}
{AB994CC4-9A55-4156-9D53-E08C67F09B25} = {C3F9583A-523B-4835-B6BC-CD8FFD2178E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96DAE6A9-B1CC-4FF7-B08C-D5FBFD55B385}
EndGlobalSection
EndGlobal