forked from FastEndpoints/FastEndpoints
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastEndpoints.slnx
More file actions
54 lines (54 loc) · 2.64 KB
/
FastEndpoints.slnx
File metadata and controls
54 lines (54 loc) · 2.64 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Benchmark/">
<File Path="Benchmark/Directory.Build.props" />
<Project Path="Benchmark/FastEndpointsBench/FEBench.csproj" />
<Project Path="Benchmark/MinimalApi/MinimalApi.csproj" />
<Project Path="Benchmark/MvcControllers/MvcControllers.csproj" />
<Project Path="Benchmark/Runner/Runner.csproj" />
</Folder>
<Folder Name="/Playgrounds/">
<Project Path="Sandbox/Source/Sandbox.csproj" />
<Project Path="Web/Web.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="Src/Directory.Build.props" />
<File Path="Src/Library/changelog.md" />
</Folder>
<Folder Name="/Tests/">
<File Path="Tests/Directory.Build.props" />
</Folder>
<Folder Name="/Tests/IntegrationTests/">
<Project Path="Tests/IntegrationTests/FastEndpoints.Swagger/Int.Swagger.csproj" />
<Project Path="Tests/IntegrationTests/FastEndpoints/Int.FastEndpoints.csproj" />
</Folder>
<Folder Name="/Tests/UnitTests/">
<Project Path="Tests/UnitTests/FastEndpoints.Swagger/Unit.Swagger.csproj" />
<Project Path="Tests/UnitTests/FastEndpoints/Unit.FastEndpoints.csproj" />
</Folder>
<Project Path="Src/AspVersioning/FastEndpoints.AspVersioning.csproj" />
<Project Path="Src/Attributes/FastEndpoints.Attributes.csproj" />
<Project Path="Src/ClientGen.Kiota/FastEndpoints.ClientGen.Kiota.csproj" />
<Project Path="Src/ClientGen/FastEndpoints.ClientGen.csproj" />
<Project Path="Src/Core/FastEndpoints.Core.csproj" />
<Project Path="Src/Generator/FastEndpoints.Generator.csproj" />
<Project Path="Src/HealthChecks/FastEndpoints.HealthChecks.csproj" />
<Project Path="Src/JobQueues/FastEndpoints.JobQueues.csproj" />
<Project Path="Src/Library/FastEndpoints.csproj" />
<Project Path="Src/Messaging/Messaging.Core/FastEndpoints.Messaging.Core.csproj" />
<Project Path="Src/Messaging/Messaging.Remote.Core/FastEndpoints.Messaging.Remote.Core.csproj" />
<Project Path="Src/Messaging/Messaging.Remote.Testing/FastEndpoints.Messaging.Remote.Testing.csproj" />
<Project Path="Src/Messaging/Messaging.Remote/FastEndpoints.Messaging.Remote.csproj" />
<Project Path="Src/Messaging/Messaging/FastEndpoints.Messaging.csproj" />
<Project Path="Src/OData/FastEndpoints.OData.csproj" />
<Project Path="Src/Security/FastEndpoints.Security.csproj" />
<Project Path="Src/Swagger/FastEndpoints.Swagger.csproj" />
<Project Path="Src/Testing/FastEndpoints.Testing.csproj" />
</Solution>