forked from dotnet/eShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheShop.Web.slnf
More file actions
32 lines (32 loc) · 1.47 KB
/
Copy patheShop.Web.slnf
File metadata and controls
32 lines (32 loc) · 1.47 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
{
"solution": {
"path": "eShop.slnx",
"projects": [
"src\\Basket.API\\Basket.API.csproj",
"src\\Catalog.API\\Catalog.API.csproj",
"src\\EventBusRabbitMQ\\EventBusRabbitMQ.csproj",
"src\\EventBus\\EventBus.csproj",
"src\\Identity.API\\Identity.API.csproj",
"src\\IntegrationEventLogEF\\IntegrationEventLogEF.csproj",
"src\\Ordering.API\\Ordering.API.csproj",
"src\\OrderProcessor\\OrderProcessor.csproj",
"src\\Ordering.Domain\\Ordering.Domain.csproj",
"src\\Ordering.Infrastructure\\Ordering.Infrastructure.csproj",
"src\\PaymentProcessor\\PaymentProcessor.csproj",
"src\\WebAppComponents\\WebAppComponents.csproj",
"src\\WebApp\\WebApp.csproj",
"src\\WebhookClient\\WebhookClient.csproj",
"src\\Webhooks.API\\Webhooks.API.csproj",
"src\\eShop.AppHost\\eShop.AppHost.csproj",
"src\\eShop.ServiceDefaults\\eShop.ServiceDefaults.csproj",
"tests\\Basket.UnitTests\\Basket.UnitTests.csproj",
"tests\\Basket.FunctionalTests\\Basket.FunctionalTests.csproj",
"tests\\Application.UnitTests\\Application.UnitTests.csproj",
"tests\\Catalog.FunctionalTests\\Catalog.FunctionalTests.csproj",
"tests\\Ordering.FunctionalTests\\Ordering.FunctionalTests.csproj",
"tests\\Ordering.UnitTests\\Ordering.UnitTests.csproj",
"tests\\Webhooks.FunctionalTests\\Webhooks.FunctionalTests.csproj",
"tests\\eShop.AppHost.UnitTests\\eShop.AppHost.UnitTests.csproj"
]
}
}