forked from swharden/Spectrogram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpectrogram.sln
More file actions
43 lines (43 loc) · 2.56 KB
/
Spectrogram.sln
File metadata and controls
43 lines (43 loc) · 2.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectrogram", "Spectrogram\Spectrogram.csproj", "{6FF83EDD-E18A-4EDD-8D53-D2281515AC47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spectrogram.MicrophoneDemo", "Spectrogram.MicrophoneDemo\Spectrogram.MicrophoneDemo.csproj", "{D51ABC6A-53F4-4620-88A1-14EA1D779538}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spectrogram.Tests", "Spectrogram.Tests\Spectrogram.Tests.csproj", "{E7482801-78C7-41FD-88D1-72A7ED3EFC9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SffViewer", "..\dev\sff\SffViewer\SffViewer.csproj", "{9478208D-60C7-4F6A-B2E4-6325D38139DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FF83EDD-E18A-4EDD-8D53-D2281515AC47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF83EDD-E18A-4EDD-8D53-D2281515AC47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FF83EDD-E18A-4EDD-8D53-D2281515AC47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF83EDD-E18A-4EDD-8D53-D2281515AC47}.Release|Any CPU.Build.0 = Release|Any CPU
{D51ABC6A-53F4-4620-88A1-14EA1D779538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D51ABC6A-53F4-4620-88A1-14EA1D779538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D51ABC6A-53F4-4620-88A1-14EA1D779538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D51ABC6A-53F4-4620-88A1-14EA1D779538}.Release|Any CPU.Build.0 = Release|Any CPU
{E7482801-78C7-41FD-88D1-72A7ED3EFC9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7482801-78C7-41FD-88D1-72A7ED3EFC9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7482801-78C7-41FD-88D1-72A7ED3EFC9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7482801-78C7-41FD-88D1-72A7ED3EFC9D}.Release|Any CPU.Build.0 = Release|Any CPU
{9478208D-60C7-4F6A-B2E4-6325D38139DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9478208D-60C7-4F6A-B2E4-6325D38139DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9478208D-60C7-4F6A-B2E4-6325D38139DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9478208D-60C7-4F6A-B2E4-6325D38139DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {027B0366-F1D7-426F-B064-71E97E3248C1}
EndGlobalSection
EndGlobal