-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentAI.sln
34 lines (34 loc) · 2.31 KB
/
FluentAI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAI.Example", "FluentAI.Example\FluentAI.Example.csproj", "{385DC69C-4CC7-4EBC-9159-B022874D33F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAI.ChatCompletions.Abstraction", "FluentAI.ChatCompletions.Abstraction\FluentAI.ChatCompletions.Abstraction.csproj", "{801CD612-F882-47AE-9418-656BAE2A770E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{7E060835-B724-4ED4-B5F6-F70A7C140093}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAI.ChatCompletions.OpenAI", "FluentAI.ChatCompletions.OpenAI\FluentAI.ChatCompletions.OpenAI.csproj", "{282917EB-D517-4A60-BA75-1693028B3A20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{385DC69C-4CC7-4EBC-9159-B022874D33F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{385DC69C-4CC7-4EBC-9159-B022874D33F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{385DC69C-4CC7-4EBC-9159-B022874D33F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{385DC69C-4CC7-4EBC-9159-B022874D33F7}.Release|Any CPU.Build.0 = Release|Any CPU
{801CD612-F882-47AE-9418-656BAE2A770E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801CD612-F882-47AE-9418-656BAE2A770E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801CD612-F882-47AE-9418-656BAE2A770E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801CD612-F882-47AE-9418-656BAE2A770E}.Release|Any CPU.Build.0 = Release|Any CPU
{7E060835-B724-4ED4-B5F6-F70A7C140093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E060835-B724-4ED4-B5F6-F70A7C140093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E060835-B724-4ED4-B5F6-F70A7C140093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E060835-B724-4ED4-B5F6-F70A7C140093}.Release|Any CPU.Build.0 = Release|Any CPU
{282917EB-D517-4A60-BA75-1693028B3A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282917EB-D517-4A60-BA75-1693028B3A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282917EB-D517-4A60-BA75-1693028B3A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282917EB-D517-4A60-BA75-1693028B3A20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal