blob: 405efee99e1cd13de290c77622cc2ca7255361bb [file] [log] [blame]
uraymeiviar3aaddaf2015-11-06 21:58:25 +07001<?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">
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +01004 <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>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070012 <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>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010028 <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>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070036 <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>
Ricardo Constantinoe619ea72016-11-03 21:12:04 +000054 <ClCompile Include="..\..\tests\opus_encode_regressions.c" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +070055 <ClCompile Include="..\..\tests\test_opus_encode.c" />
56 </ItemGroup>
57 <ItemGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070058 <ProjectReference Include="opus.vcxproj">
59 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
60 </ProjectReference>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070061 </ItemGroup>
62 <PropertyGroup Label="Globals">
63 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid>
64 <Keyword>Win32Proj</Keyword>
65 <RootNamespace>test_opus_api</RootNamespace>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070066 </PropertyGroup>
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070070 <PlatformToolset>v140</PlatformToolset>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
73 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070074 <PlatformToolset>v140</PlatformToolset>
75 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010076 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
77 <ConfigurationType>Application</ConfigurationType>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010078 <PlatformToolset>v140</PlatformToolset>
79 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070080 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
81 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070082 <PlatformToolset>v140</PlatformToolset>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
85 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070086 <PlatformToolset>v140</PlatformToolset>
87 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010088 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
89 <ConfigurationType>Application</ConfigurationType>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010090 <PlatformToolset>v140</PlatformToolset>
91 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070092 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
93 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070094 <PlatformToolset>v140</PlatformToolset>
95 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
97 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070098 <PlatformToolset>v140</PlatformToolset>
99 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
101 <ConfigurationType>Application</ConfigurationType>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100102 <PlatformToolset>v140</PlatformToolset>
103 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700106 <PlatformToolset>v140</PlatformToolset>
107 </PropertyGroup>
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
109 <ConfigurationType>Application</ConfigurationType>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700110 <PlatformToolset>v140</PlatformToolset>
111 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
113 <ConfigurationType>Application</ConfigurationType>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100114 <PlatformToolset>v140</PlatformToolset>
115 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
117 <ImportGroup Label="ExtensionSettings">
118 </ImportGroup>
119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000121 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700122 </ImportGroup>
123 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000125 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700126 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000129 <Import Project="common.props" />
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100130 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700131 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000133 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700134 </ImportGroup>
135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000137 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700138 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100139 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets">
140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000141 <Import Project="common.props" />
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100142 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700143 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000145 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700146 </ImportGroup>
147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000149 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700150 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets">
152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000153 <Import Project="common.props" />
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100154 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000157 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700158 </ImportGroup>
159 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000161 <Import Project="common.props" />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700162 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100163 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
164 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000165 <Import Project="common.props" />
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100166 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700167 <PropertyGroup Label="UserMacros" />
Ricardo Constantinodaf1d122017-01-10 00:48:49 +0000168 <ItemDefinitionGroup />
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170 <ImportGroup Label="ExtensionTargets">
171 </ImportGroup>
172</Project>