-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPeachpie.LanguageServer.sln
30 lines (30 loc) · 1.33 KB
/
Peachpie.LanguageServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peachpie.LanguageServer", "src\Peachpie.LanguageServer\Peachpie.LanguageServer.csproj", "{A6BBDC42-26B3-4510-8284-FCB648877C1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D069240A-A4E3-4C05-B069-C19B7A31E642}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6BBDC42-26B3-4510-8284-FCB648877C1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6BBDC42-26B3-4510-8284-FCB648877C1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6BBDC42-26B3-4510-8284-FCB648877C1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6BBDC42-26B3-4510-8284-FCB648877C1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4756084D-827B-4466-80DA-6895D92AEFC2}
EndGlobalSection
EndGlobal