Skip to content

Commit

Permalink
Add code
Browse files Browse the repository at this point in the history
  • Loading branch information
sagamusix committed Dec 1, 2015
1 parent 5138b64 commit 88b82ce
Show file tree
Hide file tree
Showing 6 changed files with 941 additions and 0 deletions.
52 changes: 52 additions & 0 deletions SilenceRemover.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
Loading

0 comments on commit 88b82ce

Please sign in to comment.