forked from microsoft/graphrag
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathGraphRag.slnx
More file actions
20 lines (20 loc) · 912 Bytes
/
GraphRag.slnx
File metadata and controls
20 lines (20 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/src/">
<Project Path="src/ManagedCode.GraphRag.CosmosDb/ManagedCode.GraphRag.CosmosDb.csproj" />
<Project Path="src/ManagedCode.GraphRag.JanusGraph/ManagedCode.GraphRag.JanusGraph.csproj" />
<Project Path="src/ManagedCode.GraphRag.Neo4j/ManagedCode.GraphRag.Neo4j.csproj" />
<Project Path="src/ManagedCode.GraphRag.Postgres/ManagedCode.GraphRag.Postgres.csproj" />
<Project Path="src/ManagedCode.GraphRag/ManagedCode.GraphRag.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ManagedCode.GraphRag.Tests/ManagedCode.GraphRag.Tests.csproj" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/ManagedCode.GraphRag.Benchmarks/ManagedCode.GraphRag.Benchmarks.csproj" />
</Folder>
</Solution>