-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSemantic-Kernel-Console-Demos.sln
67 lines (67 loc) · 4.6 KB
/
Semantic-Kernel-Console-Demos.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34414.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console-SK-DeFi-Assistant", "Console-SK-DeFi-Assistant\Console-SK-DeFi-Assistant.csproj", "{264B8535-7FDF-439D-A3AA-3537CA1C7325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console-SK-DeFi-Assistant-Streaming", "Console-SK-DeFi-Assistant-Streaming\Console-SK-DeFi-Assistant-Streaming.csproj", "{A005F927-DE11-4363-9A45-A0F14CB780C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8C08D70-7D3E-49B9-B76A-C07CFE19B21B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console-SK-Multiple-Function-Calling-Assistant", "Console-SK-Multiple-Function-Calling-Assistant\Console-SK-Multiple-Function-Calling-Assistant.csproj", "{2B4C34B6-05AC-4893-A605-B591E08184C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console-SK-CustomPlugin-Dynamic-Descriptions", "Console-SK-CustomPlugin-Dynamic-Descriptions\Console-SK-CustomPlugin-Dynamic-Descriptions.csproj", "{34404462-C8C1-4CB3-8941-C19D50C33A5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console-SK-Experimental.Agents", "Console-SK-Experimental.Agents\Console-SK-Experimental.Agents.csproj", "{089B6E0F-A5F7-4761-8946-49EECBDA3CC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp-SK-Speech-To-Text", "ConsoleApp-SK-Speech-To-Text\ConsoleApp-SK-Speech-To-Text.csproj", "{1D444D04-FCA0-4300-A14F-72742BE49166}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp-SK-Planner", "ConsoleApp-SK-Planner\ConsoleApp-SK-Planner.csproj", "{7C2C7D74-8108-4C41-9810-6C5F1414619D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{264B8535-7FDF-439D-A3AA-3537CA1C7325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{264B8535-7FDF-439D-A3AA-3537CA1C7325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{264B8535-7FDF-439D-A3AA-3537CA1C7325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{264B8535-7FDF-439D-A3AA-3537CA1C7325}.Release|Any CPU.Build.0 = Release|Any CPU
{A005F927-DE11-4363-9A45-A0F14CB780C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A005F927-DE11-4363-9A45-A0F14CB780C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A005F927-DE11-4363-9A45-A0F14CB780C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A005F927-DE11-4363-9A45-A0F14CB780C2}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4C34B6-05AC-4893-A605-B591E08184C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4C34B6-05AC-4893-A605-B591E08184C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4C34B6-05AC-4893-A605-B591E08184C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4C34B6-05AC-4893-A605-B591E08184C8}.Release|Any CPU.Build.0 = Release|Any CPU
{34404462-C8C1-4CB3-8941-C19D50C33A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34404462-C8C1-4CB3-8941-C19D50C33A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34404462-C8C1-4CB3-8941-C19D50C33A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34404462-C8C1-4CB3-8941-C19D50C33A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{089B6E0F-A5F7-4761-8946-49EECBDA3CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{089B6E0F-A5F7-4761-8946-49EECBDA3CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{089B6E0F-A5F7-4761-8946-49EECBDA3CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{089B6E0F-A5F7-4761-8946-49EECBDA3CC8}.Release|Any CPU.Build.0 = Release|Any CPU
{1D444D04-FCA0-4300-A14F-72742BE49166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D444D04-FCA0-4300-A14F-72742BE49166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D444D04-FCA0-4300-A14F-72742BE49166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D444D04-FCA0-4300-A14F-72742BE49166}.Release|Any CPU.Build.0 = Release|Any CPU
{7C2C7D74-8108-4C41-9810-6C5F1414619D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C2C7D74-8108-4C41-9810-6C5F1414619D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C2C7D74-8108-4C41-9810-6C5F1414619D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C2C7D74-8108-4C41-9810-6C5F1414619D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBE59AF8-FCEF-4B91-8228-EE58D60E95D6}
EndGlobalSection
EndGlobal