-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathConsoleGPT.sln
43 lines (43 loc) · 2.61 KB
/
ConsoleGPT.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.8.33923.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleGPT.SemanticKernel", "ConsoleGPT.SemanticKernel\ConsoleGPT.SemanticKernel.csproj", "{118085B5-A1E5-4523-A023-4D2EEBA135F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleGPT.OpenAISdk", "ConsoleGPT.OpenAISdk\ConsoleGPT.OpenAISdk.csproj", "{29DF1D23-C3A0-4B73-8194-B97333B0F5F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{E186EAEE-3D1F-412D-8873-CEDC41030522}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleGPT.OpenAISdk.Streaming", "ConsoleGPT.OpenAISdk.Streaming\ConsoleGPT.OpenAISdk.Streaming.csproj", "{66976685-C15F-4737-9B92-D91A366E38BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{118085B5-A1E5-4523-A023-4D2EEBA135F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{118085B5-A1E5-4523-A023-4D2EEBA135F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{118085B5-A1E5-4523-A023-4D2EEBA135F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{118085B5-A1E5-4523-A023-4D2EEBA135F2}.Release|Any CPU.Build.0 = Release|Any CPU
{29DF1D23-C3A0-4B73-8194-B97333B0F5F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29DF1D23-C3A0-4B73-8194-B97333B0F5F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29DF1D23-C3A0-4B73-8194-B97333B0F5F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29DF1D23-C3A0-4B73-8194-B97333B0F5F1}.Release|Any CPU.Build.0 = Release|Any CPU
{E186EAEE-3D1F-412D-8873-CEDC41030522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E186EAEE-3D1F-412D-8873-CEDC41030522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E186EAEE-3D1F-412D-8873-CEDC41030522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E186EAEE-3D1F-412D-8873-CEDC41030522}.Release|Any CPU.Build.0 = Release|Any CPU
{66976685-C15F-4737-9B92-D91A366E38BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66976685-C15F-4737-9B92-D91A366E38BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66976685-C15F-4737-9B92-D91A366E38BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66976685-C15F-4737-9B92-D91A366E38BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8003369-731A-4AD4-B997-C0EAFB262D9D}
EndGlobalSection
EndGlobal