-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAppDomain.slnx
More file actions
81 lines (81 loc) · 3.44 KB
/
AppDomain.slnx
File metadata and controls
81 lines (81 loc) · 3.44 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
73
74
75
76
77
78
79
80
81
<Solution>
<!--#if (INCLUDE_INFRA_DB) -->
<Folder Name="/Infra/">
<Project Path="infra\AppDomain.Database\AppDomain.Database.csproj"/>
</Folder>
<!--#endif -->
<!--#if (false) -->
<Folder Name="/Libs/Tests/">
<Project Path="libs\Momentum\tests\Momentum.Extensions.Tests\Momentum.Extensions.Tests.csproj"/>
</Folder>
<!--#endif -->
<!--#if (INCLUDE_LIBS) -->
<Folder Name="/Libs/">
<!--#if (false) -->
<!-- These are only for source development, never included in generated templates -->
<File Path="libs\Momentum\Directory.Build.props"/>
<File Path="libs\Momentum\Directory.Build.targets"/>
<Project Path="libs\Momentum\src\Momentum.Extensions.Abstractions\Momentum.Extensions.Abstractions.csproj"/>
<Project Path="libs\Momentum\src\Momentum.Extensions.XmlDocs\Momentum.Extensions.XmlDocs.csproj"/>
<!--#endif -->
<!--#if (LIBS_INCLUDES_KAFKA) -->
<Project Path="libs\Momentum\src\Momentum.Extensions.Messaging.Kafka\Momentum.Extensions.Messaging.Kafka.csproj"/>
<!--#endif -->
<!--#if (LIBS_INCLUDES_GENERATORS) -->
<Project Path="libs\Momentum\src\Momentum.Extensions.SourceGenerators\Momentum.Extensions.SourceGenerators.csproj"/>
<!--#endif -->
<!--#if (LIBS_INCLUDES_EXT) -->
<Project Path="libs\Momentum\src\Momentum.Extensions\Momentum.Extensions.csproj"/>
<!--#endif -->
<!--#if (LIBS_INCLUDES_API) -->
<Project Path="libs\Momentum\src\Momentum.ServiceDefaults.Api\Momentum.ServiceDefaults.Api.csproj"/>
<!--#endif -->
<!--#if (LIBS_INCLUDES_DEFAULTS) -->
<Project Path="libs\Momentum\src\Momentum.ServiceDefaults\Momentum.ServiceDefaults.csproj"/>
<!--#endif -->
</Folder>
<!--#endif -->
<Folder Name="/Solution Items/">
<File Path=".dockerignore"/>
<File Path=".editorconfig"/>
<File Path=".gitignore"/>
<File Path="AppDomain.ruleset"/>
<File Path="AppDomain.slnx.DotSettings"/>
<File Path="compose.yml"/>
<File Path="Directory.Build.props"/>
<File Path="Directory.Packages.props"/>
<File Path="README.md"/>
<!--#if (INCLUDE_DOCS) -->
<Project Path="docs\AppDomain.Docs.csproj"/>
<!--#endif -->
<!--#if (false) -->
<File Path="ProjectREADME.md"/>
<!--#endif -->
</Folder>
<!--#if (HAS_BACKEND || INCLUDE_API) -->
<Folder Name="/Tests/">
<!--#if (INCLUDE_API && USE_DB) -->
<Project Path="tests\AppDomain.Tests.E2E\AppDomain.Tests.E2E.csproj"/>
<!--#endif -->
<!--#if (HAS_BACKEND) -->
<Project Path="tests\AppDomain.Tests\AppDomain.Tests.csproj"/>
<!--#endif -->
</Folder>
<!--#endif -->
<!--#if (INCLUDE_API) -->
<Project Path="src\AppDomain.Api\AppDomain.Api.csproj"/>
<!--#endif -->
<!--#if (INCLUDE_ASPIRE) -->
<Project Path="src\AppDomain.AppHost\AppDomain.AppHost.csproj"/>
<!--#endif -->
<!--#if (INCLUDE_ORLEANS) -->
<Project Path="src\AppDomain.BackOffice.Orleans\AppDomain.BackOffice.Orleans.csproj"/>
<!--#endif -->
<!--#if (INCLUDE_BACK_OFFICE) -->
<Project Path="src\AppDomain.BackOffice\AppDomain.BackOffice.csproj"/>
<!--#endif -->
<!--#if (HAS_BACKEND) -->
<Project Path="src\AppDomain.Contracts\AppDomain.Contracts.csproj"/>
<Project Path="src\AppDomain\AppDomain.csproj"/>
<!--#endif -->
</Solution>