Tweak solution filter files
This commit is contained in:
Родитель
7b054628fd
Коммит
cb35706f6e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "EFCore.sln",
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
|
||||
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "EFCore.sln",
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
|
||||
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "EFCore.sln",
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
|
||||
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
|
||||
|
|
|
@ -1,21 +1,7 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "EFCore.sln",
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"samples\\AggregateFunctionSample\\AggregateFunctionSample.csproj",
|
||||
"samples\\AsyncSample\\AsyncSample.csproj",
|
||||
"samples\\BatchingSample\\BatchingSample.csproj",
|
||||
"samples\\BulkInsertSample\\BulkInsertSample.csproj",
|
||||
"samples\\CollationSample\\CollationSample.csproj",
|
||||
"samples\\DateAndTimeSample\\DateAndTimeSample.csproj",
|
||||
"samples\\DirtyReadSample\\DirtyReadSample.csproj",
|
||||
"samples\\EncryptionSample\\EncryptionSample.csproj",
|
||||
"samples\\InMemorySample\\InMemorySample.csproj",
|
||||
"samples\\InteropSample\\InteropSample.csproj",
|
||||
"samples\\RegularExpressionSample\\RegularExpressionSample.csproj",
|
||||
"samples\\ResultMetadataSample\\ResultMetadataSample.csproj",
|
||||
"samples\\ScalarFunctionSample\\ScalarFunctionSample.csproj",
|
||||
"samples\\StreamingSample\\StreamingSample.csproj",
|
||||
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
|
||||
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
|
||||
"src\\EFCore.Design\\EFCore.Design.csproj",
|
||||
|
@ -26,7 +12,6 @@
|
|||
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
|
||||
"src\\EFCore\\EFCore.csproj",
|
||||
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
|
||||
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",
|
||||
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
|
||||
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
|
||||
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
|
||||
|
@ -36,8 +21,7 @@
|
|||
"test\\EFCore.Specification.Tests\\EFCore.Specification.Tests.csproj",
|
||||
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
|
||||
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
|
||||
"test\\EFCore.Tests\\EFCore.Tests.csproj",
|
||||
"test\\Microsoft.Data.Sqlite.Tests\\Microsoft.Data.Sqlite.Tests.csproj"
|
||||
"test\\EFCore.Tests\\EFCore.Tests.csproj"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"src\\dotnet-ef\\dotnet-ef.csproj",
|
||||
"src\\ef\\ef.csproj",
|
||||
"src\\EFCore.Design\\EFCore.Design.csproj",
|
||||
"src\\EFCore.Tools\\EFCore.Tools.csproj",
|
||||
"test\\dotnet-ef.Tests\\dotnet-ef.Tests.csproj",
|
||||
"test\\ef.Tests\\ef.Tests.csproj",
|
||||
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"benchmark\\EF.Benchmarks.Shared\\EF.Benchmarks.Shared.csproj",
|
||||
"benchmark\\EF6.SqlServer.Benchmarks\\EF6.SqlServer.Benchmarks.csproj",
|
||||
"benchmark\\EFCore.Benchmarks\\EFCore.Benchmarks.csproj",
|
||||
"benchmark\\EFCore.SqlServer.Benchmarks\\EFCore.SqlServer.Benchmarks.csproj",
|
||||
"benchmark\\EFCore.Sqlite.Benchmarks\\EFCore.Sqlite.Benchmarks.csproj",
|
||||
"src\\EFCore.Abstractions\\EFCore.Abstractions.csproj",
|
||||
"src\\EFCore.Analyzers\\EFCore.Analyzers.csproj",
|
||||
"src\\EFCore.Cosmos\\EFCore.Cosmos.csproj",
|
||||
"src\\EFCore.Design\\EFCore.Design.csproj",
|
||||
"src\\EFCore.InMemory\\EFCore.InMemory.csproj",
|
||||
"src\\EFCore.Proxies\\EFCore.Proxies.csproj",
|
||||
"src\\EFCore.Relational\\EFCore.Relational.csproj",
|
||||
"src\\EFCore.SqlServer.NTS\\EFCore.SqlServer.NTS.csproj",
|
||||
"src\\EFCore.SqlServer\\EFCore.SqlServer.csproj",
|
||||
"src\\EFCore.Sqlite.Core\\EFCore.Sqlite.Core.csproj",
|
||||
"src\\EFCore.Sqlite.NTS\\EFCore.Sqlite.NTS.csproj",
|
||||
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
|
||||
"src\\EFCore.Tools\\EFCore.Tools.csproj",
|
||||
"src\\EFCore\\EFCore.csproj",
|
||||
"src\\dotnet-ef\\dotnet-ef.csproj",
|
||||
"src\\ef\\ef.csproj",
|
||||
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
|
||||
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
|
||||
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
|
||||
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",
|
||||
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
|
||||
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
|
||||
"test\\EFCore.InMemory.Tests\\EFCore.InMemory.Tests.csproj",
|
||||
"test\\EFCore.Proxies.Tests\\EFCore.Proxies.Tests.csproj",
|
||||
"test\\EFCore.Relational.Specification.Tests\\EFCore.Relational.Specification.Tests.csproj",
|
||||
"test\\EFCore.Relational.Tests\\EFCore.Relational.Tests.csproj",
|
||||
"test\\EFCore.Specification.Tests\\EFCore.Specification.Tests.csproj",
|
||||
"test\\EFCore.SqlServer.FunctionalTests\\EFCore.SqlServer.FunctionalTests.csproj",
|
||||
"test\\EFCore.SqlServer.Tests\\EFCore.SqlServer.Tests.csproj",
|
||||
"test\\EFCore.Sqlite.FunctionalTests\\EFCore.Sqlite.FunctionalTests.csproj",
|
||||
"test\\EFCore.Sqlite.Tests\\EFCore.Sqlite.Tests.csproj",
|
||||
"test\\EFCore.Tests\\EFCore.Tests.csproj",
|
||||
"test\\dotnet-ef.Tests\\dotnet-ef.Tests.csproj",
|
||||
"test\\ef.Tests\\ef.Tests.csproj"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"solution": {
|
||||
"path": "All.sln",
|
||||
"projects": [
|
||||
"samples\\AggregateFunctionSample\\AggregateFunctionSample.csproj",
|
||||
"samples\\AsyncSample\\AsyncSample.csproj",
|
||||
"samples\\BatchingSample\\BatchingSample.csproj",
|
||||
"samples\\BulkInsertSample\\BulkInsertSample.csproj",
|
||||
"samples\\CollationSample\\CollationSample.csproj",
|
||||
"samples\\DateAndTimeSample\\DateAndTimeSample.csproj",
|
||||
"samples\\DirtyReadSample\\DirtyReadSample.csproj",
|
||||
"samples\\EncryptionSample\\EncryptionSample.csproj",
|
||||
"samples\\InMemorySample\\InMemorySample.csproj",
|
||||
"samples\\InteropSample\\InteropSample.csproj",
|
||||
"samples\\RegularExpressionSample\\RegularExpressionSample.csproj",
|
||||
"samples\\ResultMetadataSample\\ResultMetadataSample.csproj",
|
||||
"samples\\ScalarFunctionSample\\ScalarFunctionSample.csproj",
|
||||
"samples\\StreamingSample\\StreamingSample.csproj",
|
||||
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
|
||||
"src\\Microsoft.Data.Sqlite\\Microsoft.Data.Sqlite.csproj",
|
||||
"test\\Microsoft.Data.Sqlite.Tests\\Microsoft.Data.Sqlite.Tests.csproj"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
<Project>
|
||||
<ItemGroup>
|
||||
<ProjectToBuild Include="$(RepoRoot)EFCore.sln" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче