-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEndPointController.sln
54 lines (54 loc) · 3.21 KB
/
EndPointController.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32422.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EndPointController", "EndPointController\EndPointController.vcxproj", "{CA6EA9FE-B049-490C-9203-E65DD13188C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioEndPointController", "Demo\AudioEndPointController\AudioEndPointController.csproj", "{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}"
ProjectSection(ProjectDependencies) = postProject
{CA6EA9FE-B049-490C-9203-E65DD13188C7} = {CA6EA9FE-B049-490C-9203-E65DD13188C7}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioApp", "Demo\AudioApp\AudioApp.csproj", "{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Debug|Any CPU.ActiveCfg = Debug|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Debug|Any CPU.Build.0 = Debug|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Debug|Win32.ActiveCfg = Debug|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Debug|Win32.Build.0 = Debug|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Release|Any CPU.ActiveCfg = Release|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Release|Any CPU.Build.0 = Release|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Release|Win32.ActiveCfg = Release|Win32
{CA6EA9FE-B049-490C-9203-E65DD13188C7}.Release|Win32.Build.0 = Release|Win32
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Debug|Win32.Build.0 = Debug|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Release|Any CPU.Build.0 = Release|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Release|Win32.ActiveCfg = Release|Any CPU
{D5946E22-D7EF-4025-9E7C-25A5E9D9C3C5}.Release|Win32.Build.0 = Release|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Debug|Win32.ActiveCfg = Debug|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Debug|Win32.Build.0 = Debug|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Release|Any CPU.Build.0 = Release|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Release|Win32.ActiveCfg = Release|Any CPU
{EF2B7E72-7C3B-4629-A3E7-1BEF017CF22B}.Release|Win32.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F9519C8-FAEA-45E1-BA68-4BE347EE4047}
EndGlobalSection
EndGlobal