1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{AC136601-504C-4E1A-9DC8-0CC493AA0983}</ProjectGuid>
15 <RootNamespace>SoX</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <CharacterSet>Unicode</CharacterSet>
22 <WholeProgramOptimization>true</WholeProgramOptimization>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <CharacterSet>Unicode</CharacterSet>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <PropertyGroup Label="UserMacros" />
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
42 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PostBuildEventUseInBuild>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
46 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
47 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
48 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
49 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
50 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
51 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
52 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <Optimization>Disabled</Optimization>
57 <AdditionalIncludeDirectories>SoX;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
58 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;SOX_IMPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59 <StringPooling>true</StringPooling>
60 <MinimalRebuild>true</MinimalRebuild>
63 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
65 <FunctionLevelLinking>true</FunctionLevelLinking>
66 <FloatingPointModel>Fast</FloatingPointModel>
67 <RuntimeTypeInfo>false</RuntimeTypeInfo>
70 <WarningLevel>Level3</WarningLevel>
71 <SuppressStartupBanner>true</SuppressStartupBanner>
72 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
73 <CallingConvention>Cdecl</CallingConvention>
74 <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
77 <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
78 <OutputFile>$(SolutionDir)$(Configuration)\$(ProjectName).exe</OutputFile>
79 <DelayLoadDLLs>winmm.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
80 <GenerateDebugInformation>true</GenerateDebugInformation>
81 <SubSystem>Console</SubSystem>
84 <SetChecksum>true</SetChecksum>
85 <TargetMachine>MachineX86</TargetMachine>
87 </ItemDefinitionGroup>
88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90 <Optimization>MaxSpeed</Optimization>
91 <IntrinsicFunctions>true</IntrinsicFunctions>
92 <AdditionalIncludeDirectories>SoX;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;SOX_IMPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <StringPooling>true</StringPooling>
97 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
98 <FunctionLevelLinking>true</FunctionLevelLinking>
99 <FloatingPointModel>Fast</FloatingPointModel>
100 <RuntimeTypeInfo>false</RuntimeTypeInfo>
103 <WarningLevel>Level3</WarningLevel>
104 <SuppressStartupBanner>true</SuppressStartupBanner>
105 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106 <CallingConvention>Cdecl</CallingConvention>
107 <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
110 <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
111 <OutputFile>$(SolutionDir)$(Configuration)\$(ProjectName).exe</OutputFile>
112 <DelayLoadDLLs>winmm.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 <SubSystem>Console</SubSystem>
115 <OptimizeReferences>true</OptimizeReferences>
116 <EnableCOMDATFolding>true</EnableCOMDATFolding>
117 <SetChecksum>true</SetChecksum>
118 <TargetMachine>MachineX86</TargetMachine>
120 </ItemDefinitionGroup>
122 <ClCompile Include="..\src\sox.c" />
123 <ClCompile Include="..\src\win32-glob.c" />
126 <ClInclude Include="..\src\win32-glob.h" />
129 <ProjectReference Include="LibFlac.vcxproj">
130 <Project>{38203d05-af71-4ff2-a183-a7d9cb8d2ae0}</Project>
131 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
133 <ProjectReference Include="LibGsm.vcxproj">
134 <Project>{bee9f57c-384e-4c99-87eb-629bf45c8a89}</Project>
135 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
137 <ProjectReference Include="LibId3Tag.vcxproj">
138 <Project>{40ea92b6-38aa-4e67-894d-92c37c946402}</Project>
139 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
141 <ProjectReference Include="LibLpc10.vcxproj">
142 <Project>{c588ff17-fb2f-48d9-bb99-40b6d52b9b85}</Project>
143 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
145 <ProjectReference Include="LibOgg.vcxproj">
146 <Project>{c5c229ac-316d-42cb-9ca3-329619618972}</Project>
147 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
149 <ProjectReference Include="LibPng.vcxproj">
150 <Project>{46e7ac9d-3e96-4b34-b493-501bc277d6f9}</Project>
151 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
153 <ProjectReference Include="LibSndFile.vcxproj">
154 <Project>{342bda83-c83f-4168-8425-e1df72f47018}</Project>
155 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
157 <ProjectReference Include="LibSndFileG72x.vcxproj">
158 <Project>{7016d4c2-a0ab-4bfd-9aa1-4ecdccbe6301}</Project>
159 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
161 <ProjectReference Include="LibSndFileGSM610.vcxproj">
162 <Project>{d2572de1-610e-46a4-8dd2-8a693347d76a}</Project>
163 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
165 <ProjectReference Include="LibSoX.vcxproj">
166 <Project>{f17be535-c7e8-4930-a6fd-32498d73a533}</Project>
167 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
169 <ProjectReference Include="LibSpeex.vcxproj">
170 <Project>{60902b83-8b26-4dbd-b635-4cecf5f4744c}</Project>
171 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
173 <ProjectReference Include="LibVorbis.vcxproj">
174 <Project>{524a24cd-0973-4733-8eb9-f419dc6f9997}</Project>
175 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
177 <ProjectReference Include="LibWavPack.vcxproj">
178 <Project>{7461cc57-b1cb-4766-b357-f51587449474}</Project>
179 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
181 <ProjectReference Include="LibZLib.vcxproj">
182 <Project>{90d19fcf-8560-4396-a250-ddf74d1b0e36}</Project>
183 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
186 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
187 <ImportGroup Label="ExtensionTargets">