annotate src/opus-1.3/win32/VS2015/test_opus_encode.vcxproj @ 168:ceec0dd9ec9c

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents 4664ac0c1032
children
rev   line source
cannam@154 1 <?xml version="1.0" encoding="utf-8"?>
cannam@154 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
cannam@154 3 <ItemGroup Label="ProjectConfigurations">
cannam@154 4 <ProjectConfiguration Include="DebugDLL_fixed|Win32">
cannam@154 5 <Configuration>DebugDLL_fixed</Configuration>
cannam@154 6 <Platform>Win32</Platform>
cannam@154 7 </ProjectConfiguration>
cannam@154 8 <ProjectConfiguration Include="DebugDLL_fixed|x64">
cannam@154 9 <Configuration>DebugDLL_fixed</Configuration>
cannam@154 10 <Platform>x64</Platform>
cannam@154 11 </ProjectConfiguration>
cannam@154 12 <ProjectConfiguration Include="DebugDLL|Win32">
cannam@154 13 <Configuration>DebugDLL</Configuration>
cannam@154 14 <Platform>Win32</Platform>
cannam@154 15 </ProjectConfiguration>
cannam@154 16 <ProjectConfiguration Include="DebugDLL|x64">
cannam@154 17 <Configuration>DebugDLL</Configuration>
cannam@154 18 <Platform>x64</Platform>
cannam@154 19 </ProjectConfiguration>
cannam@154 20 <ProjectConfiguration Include="Debug|Win32">
cannam@154 21 <Configuration>Debug</Configuration>
cannam@154 22 <Platform>Win32</Platform>
cannam@154 23 </ProjectConfiguration>
cannam@154 24 <ProjectConfiguration Include="Debug|x64">
cannam@154 25 <Configuration>Debug</Configuration>
cannam@154 26 <Platform>x64</Platform>
cannam@154 27 </ProjectConfiguration>
cannam@154 28 <ProjectConfiguration Include="ReleaseDLL_fixed|Win32">
cannam@154 29 <Configuration>ReleaseDLL_fixed</Configuration>
cannam@154 30 <Platform>Win32</Platform>
cannam@154 31 </ProjectConfiguration>
cannam@154 32 <ProjectConfiguration Include="ReleaseDLL_fixed|x64">
cannam@154 33 <Configuration>ReleaseDLL_fixed</Configuration>
cannam@154 34 <Platform>x64</Platform>
cannam@154 35 </ProjectConfiguration>
cannam@154 36 <ProjectConfiguration Include="ReleaseDLL|Win32">
cannam@154 37 <Configuration>ReleaseDLL</Configuration>
cannam@154 38 <Platform>Win32</Platform>
cannam@154 39 </ProjectConfiguration>
cannam@154 40 <ProjectConfiguration Include="ReleaseDLL|x64">
cannam@154 41 <Configuration>ReleaseDLL</Configuration>
cannam@154 42 <Platform>x64</Platform>
cannam@154 43 </ProjectConfiguration>
cannam@154 44 <ProjectConfiguration Include="Release|Win32">
cannam@154 45 <Configuration>Release</Configuration>
cannam@154 46 <Platform>Win32</Platform>
cannam@154 47 </ProjectConfiguration>
cannam@154 48 <ProjectConfiguration Include="Release|x64">
cannam@154 49 <Configuration>Release</Configuration>
cannam@154 50 <Platform>x64</Platform>
cannam@154 51 </ProjectConfiguration>
cannam@154 52 </ItemGroup>
cannam@154 53 <ItemGroup>
cannam@154 54 <ClCompile Include="..\..\tests\opus_encode_regressions.c" />
cannam@154 55 <ClCompile Include="..\..\tests\test_opus_encode.c" />
cannam@154 56 </ItemGroup>
cannam@154 57 <ItemGroup>
cannam@154 58 <ProjectReference Include="opus.vcxproj">
cannam@154 59 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
cannam@154 60 </ProjectReference>
cannam@154 61 </ItemGroup>
cannam@154 62 <PropertyGroup Label="Globals">
cannam@154 63 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid>
cannam@154 64 <Keyword>Win32Proj</Keyword>
cannam@154 65 <RootNamespace>test_opus_api</RootNamespace>
cannam@154 66 </PropertyGroup>
cannam@154 67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
cannam@154 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
cannam@154 69 <ConfigurationType>Application</ConfigurationType>
cannam@154 70 <PlatformToolset>v140</PlatformToolset>
cannam@154 71 </PropertyGroup>
cannam@154 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
cannam@154 73 <ConfigurationType>Application</ConfigurationType>
cannam@154 74 <PlatformToolset>v140</PlatformToolset>
cannam@154 75 </PropertyGroup>
cannam@154 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
cannam@154 77 <ConfigurationType>Application</ConfigurationType>
cannam@154 78 <PlatformToolset>v140</PlatformToolset>
cannam@154 79 </PropertyGroup>
cannam@154 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
cannam@154 81 <ConfigurationType>Application</ConfigurationType>
cannam@154 82 <PlatformToolset>v140</PlatformToolset>
cannam@154 83 </PropertyGroup>
cannam@154 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
cannam@154 85 <ConfigurationType>Application</ConfigurationType>
cannam@154 86 <PlatformToolset>v140</PlatformToolset>
cannam@154 87 </PropertyGroup>
cannam@154 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
cannam@154 89 <ConfigurationType>Application</ConfigurationType>
cannam@154 90 <PlatformToolset>v140</PlatformToolset>
cannam@154 91 </PropertyGroup>
cannam@154 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
cannam@154 93 <ConfigurationType>Application</ConfigurationType>
cannam@154 94 <PlatformToolset>v140</PlatformToolset>
cannam@154 95 </PropertyGroup>
cannam@154 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
cannam@154 97 <ConfigurationType>Application</ConfigurationType>
cannam@154 98 <PlatformToolset>v140</PlatformToolset>
cannam@154 99 </PropertyGroup>
cannam@154 100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
cannam@154 101 <ConfigurationType>Application</ConfigurationType>
cannam@154 102 <PlatformToolset>v140</PlatformToolset>
cannam@154 103 </PropertyGroup>
cannam@154 104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
cannam@154 105 <ConfigurationType>Application</ConfigurationType>
cannam@154 106 <PlatformToolset>v140</PlatformToolset>
cannam@154 107 </PropertyGroup>
cannam@154 108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
cannam@154 109 <ConfigurationType>Application</ConfigurationType>
cannam@154 110 <PlatformToolset>v140</PlatformToolset>
cannam@154 111 </PropertyGroup>
cannam@154 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
cannam@154 113 <ConfigurationType>Application</ConfigurationType>
cannam@154 114 <PlatformToolset>v140</PlatformToolset>
cannam@154 115 </PropertyGroup>
cannam@154 116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
cannam@154 117 <ImportGroup Label="ExtensionSettings">
cannam@154 118 </ImportGroup>
cannam@154 119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
cannam@154 120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 121 <Import Project="common.props" />
cannam@154 122 </ImportGroup>
cannam@154 123 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
cannam@154 124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 125 <Import Project="common.props" />
cannam@154 126 </ImportGroup>
cannam@154 127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
cannam@154 128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 129 <Import Project="common.props" />
cannam@154 130 </ImportGroup>
cannam@154 131 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
cannam@154 132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 133 <Import Project="common.props" />
cannam@154 134 </ImportGroup>
cannam@154 135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
cannam@154 136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 137 <Import Project="common.props" />
cannam@154 138 </ImportGroup>
cannam@154 139 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets">
cannam@154 140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 141 <Import Project="common.props" />
cannam@154 142 </ImportGroup>
cannam@154 143 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
cannam@154 144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 145 <Import Project="common.props" />
cannam@154 146 </ImportGroup>
cannam@154 147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
cannam@154 148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 149 <Import Project="common.props" />
cannam@154 150 </ImportGroup>
cannam@154 151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets">
cannam@154 152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 153 <Import Project="common.props" />
cannam@154 154 </ImportGroup>
cannam@154 155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
cannam@154 156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 157 <Import Project="common.props" />
cannam@154 158 </ImportGroup>
cannam@154 159 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
cannam@154 160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 161 <Import Project="common.props" />
cannam@154 162 </ImportGroup>
cannam@154 163 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
cannam@154 164 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
cannam@154 165 <Import Project="common.props" />
cannam@154 166 </ImportGroup>
cannam@154 167 <PropertyGroup Label="UserMacros" />
cannam@154 168 <ItemDefinitionGroup />
cannam@154 169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
cannam@154 170 <ImportGroup Label="ExtensionTargets">
cannam@154 171 </ImportGroup>
cannam@154 172 </Project>