-
Notifications
You must be signed in to change notification settings - Fork 874
Expand file tree
/
Copy pathNpgsql.slnx
More file actions
36 lines (36 loc) · 1.7 KB
/
Npgsql.slnx
File metadata and controls
36 lines (36 loc) · 1.7 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
<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="/Github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/trigger-doc-build.yml" />
<File Path=".github/workflows/native-aot.yml" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<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/">
<File Path="test/Directory.Build.props" />
<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" />
<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>