Skip to content

Commit cb35706

Browse files
committed
Tweak solution filter files
1 parent 7b05462 commit cb35706

10 files changed

+89
-26
lines changed

Diff for: EFCore.sln renamed to All.sln

File renamed without changes.
File renamed without changes.

Diff for: EFCore.Cosmos.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "EFCore.sln",
3+
"path": "All.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Diff for: EFCore.Relational.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "EFCore.sln",
3+
"path": "All.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Diff for: EFCore.Runtime.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "EFCore.sln",
3+
"path": "All.sln",
44
"projects": [
55
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
66
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",

Diff for: EFCore.Sqlite.slnf

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{
22
"solution": {
3-
"path": "EFCore.sln",
3+
"path": "All.sln",
44
"projects": [
5-
"samples\\AggregateFunctionSample\\AggregateFunctionSample.csproj",
6-
"samples\\AsyncSample\\AsyncSample.csproj",
7-
"samples\\BatchingSample\\BatchingSample.csproj",
8-
"samples\\BulkInsertSample\\BulkInsertSample.csproj",
9-
"samples\\CollationSample\\CollationSample.csproj",
10-
"samples\\DateAndTimeSample\\DateAndTimeSample.csproj",
11-
"samples\\DirtyReadSample\\DirtyReadSample.csproj",
12-
"samples\\EncryptionSample\\EncryptionSample.csproj",
13-
"samples\\InMemorySample\\InMemorySample.csproj",
14-
"samples\\InteropSample\\InteropSample.csproj",
15-
"samples\\RegularExpressionSample\\RegularExpressionSample.csproj",
16-
"samples\\ResultMetadataSample\\ResultMetadataSample.csproj",
17-
"samples\\ScalarFunctionSample\\ScalarFunctionSample.csproj",
18-
"samples\\StreamingSample\\StreamingSample.csproj",
195
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
206
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
217
"src\\EFCore.Design\\EFCore.Design.csproj",
@@ -26,7 +12,6 @@
2612
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
2713
"src\\EFCore\\EFCore.csproj",
2814
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
29-
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",
3015
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
3116
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
3217
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
@@ -36,8 +21,7 @@
3621
"test\\EFCore.Specification.Tests\\EFCore.Specification.Tests.csproj",
3722
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
3823
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
39-
"test\\EFCore.Tests\\EFCore.Tests.csproj",
40-
"test\\Microsoft.Data.Sqlite.Tests\\Microsoft.Data.Sqlite.Tests.csproj"
24+
"test\\EFCore.Tests\\EFCore.Tests.csproj"
4125
]
4226
}
4327
}

Diff for: EFCore.Tools.slnf

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"solution": {
3+
"path": "All.sln",
4+
"projects": [
5+
"src\\dotnet-ef\\dotnet-ef.csproj",
6+
"src\\ef\\ef.csproj",
7+
"src\\EFCore.Design\\EFCore.Design.csproj",
8+
"src\\EFCore.Tools\\EFCore.Tools.csproj",
9+
"test\\dotnet-ef.Tests\\dotnet-ef.Tests.csproj",
10+
"test\\ef.Tests\\ef.Tests.csproj",
11+
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj"
12+
]
13+
}
14+
}

Diff for: EFCore.slnf

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"solution": {
3+
"path": "All.sln",
4+
"projects": [
5+
"benchmark\\EF.Benchmarks.Shared\\EF.Benchmarks.Shared.csproj",
6+
"benchmark\\EF6.SqlServer.Benchmarks\\EF6.SqlServer.Benchmarks.csproj",
7+
"benchmark\\EFCore.Benchmarks\\EFCore.Benchmarks.csproj",
8+
"benchmark\\EFCore.SqlServer.Benchmarks\\EFCore.SqlServer.Benchmarks.csproj",
9+
"benchmark\\EFCore.Sqlite.Benchmarks\\EFCore.Sqlite.Benchmarks.csproj",
10+
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
11+
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
12+
"src\\EFCore.Cosmos\\EFCore.Cosmos.csproj",
13+
"src\\EFCore.Design\\EFCore.Design.csproj",
14+
"src\\EFCore.InMemory\\EFCore.InMemory.csproj",
15+
"src\\EFCore.Proxies\\EFCore.Proxies.csproj",
16+
"src\\EFCore.Relational\\EFCore.Relational.csproj",
17+
"src\\EFCore.SqlServer.NTS\\EFCore.SqlServer.NTS.csproj",
18+
"src\\EFCore.SqlServer\\EFCore.SqlServer.csproj",
19+
"src\\EFCore.Sqlite.Core\\EFCore.Sqlite.Core.csproj",
20+
"src\\EFCore.Sqlite.NTS\\EFCore.Sqlite.NTS.csproj",
21+
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
22+
"src\\EFCore.Tools\\EFCore.Tools.csproj",
23+
"src\\EFCore\\EFCore.csproj",
24+
"src\\dotnet-ef\\dotnet-ef.csproj",
25+
"src\\ef\\ef.csproj",
26+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
27+
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
28+
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
29+
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",
30+
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
31+
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
32+
"test\\EFCore.InMemory.Tests\\EFCore.InMemory.Tests.csproj",
33+
"test\\EFCore.Proxies.Tests\\EFCore.Proxies.Tests.csproj",
34+
"test\\EFCore.Relational.Specification.Tests\\EFCore.Relational.Specification.Tests.csproj",
35+
"test\\EFCore.Relational.Tests\\EFCore.Relational.Tests.csproj",
36+
"test\\EFCore.Specification.Tests\\EFCore.Specification.Tests.csproj",
37+
"test\\EFCore.SqlServer.FunctionalTests\\EFCore.SqlServer.FunctionalTests.csproj",
38+
"test\\EFCore.SqlServer.Tests\\EFCore.SqlServer.Tests.csproj",
39+
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
40+
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
41+
"test\\EFCore.Tests\\EFCore.Tests.csproj",
42+
"test\\dotnet-ef.Tests\\dotnet-ef.Tests.csproj",
43+
"test\\ef.Tests\\ef.Tests.csproj"
44+
]
45+
}
46+
}

Diff for: Microsoft.Data.Sqlite.slnf

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"solution": {
3+
"path": "All.sln",
4+
"projects": [
5+
"samples\\AggregateFunctionSample\\AggregateFunctionSample.csproj",
6+
"samples\\AsyncSample\\AsyncSample.csproj",
7+
"samples\\BatchingSample\\BatchingSample.csproj",
8+
"samples\\BulkInsertSample\\BulkInsertSample.csproj",
9+
"samples\\CollationSample\\CollationSample.csproj",
10+
"samples\\DateAndTimeSample\\DateAndTimeSample.csproj",
11+
"samples\\DirtyReadSample\\DirtyReadSample.csproj",
12+
"samples\\EncryptionSample\\EncryptionSample.csproj",
13+
"samples\\InMemorySample\\InMemorySample.csproj",
14+
"samples\\InteropSample\\InteropSample.csproj",
15+
"samples\\RegularExpressionSample\\RegularExpressionSample.csproj",
16+
"samples\\ResultMetadataSample\\ResultMetadataSample.csproj",
17+
"samples\\ScalarFunctionSample\\ScalarFunctionSample.csproj",
18+
"samples\\StreamingSample\\StreamingSample.csproj",
19+
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
20+
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",
21+
"test\\Microsoft.Data.Sqlite.Tests\\Microsoft.Data.Sqlite.Tests.csproj"
22+
]
23+
}
24+
}

Diff for: eng/Build.props

-5
This file was deleted.

0 commit comments

Comments
 (0)