-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-framework-sample.sln
More file actions
28 lines (28 loc) · 1.26 KB
/
agent-framework-sample.sln
File metadata and controls
28 lines (28 loc) · 1.26 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
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}") = "MicrosoftAgentFrameworkBasic", "src\MicrosoftAgentFrameworkBasic\MicrosoftAgentFrameworkBasic.csproj", "{B6BB99B2-2FAB-46CC-99BE-843813848E16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionItems", "_SolutionItems", "{1824F156-B5FC-4597-9EC8-9AD06DA2CEB8}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
{B6BB99B2-2FAB-46CC-99BE-843813848E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6BB99B2-2FAB-46CC-99BE-843813848E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6BB99B2-2FAB-46CC-99BE-843813848E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6BB99B2-2FAB-46CC-99BE-843813848E16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal