-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvein-language-server.sln
49 lines (49 loc) · 2.69 KB
/
vein-language-server.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vein.lsp", "src\vein.lsp.csproj", "{88769FC5-4BA1-45FB-982D-60B64D871773}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "veinc", "refs\vein-lang\compiler\veinc.csproj", "{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "refs", "refs", "{E958D94A-D6ED-408A-8EE6-C9921994325D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vein.ast", "refs\vein-lang\lib\ast\vein.ast.csproj", "{41CF66F0-4784-4EAF-9699-3EA514461DCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FCF510E-9055-4DF1-9F48-0E591C08E469}"
ProjectSection(SolutionItems) = preProject
refs\vein-lang\Directory.Build.props = refs\vein-lang\Directory.Build.props
refs\vein-lang\GitVersion.yml = refs\vein-lang\GitVersion.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88769FC5-4BA1-45FB-982D-60B64D871773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88769FC5-4BA1-45FB-982D-60B64D871773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88769FC5-4BA1-45FB-982D-60B64D871773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88769FC5-4BA1-45FB-982D-60B64D871773}.Release|Any CPU.Build.0 = Release|Any CPU
{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96}.Release|Any CPU.Build.0 = Release|Any CPU
{41CF66F0-4784-4EAF-9699-3EA514461DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41CF66F0-4784-4EAF-9699-3EA514461DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41CF66F0-4784-4EAF-9699-3EA514461DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41CF66F0-4784-4EAF-9699-3EA514461DCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F7D3AC4-BF30-4D45-8167-0A3196DB1C96} = {E958D94A-D6ED-408A-8EE6-C9921994325D}
{41CF66F0-4784-4EAF-9699-3EA514461DCF} = {E958D94A-D6ED-408A-8EE6-C9921994325D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54E0A54D-3A86-4F73-BEF4-534220CB1F7C}
EndGlobalSection
EndGlobal