-
Notifications
You must be signed in to change notification settings - Fork 27
/
The Spiral Language.sln
32 lines (32 loc) · 1.38 KB
/
The Spiral Language.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 Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7B818960-A894-4094-93F7-55A892A5530E}"
ProjectSection(SolutionItems) = preProject
CHANGELOG = CHANGELOG
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "The Spiral Language 2", "The Spiral Language 2\The Spiral Language 2.fsproj", "{4A1D2C31-1FAC-4B73-9EF8-43FAE518725D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A1D2C31-1FAC-4B73-9EF8-43FAE518725D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A1D2C31-1FAC-4B73-9EF8-43FAE518725D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A1D2C31-1FAC-4B73-9EF8-43FAE518725D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A1D2C31-1FAC-4B73-9EF8-43FAE518725D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF7AEBBA-0FB7-4B61-AD92-B1C2377DE6D2}
EndGlobalSection
EndGlobal