123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>libbroadvoice</ProjectName>
- <ProjectGuid>{CF70F278-3364-4395-A2E1-23501C9B8AD2}</ProjectGuid>
- <RootNamespace>libbroadvoice</RootNamespace>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Import Project="$(SolutionDir)w32\broadvoice.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="..\..\..\w32\extdll.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="..\..\..\w32\extdll.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="..\..\..\w32\extdll.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="..\..\..\w32\extdll.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <CompileAs>CompileAsC</CompileAs>
- <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <CompileAs>CompileAsC</CompileAs>
- <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <TargetMachine>MachineX64</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <TargetMachine>MachineX64</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="$(broadvoiceLibDir)\bitstream.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\a2lsp.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\allpole.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\allzero.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\autocor.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\cmtables.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\levdur.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\lsp2a.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\stblchck.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\stblzlsp.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\common\utility.c" />
- <ClCompile Include="$(broadvoiceLibDir)\bitpack16.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16decoder.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16encoder.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16coarse_pitch.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16excdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16excquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16fine_pitch.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16gaindec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16gainquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16levelest.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16lspdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16lspquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16plc.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16ptdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16postfilter.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16ptquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16tables.c" />
- <ClCompile Include="$(broadvoiceLibDir)\bitpack32.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32decoder.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32encoder.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32coarse_pitch.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32excdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32excquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32fine_pitch.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32gaindec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32gainquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32levelest.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32lspdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32lspquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32plc.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32ptdec.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32ptquan.c" />
- <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32tables.c" />
- <ClCompile Include="$(broadvoiceLibDir)\msvc\gettimeofday.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="$(broadvoiceLibDir)\broadvoice\broadvoice.h" />
- <ClInclude Include="$(broadvoiceLibDir)\broadvoice\version.h" />
- <ClInclude Include="$(broadvoiceLibDir)\broadvoice\private\broadvoice.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|