Home | History | Annotate | Download | only in VS2010
      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="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{C303D2FC-FF97-49B8-9DDD-467B4C9A0B16}</ProjectGuid>
     23     <Keyword>Win32Proj</Keyword>
     24     <RootNamespace>src_common</RootNamespace>
     25     <ProjectName>silk_common</ProjectName>
     26   </PropertyGroup>
     27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     29     <ConfigurationType>StaticLibrary</ConfigurationType>
     30     <UseDebugLibraries>true</UseDebugLibraries>
     31     <CharacterSet>Unicode</CharacterSet>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     34     <ConfigurationType>StaticLibrary</ConfigurationType>
     35     <UseDebugLibraries>true</UseDebugLibraries>
     36     <CharacterSet>Unicode</CharacterSet>
     37   </PropertyGroup>
     38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     39     <ConfigurationType>StaticLibrary</ConfigurationType>
     40     <UseDebugLibraries>false</UseDebugLibraries>
     41     <WholeProgramOptimization>true</WholeProgramOptimization>
     42     <CharacterSet>Unicode</CharacterSet>
     43   </PropertyGroup>
     44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     45     <ConfigurationType>StaticLibrary</ConfigurationType>
     46     <UseDebugLibraries>false</UseDebugLibraries>
     47     <WholeProgramOptimization>true</WholeProgramOptimization>
     48     <CharacterSet>Unicode</CharacterSet>
     49   </PropertyGroup>
     50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     51   <ImportGroup Label="ExtensionSettings">
     52   </ImportGroup>
     53   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     55   </ImportGroup>
     56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     58   </ImportGroup>
     59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61   </ImportGroup>
     62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64   </ImportGroup>
     65   <PropertyGroup Label="UserMacros" />
     66   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     67     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     68     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     69   </PropertyGroup>
     70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     71     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     72     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     73   </PropertyGroup>
     74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     75     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     76     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     77   </PropertyGroup>
     78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     79     <CustomBuildBeforeTargets>
     80     </CustomBuildBeforeTargets>
     81     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     82     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     83   </PropertyGroup>
     84   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     85     <ClCompile>
     86       <PrecompiledHeader>
     87       </PrecompiledHeader>
     88       <WarningLevel>Level3</WarningLevel>
     89       <Optimization>Disabled</Optimization>
     90       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     91       <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
     92       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     93     </ClCompile>
     94     <Link>
     95       <SubSystem>Windows</SubSystem>
     96       <GenerateDebugInformation>true</GenerateDebugInformation>
     97     </Link>
     98     <Lib>
     99       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    100     </Lib>
    101     <PreBuildEvent>
    102       <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
    103       <Message>Generating version.h</Message>
    104     </PreBuildEvent>
    105     <CustomBuildStep>
    106       <Command>
    107       </Command>
    108     </CustomBuildStep>
    109     <CustomBuildStep>
    110       <Outputs>
    111       </Outputs>
    112     </CustomBuildStep>
    113   </ItemDefinitionGroup>
    114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    115     <ClCompile>
    116       <PrecompiledHeader>
    117       </PrecompiledHeader>
    118       <WarningLevel>Level3</WarningLevel>
    119       <Optimization>Disabled</Optimization>
    120       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    121       <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
    122       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    123     </ClCompile>
    124     <Link>
    125       <SubSystem>Windows</SubSystem>
    126       <GenerateDebugInformation>true</GenerateDebugInformation>
    127     </Link>
    128     <Lib>
    129       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    130     </Lib>
    131     <PreBuildEvent>
    132       <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
    133       <Message>Generating version.h</Message>
    134     </PreBuildEvent>
    135     <CustomBuildStep>
    136       <Command>
    137       </Command>
    138     </CustomBuildStep>
    139     <CustomBuildStep>
    140       <Outputs>
    141       </Outputs>
    142     </CustomBuildStep>
    143   </ItemDefinitionGroup>
    144   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    145     <ClCompile>
    146       <WarningLevel>Level3</WarningLevel>
    147       <PrecompiledHeader>
    148       </PrecompiledHeader>
    149       <FunctionLevelLinking>true</FunctionLevelLinking>
    150       <IntrinsicFunctions>true</IntrinsicFunctions>
    151       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    152       <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
    153       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    154       <FloatingPointModel>Fast</FloatingPointModel>
    155     </ClCompile>
    156     <Link>
    157       <SubSystem>Windows</SubSystem>
    158       <GenerateDebugInformation>true</GenerateDebugInformation>
    159       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    160       <OptimizeReferences>true</OptimizeReferences>
    161     </Link>
    162     <Lib>
    163       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    164     </Lib>
    165     <PreBuildEvent>
    166       <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
    167       <Message>Generating version.h</Message>
    168     </PreBuildEvent>
    169     <CustomBuildStep>
    170       <Command>
    171       </Command>
    172     </CustomBuildStep>
    173     <CustomBuildStep>
    174       <Outputs>
    175       </Outputs>
    176     </CustomBuildStep>
    177   </ItemDefinitionGroup>
    178   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    179     <ClCompile>
    180       <WarningLevel>Level3</WarningLevel>
    181       <PrecompiledHeader>
    182       </PrecompiledHeader>
    183       <Optimization>MaxSpeed</Optimization>
    184       <FunctionLevelLinking>true</FunctionLevelLinking>
    185       <IntrinsicFunctions>true</IntrinsicFunctions>
    186       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    187       <AdditionalIncludeDirectories>../../silk/fixed;../../silk/float;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
    188       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    189       <FloatingPointModel>Fast</FloatingPointModel>
    190     </ClCompile>
    191     <Link>
    192       <SubSystem>Windows</SubSystem>
    193       <GenerateDebugInformation>true</GenerateDebugInformation>
    194       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    195       <OptimizeReferences>true</OptimizeReferences>
    196     </Link>
    197     <Lib>
    198       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    199     </Lib>
    200     <PreBuildEvent>
    201       <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
    202       <Message>Generating version.h</Message>
    203     </PreBuildEvent>
    204     <CustomBuildStep>
    205       <Command>
    206       </Command>
    207     </CustomBuildStep>
    208     <CustomBuildStep>
    209       <Outputs>
    210       </Outputs>
    211     </CustomBuildStep>
    212   </ItemDefinitionGroup>
    213   <ItemGroup>
    214     <ClInclude Include="..\..\include\opus_types.h" />
    215     <ClInclude Include="..\..\win32\config.h" />
    216     <ClInclude Include="..\..\silk\control.h" />
    217     <ClInclude Include="..\..\silk\debug.h" />
    218     <ClInclude Include="..\..\silk\define.h" />
    219     <ClInclude Include="..\..\silk\errors.h" />
    220     <ClInclude Include="..\..\silk\Inlines.h" />
    221     <ClInclude Include="..\..\silk\MacroCount.h" />
    222     <ClInclude Include="..\..\silk\MacroDebug.h" />
    223     <ClInclude Include="..\..\silk\macros.h" />
    224     <ClInclude Include="..\..\silk\main.h" />
    225     <ClInclude Include="..\..\silk\pitch_est_defines.h" />
    226     <ClInclude Include="..\..\silk\PLC.h" />
    227     <ClInclude Include="..\..\silk\resampler_private.h" />
    228     <ClInclude Include="..\..\silk\resampler_rom.h" />
    229     <ClInclude Include="..\..\silk\resampler_structs.h" />
    230     <ClInclude Include="..\..\silk\API.h" />
    231     <ClInclude Include="..\..\silk\SigProc_FIX.h" />
    232     <ClInclude Include="..\..\silk\structs.h" />
    233     <ClInclude Include="..\..\silk\tables.h" />
    234     <ClInclude Include="..\..\silk\tuning_parameters.h" />
    235     <ClInclude Include="..\..\silk\typedef.h" />
    236   </ItemGroup>
    237   <ItemGroup>
    238     <ClCompile Include="..\..\silk\A2NLSF.c" />
    239     <ClCompile Include="..\..\silk\ana_filt_bank_1.c" />
    240     <ClCompile Include="..\..\silk\biquad_alt.c" />
    241     <ClCompile Include="..\..\silk\bwexpander.c" />
    242     <ClCompile Include="..\..\silk\bwexpander_32.c" />
    243     <ClCompile Include="..\..\silk\check_control_input.c" />
    244     <ClCompile Include="..\..\silk\CNG.c" />
    245     <ClCompile Include="..\..\silk\code_signs.c" />
    246     <ClCompile Include="..\..\silk\control_audio_bandwidth.c" />
    247     <ClCompile Include="..\..\silk\control_codec.c" />
    248     <ClCompile Include="..\..\silk\control_SNR.c" />
    249     <ClCompile Include="..\..\silk\debug.c" />
    250     <ClCompile Include="..\..\silk\decoder_set_fs.c" />
    251     <ClCompile Include="..\..\silk\decode_core.c" />
    252     <ClCompile Include="..\..\silk\decode_frame.c" />
    253     <ClCompile Include="..\..\silk\decode_indices.c" />
    254     <ClCompile Include="..\..\silk\decode_parameters.c" />
    255     <ClCompile Include="..\..\silk\decode_pitch.c" />
    256     <ClCompile Include="..\..\silk\decode_pulses.c" />
    257     <ClCompile Include="..\..\silk\dec_API.c" />
    258     <ClCompile Include="..\..\silk\encode_indices.c" />
    259     <ClCompile Include="..\..\silk\encode_pulses.c" />
    260     <ClCompile Include="..\..\silk\enc_API.c" />
    261     <ClCompile Include="..\..\silk\gain_quant.c" />
    262     <ClCompile Include="..\..\silk\HP_variable_cutoff.c" />
    263     <ClCompile Include="..\..\silk\init_decoder.c" />
    264     <ClCompile Include="..\..\silk\init_encoder.c" />
    265     <ClCompile Include="..\..\silk\inner_prod_aligned.c" />
    266     <ClCompile Include="..\..\silk\interpolate.c" />
    267     <ClCompile Include="..\..\silk\lin2log.c" />
    268     <ClCompile Include="..\..\silk\log2lin.c" />
    269     <ClCompile Include="..\..\silk\LPC_analysis_filter.c" />
    270     <ClCompile Include="..\..\silk\LPC_inv_pred_gain.c" />
    271     <ClCompile Include="..\..\silk\LP_variable_cutoff.c" />
    272     <ClCompile Include="..\..\silk\NLSF2A.c" />
    273     <ClCompile Include="..\..\silk\NLSF_decode.c" />
    274     <ClCompile Include="..\..\silk\NLSF_del_dec_quant.c" />
    275     <ClCompile Include="..\..\silk\NLSF_encode.c" />
    276     <ClCompile Include="..\..\silk\NLSF_stabilize.c" />
    277     <ClCompile Include="..\..\silk\NLSF_unpack.c" />
    278     <ClCompile Include="..\..\silk\NLSF_VQ.c" />
    279     <ClCompile Include="..\..\silk\NLSF_VQ_weights_laroia.c" />
    280     <ClCompile Include="..\..\silk\NSQ.c" />
    281     <ClCompile Include="..\..\silk\NSQ_del_dec.c" />
    282     <ClCompile Include="..\..\silk\pitch_est_tables.c" />
    283     <ClCompile Include="..\..\silk\PLC.c" />
    284     <ClCompile Include="..\..\silk\process_NLSFs.c" />
    285     <ClCompile Include="..\..\silk\quant_LTP_gains.c" />
    286     <ClCompile Include="..\..\silk\resampler.c" />
    287     <ClCompile Include="..\..\silk\resampler_down2.c" />
    288     <ClCompile Include="..\..\silk\resampler_down2_3.c" />
    289     <ClCompile Include="..\..\silk\resampler_private_AR2.c" />
    290     <ClCompile Include="..\..\silk\resampler_private_down_FIR.c" />
    291     <ClCompile Include="..\..\silk\resampler_private_IIR_FIR.c" />
    292     <ClCompile Include="..\..\silk\resampler_private_up2_HQ.c" />
    293     <ClCompile Include="..\..\silk\resampler_rom.c" />
    294     <ClCompile Include="..\..\silk\shell_coder.c" />
    295     <ClCompile Include="..\..\silk\sigm_Q15.c" />
    296     <ClCompile Include="..\..\silk\sort.c" />
    297     <ClCompile Include="..\..\silk\stereo_decode_pred.c" />
    298     <ClCompile Include="..\..\silk\stereo_encode_pred.c" />
    299     <ClCompile Include="..\..\silk\stereo_find_predictor.c" />
    300     <ClCompile Include="..\..\silk\stereo_LR_to_MS.c" />
    301     <ClCompile Include="..\..\silk\stereo_MS_to_LR.c" />
    302     <ClCompile Include="..\..\silk\stereo_quant_pred.c" />
    303     <ClCompile Include="..\..\silk\sum_sqr_shift.c" />
    304     <ClCompile Include="..\..\silk\tables_gain.c" />
    305     <ClCompile Include="..\..\silk\tables_LTP.c" />
    306     <ClCompile Include="..\..\silk\tables_NLSF_CB_NB_MB.c" />
    307     <ClCompile Include="..\..\silk\tables_NLSF_CB_WB.c" />
    308     <ClCompile Include="..\..\silk\tables_other.c" />
    309     <ClCompile Include="..\..\silk\tables_pitch_lag.c" />
    310     <ClCompile Include="..\..\silk\tables_pulses_per_block.c" />
    311     <ClCompile Include="..\..\silk\table_LSF_cos.c" />
    312     <ClCompile Include="..\..\silk\VAD.c" />
    313     <ClCompile Include="..\..\silk\VQ_WMat_EC.c" />
    314   </ItemGroup>
    315   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    316   <ImportGroup Label="ExtensionTargets">
    317   </ImportGroup>
    318 </Project>
    319