-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpressiveSharp.slnx
More file actions
26 lines (26 loc) · 1.82 KB
/
ExpressiveSharp.slnx
File metadata and controls
26 lines (26 loc) · 1.82 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
<Solution>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/ExpressiveSharp.Benchmarks/ExpressiveSharp.Benchmarks.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/BasicSample/BasicSample.csproj" />
<Project Path="samples/EFCoreSample/EFCoreSample.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/ExpressiveSharp.CodeFixers/ExpressiveSharp.CodeFixers.csproj" />
<Project Path="src/ExpressiveSharp.EntityFrameworkCore.CodeFixers/ExpressiveSharp.EntityFrameworkCore.CodeFixers.csproj" />
<Project Path="src/ExpressiveSharp.EntityFrameworkCore/ExpressiveSharp.EntityFrameworkCore.csproj" />
<Project Path="src/ExpressiveSharp.EntityFrameworkCore.RelationalExtensions/ExpressiveSharp.EntityFrameworkCore.RelationalExtensions.csproj" />
<Project Path="src/ExpressiveSharp.Generator/ExpressiveSharp.Generator.csproj" />
<Project Path="src/ExpressiveSharp/ExpressiveSharp.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ExpressiveSharp.EntityFrameworkCore.Tests/ExpressiveSharp.EntityFrameworkCore.Tests.csproj" />
<Project Path="tests/ExpressiveSharp.Generator.Tests/ExpressiveSharp.Generator.Tests.csproj" />
<Project Path="tests/ExpressiveSharp.IntegrationTests/ExpressiveSharp.IntegrationTests.csproj" />
<Project Path="tests/ExpressiveSharp.IntegrationTests.ExpressionCompile/ExpressiveSharp.IntegrationTests.ExpressionCompile.csproj" />
<Project Path="tests/ExpressiveSharp.IntegrationTests.EntityFrameworkCore/ExpressiveSharp.IntegrationTests.EntityFrameworkCore.csproj" />
<Project Path="tests/ExpressiveSharp.EntityFrameworkCore.RelationalExtensions.Tests/ExpressiveSharp.EntityFrameworkCore.RelationalExtensions.Tests.csproj" />
<Project Path="tests/ExpressiveSharp.Tests/ExpressiveSharp.Tests.csproj" />
</Folder>
</Solution>