-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathExercism.Analyzer.FSharp.sln
22 lines (22 loc) · 1.07 KB
/
Exercism.Analyzer.FSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B57BE14B-79DD-4F46-9C20-70F32DD76FE7}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Exercism.Analyzer.FSharp", "src\Exercism.Analyzer.FSharp\Exercism.Analyzer.FSharp.fsproj", "{A6556A1A-A981-4ADC-8E77-A2C46EABFB01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6556A1A-A981-4ADC-8E77-A2C46EABFB01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6556A1A-A981-4ADC-8E77-A2C46EABFB01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6556A1A-A981-4ADC-8E77-A2C46EABFB01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6556A1A-A981-4ADC-8E77-A2C46EABFB01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6556A1A-A981-4ADC-8E77-A2C46EABFB01} = {B57BE14B-79DD-4F46-9C20-70F32DD76FE7}
EndGlobalSection
EndGlobal