-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFable.React.WebComponent.sln
42 lines (42 loc) · 2.16 KB
/
Fable.React.WebComponent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Stuff", "Stuff", "{439C1B11-46DD-4220-B7A1-260D0B8272AB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fable.React.WebComponent", "src\Fable.React.WebComponent.fsproj", "{75CD6EA6-1AB7-441C-A0FD-3E7C6704F57F}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "App", "example\src\App.fsproj", "{BFF66C4F-AB5B-43AF-B10B-9FDEA9219BE8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "js", "js", "{F7803C12-3050-409B-96C1-8826D73707B4}"
ProjectSection(SolutionItems) = preProject
js\fable-react-to-webcomponents\fable-react-to-webcomponent.js = js\fable-react-to-webcomponents\fable-react-to-webcomponent.js
js\fable-react-to-webcomponents\package.json = js\fable-react-to-webcomponents\package.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75CD6EA6-1AB7-441C-A0FD-3E7C6704F57F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75CD6EA6-1AB7-441C-A0FD-3E7C6704F57F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75CD6EA6-1AB7-441C-A0FD-3E7C6704F57F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75CD6EA6-1AB7-441C-A0FD-3E7C6704F57F}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF66C4F-AB5B-43AF-B10B-9FDEA9219BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF66C4F-AB5B-43AF-B10B-9FDEA9219BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF66C4F-AB5B-43AF-B10B-9FDEA9219BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF66C4F-AB5B-43AF-B10B-9FDEA9219BE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2E8F6E8-1B3F-4894-A8C8-850768FCF6CC}
EndGlobalSection
EndGlobal