forked from linq2db/linq2db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinq2db.Testing.slnf
More file actions
24 lines (24 loc) · 1.09 KB
/
linq2db.Testing.slnf
File metadata and controls
24 lines (24 loc) · 1.09 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
{
"solution": {
"path": "linq2db.slnx",
"projects": [
"Source\\CodeGenerators\\CodeGenerators.csproj",
"Source\\LinqToDB.Extensions\\LinqToDB.Extensions.csproj",
"Source\\LinqToDB.FSharp\\LinqToDB.FSharp.fsproj",
"Source\\LinqToDB.Remote.HttpClient.Client\\LinqToDB.Remote.HttpClient.Client.csproj",
"Source\\LinqToDB.Remote.HttpClient.Server\\LinqToDB.Remote.HttpClient.Server.csproj",
"Source\\LinqToDB.Remote.SignalR.Client\\LinqToDB.Remote.SignalR.Client.csproj",
"Source\\LinqToDB.Remote.SignalR.Server\\LinqToDB.Remote.SignalR.Server.csproj",
"Source\\LinqToDB.Remote.Grpc\\LinqToDB.Remote.Grpc.csproj",
"Source\\LinqToDB.Remote.Wcf\\LinqToDB.Remote.Wcf.csproj",
"Source\\LinqToDB.Scaffold\\LinqToDB.Scaffold.csproj",
"Source\\LinqToDB.Tools\\LinqToDB.Tools.csproj",
"Source\\LinqToDB\\LinqToDB.csproj",
"Tests\\Base\\Tests.Base.csproj",
"Tests\\FSharp\\Tests.FSharp.fsproj",
"Tests\\Linq\\Tests.csproj",
"Tests\\Model\\Tests.Model.csproj",
"Tests\\VisualBasic\\Tests.VisualBasic.vbproj"
]
}
}