forked from audiorouterdev/audio-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
audio-router.sln
91 lines (91 loc) · 5.98 KB
/
audio-router.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio-router", "audio-router\audio-router.vcxproj", "{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio-router-gui", "audio-router-gui\audio-router-gui.vcxproj", "{A74D56FF-BCE1-42C6-9105-2485C40BA97A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "do", "do\do.vcxproj", "{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9868FCA7-FF6A-4119-94AF-34813209A0ED}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "sandbox\sandbox.vcxproj", "{FB81C2D1-C580-481D-9749-730FA7630AB2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bootstrapper", "bootstrapper\bootstrapper.vcxproj", "{B5DFF12D-773D-4917-BB0D-A9A253D614B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|Win32.ActiveCfg = Debug|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|Win32.Build.0 = Debug|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|x64.ActiveCfg = Debug|x64
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Debug|x64.Build.0 = Debug|x64
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|Mixed Platforms.Build.0 = Release|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|Win32.ActiveCfg = Release|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|Win32.Build.0 = Release|Win32
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|x64.ActiveCfg = Release|x64
{86155A2C-3C1E-4A36-85F8-8A4FB8D493FC}.Release|x64.Build.0 = Release|x64
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|Win32.ActiveCfg = Debug|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|Win32.Build.0 = Debug|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|x64.ActiveCfg = Debug|x64
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Debug|x64.Build.0 = Debug|x64
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|Mixed Platforms.Build.0 = Release|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|Win32.ActiveCfg = Release|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|Win32.Build.0 = Release|Win32
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|x64.ActiveCfg = Release|x64
{A74D56FF-BCE1-42C6-9105-2485C40BA97A}.Release|x64.Build.0 = Release|x64
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|Win32.ActiveCfg = Debug|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|Win32.Build.0 = Debug|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|x64.ActiveCfg = Debug|x64
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Debug|x64.Build.0 = Debug|x64
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|Mixed Platforms.Build.0 = Release|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|Win32.ActiveCfg = Release|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|Win32.Build.0 = Release|Win32
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|x64.ActiveCfg = Release|x64
{57EBB3F2-AADE-4B98-974E-D01C89FF0FFE}.Release|x64.Build.0 = Release|x64
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Debug|Win32.ActiveCfg = Debug|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Debug|x64.ActiveCfg = Debug|x64
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Release|Mixed Platforms.Build.0 = Release|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Release|Win32.ActiveCfg = Release|Win32
{FB81C2D1-C580-481D-9749-730FA7630AB2}.Release|x64.ActiveCfg = Release|x64
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|Win32.ActiveCfg = Debug|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|Win32.Build.0 = Debug|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|x64.ActiveCfg = Debug|x64
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Debug|x64.Build.0 = Debug|x64
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|Mixed Platforms.Build.0 = Release|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|Win32.ActiveCfg = Release|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|Win32.Build.0 = Release|Win32
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|x64.ActiveCfg = Release|x64
{B5DFF12D-773D-4917-BB0D-A9A253D614B0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal