-
Notifications
You must be signed in to change notification settings - Fork 7
/
LlamaCpp.sln
48 lines (48 loc) · 2.62 KB
/
LlamaCpp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LlamaCppLib", "LlamaCppLib\LlamaCppLib.csproj", "{92E1B971-305F-4526-AB1C-E89B43E21C24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LlamaCppCli", "LlamaCppCli\LlamaCppCli.csproj", "{F85A71D0-CD44-4CDA-AB68-17D9090C3B1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LlamaCppWeb", "LlamaCppWeb\LlamaCppWeb.csproj", "{9C1B4C2E-F84D-421E-B924-C5C394288AC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22BD050B-B732-4B02-989A-CFBC1A43C440}"
ProjectSection(SolutionItems) = preProject
clean.cmd = clean.cmd
LICENSE.txt = LICENSE.txt
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
{92E1B971-305F-4526-AB1C-E89B43E21C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92E1B971-305F-4526-AB1C-E89B43E21C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92E1B971-305F-4526-AB1C-E89B43E21C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92E1B971-305F-4526-AB1C-E89B43E21C24}.Release|Any CPU.Build.0 = Release|Any CPU
{F85A71D0-CD44-4CDA-AB68-17D9090C3B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F85A71D0-CD44-4CDA-AB68-17D9090C3B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F85A71D0-CD44-4CDA-AB68-17D9090C3B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85A71D0-CD44-4CDA-AB68-17D9090C3B1C}.Release|Any CPU.Build.0 = Release|Any CPU
{9C1B4C2E-F84D-421E-B924-C5C394288AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C1B4C2E-F84D-421E-B924-C5C394288AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C1B4C2E-F84D-421E-B924-C5C394288AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C1B4C2E-F84D-421E-B924-C5C394288AC5}.Release|Any CPU.Build.0 = Release|Any CPU
{59159D33-CD95-4225-9EC5-5FF0D4937367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59159D33-CD95-4225-9EC5-5FF0D4937367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59159D33-CD95-4225-9EC5-5FF0D4937367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59159D33-CD95-4225-9EC5-5FF0D4937367}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E1CE567-CBFE-47D2-8451-8AD76D10702A}
EndGlobalSection
EndGlobal