-
Notifications
You must be signed in to change notification settings - Fork 0
/
Yargon.LangServ.sln
41 lines (41 loc) · 2.19 KB
/
Yargon.LangServ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Yargon.LanguageServer", "src\Yargon.LanguageServer\Yargon.LanguageServer.xproj", "{6A613BA3-3FFC-42A0-92CA-568E3F218C18}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Yargon.LanguageServer.Tests", "test\Yargon.LanguageServer.Tests\Yargon.LanguageServer.Tests.xproj", "{01AC1D51-E866-40D5-869C-DA61F5F33B37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{738A0CD4-77E3-4C89-8AF8-6152B12034D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D3352B28-726B-4387-8B5A-97CDC0E992DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D848F22-7D5C-4305-9FD3-A78310D11C12}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A613BA3-3FFC-42A0-92CA-568E3F218C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A613BA3-3FFC-42A0-92CA-568E3F218C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A613BA3-3FFC-42A0-92CA-568E3F218C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A613BA3-3FFC-42A0-92CA-568E3F218C18}.Release|Any CPU.Build.0 = Release|Any CPU
{01AC1D51-E866-40D5-869C-DA61F5F33B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01AC1D51-E866-40D5-869C-DA61F5F33B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01AC1D51-E866-40D5-869C-DA61F5F33B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01AC1D51-E866-40D5-869C-DA61F5F33B37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A613BA3-3FFC-42A0-92CA-568E3F218C18} = {738A0CD4-77E3-4C89-8AF8-6152B12034D6}
{01AC1D51-E866-40D5-869C-DA61F5F33B37} = {D3352B28-726B-4387-8B5A-97CDC0E992DD}
EndGlobalSection
EndGlobal