-
Notifications
You must be signed in to change notification settings - Fork 1
/
AmazonBedrockDemo.sln
36 lines (36 loc) · 1.96 KB
/
AmazonBedrockDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvokeModel", "InvokeModel\InvokeModel.csproj", "{E1F17595-D271-4816-9F0D-8396BCBD38CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Converse", "Converse\Converse.csproj", "{13528525-E20A-44CE-A4E3-F4B2399BC4AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConverseStream", "ConverseStream\ConverseStream.csproj", "{51F38D7B-59AF-419C-A94D-BB27E009B7C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1F17595-D271-4816-9F0D-8396BCBD38CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1F17595-D271-4816-9F0D-8396BCBD38CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1F17595-D271-4816-9F0D-8396BCBD38CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1F17595-D271-4816-9F0D-8396BCBD38CE}.Release|Any CPU.Build.0 = Release|Any CPU
{13528525-E20A-44CE-A4E3-F4B2399BC4AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13528525-E20A-44CE-A4E3-F4B2399BC4AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13528525-E20A-44CE-A4E3-F4B2399BC4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13528525-E20A-44CE-A4E3-F4B2399BC4AF}.Release|Any CPU.Build.0 = Release|Any CPU
{51F38D7B-59AF-419C-A94D-BB27E009B7C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F38D7B-59AF-419C-A94D-BB27E009B7C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51F38D7B-59AF-419C-A94D-BB27E009B7C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F38D7B-59AF-419C-A94D-BB27E009B7C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal