forked from nobodies-collective/Humans
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathHumans.slnx
More file actions
27 lines (27 loc) · 1.18 KB
/
Humans.slnx
File metadata and controls
27 lines (27 loc) · 1.18 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
<Solution>
<Project Path="docs/docs.csproj" />
<Folder Name="/src/">
<Project Path="src/Humans.Analyzers/Humans.Analyzers.csproj" />
<Project Path="src/Humans.Domain/Humans.Domain.csproj" />
<Project Path="src/Humans.Application/Humans.Application.csproj" />
<Project Path="src/Humans.Infrastructure/Humans.Infrastructure.csproj" />
<Project Path="src/Humans.Web/Humans.Web.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="tests/Directory.Build.props" />
<Project Path="tests/Humans.Domain.Tests/Humans.Domain.Tests.csproj" />
<Project Path="tests/Humans.Analyzers.Tests/Humans.Analyzers.Tests.csproj" />
<Project Path="tests/Humans.Application.Tests/Humans.Application.Tests.csproj" />
<Project Path="tests/Humans.Integration.Tests/Humans.Integration.Tests.csproj" />
<Project Path="tests/Humans.Web.Tests/Humans.Web.Tests.csproj" />
</Folder>
<Folder Name="/build/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path=".editorconfig" />
<File Path="docker-compose.yml" />
<File Path="Dockerfile" />
<File Path="global.json" />
<File Path="todos.md" />
</Folder>
</Solution>