-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathThinktecture.EntityFrameworkCore.slnx
More file actions
52 lines (52 loc) · 3.43 KB
/
Thinktecture.EntityFrameworkCore.slnx
File metadata and controls
52 lines (52 loc) · 3.43 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<Solution>
<Folder Name="/assets/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".github\workflows\main.yml" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="icon.png" />
<File Path="LICENSE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/assets/.claude/">
<File Path=".claude/CLAUDE.md" />
</Folder>
<Folder Name="/assets/.github/">
<File Path=".github/workflows/ci.ps1" />
<File Path=".github\copilot-instructions.md" />
<File Path=".github\workflows\main.yml" />
<File Path=".github\workflows\claude.yml" />
<File Path=".github\workflows\claude-code-review.yml" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/Thinktecture.EntityFrameworkCore.Benchmarks/Thinktecture.EntityFrameworkCore.Benchmarks.csproj" />
<Project Path="samples/Thinktecture.EntityFrameworkCore.Sqlite.Samples/Thinktecture.EntityFrameworkCore.Sqlite.Samples.csproj" />
<Project Path="samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples/Thinktecture.EntityFrameworkCore.SqlServer.Samples.csproj" />
<File Path="samples/Directory.Build.props" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Thinktecture.EntityFrameworkCore.BulkOperations/Thinktecture.EntityFrameworkCore.BulkOperations.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.PostgreSQL/Thinktecture.EntityFrameworkCore.PostgreSQL.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.Relational/Thinktecture.EntityFrameworkCore.Relational.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite.Testing/Thinktecture.EntityFrameworkCore.Sqlite.Testing.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite.Core/Thinktecture.EntityFrameworkCore.Sqlite.Core.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.Sqlite/Thinktecture.EntityFrameworkCore.Sqlite.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer.Testing/Thinktecture.EntityFrameworkCore.SqlServer.Testing.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.SqlServer/Thinktecture.EntityFrameworkCore.SqlServer.csproj" />
<Project Path="src/Thinktecture.EntityFrameworkCore.Testing/Thinktecture.EntityFrameworkCore.Testing.csproj" />
<File Path="src/Directory.Build.props" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Thinktecture.EntityFrameworkCore.BulkOperations.Tests/Thinktecture.EntityFrameworkCore.BulkOperations.Tests.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.PostgreSQL.Tests/Thinktecture.EntityFrameworkCore.PostgreSQL.Tests.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.Relational.Tests/Thinktecture.EntityFrameworkCore.Relational.Tests.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.Sqlite.Tests/Thinktecture.EntityFrameworkCore.Sqlite.Tests.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.SqlServer.Tests/Thinktecture.EntityFrameworkCore.SqlServer.Tests.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.TestHelpers/Thinktecture.EntityFrameworkCore.TestHelpers.csproj" />
<Project Path="tests/Thinktecture.EntityFrameworkCore.Testing.Tests/Thinktecture.EntityFrameworkCore.Testing.Tests.csproj" />
<File Path="tests/Directory.Build.props" />
</Folder>
</Solution>