-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFSharp.Compiler.Service.Visitors.sln
37 lines (37 loc) · 1.98 KB
/
FSharp.Compiler.Service.Visitors.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 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler.Service.Visitors.NET45", "FSharp.Compiler.Service.Visitors.NET45\FSharp.Compiler.Service.Visitors.NET45.fsproj", "{00CABF76-5950-4075-AC1A-89006C7D6BBB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler.Service.Visitors.Generator", "FSharp.Compiler.Service.Visitors.Generator\FSharp.Compiler.Service.Visitors.Generator.fsproj", "{9D5E7180-49FC-4320-B5BF-13385B8E5BD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF4D3C51-DB64-436D-8C85-FF3E18473687}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-nupkg.bat = build-nupkg.bat
FSharp.Compiler.Service.Visitors.nuspec = FSharp.Compiler.Service.Visitors.nuspec
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00CABF76-5950-4075-AC1A-89006C7D6BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00CABF76-5950-4075-AC1A-89006C7D6BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00CABF76-5950-4075-AC1A-89006C7D6BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00CABF76-5950-4075-AC1A-89006C7D6BBB}.Release|Any CPU.Build.0 = Release|Any CPU
{9D5E7180-49FC-4320-B5BF-13385B8E5BD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5E7180-49FC-4320-B5BF-13385B8E5BD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5E7180-49FC-4320-B5BF-13385B8E5BD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5E7180-49FC-4320-B5BF-13385B8E5BD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal