This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Patients.slnf
61 lines (61 loc) · 4.31 KB
/
Patients.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"solution": {
"path": "MedEasy.sln",
"projects": [
"src\\services\\MedEasy.Attributes\\MedEasy.Attributes.csproj",
"src\\services\\MedEasy.Core\\MedEasy.Core.csproj",
"src\\services\\MedEasy.DataStores.Core\\MedEasy.DataStores.Core.csproj",
"src\\services\\MedEasy.Models\\MedEasy.Models.csproj",
"src\\services\\Patients\\Patients.API.IntegrationTests\\Patients.API.IntegrationTests.csproj",
"src\\services\\Patients\\Patients.API.Tests\\Patients.API.UnitTests.csproj",
"src\\services\\Patients\\Patients.API\\Patients.API.csproj",
"src\\services\\Patients\\Patients.CQRS.UnitTests\\Patients.CQRS.UnitTests.csproj",
"src\\services\\Patients\\Patients.CQRS\\Patients.CQRS.csproj",
"src\\services\\Patients\\Patients.Context\\Patients.Context.csproj",
"src\\services\\Patients\\Patients.DTO\\Patients.DTO.csproj",
"src\\services\\Patients\\Patients.Mapping.UnitTests\\Patients.Mapping.UnitTests.csproj",
"src\\services\\Patients\\Patients.Mapping\\Patients.Mapping.csproj",
"src\\services\\Patients\\Patients.Objects\\Patients.Objects.csproj",
"src\\services\\Patients\\Patients.Validators.Tests\\Patients.Validators.Tests.csproj",
"src\\services\\Patients\\Patients.Validators\\Patients.Validators.csproj",
"src\\services\\identity\\Identity.API.IntegrationTests\\Identity.API.IntegrationTests.csproj",
"src\\services\\identity\\Identity.API.UnitTests\\Identity.API.UnitTests.csproj",
"src\\services\\identity\\Identity.API\\Identity.API.csproj",
"src\\services\\identity\\Identity.CQRS.Handlers.EFCore\\Identity.CQRS.Handlers.EFCore.csproj",
"src\\services\\identity\\Identity.CQRS.Handlers.RavenDb.Tests\\Identity.CQRS.Handlers.RavenDb.Tests.csproj",
"src\\services\\identity\\Identity.CQRS.Handlers.RavenDb\\Identity.CQRS.Handlers.RavenDb.csproj",
"src\\services\\identity\\Identity.CQRS.UnitTests\\Identity.CQRS.UnitTests.csproj",
"src\\services\\identity\\Identity.CQRS\\Identity.CQRS.csproj",
"src\\services\\identity\\Identity.DTO\\Identity.DTO.csproj",
"src\\services\\identity\\Identity.DataStores.SqlServer\\Identity.DataStores.SqlServer.csproj",
"src\\services\\identity\\Identity.Mapping.UnitTests\\Identity.Mapping.UnitTests.csproj",
"src\\services\\identity\\Identity.Mapping\\Identity.Mapping.csproj",
"src\\services\\identity\\Identity.Objects.Tests\\Identity.Objects.Tests.csproj",
"src\\services\\identity\\Identity.Objects\\Identity.Objects.csproj",
"src\\services\\identity\\Identity.Validators.UnitTests\\Identity.Validators.UnitTests.csproj",
"src\\services\\identity\\Identity.Validators\\Identity.Validators.csproj",
"src\\services\\identity\\tests\\Identity.CQRS.Handlers.EFCore.Tests\\Identity.CQRS.Handlers.EFCore.Tests.csproj",
"src\\tools\\MedEasy.Abstractions\\MedEasy.Abstractions.csproj",
"src\\tools\\MedEasy.CQRS.Core\\MedEasy.CQRS.Core.csproj",
"src\\tools\\MedEasy.DAL.EFStore\\MedEasy.DAL.EFStore.csproj",
"src\\tools\\MedEasy.DAL.RavenDb\\MedEasy.DAL.RavenDb.csproj",
"src\\tools\\MedEasy.DAL\\MedEasy.DAL.csproj",
"src\\tools\\MedEasy.DTO\\MedEasy.DTO.csproj",
"src\\tools\\MedEasy.EventSourcing\\MedEasy.EventSourcing.csproj",
"src\\tools\\MedEasy.Mapping\\MedEasy.Mapping.csproj",
"src\\tools\\MedEasy.Objects\\MedEasy.Objects.csproj",
"src\\tools\\MedEasy.RestObjects\\MedEasy.RestObjects.csproj",
"src\\tools\\MedEasy.Tools\\MedEasy.Tools.csproj",
"src\\tools\\MedEasy.Validators\\MedEasy.Validators.csproj",
"test\\services\\Identity.API.Fixtures\\Identity.API.Fixtures.csproj",
"test\\services\\MedEasy.Attributes.UnitTests\\MedEasy.Attributes.UnitTests.csproj",
"test\\services\\MedEasy.Core.UnitTests\\MedEasy.Core.UnitTests.csproj",
"test\\services\\MedEasy.IntegrationTests.Core\\MedEasy.IntegrationTests.Core.csproj",
"test\\tools\\MedEasy.CQRS.Core.UnitTests\\MedEasy.CQRS.Core.UnitTests.csproj",
"test\\tools\\MedEasy.DAL.Tests\\MedEasy.DAL.Tests.csproj",
"test\\tools\\MedEasy.EventSourcing.EventStore.UnitTests\\MedEasy.EventSourcing.EventStore.UnitTests.csproj",
"test\\tools\\MedEasy.RestObjects.Tests\\MedEasy.RestObjects.Tests.csproj",
"test\\tools\\MedEasy.Validators.Tests\\MedEasy.Validators.Tests.csproj"
]
}
}