-
Notifications
You must be signed in to change notification settings - Fork 6
/
MentorMatchmaker.sln
31 lines (31 loc) · 1.6 KB
/
MentorMatchmaker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30524.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MentorMatchmaker", "MentorMatchmaker\MentorMatchmaker.fsproj", "{CAC28310-1399-46E9-8C00-C02A9CDA2933}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MentorMatchmaker.Tests", "MentorMatchmaker.Tests\MentorMatchmaker.Tests.fsproj", "{6AD5BC74-7CBE-49D4-8D98-1E2A12FB49A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CAC28310-1399-46E9-8C00-C02A9CDA2933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC28310-1399-46E9-8C00-C02A9CDA2933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC28310-1399-46E9-8C00-C02A9CDA2933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC28310-1399-46E9-8C00-C02A9CDA2933}.Release|Any CPU.Build.0 = Release|Any CPU
{6AD5BC74-7CBE-49D4-8D98-1E2A12FB49A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AD5BC74-7CBE-49D4-8D98-1E2A12FB49A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AD5BC74-7CBE-49D4-8D98-1E2A12FB49A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AD5BC74-7CBE-49D4-8D98-1E2A12FB49A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBDA102B-28CF-450A-9080-F90E62BC4E00}
EndGlobalSection
EndGlobal