forked from microsoft/python-language-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPLS.sln
More file actions
53 lines (53 loc) · 3.28 KB
/
PLS.sln
File metadata and controls
53 lines (53 loc) · 3.28 KB
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
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27929.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Python.LanguageServer", "LanguageServer\Impl\Microsoft.Python.LanguageServer.csproj", "{4E648207-0C9F-45DB-AA30-84BCDAFE698D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests.Core", "UnitTests\Core\Impl\UnitTests.Core.csproj", "{B1F6F2EA-6465-4D63-9457-D856F17EDF38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{80AA38A1-3E82-4B87-BB21-FDEDD2CC87E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Product", "Product", "{C465393D-145E-4695-A7DB-AF55951BD533}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Python.Analysis.Engine", "Analysis\Engine\Impl\Microsoft.Python.Analysis.Engine.csproj", "{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Python.Analysis.Engine.Tests", "Analysis\Engine\Test\Microsoft.Python.Analysis.Engine.Tests.csproj", "{1CFA416B-6932-432F-8C75-34B5615D7664}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E648207-0C9F-45DB-AA30-84BCDAFE698D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E648207-0C9F-45DB-AA30-84BCDAFE698D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E648207-0C9F-45DB-AA30-84BCDAFE698D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E648207-0C9F-45DB-AA30-84BCDAFE698D}.Release|Any CPU.Build.0 = Release|Any CPU
{B1F6F2EA-6465-4D63-9457-D856F17EDF38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1F6F2EA-6465-4D63-9457-D856F17EDF38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1F6F2EA-6465-4D63-9457-D856F17EDF38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1F6F2EA-6465-4D63-9457-D856F17EDF38}.Release|Any CPU.Build.0 = Release|Any CPU
{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F}.Release|Any CPU.Build.0 = Release|Any CPU
{1CFA416B-6932-432F-8C75-34B5615D7664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFA416B-6932-432F-8C75-34B5615D7664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFA416B-6932-432F-8C75-34B5615D7664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFA416B-6932-432F-8C75-34B5615D7664}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E648207-0C9F-45DB-AA30-84BCDAFE698D} = {C465393D-145E-4695-A7DB-AF55951BD533}
{B1F6F2EA-6465-4D63-9457-D856F17EDF38} = {80AA38A1-3E82-4B87-BB21-FDEDD2CC87E6}
{55679AE9-8C3D-4F26-A0B5-10A5B2F1789F} = {C465393D-145E-4695-A7DB-AF55951BD533}
{1CFA416B-6932-432F-8C75-34B5615D7664} = {80AA38A1-3E82-4B87-BB21-FDEDD2CC87E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABC12ED7-0EC8-4219-8A14-A058F7942D92}
EndGlobalSection
EndGlobal