-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunctional.sln
More file actions
36 lines (36 loc) · 1.8 KB
/
Functional.sln
File metadata and controls
36 lines (36 loc) · 1.8 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
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functional", "Functional\Functional.csproj", "{33FD1E71-3855-4F74-B404-061F4A7A4252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functional.Test", "Functional.Test\Functional.Test.csproj", "{8DBA92CE-6E7B-4B48-8A2D-045B3EB8F6C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F1BAD46-7062-4CD4-80FB-7D16C57436E4}"
ProjectSection(SolutionItems) = preProject
test.runsettings = test.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33FD1E71-3855-4F74-B404-061F4A7A4252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33FD1E71-3855-4F74-B404-061F4A7A4252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33FD1E71-3855-4F74-B404-061F4A7A4252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33FD1E71-3855-4F74-B404-061F4A7A4252}.Release|Any CPU.Build.0 = Release|Any CPU
{8DBA92CE-6E7B-4B48-8A2D-045B3EB8F6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DBA92CE-6E7B-4B48-8A2D-045B3EB8F6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DBA92CE-6E7B-4B48-8A2D-045B3EB8F6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DBA92CE-6E7B-4B48-8A2D-045B3EB8F6C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BF2E82B-356C-481B-B5FE-FDB5B3B8DEFA}
EndGlobalSection
EndGlobal