forked from giraffe-fsharp/Giraffe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGiraffe.slnx
More file actions
31 lines (31 loc) · 1.06 KB
/
Copy pathGiraffe.slnx
File metadata and controls
31 lines (31 loc) · 1.06 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/samples/">
<Project Path="samples/GlobalRateLimiting/GlobalRateLimiting.fsproj" />
<Project Path="samples/NewtonsoftJson/NewtonsoftJson.fsproj" />
<Project Path="samples/RateLimiting/RateLimiting.fsproj" />
<Project Path="samples/ResponseCachingApp/ResponseCachingApp.fsproj" />
<Project Path="samples/EndpointRoutingApp/EndpointRoutingApp.fsproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Giraffe/Giraffe.fsproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Giraffe.Tests/Giraffe.Tests.fsproj" />
</Folder>
<Folder Name="/_root/">
<File Path="CODE_OF_CONDUCT.md" />
<File Path="DOCUMENTATION.md" />
<File Path="giraffe-64x64.png" />
<File Path="giraffe.png" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
<File Path="SECURITY.md" />
</Folder>
</Solution>