forked from ionide/ionide-atom-fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSharp.Atom.sln
32 lines (32 loc) · 1.34 KB
/
FSharp.Atom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{CA9943A4-FBEB-4A0B-BB4C-382501D03AD6}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "FSharp.Atom.Generator", "src\FSharp.Atom.Generator.fsproj", "{D1081029-2369-4DAA-9F33-2353C5C9ED02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Debug|x86.ActiveCfg = Debug|x86
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Debug|x86.Build.0 = Debug|x86
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Release|x86.ActiveCfg = Release|x86
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\FSharp.Atom.Generator.fsproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal