-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkata-2019-cedd.sln
31 lines (31 loc) · 1.58 KB
/
kata-2019-cedd.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.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "kata-2019-cedd", "kata-2019-cedd.fsproj", "{8C840E02-D198-44CD-970B-FB5DF57959E8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "test-kata-2019-cedd", ".\test-kata-2019-cedd\test-kata-2019-cedd.fsproj", "{4A5506C3-A6EC-4C2E-A0E4-151286F9C256}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C840E02-D198-44CD-970B-FB5DF57959E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C840E02-D198-44CD-970B-FB5DF57959E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C840E02-D198-44CD-970B-FB5DF57959E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C840E02-D198-44CD-970B-FB5DF57959E8}.Release|Any CPU.Build.0 = Release|Any CPU
{4A5506C3-A6EC-4C2E-A0E4-151286F9C256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A5506C3-A6EC-4C2E-A0E4-151286F9C256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A5506C3-A6EC-4C2E-A0E4-151286F9C256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A5506C3-A6EC-4C2E-A0E4-151286F9C256}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDA34699-4CF6-4C0C-80B0-F6F3542E69EE}
EndGlobalSection
EndGlobal