-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pinecone.sln
43 lines (43 loc) · 2.51 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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinecone", "src\Pinecone.csproj", "{BD39ECA6-DEE9-4A5B-BC97-E4899F0E4EF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.CSharp", "example\Example.CSharp\Example.CSharp.csproj", "{919B9AF0-F429-4F3B-8AD9-71E96F228BBD}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Example.FSharp", "example\Example.FSharp\Example.FSharp.fsproj", "{48198DC6-2D75-417F-8096-9FF9AC657511}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PineconeTests", "test\PineconeTests.csproj", "{122FC8A9-A7F9-43DA-A67E-4148D07B9597}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD39ECA6-DEE9-4A5B-BC97-E4899F0E4EF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD39ECA6-DEE9-4A5B-BC97-E4899F0E4EF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD39ECA6-DEE9-4A5B-BC97-E4899F0E4EF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD39ECA6-DEE9-4A5B-BC97-E4899F0E4EF6}.Release|Any CPU.Build.0 = Release|Any CPU
{919B9AF0-F429-4F3B-8AD9-71E96F228BBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{919B9AF0-F429-4F3B-8AD9-71E96F228BBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{919B9AF0-F429-4F3B-8AD9-71E96F228BBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{919B9AF0-F429-4F3B-8AD9-71E96F228BBD}.Release|Any CPU.Build.0 = Release|Any CPU
{48198DC6-2D75-417F-8096-9FF9AC657511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48198DC6-2D75-417F-8096-9FF9AC657511}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48198DC6-2D75-417F-8096-9FF9AC657511}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48198DC6-2D75-417F-8096-9FF9AC657511}.Release|Any CPU.Build.0 = Release|Any CPU
{122FC8A9-A7F9-43DA-A67E-4148D07B9597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122FC8A9-A7F9-43DA-A67E-4148D07B9597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122FC8A9-A7F9-43DA-A67E-4148D07B9597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122FC8A9-A7F9-43DA-A67E-4148D07B9597}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {891CE120-06FE-4217-AAD2-C7D53DF53E48}
EndGlobalSection
EndGlobal