-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfigLens.slnx
More file actions
15 lines (15 loc) · 849 Bytes
/
Copy pathConfigLens.slnx
File metadata and controls
15 lines (15 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Solution>
<Folder Name="/src/">
<Project Path="src/ConfigLens.Application/ConfigLens.Application.csproj" />
<Project Path="src/ConfigLens.Cli/ConfigLens.Cli.csproj" />
<Project Path="src/ConfigLens.Domain/ConfigLens.Domain.csproj" />
<Project Path="src/ConfigLens.Infrastructure/ConfigLens.Infrastructure.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ConfigLens.Application.Tests/ConfigLens.Application.Tests.csproj" />
<Project Path="tests/ConfigLens.Architecture.Tests/ConfigLens.Architecture.Tests.csproj" />
<Project Path="tests/ConfigLens.Cli.Tests/ConfigLens.Cli.Tests.csproj" />
<Project Path="tests/ConfigLens.Domain.Tests/ConfigLens.Domain.Tests.csproj" />
<Project Path="tests/ConfigLens.Infrastructure.Tests/ConfigLens.Infrastructure.Tests.csproj" />
</Folder>
</Solution>