-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSchoolAccount.Web.slnx
More file actions
43 lines (43 loc) · 2.2 KB
/
Copy pathSchoolAccount.Web.slnx
File metadata and controls
43 lines (43 loc) · 2.2 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Solution>
<Folder Name="/decisions/">
<File Path="decisions/0009-authenticate-using-dsi.md" />
<File Path="decisions\0000-adr-template.md" />
<File Path="decisions\0001-record-architecture-decisions.md" />
<File Path="decisions\0002-use-clean-architecture.md" />
<File Path="decisions\0003-strip-imported-template-to-minimal-core.md" />
<File Path="decisions\0004-microsoft-testing-platform-and-ci-reporting.md" />
<File Path="decisions\0005-format-code-with-csharpier.md" />
<File Path="decisions\0006-enforce-code-quality-with-roslyn-analysers.md" />
<File Path="decisions\0007-supporting-sass-within-gds-styles.md" />
<File Path="decisions\0008-use-feature-structure.md" />
<File Path="decisions\0010-use-containerisation-to-publish-code.md" />
</Folder>
<Folder Name="/docs/">
<File Path="docs\clean-architecture.md" />
<File Path="docs\coding-standards.md" />
<File Path="docs\contributing.md" />
<File Path="docs\integration-testing.md" />
<File Path="docs\testing-standards.md" />
</Folder>
<Folder Name="/solution/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="docker-compose.override.yml" />
<File Path="docker-compose.yml" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src\SchoolAccount.Web.Mvc\SchoolAccount.Web.Mvc.csproj" />
<Project Path="src\SchoolAccount.Application\SchoolAccount.Application.csproj" />
<Project Path="src\SchoolAccount.Domain\SchoolAccount.Domain.csproj" />
<Project Path="src\SchoolAccount.Infrastructure\SchoolAccount.Infrastructure.csproj" />
<Project Path="src\SchoolAccount.SharedKernel\SchoolAccount.SharedKernel.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests\SchoolAccount.Web.Mvc.UnitTests\SchoolAccount.Web.Mvc.UnitTests.csproj" />
<Project Path="tests\SchoolAccount.ApplicationTests\SchoolAccount.ApplicationTests.csproj" />
<Project Path="tests\SchoolAccount.ArchitectureTests\SchoolAccount.ArchitectureTests.csproj" />
<Project Path="tests\SchoolAccount.IntegrationTests\SchoolAccount.IntegrationTests.csproj" />
</Folder>
</Solution>