-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlbound.slnx
More file actions
34 lines (34 loc) · 2.24 KB
/
Copy pathsqlbound.slnx
File metadata and controls
34 lines (34 loc) · 2.24 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
<Solution>
<Folder Name="/bench/">
<Project Path="bench/SqlBound.Benchmarks/SqlBound.Benchmarks.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SqlBound.Cli/SqlBound.Cli.csproj" />
<Project Path="src/SqlBound.Generators/SqlBound.Generators.csproj" />
<Project Path="src/SqlBound.Introspection/SqlBound.Introspection.csproj" />
<Project Path="src/SqlBound.Migrations/SqlBound.Migrations.csproj" />
<Project Path="src/SqlBound.MySql/SqlBound.MySql.csproj" />
<Project Path="src/SqlBound.Npgsql/SqlBound.Npgsql.csproj" />
<Project Path="src/SqlBound.Sqlite/SqlBound.Sqlite.csproj" />
<Project Path="src/SqlBound.SqlServer/SqlBound.SqlServer.csproj" />
<Project Path="src/SqlBound/SqlBound.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/SqlBound.AotSmokeTest/SqlBound.AotSmokeTest.csproj" />
<Project Path="test/SqlBound.Cli.IntegrationTests/SqlBound.Cli.IntegrationTests.csproj" />
<Project Path="test/SqlBound.Cli.UnitTests/SqlBound.Cli.UnitTests.csproj" />
<Project Path="test/SqlBound.Generators.UnitTests/SqlBound.Generators.UnitTests.csproj" />
<Project Path="test/SqlBound.IntegrationTests/SqlBound.IntegrationTests.csproj" />
<Project Path="test/SqlBound.Migrations.IntegrationTests/SqlBound.Migrations.IntegrationTests.csproj" />
<Project Path="test/SqlBound.Migrations.UnitTests/SqlBound.Migrations.UnitTests.csproj" />
<Project Path="test/SqlBound.MySql.IntegrationTests/SqlBound.MySql.IntegrationTests.csproj" />
<Project Path="test/SqlBound.MySql.UnitTests/SqlBound.MySql.UnitTests.csproj" />
<Project Path="test/SqlBound.Npgsql.IntegrationTests/SqlBound.Npgsql.IntegrationTests.csproj" />
<Project Path="test/SqlBound.Npgsql.UnitTests/SqlBound.Npgsql.UnitTests.csproj" />
<Project Path="test/SqlBound.Sqlite.IntegrationTests/SqlBound.Sqlite.IntegrationTests.csproj" />
<Project Path="test/SqlBound.Sqlite.UnitTests/SqlBound.Sqlite.UnitTests.csproj" />
<Project Path="test/SqlBound.SqlServer.IntegrationTests/SqlBound.SqlServer.IntegrationTests.csproj" />
<Project Path="test/SqlBound.SqlServer.UnitTests/SqlBound.SqlServer.UnitTests.csproj" />
<Project Path="test/SqlBound.UnitTests/SqlBound.UnitTests.csproj" />
</Folder>
</Solution>