-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathFS.FluentUI.sln
44 lines (44 loc) · 2.6 KB
/
FS.FluentUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{55E5674B-2084-494C-9CC6-E9CF7817605F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FS.FluentUI", "src\FS.FluentUI\FS.FluentUI.fsproj", "{6DCB5EE1-8636-46D0-802B-5DE215645909}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FS.FluentUI.TestGrounds", "FS.FluentUI.TestGrounds", "{117FE3B4-170F-4F72-AB2A-E7DCE48CFB5A}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestGrounds", "src\FS.FluentUI.TestGrounds\src\TestGrounds.fsproj", "{B63F0FD4-79AD-4410-8B9F-8B7010660896}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FS.FluentUI.V8toV9", "src\FS.FluentUI.V8toV9\FS.FluentUI.V8toV9.fsproj", "{779E8723-4AAE-4A79-A993-2C0AD0CCB10A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DCB5EE1-8636-46D0-802B-5DE215645909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCB5EE1-8636-46D0-802B-5DE215645909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCB5EE1-8636-46D0-802B-5DE215645909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCB5EE1-8636-46D0-802B-5DE215645909}.Release|Any CPU.Build.0 = Release|Any CPU
{B63F0FD4-79AD-4410-8B9F-8B7010660896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63F0FD4-79AD-4410-8B9F-8B7010660896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63F0FD4-79AD-4410-8B9F-8B7010660896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63F0FD4-79AD-4410-8B9F-8B7010660896}.Release|Any CPU.Build.0 = Release|Any CPU
{779E8723-4AAE-4A79-A993-2C0AD0CCB10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779E8723-4AAE-4A79-A993-2C0AD0CCB10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779E8723-4AAE-4A79-A993-2C0AD0CCB10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779E8723-4AAE-4A79-A993-2C0AD0CCB10A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DCB5EE1-8636-46D0-802B-5DE215645909} = {55E5674B-2084-494C-9CC6-E9CF7817605F}
{117FE3B4-170F-4F72-AB2A-E7DCE48CFB5A} = {55E5674B-2084-494C-9CC6-E9CF7817605F}
{B63F0FD4-79AD-4410-8B9F-8B7010660896} = {117FE3B4-170F-4F72-AB2A-E7DCE48CFB5A}
{779E8723-4AAE-4A79-A993-2C0AD0CCB10A} = {55E5674B-2084-494C-9CC6-E9CF7817605F}
EndGlobalSection
EndGlobal