-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFsMcp.slnx
More file actions
20 lines (20 loc) · 1.04 KB
/
Copy pathFsMcp.slnx
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Solution>
<Folder Name="/src/">
<Project Path="src/FsMcp.Client/FsMcp.Client.fsproj" />
<Project Path="src/FsMcp.Core/FsMcp.Core.fsproj" />
<Project Path="src/FsMcp.Sampling/FsMcp.Sampling.fsproj" />
<Project Path="src/FsMcp.Server.Http/FsMcp.Server.Http.fsproj" />
<Project Path="src/FsMcp.Server/FsMcp.Server.fsproj" />
<Project Path="src/FsMcp.TaskApi/FsMcp.TaskApi.fsproj" />
<Project Path="src/FsMcp.Testing/FsMcp.Testing.fsproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/FsMcp.Client.Tests/FsMcp.Client.Tests.fsproj" />
<Project Path="tests/FsMcp.Core.Tests/FsMcp.Core.Tests.fsproj" />
<Project Path="tests/FsMcp.Sampling.Tests/FsMcp.Sampling.Tests.fsproj" />
<Project Path="tests/FsMcp.Server.Tests/FsMcp.Server.Tests.fsproj" />
<Project Path="tests/FsMcp.Server.Http.Tests/FsMcp.Server.Http.Tests.fsproj" />
<Project Path="tests/FsMcp.TaskApi.Tests/FsMcp.TaskApi.Tests.fsproj" />
<Project Path="tests/FsMcp.Testing.Tests/FsMcp.Testing.Tests.fsproj" />
</Folder>
</Solution>