forked from qdrant/qdrant-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Qdrant.sln
50 lines (50 loc) · 2.6 KB
/
Qdrant.sln
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qdrant.Client", "src\Qdrant.Client\Qdrant.Client.csproj", "{CBEA50A5-9A0C-486E-BCE5-223E978627C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qdrant.Client.Tests", "tests\Qdrant.Client.Tests\Qdrant.Client.Tests.csproj", "{7D5DDA3D-ADAC-4193-9FA9-5A62EC6ED784}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "build\Build.csproj", "{C202A4B5-DE75-424E-B3A2-A3BF4123FB0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{178B0A64-74DA-495C-A126-1BF8D66ACF65}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.bat = build.bat
build.sh = build.sh
.gitattributes = .gitattributes
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
dotnet-tools.json = dotnet-tools.json
README.md = README.md
global.json = global.json
CONTRIBUTING.md = CONTRIBUTING.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{ADA61132-ABF9-4DC7-BB8E-B3DA4AA9AB3A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBEA50A5-9A0C-486E-BCE5-223E978627C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBEA50A5-9A0C-486E-BCE5-223E978627C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBEA50A5-9A0C-486E-BCE5-223E978627C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBEA50A5-9A0C-486E-BCE5-223E978627C9}.Release|Any CPU.Build.0 = Release|Any CPU
{7D5DDA3D-ADAC-4193-9FA9-5A62EC6ED784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5DDA3D-ADAC-4193-9FA9-5A62EC6ED784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5DDA3D-ADAC-4193-9FA9-5A62EC6ED784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5DDA3D-ADAC-4193-9FA9-5A62EC6ED784}.Release|Any CPU.Build.0 = Release|Any CPU
{C202A4B5-DE75-424E-B3A2-A3BF4123FB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C202A4B5-DE75-424E-B3A2-A3BF4123FB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C202A4B5-DE75-424E-B3A2-A3BF4123FB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C202A4B5-DE75-424E-B3A2-A3BF4123FB0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ADA61132-ABF9-4DC7-BB8E-B3DA4AA9AB3A} = {178B0A64-74DA-495C-A126-1BF8D66ACF65}
EndGlobalSection
EndGlobal