forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNpgsql.slnx
39 lines (39 loc) · 1.88 KB
/
Npgsql.slnx
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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/example/">
<Project Path="example/GetStarted/GetStarted.csproj" />
</Folder>
<Folder Name="/Github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/native-aot.yml" />
<File Path=".github/workflows/rich-code-nav.yml" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Npgsql.DependencyInjection/Npgsql.DependencyInjection.csproj" />
<Project Path="src/Npgsql.GeoJSON/Npgsql.GeoJSON.csproj" />
<Project Path="src/Npgsql.Json.NET/Npgsql.Json.NET.csproj" />
<Project Path="src/Npgsql.NetTopologySuite/Npgsql.NetTopologySuite.csproj" />
<Project Path="src/Npgsql.NodaTime/Npgsql.NodaTime.csproj" />
<Project Path="src/Npgsql.OpenTelemetry/Npgsql.OpenTelemetry.csproj" />
<Project Path="src/Npgsql.SourceGenerators/Npgsql.SourceGenerators.csproj" />
<Project Path="src/Npgsql/Npgsql.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/Npgsql.Benchmarks/Npgsql.Benchmarks.csproj" />
<Project Path="test/Npgsql.DependencyInjection.Tests/Npgsql.DependencyInjection.Tests.csproj" />
<Project Path="test/Npgsql.NativeAotTests/Npgsql.NativeAotTests.csproj" />
<!-- After discussion, the plugin feature may be disabled by default in GaussDB, so testing is temporarily postponed.-->
<Project Path="test/Npgsql.PluginTests/Npgsql.PluginTests.csproj" />
<Project Path="test/Npgsql.Specification.Tests/Npgsql.Specification.Tests.csproj" />
<Project Path="test/Npgsql.Tests/Npgsql.Tests.csproj" />
</Folder>
</Solution>