-
Notifications
You must be signed in to change notification settings - Fork 3
/
FacilityLanguageServer.sln
44 lines (44 loc) · 2.08 KB
/
FacilityLanguageServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facility.LanguageServer", "src\Facility.LanguageServer\Facility.LanguageServer.csproj", "{F4447045-21D6-4D1A-A7DE-6DC7DE5372FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{4BE6C945-18C3-4FCD-8BF1-4E94C18647C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{885F77E4-8A2C-4590-AB1C-2D28CFAC47B7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
.github\workflows\build.yaml = .github\workflows\build.yaml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4447045-21D6-4D1A-A7DE-6DC7DE5372FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4447045-21D6-4D1A-A7DE-6DC7DE5372FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4447045-21D6-4D1A-A7DE-6DC7DE5372FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4447045-21D6-4D1A-A7DE-6DC7DE5372FF}.Release|Any CPU.Build.0 = Release|Any CPU
{4BE6C945-18C3-4FCD-8BF1-4E94C18647C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BE6C945-18C3-4FCD-8BF1-4E94C18647C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE6C945-18C3-4FCD-8BF1-4E94C18647C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE6C945-18C3-4FCD-8BF1-4E94C18647C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17FAEBA8-D5EB-4B15-BCBF-F904CFA97834}
EndGlobalSection
EndGlobal