-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathACSAgentHub.sln
57 lines (57 loc) · 3.45 KB
/
ACSAgentHub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "agent-portal", "agent-portal", "{AC513BA1-B920-466F-B502-466381DBF2CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VATemplateExample", "VATemplateExample\VATemplateExample\VATemplateExample.csproj", "{AF7A2972-D31C-4163-A1D2-936C3C3A78F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACSConnector", "ACSConnector\ACSConnector.csproj", "{5AEBF7D6-E2B6-4C99-B12E-5D5F16157ADC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACSAgentHubSDK", "ACSAgentHubSDK\ACSAgentHubSDK.csproj", "{62EE6DCF-5B09-4085-9029-4646C978F759}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACSAgentHub", "ACSAgentHub\ACSAgentHub.csproj", "{099EE2C9-36BF-4F38-AA70-A09A3EECFF6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A68499D-9DEE-4649-95E3-20674D61B0C5}"
ProjectSection(SolutionItems) = preProject
doc\HighLevelSubsystemsView.png = doc\HighLevelSubsystemsView.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComposerExample", "ComposerExample\ComposerExample.csproj", "{0CDC40E1-6380-4E4C-BD68-BEEED35B497C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF7A2972-D31C-4163-A1D2-936C3C3A78F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF7A2972-D31C-4163-A1D2-936C3C3A78F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF7A2972-D31C-4163-A1D2-936C3C3A78F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF7A2972-D31C-4163-A1D2-936C3C3A78F8}.Release|Any CPU.Build.0 = Release|Any CPU
{5AEBF7D6-E2B6-4C99-B12E-5D5F16157ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AEBF7D6-E2B6-4C99-B12E-5D5F16157ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AEBF7D6-E2B6-4C99-B12E-5D5F16157ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AEBF7D6-E2B6-4C99-B12E-5D5F16157ADC}.Release|Any CPU.Build.0 = Release|Any CPU
{62EE6DCF-5B09-4085-9029-4646C978F759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62EE6DCF-5B09-4085-9029-4646C978F759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62EE6DCF-5B09-4085-9029-4646C978F759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62EE6DCF-5B09-4085-9029-4646C978F759}.Release|Any CPU.Build.0 = Release|Any CPU
{099EE2C9-36BF-4F38-AA70-A09A3EECFF6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{099EE2C9-36BF-4F38-AA70-A09A3EECFF6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{099EE2C9-36BF-4F38-AA70-A09A3EECFF6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{099EE2C9-36BF-4F38-AA70-A09A3EECFF6C}.Release|Any CPU.Build.0 = Release|Any CPU
{0CDC40E1-6380-4E4C-BD68-BEEED35B497C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CDC40E1-6380-4E4C-BD68-BEEED35B497C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CDC40E1-6380-4E4C-BD68-BEEED35B497C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CDC40E1-6380-4E4C-BD68-BEEED35B497C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CFBC60E-F790-4E12-8500-9ECD8131ED5F}
EndGlobalSection
EndGlobal