-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCopilotStudioWithLocalLlms.sln
More file actions
76 lines (76 loc) · 5 KB
/
CopilotStudioWithLocalLlms.sln
File metadata and controls
76 lines (76 loc) · 5 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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}") = "LocalClients", "LocalClients\LocalClients.csproj", "{5E2EE455-3E6B-4379-9839-2A0F0259BC42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopilotStudioWithFoundryLocal.Tests", "CopilotStudioWithFoundryLocal.Tests\CopilotStudioWithFoundryLocal.Tests.csproj", "{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalRelayServer", "LocalRelayServer\LocalRelayServer.csproj", "{16A49AF9-7AFC-4313-B285-2071259DE34E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RelayClient", "RelayClient\RelayClient.csproj", "{21B4026F-2752-4BF1-9678-EA57CB0D6096}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|x64.ActiveCfg = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|x64.Build.0 = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|x86.ActiveCfg = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Debug|x86.Build.0 = Debug|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|Any CPU.Build.0 = Release|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|x64.ActiveCfg = Release|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|x64.Build.0 = Release|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|x86.ActiveCfg = Release|Any CPU
{5E2EE455-3E6B-4379-9839-2A0F0259BC42}.Release|x86.Build.0 = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|x64.ActiveCfg = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|x64.Build.0 = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|x86.ActiveCfg = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Debug|x86.Build.0 = Debug|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|Any CPU.Build.0 = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|x64.ActiveCfg = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|x64.Build.0 = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|x86.ActiveCfg = Release|Any CPU
{95A709C1-978A-44ED-81A2-94E9BB4F5F3D}.Release|x86.Build.0 = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|x64.ActiveCfg = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|x64.Build.0 = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|x86.ActiveCfg = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Debug|x86.Build.0 = Debug|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|Any CPU.Build.0 = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|x64.ActiveCfg = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|x64.Build.0 = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|x86.ActiveCfg = Release|Any CPU
{16A49AF9-7AFC-4313-B285-2071259DE34E}.Release|x86.Build.0 = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|x64.ActiveCfg = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|x64.Build.0 = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|x86.ActiveCfg = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Debug|x86.Build.0 = Debug|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|Any CPU.Build.0 = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|x64.ActiveCfg = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|x64.Build.0 = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|x86.ActiveCfg = Release|Any CPU
{21B4026F-2752-4BF1-9678-EA57CB0D6096}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal