-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathCleanArchitecture.Blazor.slnx
More file actions
29 lines (29 loc) · 1.15 KB
/
CleanArchitecture.Blazor.slnx
File metadata and controls
29 lines (29 loc) · 1.15 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".dockerignore" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CleanArchitecture.Blazor.nuspec" />
<File Path="Dockerfile" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Application/Application.csproj" />
<Project Path="src/Domain/Domain.csproj" />
<Project Path="src/Infrastructure/Infrastructure.csproj" />
<Project Path="src/Server.UI/Server.UI.csproj" />
</Folder>
<Folder Name="/src/Migrators/">
<Project Path="src/Migrators/Migrators.MSSQL/Migrators.MSSQL.csproj" />
<Project Path="src/Migrators/Migrators.PostgreSQL/Migrators.PostgreSQL.csproj" />
<Project Path="src/Migrators/Migrators.SqLite/Migrators.SqLite.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Application.IntegrationTests/Application.IntegrationTests.csproj" />
<Project Path="tests/Application.UnitTests/Application.UnitTests.csproj" />
<Project Path="tests/Domain.UnitTests/Domain.UnitTests.csproj" />
</Folder>
<Project Path="docker-compose.dcproj">
<Build />
</Project>
</Solution>