forked from Mirrors/freeswitch
211 lines
12 KiB
XML
211 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v140</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>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Download broadvoice.2015.vcxproj">
|
|
<Project>{46502007-0d94-47ac-a640-c2b5eea98333}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |