Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/win32/VS2015/test_opus_api.vcxproj @ 69:7aeed7906520
Add Opus sources and macOS builds
| author | Chris Cannam |
|---|---|
| date | Wed, 23 Jan 2019 13:48:08 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 68:85d5306e114e | 69:7aeed7906520 |
|---|---|
| 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="DebugDLL_fixed|Win32"> | |
| 5 <Configuration>DebugDLL_fixed</Configuration> | |
| 6 <Platform>Win32</Platform> | |
| 7 </ProjectConfiguration> | |
| 8 <ProjectConfiguration Include="DebugDLL_fixed|x64"> | |
| 9 <Configuration>DebugDLL_fixed</Configuration> | |
| 10 <Platform>x64</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 <ProjectConfiguration Include="DebugDLL|Win32"> | |
| 13 <Configuration>DebugDLL</Configuration> | |
| 14 <Platform>Win32</Platform> | |
| 15 </ProjectConfiguration> | |
| 16 <ProjectConfiguration Include="DebugDLL|x64"> | |
| 17 <Configuration>DebugDLL</Configuration> | |
| 18 <Platform>x64</Platform> | |
| 19 </ProjectConfiguration> | |
| 20 <ProjectConfiguration Include="Debug|Win32"> | |
| 21 <Configuration>Debug</Configuration> | |
| 22 <Platform>Win32</Platform> | |
| 23 </ProjectConfiguration> | |
| 24 <ProjectConfiguration Include="Debug|x64"> | |
| 25 <Configuration>Debug</Configuration> | |
| 26 <Platform>x64</Platform> | |
| 27 </ProjectConfiguration> | |
| 28 <ProjectConfiguration Include="ReleaseDLL_fixed|Win32"> | |
| 29 <Configuration>ReleaseDLL_fixed</Configuration> | |
| 30 <Platform>Win32</Platform> | |
| 31 </ProjectConfiguration> | |
| 32 <ProjectConfiguration Include="ReleaseDLL_fixed|x64"> | |
| 33 <Configuration>ReleaseDLL_fixed</Configuration> | |
| 34 <Platform>x64</Platform> | |
| 35 </ProjectConfiguration> | |
| 36 <ProjectConfiguration Include="ReleaseDLL|Win32"> | |
| 37 <Configuration>ReleaseDLL</Configuration> | |
| 38 <Platform>Win32</Platform> | |
| 39 </ProjectConfiguration> | |
| 40 <ProjectConfiguration Include="ReleaseDLL|x64"> | |
| 41 <Configuration>ReleaseDLL</Configuration> | |
| 42 <Platform>x64</Platform> | |
| 43 </ProjectConfiguration> | |
| 44 <ProjectConfiguration Include="Release|Win32"> | |
| 45 <Configuration>Release</Configuration> | |
| 46 <Platform>Win32</Platform> | |
| 47 </ProjectConfiguration> | |
| 48 <ProjectConfiguration Include="Release|x64"> | |
| 49 <Configuration>Release</Configuration> | |
| 50 <Platform>x64</Platform> | |
| 51 </ProjectConfiguration> | |
| 52 </ItemGroup> | |
| 53 <ItemGroup> | |
| 54 <ClCompile Include="..\..\tests\test_opus_api.c" /> | |
| 55 </ItemGroup> | |
| 56 <ItemGroup> | |
| 57 <ProjectReference Include="opus.vcxproj"> | |
| 58 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project> | |
| 59 </ProjectReference> | |
| 60 </ItemGroup> | |
| 61 <PropertyGroup Label="Globals"> | |
| 62 <ProjectGuid>{1D257A17-D254-42E5-82D6-1C87A6EC775A}</ProjectGuid> | |
| 63 <Keyword>Win32Proj</Keyword> | |
| 64 <RootNamespace>test_opus_api</RootNamespace> | |
| 65 </PropertyGroup> | |
| 66 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 68 <ConfigurationType>Application</ConfigurationType> | |
| 69 <PlatformToolset>v140</PlatformToolset> | |
| 70 </PropertyGroup> | |
| 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> | |
| 72 <ConfigurationType>Application</ConfigurationType> | |
| 73 <PlatformToolset>v140</PlatformToolset> | |
| 74 </PropertyGroup> | |
| 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration"> | |
| 76 <ConfigurationType>Application</ConfigurationType> | |
| 77 <PlatformToolset>v140</PlatformToolset> | |
| 78 </PropertyGroup> | |
| 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 80 <ConfigurationType>Application</ConfigurationType> | |
| 81 <PlatformToolset>v140</PlatformToolset> | |
| 82 </PropertyGroup> | |
| 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> | |
| 84 <ConfigurationType>Application</ConfigurationType> | |
| 85 <PlatformToolset>v140</PlatformToolset> | |
| 86 </PropertyGroup> | |
| 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration"> | |
| 88 <ConfigurationType>Application</ConfigurationType> | |
| 89 <PlatformToolset>v140</PlatformToolset> | |
| 90 </PropertyGroup> | |
| 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 92 <ConfigurationType>Application</ConfigurationType> | |
| 93 <PlatformToolset>v140</PlatformToolset> | |
| 94 </PropertyGroup> | |
| 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> | |
| 96 <ConfigurationType>Application</ConfigurationType> | |
| 97 <PlatformToolset>v140</PlatformToolset> | |
| 98 </PropertyGroup> | |
| 99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration"> | |
| 100 <ConfigurationType>Application</ConfigurationType> | |
| 101 <PlatformToolset>v140</PlatformToolset> | |
| 102 </PropertyGroup> | |
| 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 104 <ConfigurationType>Application</ConfigurationType> | |
| 105 <PlatformToolset>v140</PlatformToolset> | |
| 106 </PropertyGroup> | |
| 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> | |
| 108 <ConfigurationType>Application</ConfigurationType> | |
| 109 <PlatformToolset>v140</PlatformToolset> | |
| 110 </PropertyGroup> | |
| 111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration"> | |
| 112 <ConfigurationType>Application</ConfigurationType> | |
| 113 <PlatformToolset>v140</PlatformToolset> | |
| 114 </PropertyGroup> | |
| 115 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 116 <ImportGroup Label="ExtensionSettings"> | |
| 117 </ImportGroup> | |
| 118 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 120 <Import Project="common.props" /> | |
| 121 </ImportGroup> | |
| 122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> | |
| 123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 124 <Import Project="common.props" /> | |
| 125 </ImportGroup> | |
| 126 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets"> | |
| 127 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 128 <Import Project="common.props" /> | |
| 129 </ImportGroup> | |
| 130 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 132 <Import Project="common.props" /> | |
| 133 </ImportGroup> | |
| 134 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets"> | |
| 135 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 136 <Import Project="common.props" /> | |
| 137 </ImportGroup> | |
| 138 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets"> | |
| 139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 140 <Import Project="common.props" /> | |
| 141 </ImportGroup> | |
| 142 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 143 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 144 <Import Project="common.props" /> | |
| 145 </ImportGroup> | |
| 146 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> | |
| 147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 148 <Import Project="common.props" /> | |
| 149 </ImportGroup> | |
| 150 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets"> | |
| 151 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 152 <Import Project="common.props" /> | |
| 153 </ImportGroup> | |
| 154 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 155 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 156 <Import Project="common.props" /> | |
| 157 </ImportGroup> | |
| 158 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> | |
| 159 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 160 <Import Project="common.props" /> | |
| 161 </ImportGroup> | |
| 162 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets"> | |
| 163 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 164 <Import Project="common.props" /> | |
| 165 </ImportGroup> | |
| 166 <PropertyGroup Label="UserMacros" /> | |
| 167 <ItemDefinitionGroup /> | |
| 168 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 169 <ImportGroup Label="ExtensionTargets"> | |
| 170 </ImportGroup> | |
| 171 </Project> |
