-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvector-database.sln
More file actions
50 lines (50 loc) · 2.82 KB
/
vector-database.sln
File metadata and controls
50 lines (50 loc) · 2.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorIndex", "VectorIndex\VectorIndex.csproj", "{B41A62A3-7E59-4030-8777-37AA72790EDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorIndex.MainTest", "VectorIndex.MainTest\VectorIndex.MainTest.csproj", "{04DC6990-8492-41A6-9C0A-19C39B315919}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{D7D7DEE3-EFCB-486D-B61F-8E2DAD0466E4}"
ProjectSection(SolutionItems) = preProject
DDL.sql = DDL.sql
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryVectorIndex", "MemoryVectorIndex\MemoryVectorIndex.csproj", "{C6F45BC6-752D-4B54-86E8-4842254FA110}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MempryVectorIndex.Tests", "MempryVectorIndex.Tests\MempryVectorIndex.Tests.csproj", "{746E60D8-757E-4C27-908C-AA42F8E4A458}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B41A62A3-7E59-4030-8777-37AA72790EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B41A62A3-7E59-4030-8777-37AA72790EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B41A62A3-7E59-4030-8777-37AA72790EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B41A62A3-7E59-4030-8777-37AA72790EDB}.Release|Any CPU.Build.0 = Release|Any CPU
{04DC6990-8492-41A6-9C0A-19C39B315919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04DC6990-8492-41A6-9C0A-19C39B315919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04DC6990-8492-41A6-9C0A-19C39B315919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04DC6990-8492-41A6-9C0A-19C39B315919}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F45BC6-752D-4B54-86E8-4842254FA110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F45BC6-752D-4B54-86E8-4842254FA110}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F45BC6-752D-4B54-86E8-4842254FA110}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F45BC6-752D-4B54-86E8-4842254FA110}.Release|Any CPU.Build.0 = Release|Any CPU
{746E60D8-757E-4C27-908C-AA42F8E4A458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746E60D8-757E-4C27-908C-AA42F8E4A458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746E60D8-757E-4C27-908C-AA42F8E4A458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746E60D8-757E-4C27-908C-AA42F8E4A458}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF23CC1E-AFB8-4517-B126-F03D7F2B5311}
EndGlobalSection
EndGlobal