blob: e5789cc9d51d0685c1d5fee1c10439a411614d33 [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>
54 <ClCompile Include="..\..\tests\test_opus_encode.c" />
55 </ItemGroup>
56 <ItemGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070057 <ProjectReference Include="opus.vcxproj">
58 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project>
59 </ProjectReference>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070060 </ItemGroup>
61 <PropertyGroup Label="Globals">
62 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid>
63 <Keyword>Win32Proj</Keyword>
64 <RootNamespace>test_opus_api</RootNamespace>
65 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
66 </PropertyGroup>
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
70 <UseDebugLibraries>true</UseDebugLibraries>
71 <CharacterSet>Unicode</CharacterSet>
72 <PlatformToolset>v140</PlatformToolset>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
75 <ConfigurationType>Application</ConfigurationType>
76 <UseDebugLibraries>true</UseDebugLibraries>
77 <CharacterSet>Unicode</CharacterSet>
78 <PlatformToolset>v140</PlatformToolset>
79 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010080 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="Configuration">
81 <ConfigurationType>Application</ConfigurationType>
82 <UseDebugLibraries>true</UseDebugLibraries>
83 <CharacterSet>Unicode</CharacterSet>
84 <PlatformToolset>v140</PlatformToolset>
85 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +070086 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
87 <ConfigurationType>Application</ConfigurationType>
88 <UseDebugLibraries>true</UseDebugLibraries>
89 <CharacterSet>Unicode</CharacterSet>
90 <PlatformToolset>v140</PlatformToolset>
91 </PropertyGroup>
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
93 <ConfigurationType>Application</ConfigurationType>
94 <UseDebugLibraries>true</UseDebugLibraries>
95 <CharacterSet>Unicode</CharacterSet>
96 <PlatformToolset>v140</PlatformToolset>
97 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +010098 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="Configuration">
99 <ConfigurationType>Application</ConfigurationType>
100 <UseDebugLibraries>true</UseDebugLibraries>
101 <CharacterSet>Unicode</CharacterSet>
102 <PlatformToolset>v140</PlatformToolset>
103 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
105 <ConfigurationType>Application</ConfigurationType>
106 <UseDebugLibraries>false</UseDebugLibraries>
107 <WholeProgramOptimization>true</WholeProgramOptimization>
108 <CharacterSet>Unicode</CharacterSet>
109 <PlatformToolset>v140</PlatformToolset>
110 </PropertyGroup>
111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
112 <ConfigurationType>Application</ConfigurationType>
113 <UseDebugLibraries>false</UseDebugLibraries>
114 <WholeProgramOptimization>true</WholeProgramOptimization>
115 <CharacterSet>Unicode</CharacterSet>
116 <PlatformToolset>v140</PlatformToolset>
117 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100118 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="Configuration">
119 <ConfigurationType>Application</ConfigurationType>
120 <UseDebugLibraries>false</UseDebugLibraries>
121 <WholeProgramOptimization>true</WholeProgramOptimization>
122 <CharacterSet>Unicode</CharacterSet>
123 <PlatformToolset>v140</PlatformToolset>
124 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700125 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
126 <ConfigurationType>Application</ConfigurationType>
127 <UseDebugLibraries>false</UseDebugLibraries>
128 <WholeProgramOptimization>true</WholeProgramOptimization>
129 <CharacterSet>Unicode</CharacterSet>
130 <PlatformToolset>v140</PlatformToolset>
131 </PropertyGroup>
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
133 <ConfigurationType>Application</ConfigurationType>
134 <UseDebugLibraries>false</UseDebugLibraries>
135 <WholeProgramOptimization>true</WholeProgramOptimization>
136 <CharacterSet>Unicode</CharacterSet>
137 <PlatformToolset>v140</PlatformToolset>
138 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="Configuration">
140 <ConfigurationType>Application</ConfigurationType>
141 <UseDebugLibraries>false</UseDebugLibraries>
142 <WholeProgramOptimization>true</WholeProgramOptimization>
143 <CharacterSet>Unicode</CharacterSet>
144 <PlatformToolset>v140</PlatformToolset>
145 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700146 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
147 <ImportGroup Label="ExtensionSettings">
148 </ImportGroup>
149 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
150 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
151 </ImportGroup>
152 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
154 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'" Label="PropertySheets">
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
157 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700158 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
159 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
160 </ImportGroup>
161 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
162 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
163 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100164 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'" Label="PropertySheets">
165 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
166 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700167 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
168 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
169 </ImportGroup>
170 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
171 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
172 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100173 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'" Label="PropertySheets">
174 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
175 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700176 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
177 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
178 </ImportGroup>
179 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
180 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
181 </ImportGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100182 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'" Label="PropertySheets">
183 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
184 </ImportGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700185 <PropertyGroup Label="UserMacros" />
186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
187 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
188 <OutDir>$(Platform)\$(Configuration)\</OutDir>
189 </PropertyGroup>
190 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
191 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
192 <OutDir>$(Platform)\$(Configuration)\</OutDir>
193 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100194 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
195 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
196 <OutDir>$(Platform)\$(Configuration)\</OutDir>
197 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700198 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
199 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
200 <OutDir>$(Platform)\$(Configuration)\</OutDir>
201 </PropertyGroup>
202 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
203 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
204 <OutDir>$(Platform)\$(Configuration)\</OutDir>
205 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100206 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
207 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
208 <OutDir>$(Platform)\$(Configuration)\</OutDir>
209 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700210 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
211 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
212 <OutDir>$(Platform)\$(Configuration)\</OutDir>
213 </PropertyGroup>
214 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
215 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
216 <OutDir>$(Platform)\$(Configuration)\</OutDir>
217 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100218 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
219 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
220 <OutDir>$(Platform)\$(Configuration)\</OutDir>
221 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
223 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
224 <OutDir>$(Platform)\$(Configuration)\</OutDir>
225 </PropertyGroup>
226 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
227 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
228 <OutDir>$(Platform)\$(Configuration)\</OutDir>
229 </PropertyGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100230 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
231 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
232 <OutDir>$(Platform)\$(Configuration)\</OutDir>
233 </PropertyGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700234 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
235 <ClCompile>
236 <PrecompiledHeader>
237 </PrecompiledHeader>
238 <WarningLevel>Level3</WarningLevel>
239 <Optimization>Disabled</Optimization>
240 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
241 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
242 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
243 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
244 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
245 <CompileAsManaged>false</CompileAsManaged>
246 <CompileAsWinRT>false</CompileAsWinRT>
247 <SDLCheck>true</SDLCheck>
248 <MultiProcessorCompilation>false</MultiProcessorCompilation>
249 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
250 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700251 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700252 <ControlFlowGuard>Guard</ControlFlowGuard>
253 <FunctionLevelLinking>false</FunctionLevelLinking>
254 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
255 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
256 <FloatingPointExceptions>true</FloatingPointExceptions>
257 <RuntimeTypeInfo>false</RuntimeTypeInfo>
258 <OpenMPSupport>false</OpenMPSupport>
259 </ClCompile>
260 <Link>
261 <SubSystem>Console</SubSystem>
262 <GenerateDebugInformation>true</GenerateDebugInformation>
263 </Link>
264 </ItemDefinitionGroup>
265 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
266 <ClCompile>
267 <PrecompiledHeader>
268 </PrecompiledHeader>
269 <WarningLevel>Level3</WarningLevel>
270 <Optimization>Disabled</Optimization>
271 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
272 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
uraymeiviarae8fec42015-11-06 22:25:25 +0700273 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700274 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
275 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
276 <CompileAsManaged>false</CompileAsManaged>
277 <CompileAsWinRT>false</CompileAsWinRT>
278 <SDLCheck>true</SDLCheck>
279 <MultiProcessorCompilation>false</MultiProcessorCompilation>
280 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
281 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700282 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700283 <ControlFlowGuard>Guard</ControlFlowGuard>
284 <FunctionLevelLinking>false</FunctionLevelLinking>
285 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
286 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
287 <FloatingPointExceptions>true</FloatingPointExceptions>
288 <RuntimeTypeInfo>false</RuntimeTypeInfo>
289 <OpenMPSupport>false</OpenMPSupport>
290 </ClCompile>
291 <Link>
292 <SubSystem>Console</SubSystem>
293 <GenerateDebugInformation>true</GenerateDebugInformation>
294 </Link>
295 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100296 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|Win32'">
297 <ClCompile>
298 <PrecompiledHeader>
299 </PrecompiledHeader>
300 <WarningLevel>Level3</WarningLevel>
301 <Optimization>Disabled</Optimization>
302 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
303 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
304 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
305 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
306 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
307 <CompileAsManaged>false</CompileAsManaged>
308 <CompileAsWinRT>false</CompileAsWinRT>
309 <SDLCheck>true</SDLCheck>
310 <MultiProcessorCompilation>false</MultiProcessorCompilation>
311 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
312 <StringPooling>false</StringPooling>
313 <SmallerTypeCheck>false</SmallerTypeCheck>
314 <ControlFlowGuard>Guard</ControlFlowGuard>
315 <FunctionLevelLinking>false</FunctionLevelLinking>
316 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
317 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
318 <FloatingPointExceptions>true</FloatingPointExceptions>
319 <RuntimeTypeInfo>false</RuntimeTypeInfo>
320 <OpenMPSupport>false</OpenMPSupport>
321 </ClCompile>
322 <Link>
323 <SubSystem>Console</SubSystem>
324 <GenerateDebugInformation>true</GenerateDebugInformation>
325 </Link>
326 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700327 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
328 <ClCompile>
329 <PrecompiledHeader>
330 </PrecompiledHeader>
331 <WarningLevel>Level3</WarningLevel>
332 <Optimization>Disabled</Optimization>
333 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
334 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
335 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
336 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
337 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
338 <CompileAsManaged>false</CompileAsManaged>
339 <CompileAsWinRT>false</CompileAsWinRT>
340 <SDLCheck>true</SDLCheck>
341 <MultiProcessorCompilation>false</MultiProcessorCompilation>
342 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
343 <OmitFramePointers>false</OmitFramePointers>
344 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700345 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700346 <ControlFlowGuard>Guard</ControlFlowGuard>
347 <FunctionLevelLinking>false</FunctionLevelLinking>
348 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700349 <FloatingPointExceptions>true</FloatingPointExceptions>
350 <RuntimeTypeInfo>false</RuntimeTypeInfo>
351 <OpenMPSupport>false</OpenMPSupport>
352 </ClCompile>
353 <Link>
354 <SubSystem>Console</SubSystem>
355 <GenerateDebugInformation>true</GenerateDebugInformation>
356 </Link>
357 </ItemDefinitionGroup>
358 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
359 <ClCompile>
360 <PrecompiledHeader>
361 </PrecompiledHeader>
362 <WarningLevel>Level3</WarningLevel>
363 <Optimization>Disabled</Optimization>
364 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
365 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
uraymeiviarae8fec42015-11-06 22:25:25 +0700366 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700367 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
368 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
369 <CompileAsManaged>false</CompileAsManaged>
370 <CompileAsWinRT>false</CompileAsWinRT>
371 <SDLCheck>true</SDLCheck>
372 <MultiProcessorCompilation>false</MultiProcessorCompilation>
373 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
374 <OmitFramePointers>false</OmitFramePointers>
375 <StringPooling>false</StringPooling>
uraymeiviarae8fec42015-11-06 22:25:25 +0700376 <SmallerTypeCheck>false</SmallerTypeCheck>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700377 <ControlFlowGuard>Guard</ControlFlowGuard>
378 <FunctionLevelLinking>false</FunctionLevelLinking>
379 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700380 <FloatingPointExceptions>true</FloatingPointExceptions>
381 <RuntimeTypeInfo>false</RuntimeTypeInfo>
382 <OpenMPSupport>false</OpenMPSupport>
383 </ClCompile>
384 <Link>
385 <SubSystem>Console</SubSystem>
386 <GenerateDebugInformation>true</GenerateDebugInformation>
387 </Link>
388 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100389 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL_fixed|x64'">
390 <ClCompile>
391 <PrecompiledHeader>
392 </PrecompiledHeader>
393 <WarningLevel>Level3</WarningLevel>
394 <Optimization>Disabled</Optimization>
395 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
396 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
397 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
398 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
399 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
400 <CompileAsManaged>false</CompileAsManaged>
401 <CompileAsWinRT>false</CompileAsWinRT>
402 <SDLCheck>true</SDLCheck>
403 <MultiProcessorCompilation>false</MultiProcessorCompilation>
404 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
405 <OmitFramePointers>false</OmitFramePointers>
406 <StringPooling>false</StringPooling>
407 <SmallerTypeCheck>false</SmallerTypeCheck>
408 <ControlFlowGuard>Guard</ControlFlowGuard>
409 <FunctionLevelLinking>false</FunctionLevelLinking>
410 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
411 <FloatingPointExceptions>true</FloatingPointExceptions>
412 <RuntimeTypeInfo>false</RuntimeTypeInfo>
413 <OpenMPSupport>false</OpenMPSupport>
414 </ClCompile>
415 <Link>
416 <SubSystem>Console</SubSystem>
417 <GenerateDebugInformation>true</GenerateDebugInformation>
418 </Link>
419 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700420 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
421 <ClCompile>
422 <WarningLevel>Level3</WarningLevel>
423 <PrecompiledHeader>
424 </PrecompiledHeader>
425 <Optimization>MaxSpeed</Optimization>
426 <FunctionLevelLinking>true</FunctionLevelLinking>
427 <IntrinsicFunctions>true</IntrinsicFunctions>
428 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
429 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
430 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
431 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
432 <DebugInformationFormat>None</DebugInformationFormat>
433 <CompileAsManaged>false</CompileAsManaged>
434 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700435 <MultiProcessorCompilation>true</MultiProcessorCompilation>
436 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
437 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
438 <OmitFramePointers>true</OmitFramePointers>
439 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
440 <StringPooling>true</StringPooling>
441 <ExceptionHandling>false</ExceptionHandling>
442 <StructMemberAlignment>16Bytes</StructMemberAlignment>
443 <BufferSecurityCheck>false</BufferSecurityCheck>
444 <ControlFlowGuard>false</ControlFlowGuard>
445 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
446 <FloatingPointModel>Fast</FloatingPointModel>
447 <FloatingPointExceptions>false</FloatingPointExceptions>
448 <RuntimeTypeInfo>false</RuntimeTypeInfo>
449 <OpenMPSupport>false</OpenMPSupport>
450 </ClCompile>
451 <Link>
452 <SubSystem>Console</SubSystem>
453 <EnableCOMDATFolding>true</EnableCOMDATFolding>
454 <OptimizeReferences>true</OptimizeReferences>
455 </Link>
456 </ItemDefinitionGroup>
457 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
458 <ClCompile>
459 <WarningLevel>Level3</WarningLevel>
460 <PrecompiledHeader>
461 </PrecompiledHeader>
462 <Optimization>MaxSpeed</Optimization>
463 <FunctionLevelLinking>true</FunctionLevelLinking>
464 <IntrinsicFunctions>true</IntrinsicFunctions>
465 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
uraymeiviarae8fec42015-11-06 22:25:25 +0700466 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700467 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
468 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
469 <DebugInformationFormat>None</DebugInformationFormat>
470 <CompileAsManaged>false</CompileAsManaged>
471 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700472 <MultiProcessorCompilation>true</MultiProcessorCompilation>
473 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
474 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
475 <OmitFramePointers>true</OmitFramePointers>
476 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
477 <StringPooling>true</StringPooling>
478 <ExceptionHandling>false</ExceptionHandling>
479 <StructMemberAlignment>16Bytes</StructMemberAlignment>
480 <BufferSecurityCheck>false</BufferSecurityCheck>
481 <ControlFlowGuard>false</ControlFlowGuard>
482 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
uraymeiviarae8fec42015-11-06 22:25:25 +0700483 <FloatingPointModel>Precise</FloatingPointModel>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700484 <FloatingPointExceptions>false</FloatingPointExceptions>
485 <RuntimeTypeInfo>false</RuntimeTypeInfo>
486 <OpenMPSupport>false</OpenMPSupport>
487 </ClCompile>
488 <Link>
489 <SubSystem>Console</SubSystem>
490 <EnableCOMDATFolding>true</EnableCOMDATFolding>
491 <OptimizeReferences>true</OptimizeReferences>
492 </Link>
493 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100494 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|Win32'">
495 <ClCompile>
496 <WarningLevel>Level3</WarningLevel>
497 <PrecompiledHeader>
498 </PrecompiledHeader>
499 <Optimization>MaxSpeed</Optimization>
500 <FunctionLevelLinking>true</FunctionLevelLinking>
501 <IntrinsicFunctions>true</IntrinsicFunctions>
502 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
503 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
504 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
505 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
506 <DebugInformationFormat>None</DebugInformationFormat>
507 <CompileAsManaged>false</CompileAsManaged>
508 <CompileAsWinRT>false</CompileAsWinRT>
509 <MultiProcessorCompilation>true</MultiProcessorCompilation>
510 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
511 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
512 <OmitFramePointers>true</OmitFramePointers>
513 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
514 <StringPooling>true</StringPooling>
515 <ExceptionHandling>false</ExceptionHandling>
516 <StructMemberAlignment>16Bytes</StructMemberAlignment>
517 <BufferSecurityCheck>false</BufferSecurityCheck>
518 <ControlFlowGuard>false</ControlFlowGuard>
519 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
520 <FloatingPointModel>Precise</FloatingPointModel>
521 <FloatingPointExceptions>false</FloatingPointExceptions>
522 <RuntimeTypeInfo>false</RuntimeTypeInfo>
523 <OpenMPSupport>false</OpenMPSupport>
524 </ClCompile>
525 <Link>
526 <SubSystem>Console</SubSystem>
527 <EnableCOMDATFolding>true</EnableCOMDATFolding>
528 <OptimizeReferences>true</OptimizeReferences>
529 </Link>
530 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700531 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
532 <ClCompile>
533 <WarningLevel>Level3</WarningLevel>
534 <PrecompiledHeader>
535 </PrecompiledHeader>
536 <Optimization>MaxSpeed</Optimization>
537 <FunctionLevelLinking>true</FunctionLevelLinking>
538 <IntrinsicFunctions>true</IntrinsicFunctions>
539 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
540 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
541 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
542 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
543 <DebugInformationFormat>None</DebugInformationFormat>
544 <CompileAsManaged>false</CompileAsManaged>
545 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700546 <MultiProcessorCompilation>true</MultiProcessorCompilation>
547 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
548 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
549 <OmitFramePointers>true</OmitFramePointers>
550 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
551 <StringPooling>true</StringPooling>
552 <ExceptionHandling>false</ExceptionHandling>
553 <StructMemberAlignment>16Bytes</StructMemberAlignment>
554 <BufferSecurityCheck>false</BufferSecurityCheck>
555 <ControlFlowGuard>false</ControlFlowGuard>
556 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
557 <FloatingPointModel>Fast</FloatingPointModel>
558 <FloatingPointExceptions>false</FloatingPointExceptions>
559 <RuntimeTypeInfo>false</RuntimeTypeInfo>
560 <OpenMPSupport>false</OpenMPSupport>
561 </ClCompile>
562 <Link>
563 <SubSystem>Console</SubSystem>
564 <EnableCOMDATFolding>true</EnableCOMDATFolding>
565 <OptimizeReferences>true</OptimizeReferences>
566 </Link>
567 </ItemDefinitionGroup>
568 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
569 <ClCompile>
570 <WarningLevel>Level3</WarningLevel>
571 <PrecompiledHeader>
572 </PrecompiledHeader>
573 <Optimization>MaxSpeed</Optimization>
574 <FunctionLevelLinking>true</FunctionLevelLinking>
575 <IntrinsicFunctions>true</IntrinsicFunctions>
576 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
uraymeiviarae8fec42015-11-06 22:25:25 +0700577 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700578 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
579 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
580 <DebugInformationFormat>None</DebugInformationFormat>
581 <CompileAsManaged>false</CompileAsManaged>
582 <CompileAsWinRT>false</CompileAsWinRT>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700583 <MultiProcessorCompilation>true</MultiProcessorCompilation>
584 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
585 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
586 <OmitFramePointers>true</OmitFramePointers>
587 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
588 <StringPooling>true</StringPooling>
589 <ExceptionHandling>false</ExceptionHandling>
590 <StructMemberAlignment>16Bytes</StructMemberAlignment>
591 <BufferSecurityCheck>false</BufferSecurityCheck>
592 <ControlFlowGuard>false</ControlFlowGuard>
593 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
uraymeiviarae8fec42015-11-06 22:25:25 +0700594 <FloatingPointModel>Precise</FloatingPointModel>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700595 <FloatingPointExceptions>false</FloatingPointExceptions>
596 <RuntimeTypeInfo>false</RuntimeTypeInfo>
597 <OpenMPSupport>false</OpenMPSupport>
598 </ClCompile>
599 <Link>
600 <SubSystem>Console</SubSystem>
601 <EnableCOMDATFolding>true</EnableCOMDATFolding>
602 <OptimizeReferences>true</OptimizeReferences>
603 </Link>
604 </ItemDefinitionGroup>
Ricardo Constantino (:RiCON)385d49e2016-07-16 01:55:28 +0100605 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL_fixed|x64'">
606 <ClCompile>
607 <WarningLevel>Level3</WarningLevel>
608 <PrecompiledHeader>
609 </PrecompiledHeader>
610 <Optimization>MaxSpeed</Optimization>
611 <FunctionLevelLinking>true</FunctionLevelLinking>
612 <IntrinsicFunctions>true</IntrinsicFunctions>
613 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
614 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
615 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories>
616 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
617 <DebugInformationFormat>None</DebugInformationFormat>
618 <CompileAsManaged>false</CompileAsManaged>
619 <CompileAsWinRT>false</CompileAsWinRT>
620 <MultiProcessorCompilation>true</MultiProcessorCompilation>
621 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
622 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
623 <OmitFramePointers>true</OmitFramePointers>
624 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
625 <StringPooling>true</StringPooling>
626 <ExceptionHandling>false</ExceptionHandling>
627 <StructMemberAlignment>16Bytes</StructMemberAlignment>
628 <BufferSecurityCheck>false</BufferSecurityCheck>
629 <ControlFlowGuard>false</ControlFlowGuard>
630 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
631 <FloatingPointModel>Precise</FloatingPointModel>
632 <FloatingPointExceptions>false</FloatingPointExceptions>
633 <RuntimeTypeInfo>false</RuntimeTypeInfo>
634 <OpenMPSupport>false</OpenMPSupport>
635 </ClCompile>
636 <Link>
637 <SubSystem>Console</SubSystem>
638 <EnableCOMDATFolding>true</EnableCOMDATFolding>
639 <OptimizeReferences>true</OptimizeReferences>
640 </Link>
641 </ItemDefinitionGroup>
uraymeiviar3aaddaf2015-11-06 21:58:25 +0700642 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
643 <ImportGroup Label="ExtensionTargets">
644 </ImportGroup>
645</Project>