Skip to content

Commit 804fe09

Browse files
Convert solution to slnx
1 parent 47e6a64 commit 804fe09

2 files changed

Lines changed: 36 additions & 135 deletions

File tree

ModelContextProtocol.sln

Lines changed: 0 additions & 135 deletions
This file was deleted.

ModelContextProtocol.slnx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<Solution>
2+
<Folder Name="/.github/" />
3+
<Folder Name="/.github/workflows/">
4+
<File Path=".github/workflows/ci.yml" />
5+
<File Path=".github/workflows/code-coverage.yml" />
6+
</Folder>
7+
<Folder Name="/samples/">
8+
<Project Path="samples/AspNetCoreSseServer/AspNetCoreSseServer.csproj" />
9+
<Project Path="samples/ChatWithTools/ChatWithTools.csproj" />
10+
<Project Path="samples/EverythingServer/EverythingServer.csproj" />
11+
<Project Path="samples/QuickstartClient/QuickstartClient.csproj" />
12+
<Project Path="samples/QuickstartWeatherServer/QuickstartWeatherServer.csproj" />
13+
<Project Path="samples/TestServerWithHosting/TestServerWithHosting.csproj" />
14+
</Folder>
15+
<Folder Name="/Solution Items/">
16+
<File Path="Directory.Build.props" />
17+
<File Path="Directory.Packages.props" />
18+
<File Path="global.json" />
19+
<File Path="LICENSE" />
20+
<File Path="logo.png" />
21+
<File Path="nuget.config" />
22+
<File Path="README.MD" />
23+
<File Path="version.json" />
24+
</Folder>
25+
<Folder Name="/src/">
26+
<File Path="src/Directory.Build.props" />
27+
<Project Path="src/ModelContextProtocol.AspNetCore/ModelContextProtocol.AspNetCore.csproj" />
28+
<Project Path="src/ModelContextProtocol/ModelContextProtocol.csproj" />
29+
</Folder>
30+
<Folder Name="/tests/">
31+
<Project Path="tests/ModelContextProtocol.AspNetCore.Tests/ModelContextProtocol.AspNetCore.Tests.csproj" />
32+
<Project Path="tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj" />
33+
<Project Path="tests/ModelContextProtocol.TestServer/ModelContextProtocol.TestServer.csproj" />
34+
<Project Path="tests/ModelContextProtocol.TestSseServer/ModelContextProtocol.TestSseServer.csproj" />
35+
</Folder>
36+
</Solution>

0 commit comments

Comments
 (0)