-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTicketsPlease.slnx
More file actions
29 lines (29 loc) · 1.37 KB
/
TicketsPlease.slnx
File metadata and controls
29 lines (29 loc) · 1.37 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=".editorconfig" />
<File Path="global.json" />
<File Path=".gitignore" />
<File Path=".gitattributes" />
<File Path="Directory.Build.props" />
<File Path=".github/LICENSE" />
<File Path=".github/CHANGELOG.md" />
<File Path=".vsconfig" />
<File Path=".config/dotnet-tools.json" />
<File Path=".config/.prettierrc" />
<File Path=".config/.markdownlint.json" />
<File Path=".agent/scripts/setup-hooks.ps1" />
<File Path="docs/aufgabe/.gitkeep" />
<File Path="docs/userstories/.gitkeep" />
</Folder>
<Project Path="src/TicketsPlease.Domain/TicketsPlease.Domain.csproj" />
<Project Path="tests/TicketsPlease.ArchitectureTests/TicketsPlease.ArchitectureTests.csproj" />
<Project Path="tests/TicketsPlease.IntegrationTests/TicketsPlease.IntegrationTests.csproj" />
<Project Path="tests/TicketsPlease.UnitTests/TicketsPlease.UnitTests.csproj" />
<Project Path="tests/TicketsPlease.E2ETests/TicketsPlease.E2ETests.csproj" />
<Project Path="src/TicketsPlease.Application/TicketsPlease.Application.csproj" />
<Project Path="src/TicketsPlease.Infrastructure/TicketsPlease.Infrastructure.csproj" />
<Project Path="src/TicketsPlease.Web/TicketsPlease.Web.csproj" />
<Properties>
<StartupProject Path="src/TicketsPlease.Web/TicketsPlease.Web.csproj" />
</Properties>
</Solution>