123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?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>libilbc</ProjectName>
- <ProjectGuid>{9A5DDF08-C88C-4A35-B7F6-D605228446BD}</ProjectGuid>
- <RootNamespace>libilbc</RootNamespace>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Import Project="$(SolutionDir)w32\ilbc.props" />
- <Import Project="$(SolutionDir)w32\download_iLBC.props" Condition=" '$(downloadiLBCPropsImported)' == '' " />
- <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="$(SolutionDir)w32\extlib.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="$(SolutionDir)w32\extlib.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="$(SolutionDir)w32\extlib.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="$(SolutionDir)w32\extlib.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBilbc_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="$(iLBCLibDir)\src\anaFilter.c" />
- <ClCompile Include="$(iLBCLibDir)\src\constants.c" />
- <ClCompile Include="$(iLBCLibDir)\src\createCB.c" />
- <ClCompile Include="$(iLBCLibDir)\src\doCPLC.c" />
- <ClCompile Include="$(iLBCLibDir)\src\enhancer.c" />
- <ClCompile Include="$(iLBCLibDir)\src\filter.c" />
- <ClCompile Include="$(iLBCLibDir)\src\FrameClassify.c" />
- <ClCompile Include="$(iLBCLibDir)\src\gainquant.c" />
- <ClCompile Include="$(iLBCLibDir)\src\getCBvec.c" />
- <ClCompile Include="$(iLBCLibDir)\src\helpfun.c" />
- <ClCompile Include="$(iLBCLibDir)\src\hpInput.c" />
- <ClCompile Include="$(iLBCLibDir)\src\hpOutput.c" />
- <ClCompile Include="$(iLBCLibDir)\src\iCBConstruct.c" />
- <ClCompile Include="$(iLBCLibDir)\src\iCBSearch.c" />
- <ClCompile Include="$(iLBCLibDir)\src\iLBC_decode.c" />
- <ClCompile Include="$(iLBCLibDir)\src\iLBC_encode.c" />
- <ClCompile Include="$(iLBCLibDir)\src\LPCdecode.c" />
- <ClCompile Include="$(iLBCLibDir)\src\LPCencode.c" />
- <ClCompile Include="$(iLBCLibDir)\src\lsf.c" />
- <ClCompile Include="$(iLBCLibDir)\src\packing.c" />
- <ClCompile Include="$(iLBCLibDir)\src\StateConstructW.c" />
- <ClCompile Include="$(iLBCLibDir)\src\StateSearchW.c" />
- <ClCompile Include="$(iLBCLibDir)\src\syntFilter.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="$(iLBCLibDir)\src\anaFilter.h" />
- <ClInclude Include="$(iLBCLibDir)\src\constants.h" />
- <ClInclude Include="$(iLBCLibDir)\src\createCB.h" />
- <ClInclude Include="$(iLBCLibDir)\src\doCPLC.h" />
- <ClInclude Include="$(iLBCLibDir)\src\enhancer.h" />
- <ClInclude Include="$(iLBCLibDir)\src\filter.h" />
- <ClInclude Include="$(iLBCLibDir)\src\FrameClassify.h" />
- <ClInclude Include="$(iLBCLibDir)\src\gainquant.h" />
- <ClInclude Include="$(iLBCLibDir)\src\getCBvec.h" />
- <ClInclude Include="$(iLBCLibDir)\src\helpfun.h" />
- <ClInclude Include="$(iLBCLibDir)\src\hpInput.h" />
- <ClInclude Include="$(iLBCLibDir)\src\hpOutput.h" />
- <ClInclude Include="$(iLBCLibDir)\src\iCBConstruct.h" />
- <ClInclude Include="$(iLBCLibDir)\src\iCBSearch.h" />
- <ClInclude Include="$(iLBCLibDir)\src\ilbc\ilbc.h" />
- <ClInclude Include="$(iLBCLibDir)\src\iLBC_define.h" />
- <ClInclude Include="$(iLBCLibDir)\src\LPCdecode.h" />
- <ClInclude Include="$(iLBCLibDir)\src\LPCencode.h" />
- <ClInclude Include="$(iLBCLibDir)\src\lsf.h" />
- <ClInclude Include="$(iLBCLibDir)\src\packing.h" />
- <ClInclude Include="$(iLBCLibDir)\src\StateConstructW.h" />
- <ClInclude Include="$(iLBCLibDir)\src\StateSearchW.h" />
- <ClInclude Include="$(iLBCLibDir)\src\syntFilter.h" />
- <ClInclude Include="$(iLBCLibDir)\src\ilbc\version.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|