-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCore.sln
64 lines (64 loc) · 3.62 KB
/
Core.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 Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{EFED9F31-D2A2-4F62-B583-653FDBFC707D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Tests", "Core.Tests\Core.Tests.csproj", "{6C84BBA2-7F01-4C17-9D4A-07F7596C4B39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.TestHarness", "Core.TestHarness\Core.TestHarness.csproj", "{6BD55BA4-9980-4E6D-B169-CB1A2652FC08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8DABCAF-4BB1-4FF9-A1F2-E426A2CF9673}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
.gitlab\issue_templates\Bug.md = .gitlab\issue_templates\Bug.md
CHANGELOG.md = CHANGELOG.md
codecov.yml = codecov.yml
coverlet.runsettings = coverlet.runsettings
.config\dotnet-tools.json = .config\dotnet-tools.json
.gitlab\issue_templates\Feature.md = .gitlab\issue_templates\Feature.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleConnector", "ExampleConnector\ExampleConnector.csproj", "{6389F27C-02A4-4323-A082-8A364F6D4296}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.LanguageServer", "Core.LanguageServer\Core.LanguageServer.csproj", "{B5850B9A-A262-4154-9DF9-35AA1640C782}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFED9F31-D2A2-4F62-B583-653FDBFC707D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFED9F31-D2A2-4F62-B583-653FDBFC707D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFED9F31-D2A2-4F62-B583-653FDBFC707D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFED9F31-D2A2-4F62-B583-653FDBFC707D}.Release|Any CPU.Build.0 = Release|Any CPU
{6C84BBA2-7F01-4C17-9D4A-07F7596C4B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C84BBA2-7F01-4C17-9D4A-07F7596C4B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C84BBA2-7F01-4C17-9D4A-07F7596C4B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C84BBA2-7F01-4C17-9D4A-07F7596C4B39}.Release|Any CPU.Build.0 = Release|Any CPU
{6BD55BA4-9980-4E6D-B169-CB1A2652FC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD55BA4-9980-4E6D-B169-CB1A2652FC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD55BA4-9980-4E6D-B169-CB1A2652FC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD55BA4-9980-4E6D-B169-CB1A2652FC08}.Release|Any CPU.Build.0 = Release|Any CPU
{6389F27C-02A4-4323-A082-8A364F6D4296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6389F27C-02A4-4323-A082-8A364F6D4296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6389F27C-02A4-4323-A082-8A364F6D4296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6389F27C-02A4-4323-A082-8A364F6D4296}.Release|Any CPU.Build.0 = Release|Any CPU
{B5850B9A-A262-4154-9DF9-35AA1640C782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5850B9A-A262-4154-9DF9-35AA1640C782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5850B9A-A262-4154-9DF9-35AA1640C782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5850B9A-A262-4154-9DF9-35AA1640C782}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E57D5E26-BD2B-4926-A084-FE7674253234}
EndGlobalSection
EndGlobal