-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSkillServer.slnx
More file actions
23 lines (23 loc) · 954 Bytes
/
SkillServer.slnx
File metadata and controls
23 lines (23 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Solution>
<Folder Name="/build/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.Config" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SkillServer/SkillServer.csproj" />
<Project Path="src/Netclaw.SkillClient/Netclaw.SkillClient.csproj" />
<Project Path="src/Netclaw.SkillServer.Cli/Netclaw.SkillServer.Cli.csproj" />
<Project Path="src/SkillServer.AppHost/SkillServer.AppHost.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SkillServer.Tests/SkillServer.Tests.csproj" />
<Project Path="tests/SkillServer.Integration.Tests/SkillServer.Integration.Tests.csproj" />
<Project Path="tests/Netclaw.SkillServer.Cli.Tests/Netclaw.SkillServer.Cli.Tests.csproj" />
</Folder>
<Folder Name="/docker/">
<File Path="docker/docker-compose.yml" />
</Folder>
</Solution>