-
Notifications
You must be signed in to change notification settings - Fork 2
/
LangChainJSDotNet.sln
45 lines (45 loc) · 2.6 KB
/
LangChainJSDotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LangChainJSDotNet", "src\LangChainJSDotNet\LangChainJSDotNet.csproj", "{A3207001-7911-43C5-AA03-F5CEA0715843}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{54529D6B-14B3-40CE-B089-0923D32A8A12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LangChainJSDemo", "samples\LangChainJSDemo\LangChainJSDemo.csproj", "{74256735-871C-4CBF-AAC8-BE5B8B7FA78E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DDED28BB-5F61-4474-B9C4-AC16E6E76200}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LangChainJSDotNet.IntegrationTests", "src\LangChainJSDotNet.IntegrationTests\LangChainJSDotNet.IntegrationTests.csproj", "{4929CA20-496D-4A1F-9E82-F9519EEAE103}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3207001-7911-43C5-AA03-F5CEA0715843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3207001-7911-43C5-AA03-F5CEA0715843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3207001-7911-43C5-AA03-F5CEA0715843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3207001-7911-43C5-AA03-F5CEA0715843}.Release|Any CPU.Build.0 = Release|Any CPU
{74256735-871C-4CBF-AAC8-BE5B8B7FA78E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74256735-871C-4CBF-AAC8-BE5B8B7FA78E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74256735-871C-4CBF-AAC8-BE5B8B7FA78E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74256735-871C-4CBF-AAC8-BE5B8B7FA78E}.Release|Any CPU.Build.0 = Release|Any CPU
{4929CA20-496D-4A1F-9E82-F9519EEAE103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4929CA20-496D-4A1F-9E82-F9519EEAE103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4929CA20-496D-4A1F-9E82-F9519EEAE103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4929CA20-496D-4A1F-9E82-F9519EEAE103}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{74256735-871C-4CBF-AAC8-BE5B8B7FA78E} = {54529D6B-14B3-40CE-B089-0923D32A8A12}
{4929CA20-496D-4A1F-9E82-F9519EEAE103} = {DDED28BB-5F61-4474-B9C4-AC16E6E76200}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CF6C815-573D-4DFE-B751-3F900CBCAC74}
EndGlobalSection
EndGlobal