forked from YoloDev/YoloDev.FSharp.AspNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharpSupport.sln
43 lines (43 loc) · 2.18 KB
/
FSharpSupport.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22013.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FSharpSupport", "src\FSharpSupport\FSharpSupport.kproj", "{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{810EF3A4-F5B6-4CA9-85E8-E748325C338C}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.fsx = build.fsx
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{652E8930-929F-44A3-872F-4901DF4AD97A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0DE54B96-5EED-453E-A5AB-4386401FA36D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FSharpSupport.Test", "test\FSharpSupport.Test\FSharpSupport.Test.kproj", "{B8F825ED-C20A-4C66-8519-90DC2E255F7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E}.Release|Any CPU.Build.0 = Release|Any CPU
{B8F825ED-C20A-4C66-8519-90DC2E255F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8F825ED-C20A-4C66-8519-90DC2E255F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F825ED-C20A-4C66-8519-90DC2E255F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F825ED-C20A-4C66-8519-90DC2E255F7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C47A5776-DEE0-4D3E-B605-BA1D0D33D90E} = {652E8930-929F-44A3-872F-4901DF4AD97A}
{B8F825ED-C20A-4C66-8519-90DC2E255F7E} = {0DE54B96-5EED-453E-A5AB-4386401FA36D}
EndGlobalSection
EndGlobal