-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathEFCore.slnx
More file actions
98 lines (98 loc) · 5.88 KB
/
EFCore.slnx
File metadata and controls
98 lines (98 loc) · 5.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<Solution>
<Folder Name="/eng/" />
<Folder Name="/eng/Tools/">
<Project Path="eng/Tools/ApiChief/ApiChief.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="azure-pipelines-internal-tests.yml" />
<File Path="azure-pipelines-public.yml" />
<File Path="azure-pipelines.yml" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="eng/Versions.props" />
<File Path="global.json" />
<File Path="NuGet.config" />
<File Path="tools/Resources.tt" />
</Folder>
<Folder Name="/.github/">
<File Path=".github/copilot-instructions.md" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/copilot-setup-steps.yml" />
<File Path=".github/workflows/inter-branch-merge-flow.yml" />
<File Path=".github/workflows/TestCosmos.yaml" />
<File Path=".github/workflows/TestSqlServer.yaml" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/dotnet-ef/dotnet-ef.csproj" />
<Project Path="src/ef/ef.csproj" />
<Project Path="src/EFCore.Abstractions/EFCore.Abstractions.csproj" />
<Project Path="src/EFCore.Analyzers/EFCore.Analyzers.csproj" />
<Project Path="src/EFCore.Cosmos/EFCore.Cosmos.csproj" />
<Project Path="src/EFCore.Design/EFCore.Design.csproj" />
<Project Path="src/EFCore.InMemory/EFCore.InMemory.csproj" />
<Project Path="src/EFCore.Proxies/EFCore.Proxies.csproj" />
<Project Path="src/EFCore.Relational/EFCore.Relational.csproj" />
<Project Path="src/EFCore.Sqlite.Core/EFCore.Sqlite.Core.csproj" />
<Project Path="src/EFCore.Sqlite.NTS/EFCore.Sqlite.NTS.csproj" />
<Project Path="src/EFCore.Sqlite/EFCore.Sqlite.csproj" />
<Project Path="src/EFCore.SqlServer.Abstractions/EFCore.SqlServer.Abstractions.csproj" />
<Project Path="src/EFCore.SqlServer.HierarchyId/EFCore.SqlServer.HierarchyId.csproj" />
<Project Path="src/EFCore.SqlServer.NTS/EFCore.SqlServer.NTS.csproj" />
<Project Path="src/EFCore.SqlServer/EFCore.SqlServer.csproj" />
<Project Path="src/EFCore.Tasks/EFCore.Tasks.csproj" />
<Project Path="src/EFCore.Templates/EFCore.Templates.csproj" />
<Project Path="src/EFCore.Tools/EFCore.Tools.csproj" />
<Project Path="src/EFCore/EFCore.csproj" />
<Project Path="src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj" />
<Project Path="src/Microsoft.Data.Sqlite/Microsoft.Data.Sqlite.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/Directory.Build.props" />
<File Path="test/Directory.Packages.props" />
<Project Path="test/dotnet-ef.Tests/dotnet-ef.Tests.csproj" />
<Project Path="test/ef.Tests/ef.Tests.csproj" />
<Project Path="test/EFCore.Analyzers.Tests/EFCore.Analyzers.Tests.csproj" />
<Project Path="test/EFCore.AspNet.InMemory.FunctionalTests/EFCore.AspNet.InMemory.FunctionalTests.csproj" />
<Project Path="test/EFCore.AspNet.Specification.Tests/EFCore.AspNet.Specification.Tests.csproj" />
<Project Path="test/EFCore.AspNet.Sqlite.FunctionalTests/EFCore.AspNet.Sqlite.FunctionalTests.csproj" />
<Project Path="test/EFCore.AspNet.SqlServer.FunctionalTests/EFCore.AspNet.SqlServer.FunctionalTests.csproj" />
<Project Path="test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj" />
<Project Path="test/EFCore.Cosmos.Tests/EFCore.Cosmos.Tests.csproj" />
<Project Path="test/EFCore.CrossStore.FunctionalTests/EFCore.CrossStore.FunctionalTests.csproj" />
<Project Path="test/EFCore.Design.Tests/EFCore.Design.Tests.csproj" />
<Project Path="test/EFCore.FSharp.FunctionalTests/EFCore.FSharp.FunctionalTests.fsproj" />
<Project Path="test/EFCore.InMemory.FunctionalTests/EFCore.InMemory.FunctionalTests.csproj" />
<Project Path="test/EFCore.InMemory.Tests/EFCore.InMemory.Tests.csproj" />
<Project Path="test/EFCore.OData.FunctionalTests/EFCore.OData.FunctionalTests.csproj" />
<Project Path="test/EFCore.Proxies.Tests/EFCore.Proxies.Tests.csproj" />
<Project Path="test/EFCore.Relational.Specification.Tests/EFCore.Relational.Specification.Tests.csproj" />
<Project Path="test/EFCore.Relational.Tests/EFCore.Relational.Tests.csproj" />
<Project Path="test/EFCore.Specification.Tests/EFCore.Specification.Tests.csproj" />
<Project Path="test/EFCore.Sqlite.FunctionalTests/EFCore.Sqlite.FunctionalTests.csproj" />
<Project Path="test/EFCore.Sqlite.Tests/EFCore.Sqlite.Tests.csproj" />
<Project Path="test/EFCore.SqlServer.FunctionalTests/EFCore.SqlServer.FunctionalTests.csproj" />
<Project Path="test/EFCore.SqlServer.HierarchyId.Tests/EFCore.SqlServer.HierarchyId.Tests.csproj" />
<Project Path="test/EFCore.SqlServer.Tests/EFCore.SqlServer.Tests.csproj" />
<Project Path="test/EFCore.Tests/EFCore.Tests.csproj" />
<Project Path="test/EFCore.VisualBasic.FunctionalTests/EFCore.VisualBasic.FunctionalTests.vbproj" />
<Project Path="test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.sqlite3.Tests.csproj" />
<Project Path="test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.sqlite3mc.Tests.csproj" />
<Project Path="test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.Tests.csproj" />
<Project Path="test/Microsoft.Data.Sqlite.Tests/Microsoft.Data.Sqlite.winsqlite3.Tests.csproj" />
<Project Path="test/EFCore.NativeAotTests/EFCore.NativeAotTests.csproj">
<Build Project="false" />
</Project>
<Project Path="test/EFCore.TrimmingTests/EFCore.TrimmingTests.csproj">
<Build Project="false" />
</Project>
</Folder>
<Folder Name="/benchmark/">
<Project Path="benchmark/EFCore.Benchmarks/EFCore.Benchmarks.csproj" />
<Project Path="benchmark/EFCore.Sqlite.Benchmarks/EFCore.Sqlite.Benchmarks.csproj" />
<Project Path="benchmark/EFCore.SqlServer.Benchmarks/EFCore.SqlServer.Benchmarks.csproj" />
</Folder>
</Solution>