-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotnetWorker.slnx
More file actions
19 lines (19 loc) · 906 Bytes
/
DotnetWorker.slnx
File metadata and controls
19 lines (19 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Solution>
<Folder Name="/SolutionItems/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/DotnetWorker.Application/DotnetWorker.Application.csproj" />
<Project Path="src/DotnetWorker.Domain/DotnetWorker.Domain.csproj" />
<Project Path="src/DotnetWorker.Infrastructure/DotnetWorker.Infrastructure.csproj" />
<Project Path="src/DotnetWorker.WorkerService/DotnetWorker.WorkerService.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/DotnetWorker.ArchitectureTests/DotnetWorker.ArchitectureTests.csproj" />
<Project Path="tests/DotnetWorker.IntegrationTests/DotnetWorker.IntegrationTests.csproj" />
<Project Path="tests/DotnetWorker.UnitTests/DotnetWorker.UnitTests.csproj" />
</Folder>
</Solution>