forked from votrongdao/FlowX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlowX.slnx
More file actions
67 lines (67 loc) · 3.95 KB
/
Copy pathFlowX.slnx
File metadata and controls
67 lines (67 loc) · 3.95 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
<Solution>
<Folder Name="/src/">
<Project Path="src/FlowX.Abstractions/FlowX.Abstractions.csproj" />
<Project Path="src/FlowX.Ai/FlowX.Ai.csproj" />
<Project Path="src/FlowX.Compiler/FlowX.Compiler.csproj" />
<Project Path="src/FlowX.Compiler.CodeFixes/FlowX.Compiler.CodeFixes.csproj" />
<Project Path="src/FlowX.Cli/FlowX.Cli.csproj" />
<Project Path="src/FlowX.Core/FlowX.Core.csproj" />
<Project Path="src/FlowX.Hosting/FlowX.Hosting.csproj" />
<Project Path="src/FlowX.Logging/FlowX.Logging.csproj" />
<Project Path="src/FlowX.Runtime/FlowX.Runtime.csproj" />
<Project Path="src/FlowX.Testing/FlowX.Testing.csproj" />
</Folder>
<Folder Name="/plugins/">
<Project Path="plugins/FlowX.Http/FlowX.Http.csproj" />
<Project Path="plugins/FlowX.Mcp/FlowX.Mcp.csproj" />
<Project Path="plugins/FlowX.Kafka/FlowX.Kafka.csproj" />
<Project Path="plugins/FlowX.Postgres/FlowX.Postgres.csproj" />
<Project Path="plugins/FlowX.AzureServiceBus/FlowX.AzureServiceBus.csproj" />
<Project Path="plugins/FlowX.RabbitMq/FlowX.RabbitMq.csproj" />
<Project Path="plugins/FlowX.Redis/FlowX.Redis.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/ai-agent/AiAgent.csproj" />
<Project Path="samples/banking/Banking.csproj" />
<Project Path="samples/crm/Crm.csproj" />
<Project Path="samples/ecommerce/Ecommerce.csproj" />
<Project Path="samples/event-driven/EventDriven.csproj" />
<Project Path="samples/realtime-stream/RealtimeStream.csproj" />
<Project Path="samples/healthcare/Healthcare.csproj" />
<Project Path="samples/scheduler/Scheduler.csproj" />
<Project Path="samples/polling/Polling.csproj" />
<Project Path="samples/workflow/Workflow.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AiAgent.Tests/AiAgent.Tests.csproj" />
<Project Path="tests/Banking.Tests/Banking.Tests.csproj" />
<Project Path="tests/Crm.Tests/Crm.Tests.csproj" />
<Project Path="tests/Ecommerce.Tests/Ecommerce.Tests.csproj" />
<Project Path="tests/EventDriven.Tests/EventDriven.Tests.csproj" />
<Project Path="tests/FlowX.Abstractions.Tests/FlowX.Abstractions.Tests.csproj" />
<Project Path="tests/FlowX.Architecture.Tests/FlowX.Architecture.Tests.csproj" />
<Project Path="tests/FlowX.Benchmarks/FlowX.Benchmarks.csproj" />
<Project Path="tests/FlowX.Chaos/FlowX.Chaos.csproj" />
<Project Path="tests/FlowX.Cli.Tests/FlowX.Cli.Tests.csproj" />
<Project Path="tests/FlowX.Compiler.CodeFixes.Tests/FlowX.Compiler.CodeFixes.Tests.csproj" />
<Project Path="tests/FlowX.Compiler.Tests/FlowX.Compiler.Tests.csproj" />
<Project Path="tests/FlowX.Conformance.Tests/FlowX.Conformance.Tests.csproj" />
<Project Path="tests/FlowX.Core.Tests/FlowX.Core.Tests.csproj" />
<Project Path="tests/FlowX.Hosting.Tests/FlowX.Hosting.Tests.csproj" />
<Project Path="tests/Healthcare.Tests/Healthcare.Tests.csproj" />
<Project Path="tests/FlowX.Http.Tests/FlowX.Http.Tests.csproj" />
<Project Path="tests/FlowX.Mcp.Tests/FlowX.Mcp.Tests.csproj" />
<Project Path="tests/FlowX.Kafka.Tests/FlowX.Kafka.Tests.csproj" />
<Project Path="tests/FlowX.Logging.Tests/FlowX.Logging.Tests.csproj" />
<Project Path="tests/FlowX.Postgres.Tests/FlowX.Postgres.Tests.csproj" />
<Project Path="tests/Polling.Tests/Polling.Tests.csproj" />
<Project Path="tests/FlowX.AzureServiceBus.Tests/FlowX.AzureServiceBus.Tests.csproj" />
<Project Path="tests/FlowX.RabbitMq.Tests/FlowX.RabbitMq.Tests.csproj" />
<Project Path="tests/FlowX.Redis.Tests/FlowX.Redis.Tests.csproj" />
<Project Path="tests/FlowX.Runtime.Tests/FlowX.Runtime.Tests.csproj" />
<Project Path="tests/RealtimeStream.Tests/RealtimeStream.Tests.csproj" />
<Project Path="tests/Scheduler.Tests/Scheduler.Tests.csproj" />
<Project Path="tests/Workflow.Tests/Workflow.Tests.csproj" />
<Project Path="tests/FlowX.Testing.Tests/FlowX.Testing.Tests.csproj" />
</Folder>
</Solution>