-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSilenceRemover.sln
52 lines (52 loc) · 3.05 KB
/
SilenceRemover.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SilenceRemover", "SilenceRemover\SilenceRemover.vcxproj", "{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flac", "flac\flac.vcxproj", "{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
DebugMDd|Win32 = DebugMDd|Win32
DebugMDd|x64 = DebugMDd|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
ReleaseLTCG|Win32 = ReleaseLTCG|Win32
ReleaseLTCG|x64 = ReleaseLTCG|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Debug|Win32.ActiveCfg = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Debug|Win32.Build.0 = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Debug|x64.ActiveCfg = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.DebugMDd|Win32.ActiveCfg = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.DebugMDd|Win32.Build.0 = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.DebugMDd|x64.ActiveCfg = Debug|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Release|Win32.ActiveCfg = Release|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Release|Win32.Build.0 = Release|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.Release|x64.ActiveCfg = Release|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.ReleaseLTCG|Win32.ActiveCfg = Release|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.ReleaseLTCG|Win32.Build.0 = Release|Win32
{3E50A511-47D1-43DB-A2EE-FF20E2A3C137}.ReleaseLTCG|x64.ActiveCfg = Release|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Debug|Win32.ActiveCfg = Debug|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Debug|Win32.Build.0 = Debug|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Debug|x64.ActiveCfg = Debug|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Debug|x64.Build.0 = Debug|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.DebugMDd|Win32.ActiveCfg = DebugMDd|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.DebugMDd|Win32.Build.0 = DebugMDd|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.DebugMDd|x64.ActiveCfg = DebugMDd|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.DebugMDd|x64.Build.0 = DebugMDd|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Release|Win32.ActiveCfg = Release|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Release|Win32.Build.0 = Release|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Release|x64.ActiveCfg = Release|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.Release|x64.Build.0 = Release|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.ReleaseLTCG|Win32.ActiveCfg = ReleaseLTCG|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.ReleaseLTCG|Win32.Build.0 = ReleaseLTCG|Win32
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
{E599F5AA-F9A3-46CC-8DB0-C8DEFCEB90C5}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal