forked from microsoft/python-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPLS.sln
More file actions
76 lines (76 loc) · 5.24 KB
/
PLS.sln
File metadata and controls
76 lines (76 loc) · 5.24 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PythonTools.Analyzer", "PTVS\Microsoft.PythonTools.Analyzer\Impl\Microsoft.PythonTools.Analyzer.csproj", "{467679B2-D043-4C7D-855C-5A833B635EEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PythonTools.Ipc.Json", "PTVS\Microsoft.PythonTools.Ipc.Json\Impl\Microsoft.PythonTools.Ipc.Json.csproj", "{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Python.LanguageServer.Core", "LanguageServer\Core\Impl\Microsoft.Python.LanguageServer.Core.csproj", "{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PTVS", "PTVS", "{99A92748-7947-412A-BA92-5F4E2AA63918}"
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
{467679B2-D043-4C7D-855C-5A833B635EEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{467679B2-D043-4C7D-855C-5A833B635EEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{467679B2-D043-4C7D-855C-5A833B635EEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{467679B2-D043-4C7D-855C-5A833B635EEE}.Release|Any CPU.Build.0 = Release|Any CPU
{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A}.Release|Any CPU.Build.0 = Release|Any CPU
{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F}.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}
{467679B2-D043-4C7D-855C-5A833B635EEE} = {99A92748-7947-412A-BA92-5F4E2AA63918}
{A5E04CC1-F600-45BA-B493-F7DCBA8C7E1A} = {99A92748-7947-412A-BA92-5F4E2AA63918}
{0EA1F1C3-2733-423C-BEC5-059BD77F0A3F} = {C465393D-145E-4695-A7DB-AF55951BD533}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABC12ED7-0EC8-4219-8A14-A058F7942D92}
EndGlobalSection
EndGlobal