blob: 0559aa60a88fe09fcedb23c1d70a32a0aabf168e [file] [log] [blame]
Felicia Limd03c3732016-07-25 20:28:37 +02001<?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|Win32">
5 <Configuration>DebugDLL</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="DebugDLL|x64">
9 <Configuration>DebugDLL</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="ReleaseDLL|Win32">
21 <Configuration>ReleaseDLL</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="ReleaseDLL|x64">
25 <Configuration>ReleaseDLL</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <Keyword>Win32Proj</Keyword>
39 <ProjectName>opus</ProjectName>
40 <ProjectGuid>{219EC965-228A-1824-174D-96449D05F88A}</ProjectGuid>
41 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
42 </PropertyGroup>
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>true</UseDebugLibraries>
47 <PlatformToolset>v140</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration">
50 <ConfigurationType>DynamicLibrary</ConfigurationType>
51 <UseDebugLibraries>true</UseDebugLibraries>
52 <PlatformToolset>v140</PlatformToolset>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
55 <ConfigurationType>StaticLibrary</ConfigurationType>
56 <UseDebugLibraries>true</UseDebugLibraries>
57 <PlatformToolset>v140</PlatformToolset>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration">
60 <ConfigurationType>DynamicLibrary</ConfigurationType>
61 <UseDebugLibraries>true</UseDebugLibraries>
62 <PlatformToolset>v140</PlatformToolset>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
65 <UseDebugLibraries>false</UseDebugLibraries>
66 <ConfigurationType>StaticLibrary</ConfigurationType>
67 <WholeProgramOptimization>true</WholeProgramOptimization>
68 <PlatformToolset>v140</PlatformToolset>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
71 <UseDebugLibraries>false</UseDebugLibraries>
72 <ConfigurationType>DynamicLibrary</ConfigurationType>
73 <WholeProgramOptimization>true</WholeProgramOptimization>
74 <PlatformToolset>v140</PlatformToolset>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
77 <ConfigurationType>StaticLibrary</ConfigurationType>
78 <UseDebugLibraries>false</UseDebugLibraries>
79 <PlatformToolset>v140</PlatformToolset>
80 <WholeProgramOptimization>true</WholeProgramOptimization>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
83 <ConfigurationType>DynamicLibrary</ConfigurationType>
84 <UseDebugLibraries>false</UseDebugLibraries>
85 <PlatformToolset>v140</PlatformToolset>
86 <WholeProgramOptimization>true</WholeProgramOptimization>
87 </PropertyGroup>
88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
89 <ImportGroup Label="ExtensionSettings">
90 </ImportGroup>
91 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
93 </ImportGroup>
94 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets">
95 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
96 </ImportGroup>
97 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
98 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99 </ImportGroup>
100 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets">
101 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102 </ImportGroup>
103 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
105 </ImportGroup>
106 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
107 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
108 </ImportGroup>
109 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
110 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
111 </ImportGroup>
112 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
113 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
114 </ImportGroup>
115 <PropertyGroup Label="UserMacros" />
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
117 <LinkIncremental>true</LinkIncremental>
118 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
119 <OutDir>$(Platform)\$(Configuration)\</OutDir>
120 </PropertyGroup>
121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
122 <LinkIncremental>true</LinkIncremental>
123 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
124 <OutDir>$(Platform)\$(Configuration)\</OutDir>
125 </PropertyGroup>
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
127 <LinkIncremental>true</LinkIncremental>
128 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
129 <OutDir>$(Platform)\$(Configuration)\</OutDir>
130 </PropertyGroup>
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
132 <LinkIncremental>true</LinkIncremental>
133 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
134 <OutDir>$(Platform)\$(Configuration)\</OutDir>
135 </PropertyGroup>
136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137 <LinkIncremental>false</LinkIncremental>
138 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
139 <OutDir>$(Platform)\$(Configuration)\</OutDir>
140 </PropertyGroup>
141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
142 <LinkIncremental>false</LinkIncremental>
143 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
144 <OutDir>$(Platform)\$(Configuration)\</OutDir>
145 </PropertyGroup>
146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147 <LinkIncremental>false</LinkIncremental>
148 <CustomBuildBeforeTargets>
149 </CustomBuildBeforeTargets>
150 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
151 <OutDir>$(Platform)\$(Configuration)\</OutDir>
152 </PropertyGroup>
153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
154 <LinkIncremental>false</LinkIncremental>
155 <CustomBuildBeforeTargets />
156 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
157 <OutDir>$(Platform)\$(Configuration)\</OutDir>
158 </PropertyGroup>
159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
160 <ClCompile>
161 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
164 <WarningLevel>Level3</WarningLevel>
165 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
166 <Optimization>Disabled</Optimization>
167 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
168 <CompileAsManaged>false</CompileAsManaged>
169 <CompileAsWinRT>false</CompileAsWinRT>
170 <SDLCheck>true</SDLCheck>
171 <MultiProcessorCompilation>false</MultiProcessorCompilation>
172 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
173 <StringPooling>false</StringPooling>
174 <ControlFlowGuard>Guard</ControlFlowGuard>
175 <FunctionLevelLinking>false</FunctionLevelLinking>
176 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
177 <FloatingPointExceptions>true</FloatingPointExceptions>
178 <RuntimeTypeInfo>false</RuntimeTypeInfo>
179 <OpenMPSupport>false</OpenMPSupport>
180 <SmallerTypeCheck>false</SmallerTypeCheck>
181 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
182 </ClCompile>
183 <Link>
184 <TargetMachine>MachineX86</TargetMachine>
185 <GenerateDebugInformation>true</GenerateDebugInformation>
186 <SubSystem>Console</SubSystem>
187 <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
188 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
189 </Link>
190 <PreBuildEvent>
191 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
192 <Message>Generating version.h</Message>
193 </PreBuildEvent>
194 <CustomBuildStep>
195 <Command>
196 </Command>
197 </CustomBuildStep>
198 <CustomBuildStep>
199 <Outputs>
200 </Outputs>
201 </CustomBuildStep>
202 <Lib>
203 <SubSystem>Windows</SubSystem>
204 </Lib>
205 </ItemDefinitionGroup>
206 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
207 <ClCompile>
208 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
209 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
210 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
211 <WarningLevel>Level3</WarningLevel>
212 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
213 <Optimization>Disabled</Optimization>
214 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
215 <CompileAsManaged>false</CompileAsManaged>
216 <CompileAsWinRT>false</CompileAsWinRT>
217 <SDLCheck>true</SDLCheck>
218 <MultiProcessorCompilation>false</MultiProcessorCompilation>
219 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
220 <StringPooling>false</StringPooling>
221 <ControlFlowGuard>Guard</ControlFlowGuard>
222 <FunctionLevelLinking>false</FunctionLevelLinking>
223 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
224 <FloatingPointExceptions>true</FloatingPointExceptions>
225 <RuntimeTypeInfo>false</RuntimeTypeInfo>
226 <OpenMPSupport>false</OpenMPSupport>
227 <SmallerTypeCheck>false</SmallerTypeCheck>
228 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
229 </ClCompile>
230 <Link>
231 <TargetMachine>MachineX86</TargetMachine>
232 <GenerateDebugInformation>true</GenerateDebugInformation>
233 <SubSystem>Console</SubSystem>
234 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
235 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
236 <EnableCOMDATFolding>false</EnableCOMDATFolding>
237 </Link>
238 <PreBuildEvent>
239 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
240 <Message>Generating version.h</Message>
241 </PreBuildEvent>
242 <CustomBuildStep>
243 <Command>
244 </Command>
245 </CustomBuildStep>
246 <CustomBuildStep>
247 <Outputs>
248 </Outputs>
249 </CustomBuildStep>
250 <Lib>
251 <SubSystem>Windows</SubSystem>
252 </Lib>
253 </ItemDefinitionGroup>
254 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
255 <ClCompile>
256 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
258 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
259 <WarningLevel>Level3</WarningLevel>
260 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
261 <Optimization>Disabled</Optimization>
262 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
263 <CompileAsManaged>false</CompileAsManaged>
264 <CompileAsWinRT>false</CompileAsWinRT>
265 <SDLCheck>true</SDLCheck>
266 <MultiProcessorCompilation>false</MultiProcessorCompilation>
267 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
268 <OmitFramePointers>false</OmitFramePointers>
269 <StringPooling>false</StringPooling>
270 <ControlFlowGuard>Guard</ControlFlowGuard>
271 <FunctionLevelLinking>false</FunctionLevelLinking>
272 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
273 <FloatingPointExceptions>true</FloatingPointExceptions>
274 <RuntimeTypeInfo>false</RuntimeTypeInfo>
275 <OpenMPSupport>false</OpenMPSupport>
276 <SmallerTypeCheck>false</SmallerTypeCheck>
277 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
278 </ClCompile>
279 <Link>
280 <GenerateDebugInformation>true</GenerateDebugInformation>
281 <SubSystem>Console</SubSystem>
282 <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
283 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
284 </Link>
285 <PreBuildEvent>
286 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
287 <Message>Generating version.h</Message>
288 </PreBuildEvent>
289 <CustomBuildStep>
290 <Command>
291 </Command>
292 </CustomBuildStep>
293 <CustomBuildStep>
294 <Outputs>
295 </Outputs>
296 </CustomBuildStep>
297 <Lib>
298 <SubSystem>Windows</SubSystem>
299 </Lib>
300 </ItemDefinitionGroup>
301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
302 <ClCompile>
303 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_CONSOLE;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
304 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
305 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
306 <WarningLevel>Level3</WarningLevel>
307 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
308 <Optimization>Disabled</Optimization>
309 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
310 <CompileAsManaged>false</CompileAsManaged>
311 <CompileAsWinRT>false</CompileAsWinRT>
312 <SDLCheck>true</SDLCheck>
313 <MultiProcessorCompilation>false</MultiProcessorCompilation>
314 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
315 <OmitFramePointers>false</OmitFramePointers>
316 <StringPooling>false</StringPooling>
317 <ControlFlowGuard>Guard</ControlFlowGuard>
318 <FunctionLevelLinking>false</FunctionLevelLinking>
319 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
320 <FloatingPointExceptions>true</FloatingPointExceptions>
321 <RuntimeTypeInfo>false</RuntimeTypeInfo>
322 <OpenMPSupport>false</OpenMPSupport>
323 <SmallerTypeCheck>false</SmallerTypeCheck>
324 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
325 </ClCompile>
326 <Link>
327 <GenerateDebugInformation>true</GenerateDebugInformation>
328 <SubSystem>Console</SubSystem>
329 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
330 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
331 <EnableCOMDATFolding>false</EnableCOMDATFolding>
332 </Link>
333 <PreBuildEvent>
334 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
335 <Message>Generating version.h</Message>
336 </PreBuildEvent>
337 <CustomBuildStep>
338 <Command>
339 </Command>
340 </CustomBuildStep>
341 <CustomBuildStep>
342 <Outputs>
343 </Outputs>
344 </CustomBuildStep>
345 <Lib>
346 <SubSystem>Windows</SubSystem>
347 </Lib>
348 </ItemDefinitionGroup>
349 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
350 <ClCompile>
351 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
352 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
353 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
354 <WarningLevel>Level3</WarningLevel>
355 <DebugInformationFormat>None</DebugInformationFormat>
356 <IntrinsicFunctions>true</IntrinsicFunctions>
357 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
358 <CompileAsManaged>false</CompileAsManaged>
359 <CompileAsWinRT>false</CompileAsWinRT>
360 <SDLCheck>false</SDLCheck>
361 <MultiProcessorCompilation>true</MultiProcessorCompilation>
362 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
363 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
364 <OmitFramePointers>true</OmitFramePointers>
365 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
366 <StringPooling>true</StringPooling>
367 <ExceptionHandling>false</ExceptionHandling>
368 <StructMemberAlignment>16Bytes</StructMemberAlignment>
369 <BufferSecurityCheck>false</BufferSecurityCheck>
370 <ControlFlowGuard>false</ControlFlowGuard>
371 <FunctionLevelLinking>true</FunctionLevelLinking>
372 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
373 <FloatingPointModel>Fast</FloatingPointModel>
374 <FloatingPointExceptions>false</FloatingPointExceptions>
375 <RuntimeTypeInfo>false</RuntimeTypeInfo>
376 <OpenMPSupport>false</OpenMPSupport>
377 </ClCompile>
378 <Link>
379 <TargetMachine>MachineX86</TargetMachine>
380 <GenerateDebugInformation>false</GenerateDebugInformation>
381 <SubSystem>Console</SubSystem>
382 <EnableCOMDATFolding>true</EnableCOMDATFolding>
383 <OptimizeReferences>true</OptimizeReferences>
384 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
385 <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
386 <LinkStatus>false</LinkStatus>
387 </Link>
388 <PreBuildEvent>
389 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
390 <Message>Generating version.h</Message>
391 </PreBuildEvent>
392 <CustomBuildStep>
393 <Command>
394 </Command>
395 </CustomBuildStep>
396 <CustomBuildStep>
397 <Outputs>
398 </Outputs>
399 </CustomBuildStep>
400 </ItemDefinitionGroup>
401 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
402 <ClCompile>
403 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
404 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
405 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
406 <WarningLevel>Level3</WarningLevel>
407 <DebugInformationFormat>None</DebugInformationFormat>
408 <IntrinsicFunctions>true</IntrinsicFunctions>
409 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
410 <CompileAsManaged>false</CompileAsManaged>
411 <CompileAsWinRT>false</CompileAsWinRT>
412 <SDLCheck>false</SDLCheck>
413 <MultiProcessorCompilation>true</MultiProcessorCompilation>
414 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
415 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
416 <OmitFramePointers>true</OmitFramePointers>
417 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
418 <StringPooling>true</StringPooling>
419 <ExceptionHandling>false</ExceptionHandling>
420 <StructMemberAlignment>16Bytes</StructMemberAlignment>
421 <BufferSecurityCheck>false</BufferSecurityCheck>
422 <ControlFlowGuard>false</ControlFlowGuard>
423 <FunctionLevelLinking>true</FunctionLevelLinking>
424 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
425 <FloatingPointModel>Precise</FloatingPointModel>
426 <FloatingPointExceptions>false</FloatingPointExceptions>
427 <RuntimeTypeInfo>false</RuntimeTypeInfo>
428 <OpenMPSupport>false</OpenMPSupport>
429 </ClCompile>
430 <Link>
431 <TargetMachine>MachineX86</TargetMachine>
432 <GenerateDebugInformation>false</GenerateDebugInformation>
433 <SubSystem>Console</SubSystem>
434 <EnableCOMDATFolding>true</EnableCOMDATFolding>
435 <OptimizeReferences>true</OptimizeReferences>
436 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
437 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
438 <LinkStatus>true</LinkStatus>
439 <LargeAddressAware>true</LargeAddressAware>
440 </Link>
441 <PreBuildEvent>
442 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
443 <Message>Generating version.h</Message>
444 </PreBuildEvent>
445 <CustomBuildStep>
446 <Command>
447 </Command>
448 </CustomBuildStep>
449 <CustomBuildStep>
450 <Outputs>
451 </Outputs>
452 </CustomBuildStep>
453 </ItemDefinitionGroup>
454 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
455 <ClCompile>
456 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
457 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
458 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
459 <WarningLevel>Level3</WarningLevel>
460 <DebugInformationFormat>None</DebugInformationFormat>
461 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
462 <CompileAsManaged>false</CompileAsManaged>
463 <CompileAsWinRT>false</CompileAsWinRT>
464 <SDLCheck>false</SDLCheck>
465 <MultiProcessorCompilation>true</MultiProcessorCompilation>
466 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
467 <IntrinsicFunctions>true</IntrinsicFunctions>
468 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
469 <OmitFramePointers>true</OmitFramePointers>
470 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
471 <StringPooling>true</StringPooling>
472 <ExceptionHandling>false</ExceptionHandling>
473 <StructMemberAlignment>16Bytes</StructMemberAlignment>
474 <BufferSecurityCheck>false</BufferSecurityCheck>
475 <ControlFlowGuard>false</ControlFlowGuard>
476 <FunctionLevelLinking>true</FunctionLevelLinking>
477 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
478 <FloatingPointModel>Fast</FloatingPointModel>
479 <FloatingPointExceptions>false</FloatingPointExceptions>
480 <RuntimeTypeInfo>false</RuntimeTypeInfo>
481 <OpenMPSupport>false</OpenMPSupport>
482 </ClCompile>
483 <Link>
484 <GenerateDebugInformation>false</GenerateDebugInformation>
485 <SubSystem>Console</SubSystem>
486 <EnableCOMDATFolding>true</EnableCOMDATFolding>
487 <OptimizeReferences>true</OptimizeReferences>
488 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
489 <AdditionalLibraryDirectories>$(SolutionDir)$(Configuration)$(PlatformArchitecture);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
490 <LinkStatus>false</LinkStatus>
491 </Link>
492 <PreBuildEvent>
493 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
494 <Message>Generating version.h</Message>
495 </PreBuildEvent>
496 <CustomBuildStep>
497 <Command>
498 </Command>
499 </CustomBuildStep>
500 <CustomBuildStep>
501 <Outputs>
502 </Outputs>
503 </CustomBuildStep>
504 </ItemDefinitionGroup>
505 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
506 <ClCompile>
507 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_CONSOLE;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
508 <AdditionalIncludeDirectories>../../silk;../../celt;../../win32;../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
509 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
510 <WarningLevel>Level3</WarningLevel>
511 <DebugInformationFormat>None</DebugInformationFormat>
512 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
513 <CompileAsManaged>false</CompileAsManaged>
514 <CompileAsWinRT>false</CompileAsWinRT>
515 <SDLCheck>false</SDLCheck>
516 <MultiProcessorCompilation>true</MultiProcessorCompilation>
517 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
518 <IntrinsicFunctions>true</IntrinsicFunctions>
519 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
520 <OmitFramePointers>true</OmitFramePointers>
521 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
522 <StringPooling>true</StringPooling>
523 <ExceptionHandling>false</ExceptionHandling>
524 <StructMemberAlignment>16Bytes</StructMemberAlignment>
525 <BufferSecurityCheck>false</BufferSecurityCheck>
526 <ControlFlowGuard>false</ControlFlowGuard>
527 <FunctionLevelLinking>true</FunctionLevelLinking>
528 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
529 <FloatingPointModel>Precise</FloatingPointModel>
530 <FloatingPointExceptions>false</FloatingPointExceptions>
531 <RuntimeTypeInfo>false</RuntimeTypeInfo>
532 <OpenMPSupport>false</OpenMPSupport>
533 </ClCompile>
534 <Link>
535 <GenerateDebugInformation>false</GenerateDebugInformation>
536 <SubSystem>Console</SubSystem>
537 <EnableCOMDATFolding>true</EnableCOMDATFolding>
538 <OptimizeReferences>true</OptimizeReferences>
539 <AdditionalDependencies>celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
540 <AdditionalLibraryDirectories>$(SolutionDir)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
541 <LinkStatus>true</LinkStatus>
542 <LargeAddressAware>true</LargeAddressAware>
543 </Link>
544 <PreBuildEvent>
545 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
546 <Message>Generating version.h</Message>
547 </PreBuildEvent>
548 <CustomBuildStep>
549 <Command>
550 </Command>
551 </CustomBuildStep>
552 <CustomBuildStep>
553 <Outputs>
554 </Outputs>
555 </CustomBuildStep>
556 </ItemDefinitionGroup>
557 <ItemGroup>
558 <ClInclude Include="..\..\celt\arch.h" />
559 <ClInclude Include="..\..\celt\celt.h" />
560 <ClInclude Include="..\..\celt\entdec.h" />
561 <ClInclude Include="..\..\celt\entenc.h" />
562 <ClInclude Include="..\..\celt\float_cast.h" />
563 <ClInclude Include="..\..\celt\os_support.h" />
564 <ClInclude Include="..\..\celt\stack_alloc.h" />
565 <ClInclude Include="..\..\include\opus.h" />
566 <ClInclude Include="..\..\include\opus_defines.h" />
567 <ClInclude Include="..\..\include\opus_types.h" />
568 <ClInclude Include="..\..\include\opus_multistream.h" />
569 <ClInclude Include="..\..\win32\config.h" />
570 <ClInclude Include="..\..\src\analysis.h" />
571 <ClInclude Include="..\..\src\mlp.h" />
572 <ClInclude Include="..\..\src\opus_private.h" />
573 <ClInclude Include="..\..\src\tansig_table.h" />
574 </ItemGroup>
575 <ItemGroup>
576 <ClCompile Include="..\..\src\analysis.c" />
577 <ClCompile Include="..\..\src\mlp.c" />
578 <ClCompile Include="..\..\src\mlp_data.c" />
579 <ClCompile Include="..\..\src\opus.c" />
580 <ClCompile Include="..\..\src\opus_compare.c" />
581 <ClCompile Include="..\..\src\opus_decoder.c" />
582 <ClCompile Include="..\..\src\opus_encoder.c" />
583 <ClCompile Include="..\..\src\opus_multistream.c" />
584 <ClCompile Include="..\..\src\opus_multistream_decoder.c" />
585 <ClCompile Include="..\..\src\opus_multistream_encoder.c" />
586 <ClCompile Include="..\..\src\repacketizer.c" />
587 </ItemGroup>
588 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
589 <ImportGroup Label="ExtensionTargets">
590 </ImportGroup>
591</Project>