-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunctional.sln
More file actions
27 lines (27 loc) · 1.52 KB
/
Functional.sln
File metadata and controls
27 lines (27 loc) · 1.52 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functional.Core", "Functional.Core\Functional.Core.csproj", "{3D1FE696-A508-45C6-AF67-2AC41587F7DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functional.Core.Tests.Unit", "Functional.Core.Tests.Unit\Functional.Core.Tests.Unit.csproj", "{BE0921C3-57A2-403E-8312-476618404A0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3C688B5-0A20-41C4-9596-876B8E53CD24}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D1FE696-A508-45C6-AF67-2AC41587F7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D1FE696-A508-45C6-AF67-2AC41587F7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D1FE696-A508-45C6-AF67-2AC41587F7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D1FE696-A508-45C6-AF67-2AC41587F7DD}.Release|Any CPU.Build.0 = Release|Any CPU
{BE0921C3-57A2-403E-8312-476618404A0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE0921C3-57A2-403E-8312-476618404A0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE0921C3-57A2-403E-8312-476618404A0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE0921C3-57A2-403E-8312-476618404A0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal