|
|
<?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|ARM">
|
|
|
<Configuration>Debug</Configuration>
|
|
|
<Platform>ARM</Platform>
|
|
|
</ProjectConfiguration>
|
|
|
<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|ARM">
|
|
|
<Configuration>Release</Configuration>
|
|
|
<Platform>ARM</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>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\..\..\msbcg729\bcg729_dec.c" />
|
|
|
<ClCompile Include="..\..\..\msbcg729\bcg729_enc.c" />
|
|
|
<ClCompile Include="..\..\..\src\adaptativeCodebookSearch.c" />
|
|
|
<ClCompile Include="..\..\..\src\codebooks.c" />
|
|
|
<ClCompile Include="..\..\..\src\computeAdaptativeCodebookGain.c" />
|
|
|
<ClCompile Include="..\..\..\src\computeLP.c" />
|
|
|
<ClCompile Include="..\..\..\src\computeWeightedSpeech.c" />
|
|
|
<ClCompile Include="..\..\..\src\decodeAdaptativeCodeVector.c" />
|
|
|
<ClCompile Include="..\..\..\src\decodeFixedCodeVector.c" />
|
|
|
<ClCompile Include="..\..\..\src\decodeGains.c" />
|
|
|
<ClCompile Include="..\..\..\src\decodeLSP.c" />
|
|
|
<ClCompile Include="..\..\..\src\decoder.c" />
|
|
|
<ClCompile Include="..\..\..\src\encoder.c" />
|
|
|
<ClCompile Include="..\..\..\src\findOpenLoopPitchDelay.c" />
|
|
|
<ClCompile Include="..\..\..\src\fixedCodebookSearch.c" />
|
|
|
<ClCompile Include="..\..\..\src\gainQuantization.c" />
|
|
|
<ClCompile Include="..\..\..\src\interpolateqLSP.c" />
|
|
|
<ClCompile Include="..\..\..\src\LP2LSPConversion.c" />
|
|
|
<ClCompile Include="..\..\..\src\LPSynthesisFilter.c" />
|
|
|
<ClCompile Include="..\..\..\src\LSPQuantization.c" />
|
|
|
<ClCompile Include="..\..\..\src\postFilter.c" />
|
|
|
<ClCompile Include="..\..\..\src\postProcessing.c" />
|
|
|
<ClCompile Include="..\..\..\src\preProcessing.c" />
|
|
|
<ClCompile Include="..\..\..\src\qLSP2LP.c" />
|
|
|
<ClCompile Include="..\..\..\src\utils.c" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="..\..\..\include\bcg729\decoder.h" />
|
|
|
<ClInclude Include="..\..\..\include\bcg729\encoder.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\..\..\linphone\mediastreamer2\build\windows10\mediastreamer2\mediastreamer2.vcxproj">
|
|
|
<Project>{88e3c241-eb6f-4c84-80dc-89b8961daf80}</Project>
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\..\..\..\linphone\oRTP\build\windows10\ortp\ortp.vcxproj">
|
|
|
<Project>{2e56b851-9d8d-40e5-84bb-e4ee63b71d25}</Project>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{acf5ea95-d647-4d0c-8f97-2cd9aae8a2e0}</ProjectGuid>
|
|
|
<Keyword>DynamicLibrary</Keyword>
|
|
|
<ProjectName>libmsbcg729</ProjectName>
|
|
|
<RootNamespace>libmsbcg729</RootNamespace>
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
|
<AppContainerApplication>true</AppContainerApplication>
|
|
|
<ApplicationType>Windows Store</ApplicationType>
|
|
|
<ApplicationTypeRevision>10</ApplicationTypeRevision>
|
|
|
<WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
|
|
|
<WindowsTargetPlatformMinVersion>10.0.10069.0</WindowsTargetPlatformMinVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
</ImportGroup>
|
|
|
<ImportGroup Label="Shared">
|
|
|
</ImportGroup>
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup>
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
<IgnoreImportLibrary>false</IgnoreImportLibrary>
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup>
|
|
|
<ClCompile>
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\include;$(ProjectDir)..\..\..\..\linphone\mediastreamer2\include;$(ProjectDir)..\..\..\..\linphone\oRTP\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
</ImportGroup>
|
|
|
</Project>
|