-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAudioRecorder.sln
More file actions
65 lines (65 loc) · 3.99 KB
/
Copy pathAudioRecorder.sln
File metadata and controls
65 lines (65 loc) · 3.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AudioCaptureLibrary", "AudioCaptureLibrary\AudioCaptureLibrary.vcxproj", "{6E745655-513E-4713-B3AB-D6D3F62D7734}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioRecorderOverlay", "AudioRecorderOverlay\AudioRecorderOverlay.csproj", "{5563C3A2-6AC3-4BA1-875F-138412F84AFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioRecorder.Core", "AudioRecorder.Core\AudioRecorder.Core.csproj", "{F079115F-21BA-4345-B980-6D9B94BE768B}"
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
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|Any CPU.ActiveCfg = Debug|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|Any CPU.Build.0 = Debug|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|x64.ActiveCfg = Debug|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|x64.Build.0 = Debug|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|x86.ActiveCfg = Debug|Win32
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Debug|x86.Build.0 = Debug|Win32
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|Any CPU.ActiveCfg = Release|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|Any CPU.Build.0 = Release|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|x64.ActiveCfg = Release|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|x64.Build.0 = Release|x64
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|x86.ActiveCfg = Release|Win32
{6E745655-513E-4713-B3AB-D6D3F62D7734}.Release|x86.Build.0 = Release|Win32
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|x64.ActiveCfg = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|x64.Build.0 = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|x86.ActiveCfg = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Debug|x86.Build.0 = Debug|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|x64.ActiveCfg = Release|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|x64.Build.0 = Release|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|x86.ActiveCfg = Release|Any CPU
{5563C3A2-6AC3-4BA1-875F-138412F84AFD}.Release|x86.Build.0 = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|x64.ActiveCfg = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|x64.Build.0 = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|x86.ActiveCfg = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Debug|x86.Build.0 = Debug|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|Any CPU.Build.0 = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|x64.ActiveCfg = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|x64.Build.0 = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|x86.ActiveCfg = Release|Any CPU
{F079115F-21BA-4345-B980-6D9B94BE768B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97D55D9B-88A5-47EC-9DC0-7000F3B501CA}
EndGlobalSection
EndGlobal