blob: 41019c70ac3e6bda1950ae0c978d2c9039bd3b31 [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>
66 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
67 </PropertyGroup>
68 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
70 <ConfigurationType>Application</ConfigurationType>
71 <UseDebugLibraries>true</UseDebugLibraries>
72 <CharacterSet>Unicode</CharacterSet>
73 <PlatformToolset>v140</PlatformToolset>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <UseDebugLibraries>true</UseDebugLibraries>
78 <CharacterSet>Unicode</CharacterSet>
79 <PlatformToolset>v140</PlatformToolset>
80 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010081 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <UseDebugLibraries>true</UseDebugLibraries>
84 <CharacterSet>Unicode</CharacterSet>
85 <PlatformToolset>v140</PlatformToolset>
86 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070087 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
88 <ConfigurationType>Application</ConfigurationType>
89 <UseDebugLibraries>true</UseDebugLibraries>
90 <CharacterSet>Unicode</CharacterSet>
91 <PlatformToolset>v140</PlatformToolset>
92 </PropertyGroup>
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
94 <ConfigurationType>Application</ConfigurationType>
95 <UseDebugLibraries>true</UseDebugLibraries>
96 <CharacterSet>Unicode</CharacterSet>
97 <PlatformToolset>v140</PlatformToolset>
98 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010099 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
100 <ConfigurationType>Application</ConfigurationType>
101 <UseDebugLibraries>true</UseDebugLibraries>
102 <CharacterSet>Unicode</CharacterSet>
103 <PlatformToolset>v140</PlatformToolset>
104 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
106 <ConfigurationType>Application</ConfigurationType>
107 <UseDebugLibraries>false</UseDebugLibraries>
108 <WholeProgramOptimization>true</WholeProgramOptimization>
109 <CharacterSet>Unicode</CharacterSet>
110 <PlatformToolset>v140</PlatformToolset>
111 </PropertyGroup>
112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
113 <ConfigurationType>Application</ConfigurationType>
114 <UseDebugLibraries>false</UseDebugLibraries>
115 <WholeProgramOptimization>true</WholeProgramOptimization>
116 <CharacterSet>Unicode</CharacterSet>
117 <PlatformToolset>v140</PlatformToolset>
118 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
120 <ConfigurationType>Application</ConfigurationType>
121 <UseDebugLibraries>false</UseDebugLibraries>
122 <WholeProgramOptimization>true</WholeProgramOptimization>
123 <CharacterSet>Unicode</CharacterSet>
124 <PlatformToolset>v140</PlatformToolset>
125 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
127 <ConfigurationType>Application</ConfigurationType>
128 <UseDebugLibraries>false</UseDebugLibraries>
129 <WholeProgramOptimization>true</WholeProgramOptimization>
130 <CharacterSet>Unicode</CharacterSet>
131 <PlatformToolset>v140</PlatformToolset>
132 </PropertyGroup>
133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
134 <ConfigurationType>Application</ConfigurationType>
135 <UseDebugLibraries>false</UseDebugLibraries>
136 <WholeProgramOptimization>true</WholeProgramOptimization>
137 <CharacterSet>Unicode</CharacterSet>
138 <PlatformToolset>v140</PlatformToolset>
139 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
141 <ConfigurationType>Application</ConfigurationType>
142 <UseDebugLibraries>false</UseDebugLibraries>
143 <WholeProgramOptimization>true</WholeProgramOptimization>
144 <CharacterSet>Unicode</CharacterSet>
145 <PlatformToolset>v140</PlatformToolset>
146 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700147 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
148 <ImportGroup Label="ExtensionSettings">
149 </ImportGroup>
150 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
152 </ImportGroup>
153 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
154 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
155 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100156 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
157 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
158 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700159 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
161 </ImportGroup>
162 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
163 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
164 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100165 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets">
166 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
167 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700168 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
169 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
170 </ImportGroup>
171 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
172 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
173 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100174 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets">
175 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
176 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700177 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
178 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
179 </ImportGroup>
180 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
181 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
182 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100183 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
184 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
185 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700186 <PropertyGroup Label="UserMacros" />
187 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
188 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
189 <OutDir>$(Platform)\$(Configuration)\</OutDir>
190 </PropertyGroup>
191 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
192 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
193 <OutDir>$(Platform)\$(Configuration)\</OutDir>
194 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100195 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
196 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
197 <OutDir>$(Platform)\$(Configuration)\</OutDir>
198 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700199 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
200 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
201 <OutDir>$(Platform)\$(Configuration)\</OutDir>
202 </PropertyGroup>
203 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
204 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
205 <OutDir>$(Platform)\$(Configuration)\</OutDir>
206 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100207 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
208 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
209 <OutDir>$(Platform)\$(Configuration)\</OutDir>
210 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700211 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
212 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
213 <OutDir>$(Platform)\$(Configuration)\</OutDir>
214 </PropertyGroup>
215 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
216 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
217 <OutDir>$(Platform)\$(Configuration)\</OutDir>
218 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100219 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
220 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
221 <OutDir>$(Platform)\$(Configuration)\</OutDir>
222 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700223 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
224 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
225 <OutDir>$(Platform)\$(Configuration)\</OutDir>
226 </PropertyGroup>
227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
228 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
229 <OutDir>$(Platform)\$(Configuration)\</OutDir>
230 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100231 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
232 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
233 <OutDir>$(Platform)\$(Configuration)\</OutDir>
234 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700235 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
236 <ClCompile>
237 <PrecompiledHeader>
238 </PrecompiledHeader>
239 <WarningLevel>Level3</WarningLevel>
240 <Optimization>Disabled</Optimization>
241 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
243 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
244 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
245 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
246 <CompileAsManaged>false</CompileAsManaged>
247 <CompileAsWinRT>false</CompileAsWinRT>
248 <SDLCheck>true</SDLCheck>
249 <MultiProcessorCompilation>false</MultiProcessorCompilation>
250 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
251 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700252 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700253 <ControlFlowGuard>Guard</ControlFlowGuard>
254 <FunctionLevelLinking>false</FunctionLevelLinking>
255 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
256 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
257 <FloatingPointExceptions>true</FloatingPointExceptions>
258 <RuntimeTypeInfo>false</RuntimeTypeInfo>
259 <OpenMPSupport>false</OpenMPSupport>
260 </ClCompile>
261 <Link>
262 <SubSystem>Console</SubSystem>
263 <GenerateDebugInformation>true</GenerateDebugInformation>
264 </Link>
265 </ItemDefinitionGroup>
266 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
267 <ClCompile>
268 <PrecompiledHeader>
269 </PrecompiledHeader>
270 <WarningLevel>Level3</WarningLevel>
271 <Optimization>Disabled</Optimization>
272 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
273 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
uraymeiviarae8fec42015-11-06 22:25:25 +0700274 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700275 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
276 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
277 <CompileAsManaged>false</CompileAsManaged>
278 <CompileAsWinRT>false</CompileAsWinRT>
279 <SDLCheck>true</SDLCheck>
280 <MultiProcessorCompilation>false</MultiProcessorCompilation>
281 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
282 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700283 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700284 <ControlFlowGuard>Guard</ControlFlowGuard>
285 <FunctionLevelLinking>false</FunctionLevelLinking>
286 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
287 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
288 <FloatingPointExceptions>true</FloatingPointExceptions>
289 <RuntimeTypeInfo>false</RuntimeTypeInfo>
290 <OpenMPSupport>false</OpenMPSupport>
291 </ClCompile>
292 <Link>
293 <SubSystem>Console</SubSystem>
294 <GenerateDebugInformation>true</GenerateDebugInformation>
295 </Link>
296 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100297 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
298 <ClCompile>
299 <PrecompiledHeader>
300 </PrecompiledHeader>
301 <WarningLevel>Level3</WarningLevel>
302 <Optimization>Disabled</Optimization>
303 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
304 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
305 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
306 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
307 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
308 <CompileAsManaged>false</CompileAsManaged>
309 <CompileAsWinRT>false</CompileAsWinRT>
310 <SDLCheck>true</SDLCheck>
311 <MultiProcessorCompilation>false</MultiProcessorCompilation>
312 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
313 <StringPooling>false</StringPooling>
314 <SmallerTypeCheck>false</SmallerTypeCheck>
315 <ControlFlowGuard>Guard</ControlFlowGuard>
316 <FunctionLevelLinking>false</FunctionLevelLinking>
317 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
318 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
319 <FloatingPointExceptions>true</FloatingPointExceptions>
320 <RuntimeTypeInfo>false</RuntimeTypeInfo>
321 <OpenMPSupport>false</OpenMPSupport>
322 </ClCompile>
323 <Link>
324 <SubSystem>Console</SubSystem>
325 <GenerateDebugInformation>true</GenerateDebugInformation>
326 </Link>
327 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700328 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
329 <ClCompile>
330 <PrecompiledHeader>
331 </PrecompiledHeader>
332 <WarningLevel>Level3</WarningLevel>
333 <Optimization>Disabled</Optimization>
334 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
335 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
336 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
337 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
338 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
339 <CompileAsManaged>false</CompileAsManaged>
340 <CompileAsWinRT>false</CompileAsWinRT>
341 <SDLCheck>true</SDLCheck>
342 <MultiProcessorCompilation>false</MultiProcessorCompilation>
343 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
344 <OmitFramePointers>false</OmitFramePointers>
345 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700346 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700347 <ControlFlowGuard>Guard</ControlFlowGuard>
348 <FunctionLevelLinking>false</FunctionLevelLinking>
349 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700350 <FloatingPointExceptions>true</FloatingPointExceptions>
351 <RuntimeTypeInfo>false</RuntimeTypeInfo>
352 <OpenMPSupport>false</OpenMPSupport>
353 </ClCompile>
354 <Link>
355 <SubSystem>Console</SubSystem>
356 <GenerateDebugInformation>true</GenerateDebugInformation>
357 </Link>
358 </ItemDefinitionGroup>
359 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
360 <ClCompile>
361 <PrecompiledHeader>
362 </PrecompiledHeader>
363 <WarningLevel>Level3</WarningLevel>
364 <Optimization>Disabled</Optimization>
365 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
366 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
uraymeiviarae8fec42015-11-06 22:25:25 +0700367 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700368 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
369 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
370 <CompileAsManaged>false</CompileAsManaged>
371 <CompileAsWinRT>false</CompileAsWinRT>
372 <SDLCheck>true</SDLCheck>
373 <MultiProcessorCompilation>false</MultiProcessorCompilation>
374 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
375 <OmitFramePointers>false</OmitFramePointers>
376 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700377 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700378 <ControlFlowGuard>Guard</ControlFlowGuard>
379 <FunctionLevelLinking>false</FunctionLevelLinking>
380 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700381 <FloatingPointExceptions>true</FloatingPointExceptions>
382 <RuntimeTypeInfo>false</RuntimeTypeInfo>
383 <OpenMPSupport>false</OpenMPSupport>
384 </ClCompile>
385 <Link>
386 <SubSystem>Console</SubSystem>
387 <GenerateDebugInformation>true</GenerateDebugInformation>
388 </Link>
389 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100390 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
391 <ClCompile>
392 <PrecompiledHeader>
393 </PrecompiledHeader>
394 <WarningLevel>Level3</WarningLevel>
395 <Optimization>Disabled</Optimization>
396 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
397 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
398 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
399 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
400 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
401 <CompileAsManaged>false</CompileAsManaged>
402 <CompileAsWinRT>false</CompileAsWinRT>
403 <SDLCheck>true</SDLCheck>
404 <MultiProcessorCompilation>false</MultiProcessorCompilation>
405 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
406 <OmitFramePointers>false</OmitFramePointers>
407 <StringPooling>false</StringPooling>
408 <SmallerTypeCheck>false</SmallerTypeCheck>
409 <ControlFlowGuard>Guard</ControlFlowGuard>
410 <FunctionLevelLinking>false</FunctionLevelLinking>
411 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
412 <FloatingPointExceptions>true</FloatingPointExceptions>
413 <RuntimeTypeInfo>false</RuntimeTypeInfo>
414 <OpenMPSupport>false</OpenMPSupport>
415 </ClCompile>
416 <Link>
417 <SubSystem>Console</SubSystem>
418 <GenerateDebugInformation>true</GenerateDebugInformation>
419 </Link>
420 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700421 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
422 <ClCompile>
423 <WarningLevel>Level3</WarningLevel>
424 <PrecompiledHeader>
425 </PrecompiledHeader>
426 <Optimization>MaxSpeed</Optimization>
427 <FunctionLevelLinking>true</FunctionLevelLinking>
428 <IntrinsicFunctions>true</IntrinsicFunctions>
429 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
430 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
431 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
432 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
433 <DebugInformationFormat>None</DebugInformationFormat>
434 <CompileAsManaged>false</CompileAsManaged>
435 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700436 <MultiProcessorCompilation>true</MultiProcessorCompilation>
437 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
438 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
439 <OmitFramePointers>true</OmitFramePointers>
440 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
441 <StringPooling>true</StringPooling>
442 <ExceptionHandling>false</ExceptionHandling>
443 <StructMemberAlignment>16Bytes</StructMemberAlignment>
444 <BufferSecurityCheck>false</BufferSecurityCheck>
445 <ControlFlowGuard>false</ControlFlowGuard>
446 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
447 <FloatingPointModel>Fast</FloatingPointModel>
448 <FloatingPointExceptions>false</FloatingPointExceptions>
449 <RuntimeTypeInfo>false</RuntimeTypeInfo>
450 <OpenMPSupport>false</OpenMPSupport>
451 </ClCompile>
452 <Link>
453 <SubSystem>Console</SubSystem>
454 <EnableCOMDATFolding>true</EnableCOMDATFolding>
455 <OptimizeReferences>true</OptimizeReferences>
456 </Link>
457 </ItemDefinitionGroup>
458 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
459 <ClCompile>
460 <WarningLevel>Level3</WarningLevel>
461 <PrecompiledHeader>
462 </PrecompiledHeader>
463 <Optimization>MaxSpeed</Optimization>
464 <FunctionLevelLinking>true</FunctionLevelLinking>
465 <IntrinsicFunctions>true</IntrinsicFunctions>
466 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
uraymeiviarae8fec42015-11-06 22:25:25 +0700467 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700468 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
469 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
470 <DebugInformationFormat>None</DebugInformationFormat>
471 <CompileAsManaged>false</CompileAsManaged>
472 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700473 <MultiProcessorCompilation>true</MultiProcessorCompilation>
474 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
475 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
476 <OmitFramePointers>true</OmitFramePointers>
477 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
478 <StringPooling>true</StringPooling>
479 <ExceptionHandling>false</ExceptionHandling>
480 <StructMemberAlignment>16Bytes</StructMemberAlignment>
481 <BufferSecurityCheck>false</BufferSecurityCheck>
482 <ControlFlowGuard>false</ControlFlowGuard>
483 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
uraymeiviarae8fec42015-11-06 22:25:25 +0700484 <FloatingPointModel>Precise</FloatingPointModel>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700485 <FloatingPointExceptions>false</FloatingPointExceptions>
486 <RuntimeTypeInfo>false</RuntimeTypeInfo>
487 <OpenMPSupport>false</OpenMPSupport>
488 </ClCompile>
489 <Link>
490 <SubSystem>Console</SubSystem>
491 <EnableCOMDATFolding>true</EnableCOMDATFolding>
492 <OptimizeReferences>true</OptimizeReferences>
493 </Link>
494 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100495 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
496 <ClCompile>
497 <WarningLevel>Level3</WarningLevel>
498 <PrecompiledHeader>
499 </PrecompiledHeader>
500 <Optimization>MaxSpeed</Optimization>
501 <FunctionLevelLinking>true</FunctionLevelLinking>
502 <IntrinsicFunctions>true</IntrinsicFunctions>
503 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
504 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
505 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
506 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
507 <DebugInformationFormat>None</DebugInformationFormat>
508 <CompileAsManaged>false</CompileAsManaged>
509 <CompileAsWinRT>false</CompileAsWinRT>
510 <MultiProcessorCompilation>true</MultiProcessorCompilation>
511 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
512 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
513 <OmitFramePointers>true</OmitFramePointers>
514 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
515 <StringPooling>true</StringPooling>
516 <ExceptionHandling>false</ExceptionHandling>
517 <StructMemberAlignment>16Bytes</StructMemberAlignment>
518 <BufferSecurityCheck>false</BufferSecurityCheck>
519 <ControlFlowGuard>false</ControlFlowGuard>
520 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
521 <FloatingPointModel>Precise</FloatingPointModel>
522 <FloatingPointExceptions>false</FloatingPointExceptions>
523 <RuntimeTypeInfo>false</RuntimeTypeInfo>
524 <OpenMPSupport>false</OpenMPSupport>
525 </ClCompile>
526 <Link>
527 <SubSystem>Console</SubSystem>
528 <EnableCOMDATFolding>true</EnableCOMDATFolding>
529 <OptimizeReferences>true</OptimizeReferences>
530 </Link>
531 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700532 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
533 <ClCompile>
534 <WarningLevel>Level3</WarningLevel>
535 <PrecompiledHeader>
536 </PrecompiledHeader>
537 <Optimization>MaxSpeed</Optimization>
538 <FunctionLevelLinking>true</FunctionLevelLinking>
539 <IntrinsicFunctions>true</IntrinsicFunctions>
540 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
541 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
542 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
543 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
544 <DebugInformationFormat>None</DebugInformationFormat>
545 <CompileAsManaged>false</CompileAsManaged>
546 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700547 <MultiProcessorCompilation>true</MultiProcessorCompilation>
548 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
549 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
550 <OmitFramePointers>true</OmitFramePointers>
551 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
552 <StringPooling>true</StringPooling>
553 <ExceptionHandling>false</ExceptionHandling>
554 <StructMemberAlignment>16Bytes</StructMemberAlignment>
555 <BufferSecurityCheck>false</BufferSecurityCheck>
556 <ControlFlowGuard>false</ControlFlowGuard>
557 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
558 <FloatingPointModel>Fast</FloatingPointModel>
559 <FloatingPointExceptions>false</FloatingPointExceptions>
560 <RuntimeTypeInfo>false</RuntimeTypeInfo>
561 <OpenMPSupport>false</OpenMPSupport>
562 </ClCompile>
563 <Link>
564 <SubSystem>Console</SubSystem>
565 <EnableCOMDATFolding>true</EnableCOMDATFolding>
566 <OptimizeReferences>true</OptimizeReferences>
567 </Link>
568 </ItemDefinitionGroup>
569 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
570 <ClCompile>
571 <WarningLevel>Level3</WarningLevel>
572 <PrecompiledHeader>
573 </PrecompiledHeader>
574 <Optimization>MaxSpeed</Optimization>
575 <FunctionLevelLinking>true</FunctionLevelLinking>
576 <IntrinsicFunctions>true</IntrinsicFunctions>
577 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
uraymeiviarae8fec42015-11-06 22:25:25 +0700578 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700579 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
580 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
581 <DebugInformationFormat>None</DebugInformationFormat>
582 <CompileAsManaged>false</CompileAsManaged>
583 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700584 <MultiProcessorCompilation>true</MultiProcessorCompilation>
585 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
586 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
587 <OmitFramePointers>true</OmitFramePointers>
588 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
589 <StringPooling>true</StringPooling>
590 <ExceptionHandling>false</ExceptionHandling>
591 <StructMemberAlignment>16Bytes</StructMemberAlignment>
592 <BufferSecurityCheck>false</BufferSecurityCheck>
593 <ControlFlowGuard>false</ControlFlowGuard>
594 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
uraymeiviarae8fec42015-11-06 22:25:25 +0700595 <FloatingPointModel>Precise</FloatingPointModel>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700596 <FloatingPointExceptions>false</FloatingPointExceptions>
597 <RuntimeTypeInfo>false</RuntimeTypeInfo>
598 <OpenMPSupport>false</OpenMPSupport>
599 </ClCompile>
600 <Link>
601 <SubSystem>Console</SubSystem>
602 <EnableCOMDATFolding>true</EnableCOMDATFolding>
603 <OptimizeReferences>true</OptimizeReferences>
604 </Link>
605 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100606 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
607 <ClCompile>
608 <WarningLevel>Level3</WarningLevel>
609 <PrecompiledHeader>
610 </PrecompiledHeader>
611 <Optimization>MaxSpeed</Optimization>
612 <FunctionLevelLinking>true</FunctionLevelLinking>
613 <IntrinsicFunctions>true</IntrinsicFunctions>
614 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
615 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
616 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
617 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
618 <DebugInformationFormat>None</DebugInformationFormat>
619 <CompileAsManaged>false</CompileAsManaged>
620 <CompileAsWinRT>false</CompileAsWinRT>
621 <MultiProcessorCompilation>true</MultiProcessorCompilation>
622 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
623 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
624 <OmitFramePointers>true</OmitFramePointers>
625 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
626 <StringPooling>true</StringPooling>
627 <ExceptionHandling>false</ExceptionHandling>
628 <StructMemberAlignment>16Bytes</StructMemberAlignment>
629 <BufferSecurityCheck>false</BufferSecurityCheck>
630 <ControlFlowGuard>false</ControlFlowGuard>
631 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
632 <FloatingPointModel>Precise</FloatingPointModel>
633 <FloatingPointExceptions>false</FloatingPointExceptions>
634 <RuntimeTypeInfo>false</RuntimeTypeInfo>
635 <OpenMPSupport>false</OpenMPSupport>
636 </ClCompile>
637 <Link>
638 <SubSystem>Console</SubSystem>
639 <EnableCOMDATFolding>true</EnableCOMDATFolding>
640 <OptimizeReferences>true</OptimizeReferences>
641 </Link>
642 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700643 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
644 <ImportGroup Label="ExtensionTargets">
645 </ImportGroup>
646</Project>