-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNetCore.AIGC.sln
More file actions
91 lines (91 loc) · 5.76 KB
/
NetCore.AIGC.sln
File metadata and controls
91 lines (91 loc) · 5.76 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMServiceHub", "src\LLMServiceHub\LLMServiceHub.csproj", "{3CA26111-12C9-4AF1-966F-45019EA52385}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00.Global", "00.Global", "{3BBFC57A-DC8F-4F03-8370-FD6179AD317F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01.Src", "01.Src", "{01705FE5-59E6-4B65-B545-5DFD3AFB1F16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.Shared", "src\LLMService.Shared\LLMService.Shared.csproj", "{DC8A11BE-3268-4F1E-B83F-27958041ABF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.Baidu.Wenxinworkshop", "src\LLMService.Baidu.Wenxinworkshop\LLMService.Baidu.Wenxinworkshop.csproj", "{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.Baidu.ErnieVilg", "src\LLMService.Baidu.ErnieVilg\LLMService.Baidu.ErnieVilg.csproj", "{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03.Docs", "03.Docs", "{7E5E6C28-ABB2-4564-AF1B-D9FCC81B8353}"
ProjectSection(SolutionItems) = preProject
docs\build.cmd = docs\build.cmd
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.OpenAI.ChatGPT", "src\LLMService.OpenAI.ChatGPT\LLMService.OpenAI.ChatGPT.csproj", "{09322116-1405-47CE-BBB5-35E02167905D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02.Sample", "02.Sample", "{0B000384-47E8-4013-A1CE-59A465017EF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.DataProvider.Relational", "src\LLMService.DataProvider.Relational\LLMService.DataProvider.Relational.csproj", "{3B8B2207-56F2-4D98-858F-7BAB3858CD74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLMService.DataProvider.Migrator", "src\LLMService.DataProvider.Migrator\LLMService.DataProvider.Migrator.csproj", "{E2CC4393-ABF1-400F-A9B2-A56F99A2285E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CA26111-12C9-4AF1-966F-45019EA52385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA26111-12C9-4AF1-966F-45019EA52385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA26111-12C9-4AF1-966F-45019EA52385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA26111-12C9-4AF1-966F-45019EA52385}.Release|Any CPU.Build.0 = Release|Any CPU
{DC8A11BE-3268-4F1E-B83F-27958041ABF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC8A11BE-3268-4F1E-B83F-27958041ABF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC8A11BE-3268-4F1E-B83F-27958041ABF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC8A11BE-3268-4F1E-B83F-27958041ABF1}.Release|Any CPU.Build.0 = Release|Any CPU
{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5}.Release|Any CPU.Build.0 = Release|Any CPU
{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4}.Release|Any CPU.Build.0 = Release|Any CPU
{09322116-1405-47CE-BBB5-35E02167905D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09322116-1405-47CE-BBB5-35E02167905D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09322116-1405-47CE-BBB5-35E02167905D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09322116-1405-47CE-BBB5-35E02167905D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B8B2207-56F2-4D98-858F-7BAB3858CD74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B8B2207-56F2-4D98-858F-7BAB3858CD74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B8B2207-56F2-4D98-858F-7BAB3858CD74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B8B2207-56F2-4D98-858F-7BAB3858CD74}.Release|Any CPU.Build.0 = Release|Any CPU
{E2CC4393-ABF1-400F-A9B2-A56F99A2285E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2CC4393-ABF1-400F-A9B2-A56F99A2285E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2CC4393-ABF1-400F-A9B2-A56F99A2285E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2CC4393-ABF1-400F-A9B2-A56F99A2285E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3CA26111-12C9-4AF1-966F-45019EA52385} = {0B000384-47E8-4013-A1CE-59A465017EF2}
{DC8A11BE-3268-4F1E-B83F-27958041ABF1} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
{E73CB18F-26D3-4A6C-8AA2-E89FF17B65C5} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
{E3AE89E4-31A0-4EDA-9154-2D089E1FD8A4} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
{09322116-1405-47CE-BBB5-35E02167905D} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
{3B8B2207-56F2-4D98-858F-7BAB3858CD74} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
{E2CC4393-ABF1-400F-A9B2-A56F99A2285E} = {01705FE5-59E6-4B65-B545-5DFD3AFB1F16}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FD3BE39-36D7-4A01-8EEC-39063ED813B4}
EndGlobalSection
EndGlobal