forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Data.Sqlite.slnf
24 lines (24 loc) · 1.12 KB
/
Microsoft.Data.Sqlite.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
]
}
}