-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsole.sln
65 lines (65 loc) · 3.94 KB
/
Console.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
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{2AB0A89E-A6B2-4FEE-9F6A-8CDC18708479}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPlugin", "TestPlugin\TestPlugin.csproj", "{2953D352-C15B-4124-91FA-B01FE6A41B89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{8C9A7245-1BE2-42F2-B656-E10C544F4ECC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoConfig", "AutoConfig\AutoConfig.csproj", "{FB76F861-DD24-4125-8BB7-F8BA3689F12E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console.Tests", "Console.Tests\Console.Tests.csproj", "{63745267-1782-440B-98AE-4DCC1DC61E2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console.Editor", "Console.Lsp\Console.Editor.csproj", "{1F49B4BC-9E63-45BA-A360-56E84EB2F88A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{903D49CE-2465-46D1-A874-DFF9FD4E0837}"
ProjectSection(SolutionItems) = preProject
..\..\..\Downloads\console-logo.png = ..\..\..\Downloads\console-logo.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elevate", "Elevate\Elevate.csproj", "{37D527BD-6737-481E-AD76-AFE67F9910AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AB0A89E-A6B2-4FEE-9F6A-8CDC18708479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AB0A89E-A6B2-4FEE-9F6A-8CDC18708479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AB0A89E-A6B2-4FEE-9F6A-8CDC18708479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AB0A89E-A6B2-4FEE-9F6A-8CDC18708479}.Release|Any CPU.Build.0 = Release|Any CPU
{2953D352-C15B-4124-91FA-B01FE6A41B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2953D352-C15B-4124-91FA-B01FE6A41B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2953D352-C15B-4124-91FA-B01FE6A41B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2953D352-C15B-4124-91FA-B01FE6A41B89}.Release|Any CPU.Build.0 = Release|Any CPU
{FB76F861-DD24-4125-8BB7-F8BA3689F12E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB76F861-DD24-4125-8BB7-F8BA3689F12E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB76F861-DD24-4125-8BB7-F8BA3689F12E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB76F861-DD24-4125-8BB7-F8BA3689F12E}.Release|Any CPU.Build.0 = Release|Any CPU
{63745267-1782-440B-98AE-4DCC1DC61E2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63745267-1782-440B-98AE-4DCC1DC61E2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63745267-1782-440B-98AE-4DCC1DC61E2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63745267-1782-440B-98AE-4DCC1DC61E2B}.Release|Any CPU.Build.0 = Release|Any CPU
{1F49B4BC-9E63-45BA-A360-56E84EB2F88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F49B4BC-9E63-45BA-A360-56E84EB2F88A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F49B4BC-9E63-45BA-A360-56E84EB2F88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F49B4BC-9E63-45BA-A360-56E84EB2F88A}.Release|Any CPU.Build.0 = Release|Any CPU
{37D527BD-6737-481E-AD76-AFE67F9910AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D527BD-6737-481E-AD76-AFE67F9910AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D527BD-6737-481E-AD76-AFE67F9910AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D527BD-6737-481E-AD76-AFE67F9910AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FB76F861-DD24-4125-8BB7-F8BA3689F12E} = {8C9A7245-1BE2-42F2-B656-E10C544F4ECC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {521A4CC0-6271-4D97-9293-B75D89F96FB8}
EndGlobalSection
EndGlobal