forked from Fable-Fauna/Fable.Popper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fable.Popper.sln
28 lines (28 loc) · 1.76 KB
/
Fable.Popper.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fable.PopperJS", "src/Fable.PopperJS/Fable.PopperJS.fsproj", "{CE818020-9862-45B3-ABE7-1BD9E08F5330}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fable.Popper.Demo", "demo/Fable.Popper.Demo.fsproj", "{89260D08-0914-43E6-B23D-4F5E6B8B419C}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fable.PopperJS.React", "src/Fable.PopperJS.React/Fable.PopperJS.React.fsproj", "{5342A576-416A-4BC4-A139-CCC5925A6A24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE818020-9862-45B3-ABE7-1BD9E08F5330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE818020-9862-45B3-ABE7-1BD9E08F5330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE818020-9862-45B3-ABE7-1BD9E08F5330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE818020-9862-45B3-ABE7-1BD9E08F5330}.Release|Any CPU.Build.0 = Release|Any CPU
{89260D08-0914-43E6-B23D-4F5E6B8B419C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89260D08-0914-43E6-B23D-4F5E6B8B419C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89260D08-0914-43E6-B23D-4F5E6B8B419C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89260D08-0914-43E6-B23D-4F5E6B8B419C}.Release|Any CPU.Build.0 = Release|Any CPU
{5342A576-416A-4BC4-A139-CCC5925A6A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5342A576-416A-4BC4-A139-CCC5925A6A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5342A576-416A-4BC4-A139-CCC5925A6A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5342A576-416A-4BC4-A139-CCC5925A6A24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal