-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathImmediate.Apis.slnx
More file actions
27 lines (27 loc) · 1.21 KB
/
Immediate.Apis.slnx
File metadata and controls
27 lines (27 loc) · 1.21 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
<Solution>
<Folder Name="/.root/">
<File Path=".editorconfig" />
<File Path=".github/dependabot.yml" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="readme.md" />
</Folder>
<Folder Name="/.root/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/Source/">
<Project Path="src/Immediate.Apis.Analyzers/Immediate.Apis.Analyzers.csproj" />
<Project Path="src/Immediate.Apis.CodeFixes/Immediate.Apis.CodeFixes.csproj" />
<Project Path="src/Immediate.Apis.Generators/Immediate.Apis.Generators.csproj" />
<Project Path="src/Immediate.Apis.Shared/Immediate.Apis.Shared.csproj" />
<Project Path="src/Immediate.Apis/Immediate.Apis.csproj" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/Immediate.Apis.FunctionalTests.Scalar/Immediate.Apis.FunctionalTests.Scalar.csproj" />
<Project Path="tests/Immediate.Apis.FunctionalTests.Swagger/Immediate.Apis.FunctionalTests.Swagger.csproj" />
<Project Path="tests/Immediate.Apis.Tests/Immediate.Apis.Tests.csproj" />
</Folder>
</Solution>