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   <ItemGroup>
     22     <ClCompile Include="..\..\tests\test_opus_api.c" />
     23   </ItemGroup>
     24   <PropertyGroup Label="Globals">
     25     <ProjectGuid>{1D257A17-D254-42E5-82D6-1C87A6EC775A}</ProjectGuid>
     26     <Keyword>Win32Proj</Keyword>
     27     <RootNamespace>test_opus_api</RootNamespace>
     28   </PropertyGroup>
     29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     31     <ConfigurationType>Application</ConfigurationType>
     32     <UseDebugLibraries>true</UseDebugLibraries>
     33     <CharacterSet>Unicode</CharacterSet>
     34   </PropertyGroup>
     35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     36     <ConfigurationType>Application</ConfigurationType>
     37     <UseDebugLibraries>true</UseDebugLibraries>
     38     <CharacterSet>Unicode</CharacterSet>
     39   </PropertyGroup>
     40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     41     <ConfigurationType>Application</ConfigurationType>
     42     <UseDebugLibraries>false</UseDebugLibraries>
     43     <WholeProgramOptimization>true</WholeProgramOptimization>
     44     <CharacterSet>Unicode</CharacterSet>
     45   </PropertyGroup>
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     47     <ConfigurationType>Application</ConfigurationType>
     48     <UseDebugLibraries>false</UseDebugLibraries>
     49     <WholeProgramOptimization>true</WholeProgramOptimization>
     50     <CharacterSet>Unicode</CharacterSet>
     51   </PropertyGroup>
     52   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     53   <ImportGroup Label="ExtensionSettings">
     54   </ImportGroup>
     55   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     57   </ImportGroup>
     58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60   </ImportGroup>
     61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63   </ImportGroup>
     64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     66   </ImportGroup>
     67   <PropertyGroup Label="UserMacros" />
     68   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     69     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     70     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     71   </PropertyGroup>
     72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     73     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     74     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     75   </PropertyGroup>
     76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     77     <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     78     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     79   </PropertyGroup>
     80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     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;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     91       <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
     92       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     93     </ClCompile>
     94     <Link>
     95       <SubSystem>Console</SubSystem>
     96       <GenerateDebugInformation>true</GenerateDebugInformation>
     97       <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\$(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platform)\$(Configuration)\silk_float.lib</AdditionalDependencies>
     98     </Link>
     99   </ItemDefinitionGroup>
    100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    101     <ClCompile>
    102       <PrecompiledHeader>
    103       </PrecompiledHeader>
    104       <WarningLevel>Level3</WarningLevel>
    105       <Optimization>Disabled</Optimization>
    106       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    107       <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
    108       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    109     </ClCompile>
    110     <Link>
    111       <SubSystem>Console</SubSystem>
    112       <GenerateDebugInformation>true</GenerateDebugInformation>
    113       <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\$(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platform)\$(Configuration)\silk_float.lib</AdditionalDependencies>
    114     </Link>
    115   </ItemDefinitionGroup>
    116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    117     <ClCompile>
    118       <WarningLevel>Level3</WarningLevel>
    119       <PrecompiledHeader>
    120       </PrecompiledHeader>
    121       <Optimization>MaxSpeed</Optimization>
    122       <FunctionLevelLinking>true</FunctionLevelLinking>
    123       <IntrinsicFunctions>true</IntrinsicFunctions>
    124       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    125       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    126       <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
    127     </ClCompile>
    128     <Link>
    129       <SubSystem>Console</SubSystem>
    130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    131       <OptimizeReferences>true</OptimizeReferences>
    132       <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\$(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platform)\$(Configuration)\silk_float.lib</AdditionalDependencies>
    133     </Link>
    134   </ItemDefinitionGroup>
    135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    136     <ClCompile>
    137       <WarningLevel>Level3</WarningLevel>
    138       <PrecompiledHeader>
    139       </PrecompiledHeader>
    140       <Optimization>MaxSpeed</Optimization>
    141       <FunctionLevelLinking>true</FunctionLevelLinking>
    142       <IntrinsicFunctions>true</IntrinsicFunctions>
    143       <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    144       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    145       <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
    146     </ClCompile>
    147     <Link>
    148       <SubSystem>Console</SubSystem>
    149       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    150       <OptimizeReferences>true</OptimizeReferences>
    151       <AdditionalDependencies>$(Platform)\$(Configuration)\opus.lib;$(Platform)\$(Configuration)\celt.lib;$(Platform)\$(Configuration)\silk_common.lib;$(Platform)\$(Configuration)\silk_float.lib</AdditionalDependencies>
    152     </Link>
    153   </ItemDefinitionGroup>
    154   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    155   <ImportGroup Label="ExtensionTargets">
    156   </ImportGroup>
    157 </Project>