-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pinecone.sln
40 lines (40 loc) · 2.15 KB
/
Pinecone.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinecone.Grpc", "src\Pinecone.Grpc\Pinecone.Grpc.csproj", "{CBEA50A5-9A0C-486E-BCE5-223E978627C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinecone.Grpc.Tests", "tests\Pinecone.Grpc.Tests\Pinecone.Grpc.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
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
EndGlobal