1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="DebugDLL|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 <ItemGroup> 38 <ClCompile Include="..\..\tests\test_opus_encode.c" /> 39 </ItemGroup> 40 <ItemGroup> 41 <ProjectReference Include="celt.vcxproj"> 42 <Project>{245603e3-f580-41a5-9632-b25fe3372cbf}</Project> 43 </ProjectReference> 44 <ProjectReference Include="opus.vcxproj"> 45 <Project>{219ec965-228a-1824-174d-96449d05f88a}</Project> 46 </ProjectReference> 47 <ProjectReference Include="silk_common.vcxproj"> 48 <Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project> 49 </ProjectReference> 50 <ProjectReference Include="silk_float.vcxproj"> 51 <Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project> 52 </ProjectReference> 53 </ItemGroup> 54 <PropertyGroup Label="Globals"> 55 <ProjectGuid>{84DAA768-1A38-4312-BB61-4C78BB59E5B8}</ProjectGuid> 56 <Keyword>Win32Proj</Keyword> 57 <RootNamespace>test_opus_api</RootNamespace> 58 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 59 </PropertyGroup> 60 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 62 <ConfigurationType>Application</ConfigurationType> 63 <UseDebugLibraries>true</UseDebugLibraries> 64 <CharacterSet>Unicode</CharacterSet> 65 <PlatformToolset>v140</PlatformToolset> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> 68 <ConfigurationType>Application</ConfigurationType> 69 <UseDebugLibraries>true</UseDebugLibraries> 70 <CharacterSet>Unicode</CharacterSet> 71 <PlatformToolset>v140</PlatformToolset> 72 </PropertyGroup> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 74 <ConfigurationType>Application</ConfigurationType> 75 <UseDebugLibraries>true</UseDebugLibraries> 76 <CharacterSet>Unicode</CharacterSet> 77 <PlatformToolset>v140</PlatformToolset> 78 </PropertyGroup> 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> 80 <ConfigurationType>Application</ConfigurationType> 81 <UseDebugLibraries>true</UseDebugLibraries> 82 <CharacterSet>Unicode</CharacterSet> 83 <PlatformToolset>v140</PlatformToolset> 84 </PropertyGroup> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 86 <ConfigurationType>Application</ConfigurationType> 87 <UseDebugLibraries>false</UseDebugLibraries> 88 <WholeProgramOptimization>true</WholeProgramOptimization> 89 <CharacterSet>Unicode</CharacterSet> 90 <PlatformToolset>v140</PlatformToolset> 91 </PropertyGroup> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> 93 <ConfigurationType>Application</ConfigurationType> 94 <UseDebugLibraries>false</UseDebugLibraries> 95 <WholeProgramOptimization>true</WholeProgramOptimization> 96 <CharacterSet>Unicode</CharacterSet> 97 <PlatformToolset>v140</PlatformToolset> 98 </PropertyGroup> 99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 100 <ConfigurationType>Application</ConfigurationType> 101 <UseDebugLibraries>false</UseDebugLibraries> 102 <WholeProgramOptimization>true</WholeProgramOptimization> 103 <CharacterSet>Unicode</CharacterSet> 104 <PlatformToolset>v140</PlatformToolset> 105 </PropertyGroup> 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> 107 <ConfigurationType>Application</ConfigurationType> 108 <UseDebugLibraries>false</UseDebugLibraries> 109 <WholeProgramOptimization>true</WholeProgramOptimization> 110 <CharacterSet>Unicode</CharacterSet> 111 <PlatformToolset>v140</PlatformToolset> 112 </PropertyGroup> 113 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 114 <ImportGroup Label="ExtensionSettings"> 115 </ImportGroup> 116 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 118 </ImportGroup> 119 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> 120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 121 </ImportGroup> 122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 124 </ImportGroup> 125 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="PropertySheets"> 126 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 127 </ImportGroup> 128 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 129 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 130 </ImportGroup> 131 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> 132 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 133 </ImportGroup> 134 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 135 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 136 </ImportGroup> 137 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> 138 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 139 </ImportGroup> 140 <PropertyGroup Label="UserMacros" /> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 142 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 143 <OutDir>$(Platform)\$(Configuration)\</OutDir> 144 </PropertyGroup> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 146 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 147 <OutDir>$(Platform)\$(Configuration)\</OutDir> 148 </PropertyGroup> 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 150 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 151 <OutDir>$(Platform)\$(Configuration)\</OutDir> 152 </PropertyGroup> 153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 154 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 155 <OutDir>$(Platform)\$(Configuration)\</OutDir> 156 </PropertyGroup> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 158 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 159 <OutDir>$(Platform)\$(Configuration)\</OutDir> 160 </PropertyGroup> 161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 162 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 163 <OutDir>$(Platform)\$(Configuration)\</OutDir> 164 </PropertyGroup> 165 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 166 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 167 <OutDir>$(Platform)\$(Configuration)\</OutDir> 168 </PropertyGroup> 169 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 170 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 171 <OutDir>$(Platform)\$(Configuration)\</OutDir> 172 </PropertyGroup> 173 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 174 <ClCompile> 175 <PrecompiledHeader> 176 </PrecompiledHeader> 177 <WarningLevel>Level3</WarningLevel> 178 <Optimization>Disabled</Optimization> 179 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 180 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 181 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 182 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 183 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 184 <CompileAsManaged>false</CompileAsManaged> 185 <CompileAsWinRT>false</CompileAsWinRT> 186 <SDLCheck>true</SDLCheck> 187 <MultiProcessorCompilation>false</MultiProcessorCompilation> 188 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 189 <StringPooling>false</StringPooling> 190 <SmallerTypeCheck>false</SmallerTypeCheck> 191 <ControlFlowGuard>Guard</ControlFlowGuard> 192 <FunctionLevelLinking>false</FunctionLevelLinking> 193 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 194 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 195 <FloatingPointExceptions>true</FloatingPointExceptions> 196 <RuntimeTypeInfo>false</RuntimeTypeInfo> 197 <OpenMPSupport>false</OpenMPSupport> 198 </ClCompile> 199 <Link> 200 <SubSystem>Console</SubSystem> 201 <GenerateDebugInformation>true</GenerateDebugInformation> 202 </Link> 203 </ItemDefinitionGroup> 204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 205 <ClCompile> 206 <PrecompiledHeader> 207 </PrecompiledHeader> 208 <WarningLevel>Level3</WarningLevel> 209 <Optimization>Disabled</Optimization> 210 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 211 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 212 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 213 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 214 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 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 <SmallerTypeCheck>false</SmallerTypeCheck> 222 <ControlFlowGuard>Guard</ControlFlowGuard> 223 <FunctionLevelLinking>false</FunctionLevelLinking> 224 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 225 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 226 <FloatingPointExceptions>true</FloatingPointExceptions> 227 <RuntimeTypeInfo>false</RuntimeTypeInfo> 228 <OpenMPSupport>false</OpenMPSupport> 229 </ClCompile> 230 <Link> 231 <SubSystem>Console</SubSystem> 232 <GenerateDebugInformation>true</GenerateDebugInformation> 233 </Link> 234 </ItemDefinitionGroup> 235 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 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 <OmitFramePointers>false</OmitFramePointers> 252 <StringPooling>false</StringPooling> 253 <SmallerTypeCheck>false</SmallerTypeCheck> 254 <ControlFlowGuard>Guard</ControlFlowGuard> 255 <FunctionLevelLinking>false</FunctionLevelLinking> 256 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 257 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 258 <FloatingPointExceptions>true</FloatingPointExceptions> 259 <RuntimeTypeInfo>false</RuntimeTypeInfo> 260 <OpenMPSupport>false</OpenMPSupport> 261 </ClCompile> 262 <Link> 263 <SubSystem>Console</SubSystem> 264 <GenerateDebugInformation>true</GenerateDebugInformation> 265 </Link> 266 </ItemDefinitionGroup> 267 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 268 <ClCompile> 269 <PrecompiledHeader> 270 </PrecompiledHeader> 271 <WarningLevel>Level3</WarningLevel> 272 <Optimization>Disabled</Optimization> 273 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 274 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 275 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 276 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 277 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 278 <CompileAsManaged>false</CompileAsManaged> 279 <CompileAsWinRT>false</CompileAsWinRT> 280 <SDLCheck>true</SDLCheck> 281 <MultiProcessorCompilation>false</MultiProcessorCompilation> 282 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 283 <OmitFramePointers>false</OmitFramePointers> 284 <StringPooling>false</StringPooling> 285 <SmallerTypeCheck>false</SmallerTypeCheck> 286 <ControlFlowGuard>Guard</ControlFlowGuard> 287 <FunctionLevelLinking>false</FunctionLevelLinking> 288 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 289 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 290 <FloatingPointExceptions>true</FloatingPointExceptions> 291 <RuntimeTypeInfo>false</RuntimeTypeInfo> 292 <OpenMPSupport>false</OpenMPSupport> 293 </ClCompile> 294 <Link> 295 <SubSystem>Console</SubSystem> 296 <GenerateDebugInformation>true</GenerateDebugInformation> 297 </Link> 298 </ItemDefinitionGroup> 299 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 300 <ClCompile> 301 <WarningLevel>Level3</WarningLevel> 302 <PrecompiledHeader> 303 </PrecompiledHeader> 304 <Optimization>MaxSpeed</Optimization> 305 <FunctionLevelLinking>true</FunctionLevelLinking> 306 <IntrinsicFunctions>true</IntrinsicFunctions> 307 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 308 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 309 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 310 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 311 <DebugInformationFormat>None</DebugInformationFormat> 312 <CompileAsManaged>false</CompileAsManaged> 313 <CompileAsWinRT>false</CompileAsWinRT> 314 <SDLCheck>false</SDLCheck> 315 <MultiProcessorCompilation>true</MultiProcessorCompilation> 316 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 317 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 318 <OmitFramePointers>true</OmitFramePointers> 319 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 320 <StringPooling>true</StringPooling> 321 <ExceptionHandling>false</ExceptionHandling> 322 <StructMemberAlignment>16Bytes</StructMemberAlignment> 323 <BufferSecurityCheck>false</BufferSecurityCheck> 324 <ControlFlowGuard>false</ControlFlowGuard> 325 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 326 <FloatingPointModel>Fast</FloatingPointModel> 327 <FloatingPointExceptions>false</FloatingPointExceptions> 328 <RuntimeTypeInfo>false</RuntimeTypeInfo> 329 <OpenMPSupport>false</OpenMPSupport> 330 </ClCompile> 331 <Link> 332 <SubSystem>Console</SubSystem> 333 <EnableCOMDATFolding>true</EnableCOMDATFolding> 334 <OptimizeReferences>true</OptimizeReferences> 335 </Link> 336 </ItemDefinitionGroup> 337 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 338 <ClCompile> 339 <WarningLevel>Level3</WarningLevel> 340 <PrecompiledHeader> 341 </PrecompiledHeader> 342 <Optimization>MaxSpeed</Optimization> 343 <FunctionLevelLinking>true</FunctionLevelLinking> 344 <IntrinsicFunctions>true</IntrinsicFunctions> 345 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 346 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 347 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 348 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 349 <DebugInformationFormat>None</DebugInformationFormat> 350 <CompileAsManaged>false</CompileAsManaged> 351 <CompileAsWinRT>false</CompileAsWinRT> 352 <SDLCheck>false</SDLCheck> 353 <MultiProcessorCompilation>true</MultiProcessorCompilation> 354 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 355 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 356 <OmitFramePointers>true</OmitFramePointers> 357 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 358 <StringPooling>true</StringPooling> 359 <ExceptionHandling>false</ExceptionHandling> 360 <StructMemberAlignment>16Bytes</StructMemberAlignment> 361 <BufferSecurityCheck>false</BufferSecurityCheck> 362 <ControlFlowGuard>false</ControlFlowGuard> 363 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 364 <FloatingPointModel>Precise</FloatingPointModel> 365 <FloatingPointExceptions>false</FloatingPointExceptions> 366 <RuntimeTypeInfo>false</RuntimeTypeInfo> 367 <OpenMPSupport>false</OpenMPSupport> 368 </ClCompile> 369 <Link> 370 <SubSystem>Console</SubSystem> 371 <EnableCOMDATFolding>true</EnableCOMDATFolding> 372 <OptimizeReferences>true</OptimizeReferences> 373 </Link> 374 </ItemDefinitionGroup> 375 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 376 <ClCompile> 377 <WarningLevel>Level3</WarningLevel> 378 <PrecompiledHeader> 379 </PrecompiledHeader> 380 <Optimization>MaxSpeed</Optimization> 381 <FunctionLevelLinking>true</FunctionLevelLinking> 382 <IntrinsicFunctions>true</IntrinsicFunctions> 383 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 384 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 385 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 386 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 387 <DebugInformationFormat>None</DebugInformationFormat> 388 <CompileAsManaged>false</CompileAsManaged> 389 <CompileAsWinRT>false</CompileAsWinRT> 390 <SDLCheck>false</SDLCheck> 391 <MultiProcessorCompilation>true</MultiProcessorCompilation> 392 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 393 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 394 <OmitFramePointers>true</OmitFramePointers> 395 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 396 <StringPooling>true</StringPooling> 397 <ExceptionHandling>false</ExceptionHandling> 398 <StructMemberAlignment>16Bytes</StructMemberAlignment> 399 <BufferSecurityCheck>false</BufferSecurityCheck> 400 <ControlFlowGuard>false</ControlFlowGuard> 401 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 402 <FloatingPointModel>Fast</FloatingPointModel> 403 <FloatingPointExceptions>false</FloatingPointExceptions> 404 <RuntimeTypeInfo>false</RuntimeTypeInfo> 405 <OpenMPSupport>false</OpenMPSupport> 406 </ClCompile> 407 <Link> 408 <SubSystem>Console</SubSystem> 409 <EnableCOMDATFolding>true</EnableCOMDATFolding> 410 <OptimizeReferences>true</OptimizeReferences> 411 </Link> 412 </ItemDefinitionGroup> 413 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 414 <ClCompile> 415 <WarningLevel>Level3</WarningLevel> 416 <PrecompiledHeader> 417 </PrecompiledHeader> 418 <Optimization>MaxSpeed</Optimization> 419 <FunctionLevelLinking>true</FunctionLevelLinking> 420 <IntrinsicFunctions>true</IntrinsicFunctions> 421 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 422 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 423 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 424 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 425 <DebugInformationFormat>None</DebugInformationFormat> 426 <CompileAsManaged>false</CompileAsManaged> 427 <CompileAsWinRT>false</CompileAsWinRT> 428 <SDLCheck>false</SDLCheck> 429 <MultiProcessorCompilation>true</MultiProcessorCompilation> 430 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 431 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 432 <OmitFramePointers>true</OmitFramePointers> 433 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 434 <StringPooling>true</StringPooling> 435 <ExceptionHandling>false</ExceptionHandling> 436 <StructMemberAlignment>16Bytes</StructMemberAlignment> 437 <BufferSecurityCheck>false</BufferSecurityCheck> 438 <ControlFlowGuard>false</ControlFlowGuard> 439 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 440 <FloatingPointModel>Precise</FloatingPointModel> 441 <FloatingPointExceptions>false</FloatingPointExceptions> 442 <RuntimeTypeInfo>false</RuntimeTypeInfo> 443 <OpenMPSupport>false</OpenMPSupport> 444 </ClCompile> 445 <Link> 446 <SubSystem>Console</SubSystem> 447 <EnableCOMDATFolding>true</EnableCOMDATFolding> 448 <OptimizeReferences>true</OptimizeReferences> 449 </Link> 450 </ItemDefinitionGroup> 451 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 452 <ImportGroup Label="ExtensionTargets"> 453 </ImportGroup> 454</Project>