forked from a2aproject/a2a-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathA2A.slnx
More file actions
35 lines (35 loc) · 1.33 KB
/
A2A.slnx
File metadata and controls
35 lines (35 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Solution>
<Folder Name="/.github/">
<File Path=".github/copilot-instructions.md" />
<File Path=".github/dependabot.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/copilot-setup-steps.yml" />
<File Path=".github/workflows/dotnet-build.yml" />
<File Path=".github/workflows/release.yaml" />
<File Path=".github/workflows/release.md" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/A2ACli/A2ACli.csproj" />
<Project Path="samples/AgentClient/AgentClient.csproj" />
<Project Path="samples/AgentServer/AgentServer.csproj" />
<Project Path="samples/SemanticKernelAgent/SemanticKernelAgent.csproj" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/A2A.AspNetCore/A2A.AspNetCore.csproj" />
<Project Path="src/A2A/A2A.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="logo.png" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/A2A.AspNetCore.UnitTests/A2A.AspNetCore.UnitTests.csproj" />
<Project Path="tests/A2A.UnitTests/A2A.UnitTests.csproj" />
</Folder>
</Solution>