Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/win32/VS2015/test_opus_encode.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\opus_encode_regressions.c" /> | |
55 <ClCompile Include="..\..\tests\test_opus_encode.c" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <ProjectReference Include="opus.vcxproj"> | |
59 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project> | |
60 </ProjectReference> | |
61 </ItemGroup> | |
62 <PropertyGroup Label="Globals"> | |
63 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid> | |
64 <Keyword>Win32Proj</Keyword> | |
65 <RootNamespace>test_opus_api</RootNamespace> | |
66 </PropertyGroup> | |
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
69 <ConfigurationType>Application</ConfigurationType> | |
70 <PlatformToolset>v140</PlatformToolset> | |
71 </PropertyGroup> | |
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> | |
73 <ConfigurationType>Application</ConfigurationType> | |
74 <PlatformToolset>v140</PlatformToolset> | |
75 </PropertyGroup> | |
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration"> | |
77 <ConfigurationType>Application</ConfigurationType> | |
78 <PlatformToolset>v140</PlatformToolset> | |
79 </PropertyGroup> | |
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
81 <ConfigurationType>Application</ConfigurationType> | |
82 <PlatformToolset>v140</PlatformToolset> | |
83 </PropertyGroup> | |
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> | |
85 <ConfigurationType>Application</ConfigurationType> | |
86 <PlatformToolset>v140</PlatformToolset> | |
87 </PropertyGroup> | |
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration"> | |
89 <ConfigurationType>Application</ConfigurationType> | |
90 <PlatformToolset>v140</PlatformToolset> | |
91 </PropertyGroup> | |
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
93 <ConfigurationType>Application</ConfigurationType> | |
94 <PlatformToolset>v140</PlatformToolset> | |
95 </PropertyGroup> | |
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> | |
97 <ConfigurationType>Application</ConfigurationType> | |
98 <PlatformToolset>v140</PlatformToolset> | |
99 </PropertyGroup> | |
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration"> | |
101 <ConfigurationType>Application</ConfigurationType> | |
102 <PlatformToolset>v140</PlatformToolset> | |
103 </PropertyGroup> | |
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
105 <ConfigurationType>Application</ConfigurationType> | |
106 <PlatformToolset>v140</PlatformToolset> | |
107 </PropertyGroup> | |
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> | |
109 <ConfigurationType>Application</ConfigurationType> | |
110 <PlatformToolset>v140</PlatformToolset> | |
111 </PropertyGroup> | |
112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration"> | |
113 <ConfigurationType>Application</ConfigurationType> | |
114 <PlatformToolset>v140</PlatformToolset> | |
115 </PropertyGroup> | |
116 <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" /> | |
121 <Import Project="common.props" /> | |
122 </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" /> | |
125 <Import Project="common.props" /> | |
126 </ImportGroup> | |
127 <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" /> | |
129 <Import Project="common.props" /> | |
130 </ImportGroup> | |
131 <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" /> | |
133 <Import Project="common.props" /> | |
134 </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" /> | |
137 <Import Project="common.props" /> | |
138 </ImportGroup> | |
139 <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" /> | |
141 <Import Project="common.props" /> | |
142 </ImportGroup> | |
143 <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" /> | |
145 <Import Project="common.props" /> | |
146 </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" /> | |
149 <Import Project="common.props" /> | |
150 </ImportGroup> | |
151 <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" /> | |
153 <Import Project="common.props" /> | |
154 </ImportGroup> | |
155 <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" /> | |
157 <Import Project="common.props" /> | |
158 </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" /> | |
161 <Import Project="common.props" /> | |
162 </ImportGroup> | |
163 <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" /> | |
165 <Import Project="common.props" /> | |
166 </ImportGroup> | |
167 <PropertyGroup Label="UserMacros" /> | |
168 <ItemDefinitionGroup /> | |
169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
170 <ImportGroup Label="ExtensionTargets"> | |
171 </ImportGroup> | |
172 </Project> |