-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy patheShopOnWeb.slnx
More file actions
31 lines (31 loc) · 1.32 KB
/
eShopOnWeb.slnx
File metadata and controls
31 lines (31 loc) · 1.32 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/workflows/comment-on-pr.yml" />
<File Path=".github/workflows/dotnetcore.yml" />
<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/ApplicationCore/ApplicationCore.csproj" />
<Project Path="src/BlazorAdmin/BlazorAdmin.csproj" />
<Project Path="src/BlazorShared/BlazorShared.csproj" />
<Project Path="src/eShopWeb.AppHost/eShopWeb.AppHost.csproj" />
<Project Path="src/Infrastructure/Infrastructure.csproj" />
<Project Path="src/PublicApi/PublicApi.csproj" />
<Project Path="src/Web/Web.csproj" />
</Folder>
<Folder Name="/tests/">
<File Path="CodeCoverage.runsettings" />
<Project Path="tests/FunctionalTests/FunctionalTests.csproj" />
<Project Path="tests/IntegrationTests/IntegrationTests.csproj" />
<Project Path="tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj" />
<Project Path="tests/UnitTests/UnitTests.csproj" />
</Folder>
<Project Path="docker-compose.dcproj">
<Build />
</Project>
<Project Path="src/eShopWeb.AspireServiceDefaults/eShopWeb.AspireServiceDefaults.csproj" />
</Solution>