-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathARCP.slnx
More file actions
20 lines (20 loc) · 869 Bytes
/
ARCP.slnx
File metadata and controls
20 lines (20 loc) · 869 Bytes
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/Arcp.Core/Arcp.Core.fsproj" />
<Project Path="src/Arcp.Client/Arcp.Client.fsproj" />
<Project Path="src/Arcp.Runtime/Arcp.Runtime.fsproj" />
<Project Path="src/Arcp.AspNetCore/Arcp.AspNetCore.fsproj" />
<Project Path="src/Arcp.Giraffe/Arcp.Giraffe.fsproj" />
<Project Path="src/Arcp.Otel/Arcp.Otel.fsproj" />
<Project Path="src/Arcp/Arcp.fsproj" />
<Project Path="src/Arcp.Cli/Arcp.Cli.fsproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Arcp.UnitTests/Arcp.UnitTests.fsproj" />
<Project Path="tests/Arcp.IntegrationTests/Arcp.IntegrationTests.fsproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/ProvisionedCredentials/ProvisionedCredentials.fsproj" />
<Project Path="samples/LiteLLM/LiteLLM.fsproj" />
</Folder>
</Solution>