-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNPLLanguageService.sln
64 lines (64 loc) · 3.31 KB
/
NPLLanguageService.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26014.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CB13814-9AFB-46F0-AD00-36B4D0BE9D30}"
ProjectSection(SolutionItems) = preProject
dgml\AutoCompletion.dgml = dgml\AutoCompletion.dgml
VsNPL\changes.txt = VsNPL\changes.txt
VsNPL\GlobalAssemblyInfo.cs = VsNPL\GlobalAssemblyInfo.cs
VsNPL\IntegrationTests.testsettings = VsNPL\IntegrationTests.testsettings
README.md = README.md
VsNPL\test.lua = VsNPL\test.lua
VsNPL\test.npl = VsNPL\test.npl
VsNPL\test.page = VsNPL\test.page
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "script", "script", "{AA2B5807-E328-4C77-BE36-9F358D95B025}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ide", "ide", "{3C6E53F5-1344-42B8-8026-1B42C6F3CBF7}"
ProjectSection(SolutionItems) = preProject
script\ide\commonlib.lua = script\ide\commonlib.lua
script\ide\Files.lua = script\ide\Files.lua
script\ide\IPC.lua = script\ide\IPC.lua
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Debugger", "Debugger", "{C61F8DC8-322A-46DF-BC5B-7FA07388451F}"
ProjectSection(SolutionItems) = preProject
script\ide\Debugger\ConsoleDebugger.lua = script\ide\Debugger\ConsoleDebugger.lua
script\ide\Debugger\IOConsole.lua = script\ide\Debugger\IOConsole.lua
script\ide\Debugger\IPCDebugger.lua = script\ide\Debugger\IPCDebugger.lua
script\ide\Debugger\MCMLConsole.lua = script\ide\Debugger\MCMLConsole.lua
script\ide\Debugger\NPLCompiler.lua = script\ide\Debugger\NPLCompiler.lua
script\ide\Debugger\NPLProfiler.lua = script\ide\Debugger\NPLProfiler.lua
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{4B25D4CC-17BC-4EA0-A205-ABDA86547646}"
ProjectSection(SolutionItems) = preProject
Documentation\NplDocumentation.xml = Documentation\NplDocumentation.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPLLanguageService", "VsNPL\NPLLanguageService\NPLLanguageService.csproj", "{C2D1993A-D6A9-4C92-8D06-7C38B1054FE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2D1993A-D6A9-4C92-8D06-7C38B1054FE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2D1993A-D6A9-4C92-8D06-7C38B1054FE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2D1993A-D6A9-4C92-8D06-7C38B1054FE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2D1993A-D6A9-4C92-8D06-7C38B1054FE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA2B5807-E328-4C77-BE36-9F358D95B025} = {8CB13814-9AFB-46F0-AD00-36B4D0BE9D30}
{3C6E53F5-1344-42B8-8026-1B42C6F3CBF7} = {AA2B5807-E328-4C77-BE36-9F358D95B025}
{C61F8DC8-322A-46DF-BC5B-7FA07388451F} = {3C6E53F5-1344-42B8-8026-1B42C6F3CBF7}
{4B25D4CC-17BC-4EA0-A205-ABDA86547646} = {8CB13814-9AFB-46F0-AD00-36B4D0BE9D30}
EndGlobalSection
EndGlobal