-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSharpDebuggingExtension.sln
37 lines (37 loc) · 2.07 KB
/
FSharpDebuggingExtension.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSharpDebuggingExtension", "FSharpDebuggingExtension\FSharpDebuggingExtension.csproj", "{3A60E4D2-E1E9-4129-B1E8-04917CDD30C0}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpDebugging", "FSharpDebugging\FSharpDebugging.fsproj", "{C1515E1C-B4D4-42C5-ABBD-3873E1ED4A1D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Scratch", "Scratch\Scratch.fsproj", "{6B573C8D-3E54-4FB1-A2A7-959F8E55A000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A60E4D2-E1E9-4129-B1E8-04917CDD30C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A60E4D2-E1E9-4129-B1E8-04917CDD30C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A60E4D2-E1E9-4129-B1E8-04917CDD30C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A60E4D2-E1E9-4129-B1E8-04917CDD30C0}.Release|Any CPU.Build.0 = Release|Any CPU
{C1515E1C-B4D4-42C5-ABBD-3873E1ED4A1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1515E1C-B4D4-42C5-ABBD-3873E1ED4A1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1515E1C-B4D4-42C5-ABBD-3873E1ED4A1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1515E1C-B4D4-42C5-ABBD-3873E1ED4A1D}.Release|Any CPU.Build.0 = Release|Any CPU
{6B573C8D-3E54-4FB1-A2A7-959F8E55A000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B573C8D-3E54-4FB1-A2A7-959F8E55A000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B573C8D-3E54-4FB1-A2A7-959F8E55A000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B573C8D-3E54-4FB1-A2A7-959F8E55A000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01685236-42AD-4ED6-A495-D0875B20C8FD}
EndGlobalSection
EndGlobal