@@ -6,6 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D764E024-3D3
6
6
Project Section (SolutionItems ) = preProject
7
7
src \Directory .Build .props = src \Directory .Build .props
8
8
src \Directory .Build .targets = src \Directory .Build .targets
9
+ src \.editorconfig = src \.editorconfig
9
10
EndProject Section
10
11
EndProject
11
12
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{2F323ED5-EBF8-45E1-B9D3-C014561B3DDA}"
@@ -38,6 +39,8 @@ EndProject
38
39
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SampleServer" , "sample\SampleServer\SampleServer.csproj" , "{F2067F5F-FA4E-4990-B301-E7898FC4C45F}"
39
40
EndProject
40
41
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sample" , "sample" , "{A316FCEC-81AD-45FB-93EE-C62CA09300DC}"
42
+ Project Section (SolutionItems ) = preProject
43
+ EndProject Section
41
44
EndProject
42
45
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Client" , "src\Client\Client.csproj" , "{417E95B2-5AB9-49D5-B7CD-12255472E2E7}"
43
46
EndProject
@@ -53,8 +56,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dap.Server", "src\Dap.Serve
53
56
EndProject
54
57
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = ".build" , ".build\.build.csproj" , "{28B13787-A442-4D28-BF9A-3D65BF13AAEC}"
55
58
EndProject
56
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".build" , ".build" , "{26522B49-0743-4CBE-BA67-6D17FF65CAB9}"
57
- EndProject
58
59
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Shared" , "src\Shared\Shared.csproj" , "{18FB2302-023B-4F6F-9F6D-099B47B69D9F}"
59
60
EndProject
60
61
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Dap.Tests" , "test\Dap.Tests\Dap.Tests.csproj" , "{6D9E5BF4-4666-476B-AC88-D108A80567F6}"
@@ -81,6 +82,67 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protocol.Proposals", "src\P
81
82
EndProject
82
83
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Lsp.Integration.Tests" , "test\Lsp.Integration.Tests\Lsp.Integration.Tests.csproj" , "{72A74595-A278-46F0-9C8B-3151C9681B91}"
83
84
EndProject
85
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "config" , "config" , "{93A0F406-2CEB-491E-9F40-6DA1BA67DD7C}"
86
+ Project Section (SolutionItems ) = preProject
87
+ .config \dotnet -tools .json = .config \dotnet -tools .json
88
+ Directory .Build .props = Directory .Build .props
89
+ Directory .Packages .props = Directory .Packages .props
90
+ Directory .Packages .supports .props = Directory .Packages .supports .props
91
+ Directory .Build .targets = Directory .Build .targets
92
+ .editorconfig = .editorconfig
93
+ build .cmd = build .cmd
94
+ build .sh = build .sh
95
+ build .ps1 = build .ps1
96
+ GitReleaseManager .yaml = GitReleaseManager .yaml
97
+ .codecov .yml = .codecov .yml
98
+ .azure -pipelines .yml = .azure -pipelines .yml
99
+ .appveyor .yml = .appveyor .yml
100
+ azure -pipelines .nuke .yml = azure -pipelines .nuke .yml
101
+ GitVersion .yml = GitVersion .yml
102
+ .travis .yml = .travis .yml
103
+ LICENSE = LICENSE
104
+ README .md = README .md
105
+ .gitignore = .gitignore
106
+ .gitattributes = .gitattributes
107
+ .prettierignore = .prettierignore
108
+ .prettierrc = .prettierrc
109
+ .lintstagedrc .js = .lintstagedrc .js
110
+ NuGet .config = NuGet .config
111
+ package .json = package .json
112
+ EndProject Section
113
+ EndProject
114
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".github" , ".github" , "{19909559-F753-4337-952B-A8B5B5889959}"
115
+ Project Section (SolutionItems ) = preProject
116
+ .github \labels .yml = .github \labels .yml
117
+ .github \renovate .json = .github \renovate .json
118
+ EndProject Section
119
+ EndProject
120
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "workflows" , "workflows" , "{97924298-E17E-46E6-83CC-D9CD3B9F5E6F}"
121
+ Project Section (SolutionItems ) = preProject
122
+ .github \workflows \ci -ignore .yml = .github \workflows \ci -ignore .yml
123
+ .github \workflows \draft -release .yml = .github \workflows \draft -release .yml
124
+ .github \workflows \publish -nuget .yml = .github \workflows \publish -nuget .yml
125
+ .github \workflows \dependabot -merge .yml = .github \workflows \dependabot -merge .yml
126
+ .github \workflows \sync -labels .yml = .github \workflows \sync -labels .yml
127
+ .github \workflows \close -milestone .yml = .github \workflows \close -milestone .yml
128
+ .github \workflows \update -milestone .yml = .github \workflows \update -milestone .yml
129
+ .github \workflows \ci .yml = .github \workflows \ci .yml
130
+ EndProject Section
131
+ EndProject
132
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".husky" , ".husky" , "{BED6765C-97D8-406D-B782-3307132D16F0}"
133
+ Project Section (SolutionItems ) = preProject
134
+ .husky \pre -commit = .husky \pre -commit
135
+ EndProject Section
136
+ EndProject
137
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".vscode" , ".vscode" , "{09BE8ED9-1986-40F3-A9A6-D826A7413581}"
138
+ Project Section (SolutionItems ) = preProject
139
+ .vscode \settings .json = .vscode \settings .json
140
+ .vscode \csharp .code -snippets = .vscode \csharp .code -snippets
141
+ .vscode \launch .json = .vscode \launch .json
142
+ .vscode \tasks .json .old = .vscode \tasks .json .old
143
+ .vscode \tasks .json = .vscode \tasks .json
144
+ EndProject Section
145
+ EndProject
84
146
Global
85
147
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
86
148
Debug| Any CPU = Debug| Any CPU
@@ -388,7 +450,7 @@ Global
388
450
{E540868F-438E-4F7F-BBB7-010D6CB18A57} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
389
451
{F2C9D555-118E-442B-A953-9A7B58A53F33} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
390
452
{E1A9123B-A236-4240-8C82-A61BD85C3BF4} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
391
- {28B13787-A442-4D28-BF9A-3D65BF13AAEC} = {26522B49-0743-4CBE-BA67-6D17FF65CAB9 }
453
+ {28B13787-A442-4D28-BF9A-3D65BF13AAEC} = {93A0F406-2CEB-491E-9F40-6DA1BA67DD7C }
392
454
{18FB2302-023B-4F6F-9F6D-099B47B69D9F} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
393
455
{6D9E5BF4-4666-476B-AC88-D108A80567F6} = {2F323ED5-EBF8-45E1-B9D3-C014561B3DDA}
394
456
{678A4DD2-A656-4DCC-AE78-F9940C82A6E6} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
@@ -402,6 +464,10 @@ Global
402
464
{D43637CC-94E6-4ED4-BAA3-E5D1AD3285F5} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
403
465
{201B1CA7-AB12-41AD-9246-BC30F2EBE2DF} = {D764E024-3D3F-4112-B932-2DB722A1BACC}
404
466
{72A74595-A278-46F0-9C8B-3151C9681B91} = {2F323ED5-EBF8-45E1-B9D3-C014561B3DDA}
467
+ {19909559-F753-4337-952B-A8B5B5889959} = {93A0F406-2CEB-491E-9F40-6DA1BA67DD7C}
468
+ {97924298-E17E-46E6-83CC-D9CD3B9F5E6F} = {19909559-F753-4337-952B-A8B5B5889959}
469
+ {BED6765C-97D8-406D-B782-3307132D16F0} = {93A0F406-2CEB-491E-9F40-6DA1BA67DD7C}
470
+ {09BE8ED9-1986-40F3-A9A6-D826A7413581} = {93A0F406-2CEB-491E-9F40-6DA1BA67DD7C}
405
471
EndGlobalSection
406
472
GlobalSection (ExtensibilityGlobals ) = postSolution
407
473
SolutionGuid = {D38DD0EC-D095-4BCD-B8AF-2D788AF3B9AE}
0 commit comments