|
| 1 | +<Solution> |
| 2 | + <Folder Name="/.github/" /> |
| 3 | + <Folder Name="/.github/workflows/"> |
| 4 | + <File Path=".github/workflows/ci-build-test.yml" /> |
| 5 | + <File Path=".github/workflows/ci-code-coverage.yml" /> |
| 6 | + <File Path=".github/workflows/docs.yml" /> |
| 7 | + <File Path=".github/workflows/markdown-link-check.yml" /> |
| 8 | + <File Path=".github/workflows/release.md" /> |
| 9 | + <File Path=".github/workflows/release.yml" /> |
| 10 | + </Folder> |
| 11 | + <Folder Name="/samples/"> |
| 12 | + <Project Path="samples/AspNetCoreSseServer/AspNetCoreSseServer.csproj" /> |
| 13 | + <Project Path="samples/ChatWithTools/ChatWithTools.csproj" /> |
| 14 | + <Project Path="samples/EverythingServer/EverythingServer.csproj" /> |
| 15 | + <Project Path="samples/QuickstartClient/QuickstartClient.csproj" /> |
| 16 | + <Project Path="samples/QuickstartWeatherServer/QuickstartWeatherServer.csproj" /> |
| 17 | + <Project Path="samples/TestServerWithHosting/TestServerWithHosting.csproj" /> |
| 18 | + </Folder> |
| 19 | + <Folder Name="/Solution Items/"> |
| 20 | + <File Path="Directory.Build.props" /> |
| 21 | + <File Path="Directory.Packages.props" /> |
| 22 | + <File Path="global.json" /> |
| 23 | + <File Path="LICENSE" /> |
| 24 | + <File Path="logo.png" /> |
| 25 | + <File Path="nuget.config" /> |
| 26 | + <File Path="README.MD" /> |
| 27 | + <File Path="version.json" /> |
| 28 | + </Folder> |
| 29 | + <Folder Name="/src/"> |
| 30 | + <File Path="src/Directory.Build.props" /> |
| 31 | + <Project Path="src/ModelContextProtocol.AspNetCore/ModelContextProtocol.AspNetCore.csproj" /> |
| 32 | + <Project Path="src/ModelContextProtocol/ModelContextProtocol.csproj" /> |
| 33 | + </Folder> |
| 34 | + <Folder Name="/tests/"> |
| 35 | + <Project Path="tests/ModelContextProtocol.AspNetCore.Tests/ModelContextProtocol.AspNetCore.Tests.csproj" /> |
| 36 | + <Project Path="tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj" /> |
| 37 | + <Project Path="tests/ModelContextProtocol.TestServer/ModelContextProtocol.TestServer.csproj" /> |
| 38 | + <Project Path="tests/ModelContextProtocol.TestSseServer/ModelContextProtocol.TestSseServer.csproj" /> |
| 39 | + </Folder> |
| 40 | +</Solution> |
0 commit comments