-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathWeasel.slnx
More file actions
66 lines (66 loc) · 2.75 KB
/
Copy pathWeasel.slnx
File metadata and controls
66 lines (66 loc) · 2.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Build/">
<File Path=".editorconfig" />
<File Path=".github/workflows/ci-build-efcore.yml" />
<File Path=".github/workflows/ci-build-mssql.yml" />
<File Path=".github/workflows/ci-build-mysql.yml" />
<File Path=".github/workflows/ci-build-oracle.yml" />
<File Path=".github/workflows/ci-build-postgres.yml" />
<File Path=".github/workflows/ci-build-sqlite.yml" />
<File Path=".github/workflows/publish_nuget.yml" />
<File Path="Analysis.Build.props" />
<File Path="Directory.Build.props" />
<File Path="Tests.Build.props" />
<File Path="docker-compose.yml" />
<File Path="README.md" />
</Folder>
<Folder Name="/CI/">
<File Path=".github/workflows/ci-build-mssql.yml" />
<File Path=".github/workflows/ci-build-postgres.yml" />
<File Path=".github/workflows/publish_nuget.yml" />
</Folder>
<Folder Name="/CommandLine/">
<Project Path="src/CommandLineTarget/CommandLineTarget.csproj" />
<Project Path="src/Weasel.CommandLine.Tests/Weasel.CommandLine.Tests.csproj" />
</Folder>
<Folder Name="/Docs/">
<File Path="CLAUDE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/EntityFrameworkCore/">
<Project Path="src/DocSamples/DocSamples.csproj" />
<Project Path="src/Weasel.EntityFrameworkCore.Tests/Weasel.EntityFrameworkCore.Tests.csproj" />
<Project Path="src/Weasel.EntityFrameworkCore/Weasel.EntityFrameworkCore.csproj" />
</Folder>
<Folder Name="/MySQL/">
<Project Path="src/Weasel.MySql.Tests/Weasel.MySql.Tests.csproj" />
<Project Path="src/Weasel.MySql/Weasel.MySql.csproj" />
</Folder>
<Folder Name="/Oracle/">
<Project Path="src/Weasel.Oracle.Tests/Weasel.Oracle.Tests.csproj" />
<Project Path="src/Weasel.Oracle/Weasel.Oracle.csproj" />
</Folder>
<Folder Name="/PostgreSQL/">
<Project Path="src/Weasel.Postgresql.Tests/Weasel.Postgresql.Tests.csproj" />
<Project Path="src/Weasel.Postgresql/Weasel.Postgresql.csproj" />
</Folder>
<Folder Name="/Sqlite/">
<Project Path="src/Weasel.Sqlite.Tests/Weasel.Sqlite.Tests.csproj" />
<Project Path="src/Weasel.Sqlite/Weasel.Sqlite.csproj" />
</Folder>
<Folder Name="/SqlServer/">
<Project Path="src/Weasel.SqlServer.Tests/Weasel.SqlServer.Tests.csproj" />
<Project Path="src/Weasel.SqlServer/Weasel.SqlServer.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Weasel.Storage/Weasel.Storage.csproj" />
</Folder>
<Project Path="src/Weasel.Core.AotSmoke/Weasel.Core.AotSmoke.csproj" />
<Project Path="src/Weasel.Core.Tests/Weasel.Core.Tests.csproj" />
<Project Path="src/Weasel.Core/Weasel.Core.csproj" />
</Solution>