-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCommunityToolkit.AI.slnx
More file actions
45 lines (45 loc) · 2.73 KB
/
Copy pathCommunityToolkit.AI.slnx
File metadata and controls
45 lines (45 loc) · 2.73 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="README.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/MEVD/src/">
<File Path="MEVD/src/Directory.Build.props" />
<Project Path="MEVD/src/AzureAISearch/AzureAISearch.csproj" />
<Project Path="MEVD/src/AzureCosmosDB/AzureCosmosDB.csproj" />
<Project Path="MEVD/src/AzureDocumentDB/AzureDocumentDB.csproj" />
<Project Path="MEVD/src/InMemory/InMemory.csproj" />
<Project Path="MEVD/src/PgVector/PgVector.csproj" />
<Project Path="MEVD/src/Qdrant/Qdrant.csproj" />
<Project Path="MEVD/src/Redis/Redis.csproj" />
<Project Path="MEVD/src/SqliteVec/SqliteVec.csproj" />
<Project Path="MEVD/src/SqlServer/SqlServer.csproj" />
<Project Path="MEVD/src/Weaviate/Weaviate.csproj" />
</Folder>
<Folder Name="/MEVD/test/">
<File Path="MEVD/test/Directory.Build.props" />
<Project Path="MEVD/test/AzureAISearch.UnitTests/AzureAISearch.UnitTests.csproj" />
<Project Path="MEVD/test/AzureAISearch.ConformanceTests/AzureAISearch.ConformanceTests.csproj" />
<Project Path="MEVD/test/AzureCosmosDB.UnitTests/AzureCosmosDB.UnitTests.csproj" />
<Project Path="MEVD/test/AzureCosmosDB.ConformanceTests/AzureCosmosDB.ConformanceTests.csproj" />
<Project Path="MEVD/test/AzureDocumentDB.UnitTests/AzureDocumentDB.UnitTests.csproj" />
<Project Path="MEVD/test/AzureDocumentDB.ConformanceTests/AzureDocumentDB.ConformanceTests.csproj" />
<Project Path="MEVD/test/InMemory.UnitTests/InMemory.UnitTests.csproj" />
<Project Path="MEVD/test/InMemory.ConformanceTests/InMemory.ConformanceTests.csproj" />
<Project Path="MEVD/test/PgVector.UnitTests/PgVector.UnitTests.csproj" />
<Project Path="MEVD/test/PgVector.ConformanceTests/PgVector.ConformanceTests.csproj" />
<Project Path="MEVD/test/Qdrant.UnitTests/Qdrant.UnitTests.csproj" />
<Project Path="MEVD/test/Qdrant.ConformanceTests/Qdrant.ConformanceTests.csproj" />
<Project Path="MEVD/test/Redis.UnitTests/Redis.UnitTests.csproj" />
<Project Path="MEVD/test/Redis.ConformanceTests/Redis.ConformanceTests.csproj" />
<Project Path="MEVD/test/SqliteVec.UnitTests/SqliteVec.UnitTests.csproj" />
<Project Path="MEVD/test/SqliteVec.ConformanceTests/SqliteVec.ConformanceTests.csproj" />
<Project Path="MEVD/test/SqlServer.UnitTests/SqlServer.UnitTests.csproj" />
<Project Path="MEVD/test/SqlServer.ConformanceTests/SqlServer.ConformanceTests.csproj" />
<Project Path="MEVD/test/Weaviate.UnitTests/Weaviate.UnitTests.csproj" />
<Project Path="MEVD/test/Weaviate.ConformanceTests/Weaviate.ConformanceTests.csproj" />
</Folder>
</Solution>