This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
LLamaStack.sln
49 lines (49 loc) · 3.03 KB
/
LLamaStack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaStack.Core", "LLamaStack.Core\LLamaStack.Core.csproj", "{FE2E039A-D15E-4D12-ABFB-E0FFB8EE1E03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaStack.Console", "LLamaStack.Console\LLamaStack.Console.csproj", "{31EB243D-9805-4F52-99ED-E7AF6CCF0D20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaStack.WPF", "LLamaStack.WPF\LLamaStack.WPF.csproj", "{1290B8C7-43D7-4089-B800-DAFC9BD74D36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaStack.WebApi", "LLamaStack.WebApi\LLamaStack.WebApi.csproj", "{9C13557D-1E29-4CD3-80FB-F9BA5BD84534}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLamaStack.Web", "LLamaStack.Web\LLamaStack.Web.csproj", "{558374E6-2F42-4785-9838-A474EAE8760F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE2E039A-D15E-4D12-ABFB-E0FFB8EE1E03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE2E039A-D15E-4D12-ABFB-E0FFB8EE1E03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE2E039A-D15E-4D12-ABFB-E0FFB8EE1E03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE2E039A-D15E-4D12-ABFB-E0FFB8EE1E03}.Release|Any CPU.Build.0 = Release|Any CPU
{31EB243D-9805-4F52-99ED-E7AF6CCF0D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31EB243D-9805-4F52-99ED-E7AF6CCF0D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31EB243D-9805-4F52-99ED-E7AF6CCF0D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31EB243D-9805-4F52-99ED-E7AF6CCF0D20}.Release|Any CPU.Build.0 = Release|Any CPU
{1290B8C7-43D7-4089-B800-DAFC9BD74D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1290B8C7-43D7-4089-B800-DAFC9BD74D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1290B8C7-43D7-4089-B800-DAFC9BD74D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1290B8C7-43D7-4089-B800-DAFC9BD74D36}.Release|Any CPU.Build.0 = Release|Any CPU
{9C13557D-1E29-4CD3-80FB-F9BA5BD84534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C13557D-1E29-4CD3-80FB-F9BA5BD84534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C13557D-1E29-4CD3-80FB-F9BA5BD84534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C13557D-1E29-4CD3-80FB-F9BA5BD84534}.Release|Any CPU.Build.0 = Release|Any CPU
{558374E6-2F42-4785-9838-A474EAE8760F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{558374E6-2F42-4785-9838-A474EAE8760F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{558374E6-2F42-4785-9838-A474EAE8760F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{558374E6-2F42-4785-9838-A474EAE8760F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D75494FE-DF3D-4CEA-9861-D8C45DB02A50}
EndGlobalSection
EndGlobal