-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThingsLibrary.Frameworks.slnx
More file actions
61 lines (61 loc) · 3.48 KB
/
Copy pathThingsLibrary.Frameworks.slnx
File metadata and controls
61 lines (61 loc) · 3.48 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
<Solution>
<Folder Name="/.docs/">
<File Path="README.md" />
</Folder>
<Folder Name="/.github/">
<File Path=".github/workflows/markdown_checker.json" />
<File Path=".github/workflows/markdown_checker.yml" />
<File Path=".github/workflows/publish_nugets.yml" />
<File Path=".github/workflows/pull_requests.yml" />
</Folder>
<Folder Name="/Base/">
<Project Path="Base/src/ThingsLibrary.Base/ThingsLibrary.csproj" />
<Project Path="Base/src/ThingsLibrary.Testing/ThingsLibrary.Testing.csproj" />
</Folder>
<Folder Name="/Base/Tests/">
<Project Path="Base/tests/ThingsLibrary.Base.Tests/ThingsLibrary.Core.Tests.csproj" />
</Folder>
<Folder Name="/Cache/">
<Project Path="Cache/src/ThingsLibrary.Cache.Cosmos/ThingsLibrary.Cache.Cosmos.csproj" />
<Project Path="Cache/src/ThingsLibrary.Cache.Memory/ThingsLibrary.Cache.Memory.csproj" />
<Project Path="Cache/src/ThingsLibrary.Cache/ThingsLibrary.Cache.csproj" />
</Folder>
<Folder Name="/Cache/Tests/">
<Project Path="Cache/tests/ThingsLibrary.Cache.Tests/ThingsLibrary.Cache.Tests.csproj" />
</Folder>
<Folder Name="/Database/">
<Project Path="Database/src/ThingsLibrary.Database.Cosmos/ThingsLibrary.Database.Cosmos.csproj" />
<Project Path="Database/src/ThingsLibrary.Database.Mongo/ThingsLibrary.Database.Mongo.csproj" />
<Project Path="Database/src/ThingsLibrary.Database.Postgres/ThingsLibrary.Database.Postgres.csproj" />
<Project Path="Database/src/ThingsLibrary.Database.SqlServer/ThingsLibrary.Database.SqlServer.csproj" />
<Project Path="Database/src/ThingsLibrary.Database/ThingsLibrary.Database.csproj" />
</Folder>
<Folder Name="/Database/Tests/">
<Project Path="Database/tests/ThingsLibrary.Database.Tests/ThingsLibrary.Database.Tests.csproj" />
</Folder>
<Folder Name="/ItemStore/">
<Project Path="ItemStore/src/ThingsLibrary.ItemStore.Cosmos/ThingsLibrary.ItemStore.Cosmos.csproj" />
<Project Path="ItemStore/src/ThingsLibrary.ItemStore.Local/ThingsLibrary.ItemStore.Local.csproj" />
<Project Path="ItemStore/src/ThingsLibrary.ItemStore.Mongo/ThingsLibrary.ItemStore.Mongo.csproj" />
<Project Path="ItemStore/src/ThingsLibrary.ItemStore/ThingsLibrary.ItemStore.csproj" />
</Folder>
<Folder Name="/Notifications/">
<Project Path="Notifications/src/ThingsLibrary.Notification/ThingsLibrary.Notification.csproj" />
<Project Path="Notifications/src/ThingsLibrary.Notifications.Azure/ThingsLibrary.Notification.Azure.csproj" />
<Project Path="Notifications/src/ThingsLibrary.Notifications.Graph/ThingsLibrary.Notification.Graph.csproj" Id="4848d723-f8e4-42b6-ab3e-56ab9eb0862e" />
<Project Path="Notifications/src/ThingsLibrary.Notifications.SmtpRelay/ThingsLibrary.Notification.SmtpRelay.csproj" Id="9735f6f8-7f41-4491-8416-d611306226ad" />
</Folder>
<Folder Name="/Security/">
<Project Path="Security/src/ThingsLibrary.Security.OAuth2/ThingsLibrary.Security.OAuth2.csproj" />
</Folder>
<Folder Name="/Security/Tests/">
<Project Path="Security/tests/ThingsLibrary.Security.OAuth2.Tests/ThingsLibrary.Security.OAuth2.Tests.csproj" />
</Folder>
<Folder Name="/Services/">
<Project Path="Services/src/ThingsLibrary.Services.AspNetCore/ThingsLibrary.Services.AspNetCore.csproj" />
<Project Path="Services/src/ThingsLibrary.Services/ThingsLibrary.Services.csproj" />
</Folder>
<Folder Name="/Services/Tests/">
<Project Path="Services/tests/ThingsLibrary.Services.Tests/ThingsLibrary.Services.Tests.csproj" />
</Folder>
</Solution>