forked from dotnet/eShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eShop.Web.slnf
29 lines (29 loc) · 1.25 KB
/
eShop.Web.slnf
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": {
"path": "eShop.sln",
"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\\Mobile.Bff.Shopping\\Mobile.Bff.Shopping.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\\Catalog.FunctionalTests\\Catalog.FunctionalTests.csproj",
"tests\\Ordering.FunctionalTests\\Ordering.FunctionalTests.csproj",
"tests\\Ordering.UnitTests\\Ordering.UnitTests.csproj"
]
}
}