-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHackerRankFSharp.sln
More file actions
39 lines (39 loc) · 2.18 KB
/
HackerRankFSharp.sln
File metadata and controls
39 lines (39 loc) · 2.18 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
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3ABBA98C-E107-47FD-8F1E-0C58114F5A77}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "IntroductionTest", "IntroductionTest\IntroductionTest.fsproj", "{77467104-0011-41DA-99E8-761DE3265307}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "IntroductionLib", "IntroductionLib\IntroductionLib.fsproj", "{C4821A55-16AE-4348-92F2-00D5865C43A3}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CmdLineReaderWriter", "CmdLineReaderWriter\CmdLineReaderWriter.fsproj", "{FDCC7008-9DE6-4295-A7E0-C545B96C85C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77467104-0011-41DA-99E8-761DE3265307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77467104-0011-41DA-99E8-761DE3265307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77467104-0011-41DA-99E8-761DE3265307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77467104-0011-41DA-99E8-761DE3265307}.Release|Any CPU.Build.0 = Release|Any CPU
{C4821A55-16AE-4348-92F2-00D5865C43A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4821A55-16AE-4348-92F2-00D5865C43A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4821A55-16AE-4348-92F2-00D5865C43A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4821A55-16AE-4348-92F2-00D5865C43A3}.Release|Any CPU.Build.0 = Release|Any CPU
{FDCC7008-9DE6-4295-A7E0-C545B96C85C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDCC7008-9DE6-4295-A7E0-C545B96C85C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDCC7008-9DE6-4295-A7E0-C545B96C85C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDCC7008-9DE6-4295-A7E0-C545B96C85C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal