forked from owoudenberg/soundtouch.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoundTouch.Net.sln
63 lines (63 loc) · 3.98 KB
/
SoundTouch.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5F58F09-F6ED-4265-A311-8434740FDE99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundStretch", "src\SoundStretch\SoundStretch.csproj", "{7E38027D-7C92-4186-AE4D-FCB439934280}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundTouch.Net", "src\SoundTouch.Net\SoundTouch.Net.csproj", "{EA3040B1-78C6-4395-AB9B-2EF2294FBF90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09F1FB2A-76C1-4B08-85F4-56C3C9BC1413}"
ProjectSection(SolutionItems) = preProject
src\analyzers.ruleset = src\analyzers.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "src\Example\Example.csproj", "{745D12D0-90F2-48D9-9576-281FBE49FBB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundTouch.Net.NAudioSupport", "src\SoundTouch.Net.NAudioSupport\SoundTouch.Net.NAudioSupport.csproj", "{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundTouch.Net.NAudioSupport.Core", "src\SoundTouch.Net.NAudioSupport.Core\SoundTouch.Net.NAudioSupport.Core.csproj", "{372FC194-8421-489A-BC7B-F0E2938395B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E38027D-7C92-4186-AE4D-FCB439934280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E38027D-7C92-4186-AE4D-FCB439934280}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E38027D-7C92-4186-AE4D-FCB439934280}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E38027D-7C92-4186-AE4D-FCB439934280}.Release|Any CPU.Build.0 = Release|Any CPU
{EA3040B1-78C6-4395-AB9B-2EF2294FBF90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA3040B1-78C6-4395-AB9B-2EF2294FBF90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA3040B1-78C6-4395-AB9B-2EF2294FBF90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA3040B1-78C6-4395-AB9B-2EF2294FBF90}.Release|Any CPU.Build.0 = Release|Any CPU
{745D12D0-90F2-48D9-9576-281FBE49FBB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{745D12D0-90F2-48D9-9576-281FBE49FBB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{745D12D0-90F2-48D9-9576-281FBE49FBB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{745D12D0-90F2-48D9-9576-281FBE49FBB8}.Release|Any CPU.Build.0 = Release|Any CPU
{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB}.Release|Any CPU.Build.0 = Release|Any CPU
{372FC194-8421-489A-BC7B-F0E2938395B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{372FC194-8421-489A-BC7B-F0E2938395B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{372FC194-8421-489A-BC7B-F0E2938395B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{372FC194-8421-489A-BC7B-F0E2938395B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7E38027D-7C92-4186-AE4D-FCB439934280} = {A5F58F09-F6ED-4265-A311-8434740FDE99}
{EA3040B1-78C6-4395-AB9B-2EF2294FBF90} = {A5F58F09-F6ED-4265-A311-8434740FDE99}
{745D12D0-90F2-48D9-9576-281FBE49FBB8} = {A5F58F09-F6ED-4265-A311-8434740FDE99}
{8717FC10-4F5A-4B35-9B99-E53DC89AEBEB} = {A5F58F09-F6ED-4265-A311-8434740FDE99}
{372FC194-8421-489A-BC7B-F0E2938395B7} = {A5F58F09-F6ED-4265-A311-8434740FDE99}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E7ECB16-677D-4DB5-BB5B-2087FD80364D}
EndGlobalSection
EndGlobal