-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathArbiter.slnx
More file actions
72 lines (72 loc) · 5.74 KB
/
Copy pathArbiter.slnx
File metadata and controls
72 lines (72 loc) · 5.74 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
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
62
63
64
65
66
67
68
69
70
71
72
<Solution>
<Folder Name="/Azure/">
<Project Path="src/Arbiter.Functions/Arbiter.Functions.csproj" Id="e27fe094-75ef-48d4-aef0-410a3a79c823" />
<Project Path="src/Arbiter.Messaging.ServiceBus/Arbiter.Messaging.ServiceBus.csproj" Id="5e058d58-f563-461b-b0e5-efd7b67b699f" />
<Project Path="src/Arbiter.Storage.Blobs/Arbiter.Storage.Blobs.csproj" Id="d2264f93-2ad5-47c5-b9aa-75dc0ea1170f" />
</Folder>
<Folder Name="/Build/">
<File Path=".github/workflows/dotnet.yml" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/Communication/">
<Project Path="src/Arbiter.Communication.Azure/Arbiter.Communication.Azure.csproj" Id="355338f7-37fb-4c18-9ccd-2fd585dda5e9" />
<Project Path="src/Arbiter.Communication.Graph/Arbiter.Communication.Graph.csproj" Id="ad852b95-5abc-426a-ba49-6a127cd20e62" />
<Project Path="src/Arbiter.Communication.Twilio/Arbiter.Communication.Twilio.csproj" Id="9b55db94-d979-45f0-8566-8e0c8059523e" />
<Project Path="src/Arbiter.Communication/Arbiter.Communication.csproj" Id="8a6f4ddc-987c-4e96-9cc0-b9f03e149160" />
</Folder>
<Folder Name="/OpenTelemetry/">
<Project Path="src/Arbiter.OpenTelemetry.Monitor/Arbiter.OpenTelemetry.Monitor.csproj" Id="ea3a3d00-2913-466e-85a2-c847d5da8757" />
<Project Path="src/Arbiter.OpenTelemetry.Server/Arbiter.OpenTelemetry.Server.csproj" Id="c50a1a3a-2a79-4cd1-83c4-5f3d6a1a6411" />
<Project Path="src/Arbiter.OpenTelemetry/Arbiter.OpenTelemetry.csproj" Id="909eab7b-2956-483a-87f8-0d9e6ee0fdca" />
</Folder>
<Folder Name="/Samples/" Id="7881efe6-0fba-4ce6-a4ee-f6cc56395fc7" />
<Folder Name="/Samples/EntityFramework/" Id="f36d2018-e642-4d30-a508-10bc237d649e">
<File Path="samples/EntityFramework/src/Directory.Build.props" />
<Project Path="samples/EntityFramework/src/Tracker.Client/Tracker.Client.csproj" />
<Project Path="samples/EntityFramework/src/Tracker.Core/Tracker.Core.csproj" Id="448cd95f-bc9c-4130-8b83-0ba107e7eb9f" />
<Project Path="samples/EntityFramework/src/Tracker.Host/Tracker.Host.csproj" />
<Project Path="samples/EntityFramework/src/Tracker.Service/Tracker.Service.csproj" />
<Project Path="samples/EntityFramework/src/Tracker.Shared/Tracker.Shared.csproj" />
<Project Path="samples/EntityFramework/src/Tracker.Web/Tracker.Web.csproj" />
</Folder>
<Folder Name="/Samples/MongoDB/" Id="6ec40f75-d5b6-41e3-ad01-3dcc502cbe98">
<Project Path="samples/MongoDB/Tracker.WebService/Tracker.WebService.csproj" Id="54fb10f5-89a3-421f-8288-8a110c9dc9b9" />
</Folder>
<Folder Name="/Templates/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8">
<File Path="templates/DomainJsonContext.csx" />
<File Path="templates/DomainServiceRegistration.csx" />
<File Path="templates/EntityEndpoint.csx" />
<File Path="templates/EntityMapper.csx" />
<File Path="templates/EntityMapping.csx" />
<File Path="templates/EntityStore.csx" />
<File Path="templates/MapperProfile.csx" />
</Folder>
<Folder Name="/Tests/">
<Project Path="test/Arbiter.Benchmarks/Arbiter.Benchmarks.csproj" />
<Project Path="test/Arbiter.CommandQuery.Endpoints.Tests/Arbiter.CommandQuery.Endpoints.Tests.csproj" Id="37537fec-12a1-479b-ace7-2759f6587de6" />
<Project Path="test/Arbiter.CommandQuery.EntityFramework.Tests/Arbiter.CommandQuery.EntityFramework.Tests.csproj" Id="dbcd6c95-6bf3-4786-81d2-a94fff7b9956" />
<Project Path="test/Arbiter.CommandQuery.MongoDB.Tests/Arbiter.CommandQuery.MongoDB.Tests.csproj" Id="a664a030-159e-403f-8063-5a36616687b7" />
<Project Path="test/Arbiter.CommandQuery.Tests/Arbiter.CommandQuery.Tests.csproj" Id="ea445280-2bc1-4030-b0c2-e454ce5c4aa6" />
<Project Path="test/Arbiter.Communication.Tests/Arbiter.Communication.Tests.csproj" Id="9da5eada-3069-46ed-900a-c319b7858690" />
<Project Path="test/Arbiter.Dispatcher.Client.Tests/Arbiter.Dispatcher.Client.Tests.csproj" Id="a27a225b-7be5-4fa8-9023-690f07312a86" />
<Project Path="test/Arbiter.Mapping.Tests/Arbiter.Mapping.Tests.csproj" Id="c74c00ab-3fc8-44dc-87d3-a6e618f53c8f" />
<Project Path="test/Arbiter.Mediation.Tests/Arbiter.Mediation.Tests.csproj" />
<Project Path="test/Arbiter.Messaging.ServiceBus.Tests/Arbiter.Messaging.ServiceBus.Tests.csproj" Id="65e5b4e8-9c88-41ee-9487-80c378a18133" />
<Project Path="test/Arbiter.OpenTelemetry.Monitor.Tests/Arbiter.OpenTelemetry.Monitor.Tests.csproj" />
<Project Path="test/Arbiter.Services.Tests/Arbiter.Services.Tests.csproj" Id="f3d73b4c-09de-4369-b45a-eba1aac348ed" />
<Project Path="test/Arbiter.Storage.Blobs.Tests/Arbiter.Storage.Blobs.Tests.csproj" />
</Folder>
<Project Path="src/Arbiter.CommandQuery.Endpoints/Arbiter.CommandQuery.Endpoints.csproj" />
<Project Path="src/Arbiter.CommandQuery.EntityFramework/Arbiter.CommandQuery.EntityFramework.csproj" />
<Project Path="src/Arbiter.CommandQuery.MongoDB/Arbiter.CommandQuery.MongoDB.csproj" />
<Project Path="src/Arbiter.CommandQuery.Mvc/Arbiter.CommandQuery.Mvc.csproj" Id="2b53d754-a9d9-498e-91d1-f2f3810b8c42" />
<Project Path="src/Arbiter.CommandQuery/Arbiter.CommandQuery.csproj" />
<Project Path="src/Arbiter.Dispatcher.Client/Arbiter.Dispatcher.Client.csproj" Id="a8dc1ebc-37b2-44d4-ac36-ceeb04de395b" />
<Project Path="src/Arbiter.Dispatcher.Server/Arbiter.Dispatcher.Server.csproj" Id="06f452bc-2f7b-43ce-b2d2-b97204f08b69" />
<Project Path="src/Arbiter.Mapping.Generators/Arbiter.Mapping.Generators.csproj" Id="f6265a63-6ba9-46f3-a6ea-8b6ba080487e" />
<Project Path="src/Arbiter.Mapping/Arbiter.Mapping.csproj" Id="394985d4-860d-41b0-bc51-89995645d1cd" />
<Project Path="src/Arbiter.Mediation/Arbiter.Mediation.csproj" />
<Project Path="src/Arbiter.Services/Arbiter.Services.csproj" Id="d25d1a52-81b3-4a16-9a77-415950b0cac3" />
</Solution>