ref: a411456c49ce7a6780c46be26e62ab4271df4cb2
dir: /msvc9/SoX.vcproj/
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="SoX" ProjectGUID="{AC136601-504C-4E1A-9DC8-0CC493AA0983}" RootNamespace="SoX" Keyword="Win32Proj" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" ConfigurationType="1" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="SoX" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;SOX_IMPORT;_CRT_SECURE_NO_WARNINGS" StringPooling="true" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" EnableFunctionLevelLinking="true" FloatingPointModel="2" RuntimeTypeInfo="false" OpenMP="true" UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" CallingConvention="0" DisableSpecificWarnings="4244" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="$(OutDir)libzlib.lib winmm.lib" OutputFile="$(SolutionDir)$(ConfigurationName)\$(ProjectName).exe" AdditionalLibraryDirectories="../../ffmpeg" DelayLoadDLLs="winmm.dll" GenerateDebugInformation="true" SubSystem="1" OptimizeReferences="0" SetChecksum="true" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCPostBuildEventTool" Description="Copying FFmpeg DLLs..." CommandLine="xcopy /d /y ..\..\ffmpeg\avformat-52.dll "$(SolutionDir)$(ConfigurationName)"
xcopy /d /y ..\..\ffmpeg\avcodec-52.dll "$(SolutionDir)$(ConfigurationName)"
xcopy /d /y ..\..\ffmpeg\avutil-49.dll "$(SolutionDir)$(ConfigurationName)"
" ExcludedFromBuild="true" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)" ConfigurationType="1" CharacterSet="1" WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="SoX" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;SOX_IMPORT;_CRT_SECURE_NO_WARNINGS" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" EnableFunctionLevelLinking="true" FloatingPointModel="2" RuntimeTypeInfo="false" OpenMP="true" UsePrecompiledHeader="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" CallingConvention="0" DisableSpecificWarnings="4244" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="$(OutDir)libzlib.lib winmm.lib" OutputFile="$(SolutionDir)$(ConfigurationName)\$(ProjectName).exe" LinkIncremental="1" AdditionalLibraryDirectories="../../ffmpeg" DelayLoadDLLs="winmm.dll" GenerateDebugInformation="true" SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" SetChecksum="true" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCPostBuildEventTool" Description="Copying FFmpeg DLLs..." CommandLine="xcopy /d /y ..\..\ffmpeg\avformat-52.dll "$(SolutionDir)$(ConfigurationName)"
xcopy /d /y ..\..\ffmpeg\avcodec-52.dll "$(SolutionDir)$(ConfigurationName)"
xcopy /d /y ..\..\ffmpeg\avutil-49.dll "$(SolutionDir)$(ConfigurationName)"
" ExcludedFromBuild="true" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File RelativePath="..\src\sox.c" > </File> <File RelativePath="..\src\win32-glob.c" > </File> <File RelativePath="..\src\win32-glob.h" > </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject>