-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSemanticKernelByExample.sln
More file actions
33 lines (33 loc) · 2.04 KB
/
SemanticKernelByExample.sln
File metadata and controls
33 lines (33 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticKernelByExample", "SemanticKernelByExample\SemanticKernelByExample.csproj", "{E07B9B94-77D5-4953-8C51-BF49E95673BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{EA4BCC05-E357-43BC-8A49-1741E63D9FA6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticKernelWithAzureAiSearch", "SemanticKernelWithAzureAiSearch\SemanticKernelWithAzureAiSearch.csproj", "{508E158D-5490-4419-92C2-10E8D0E68E30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticKernelRag", "SemanticKernelRag\SemanticKernelRag.csproj", "{4AE6CB45-D46B-4BF5-B720-B36437707BAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E07B9B94-77D5-4953-8C51-BF49E95673BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E07B9B94-77D5-4953-8C51-BF49E95673BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E07B9B94-77D5-4953-8C51-BF49E95673BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E07B9B94-77D5-4953-8C51-BF49E95673BE}.Release|Any CPU.Build.0 = Release|Any CPU
{508E158D-5490-4419-92C2-10E8D0E68E30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{508E158D-5490-4419-92C2-10E8D0E68E30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{508E158D-5490-4419-92C2-10E8D0E68E30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{508E158D-5490-4419-92C2-10E8D0E68E30}.Release|Any CPU.Build.0 = Release|Any CPU
{4AE6CB45-D46B-4BF5-B720-B36437707BAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE6CB45-D46B-4BF5-B720-B36437707BAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AE6CB45-D46B-4BF5-B720-B36437707BAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AE6CB45-D46B-4BF5-B720-B36437707BAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal