-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathgridify.slnx
More file actions
22 lines (22 loc) · 1021 Bytes
/
Copy pathgridify.slnx
File metadata and controls
22 lines (22 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/benchmark/">
<Project Path="benchmark/Benchmark.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Gridify.Elasticsearch/Gridify.Elasticsearch.csproj" />
<Project Path="src/Gridify.EntityFramework/Gridify.EntityFramework.csproj" />
<Project Path="src/Gridify/Gridify.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/EntityFrameworkIntegrationTests/EntityFrameworkIntegrationTests.cs.csproj" />
<Project Path="test/EntityFrameworkPostgreSqlIntegrationTests/EntityFrameworkPostgreSqlIntegrationTests.csproj" />
<Project Path="test/EntityFrameworkSqlProviderIntegrationTests/EntityFrameworkSqlProviderIntegrationTests.csproj" />
<Project Path="test/Gridify.Elasticsearch.Tests/Gridify.Elasticsearch.Tests.csproj" />
<Project Path="test/Gridify.Tests/Gridify.Tests.csproj" />
</Folder>
</Solution>