This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fourier Transformation.sln
66 lines (66 loc) · 4.26 KB
/
Fourier Transformation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aud.IO", "Aud.IO\Aud.IO.csproj", "{A25EE2F1-07C9-440C-B46A-4DFF7E7C11C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioMetadataViewer", "AudioMetadataViewer\AudioMetadataViewer.csproj", "{087B2B0E-1542-40A2-A646-0604A1717564}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BasicAudioPlayer", "BasicAudioPlayer\BasicAudioPlayer.csproj", "{D2504487-06D7-42E5-B82B-03351AA6F942}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioAnalyzer", "AudioAnalyzer\AudioAnalyzer.csproj", "{5DDCE70D-1B54-4AAA-8D51-32B24B9F7D02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aud.IO.Tests", "Aud.IO.Tests\Aud.IO.Tests.csproj", "{720FF4EE-2E3B-4702-A0FB-3E6C6C0F0E32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60E65AE1-1366-4B3A-A514-361110F7B1F8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AudioAnalyzer.Algorithms", "AudioAnalyzer.Algorithms\AudioAnalyzer.Algorithms.fsproj", "{F4E19636-9206-49D2-861E-FDEC943847F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioAnalyzer.Algorithms.Tests", "AudioAnalyzer.Algorithms.Tests\AudioAnalyzer.Algorithms.Tests.csproj", "{8F826338-BBE8-481A-8D93-701688F356E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A25EE2F1-07C9-440C-B46A-4DFF7E7C11C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A25EE2F1-07C9-440C-B46A-4DFF7E7C11C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A25EE2F1-07C9-440C-B46A-4DFF7E7C11C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A25EE2F1-07C9-440C-B46A-4DFF7E7C11C8}.Release|Any CPU.Build.0 = Release|Any CPU
{087B2B0E-1542-40A2-A646-0604A1717564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{087B2B0E-1542-40A2-A646-0604A1717564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{087B2B0E-1542-40A2-A646-0604A1717564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{087B2B0E-1542-40A2-A646-0604A1717564}.Release|Any CPU.Build.0 = Release|Any CPU
{D2504487-06D7-42E5-B82B-03351AA6F942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2504487-06D7-42E5-B82B-03351AA6F942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2504487-06D7-42E5-B82B-03351AA6F942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2504487-06D7-42E5-B82B-03351AA6F942}.Release|Any CPU.Build.0 = Release|Any CPU
{5DDCE70D-1B54-4AAA-8D51-32B24B9F7D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DDCE70D-1B54-4AAA-8D51-32B24B9F7D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DDCE70D-1B54-4AAA-8D51-32B24B9F7D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DDCE70D-1B54-4AAA-8D51-32B24B9F7D02}.Release|Any CPU.Build.0 = Release|Any CPU
{720FF4EE-2E3B-4702-A0FB-3E6C6C0F0E32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{720FF4EE-2E3B-4702-A0FB-3E6C6C0F0E32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{720FF4EE-2E3B-4702-A0FB-3E6C6C0F0E32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{720FF4EE-2E3B-4702-A0FB-3E6C6C0F0E32}.Release|Any CPU.Build.0 = Release|Any CPU
{F4E19636-9206-49D2-861E-FDEC943847F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4E19636-9206-49D2-861E-FDEC943847F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4E19636-9206-49D2-861E-FDEC943847F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4E19636-9206-49D2-861E-FDEC943847F1}.Release|Any CPU.Build.0 = Release|Any CPU
{8F826338-BBE8-481A-8D93-701688F356E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F826338-BBE8-481A-8D93-701688F356E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F826338-BBE8-481A-8D93-701688F356E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F826338-BBE8-481A-8D93-701688F356E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89E39197-9395-4BA0-839B-C4B1A30C94B2}
EndGlobalSection
EndGlobal