-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbankcopilot-semantickernel-aiplugin.sln
44 lines (44 loc) · 2.6 KB
/
bankcopilot-semantickernel-aiplugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D6CC248F-8D8E-4105-AB10-397217277481}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bank-information-azfunction", "src\bank-information-azfunction\bank-information-azfunction.csproj", "{5A2A4F1B-1911-4575-9B04-8F2B39206D1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bank-transactions-azfunction", "src\bank-transactions-azfunction\bank-transactions-azfunction.csproj", "{A29BEE6F-A452-4BAC-B045-6DA91D3920AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "semantic-functions-generator", "src\semantic-functions-generator\semantic-functions-generator.csproj", "{4490374A-C8FD-4655-9223-CA1BBD7CC25E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A2A4F1B-1911-4575-9B04-8F2B39206D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A2A4F1B-1911-4575-9B04-8F2B39206D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A2A4F1B-1911-4575-9B04-8F2B39206D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A2A4F1B-1911-4575-9B04-8F2B39206D1C}.Release|Any CPU.Build.0 = Release|Any CPU
{A29BEE6F-A452-4BAC-B045-6DA91D3920AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A29BEE6F-A452-4BAC-B045-6DA91D3920AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A29BEE6F-A452-4BAC-B045-6DA91D3920AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A29BEE6F-A452-4BAC-B045-6DA91D3920AE}.Release|Any CPU.Build.0 = Release|Any CPU
{4490374A-C8FD-4655-9223-CA1BBD7CC25E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4490374A-C8FD-4655-9223-CA1BBD7CC25E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4490374A-C8FD-4655-9223-CA1BBD7CC25E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4490374A-C8FD-4655-9223-CA1BBD7CC25E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A2A4F1B-1911-4575-9B04-8F2B39206D1C} = {D6CC248F-8D8E-4105-AB10-397217277481}
{A29BEE6F-A452-4BAC-B045-6DA91D3920AE} = {D6CC248F-8D8E-4105-AB10-397217277481}
{4490374A-C8FD-4655-9223-CA1BBD7CC25E} = {D6CC248F-8D8E-4105-AB10-397217277481}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02A360C5-DD39-439E-9758-0D618B79C016}
EndGlobalSection
EndGlobal