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_api.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>{1D257A17-D254-42E5-82D6-1C87A6EC775A}</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 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 183 <CompileAsManaged>false</CompileAsManaged> 184 <CompileAsWinRT>false</CompileAsWinRT> 185 <SDLCheck>true</SDLCheck> 186 <MultiProcessorCompilation>false</MultiProcessorCompilation> 187 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 188 <StringPooling>false</StringPooling> 189 <SmallerTypeCheck>false</SmallerTypeCheck> 190 <ControlFlowGuard>Guard</ControlFlowGuard> 191 <FunctionLevelLinking>false</FunctionLevelLinking> 192 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 193 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 194 <FloatingPointExceptions>true</FloatingPointExceptions> 195 <RuntimeTypeInfo>false</RuntimeTypeInfo> 196 <OpenMPSupport>false</OpenMPSupport> 197 </ClCompile> 198 <Link> 199 <SubSystem>Console</SubSystem> 200 <GenerateDebugInformation>true</GenerateDebugInformation> 201 </Link> 202 </ItemDefinitionGroup> 203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 204 <ClCompile> 205 <PrecompiledHeader> 206 </PrecompiledHeader> 207 <WarningLevel>Level3</WarningLevel> 208 <Optimization>Disabled</Optimization> 209 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 210 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 211 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 212 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 213 <CompileAsManaged>false</CompileAsManaged> 214 <CompileAsWinRT>false</CompileAsWinRT> 215 <SDLCheck>true</SDLCheck> 216 <MultiProcessorCompilation>false</MultiProcessorCompilation> 217 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 218 <StringPooling>false</StringPooling> 219 <SmallerTypeCheck>false</SmallerTypeCheck> 220 <ControlFlowGuard>Guard</ControlFlowGuard> 221 <FunctionLevelLinking>false</FunctionLevelLinking> 222 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 223 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 224 <FloatingPointExceptions>true</FloatingPointExceptions> 225 <RuntimeTypeInfo>false</RuntimeTypeInfo> 226 <OpenMPSupport>false</OpenMPSupport> 227 </ClCompile> 228 <Link> 229 <SubSystem>Console</SubSystem> 230 <GenerateDebugInformation>true</GenerateDebugInformation> 231 </Link> 232 </ItemDefinitionGroup> 233 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 234 <ClCompile> 235 <PrecompiledHeader> 236 </PrecompiledHeader> 237 <WarningLevel>Level3</WarningLevel> 238 <Optimization>Disabled</Optimization> 239 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 240 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 241 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 242 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 243 <CompileAsManaged>false</CompileAsManaged> 244 <CompileAsWinRT>false</CompileAsWinRT> 245 <SDLCheck>true</SDLCheck> 246 <MultiProcessorCompilation>false</MultiProcessorCompilation> 247 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 248 <OmitFramePointers>false</OmitFramePointers> 249 <StringPooling>false</StringPooling> 250 <SmallerTypeCheck>false</SmallerTypeCheck> 251 <ControlFlowGuard>Guard</ControlFlowGuard> 252 <FunctionLevelLinking>false</FunctionLevelLinking> 253 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 254 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 255 <FloatingPointExceptions>true</FloatingPointExceptions> 256 <RuntimeTypeInfo>false</RuntimeTypeInfo> 257 <OpenMPSupport>false</OpenMPSupport> 258 </ClCompile> 259 <Link> 260 <SubSystem>Console</SubSystem> 261 <GenerateDebugInformation>true</GenerateDebugInformation> 262 </Link> 263 </ItemDefinitionGroup> 264 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 265 <ClCompile> 266 <PrecompiledHeader> 267 </PrecompiledHeader> 268 <WarningLevel>Level3</WarningLevel> 269 <Optimization>Disabled</Optimization> 270 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 271 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 272 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 273 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 274 <CompileAsManaged>false</CompileAsManaged> 275 <CompileAsWinRT>false</CompileAsWinRT> 276 <SDLCheck>true</SDLCheck> 277 <MultiProcessorCompilation>false</MultiProcessorCompilation> 278 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 279 <OmitFramePointers>false</OmitFramePointers> 280 <StringPooling>false</StringPooling> 281 <SmallerTypeCheck>false</SmallerTypeCheck> 282 <ControlFlowGuard>Guard</ControlFlowGuard> 283 <FunctionLevelLinking>false</FunctionLevelLinking> 284 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 285 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 286 <FloatingPointExceptions>true</FloatingPointExceptions> 287 <RuntimeTypeInfo>false</RuntimeTypeInfo> 288 <OpenMPSupport>false</OpenMPSupport> 289 </ClCompile> 290 <Link> 291 <SubSystem>Console</SubSystem> 292 <GenerateDebugInformation>true</GenerateDebugInformation> 293 </Link> 294 </ItemDefinitionGroup> 295 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 296 <ClCompile> 297 <WarningLevel>Level3</WarningLevel> 298 <PrecompiledHeader> 299 </PrecompiledHeader> 300 <Optimization>MaxSpeed</Optimization> 301 <FunctionLevelLinking>true</FunctionLevelLinking> 302 <IntrinsicFunctions>true</IntrinsicFunctions> 303 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 304 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 305 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 306 <DebugInformationFormat>None</DebugInformationFormat> 307 <CompileAsManaged>false</CompileAsManaged> 308 <CompileAsWinRT>false</CompileAsWinRT> 309 <SDLCheck>false</SDLCheck> 310 <MultiProcessorCompilation>true</MultiProcessorCompilation> 311 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 312 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 313 <OmitFramePointers>true</OmitFramePointers> 314 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 315 <StringPooling>true</StringPooling> 316 <ExceptionHandling>false</ExceptionHandling> 317 <StructMemberAlignment>16Bytes</StructMemberAlignment> 318 <BufferSecurityCheck>false</BufferSecurityCheck> 319 <ControlFlowGuard>false</ControlFlowGuard> 320 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 321 <FloatingPointModel>Fast</FloatingPointModel> 322 <FloatingPointExceptions>false</FloatingPointExceptions> 323 <RuntimeTypeInfo>false</RuntimeTypeInfo> 324 <OpenMPSupport>false</OpenMPSupport> 325 </ClCompile> 326 <Link> 327 <SubSystem>Console</SubSystem> 328 <EnableCOMDATFolding>true</EnableCOMDATFolding> 329 <OptimizeReferences>true</OptimizeReferences> 330 </Link> 331 </ItemDefinitionGroup> 332 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 333 <ClCompile> 334 <WarningLevel>Level3</WarningLevel> 335 <PrecompiledHeader> 336 </PrecompiledHeader> 337 <Optimization>MaxSpeed</Optimization> 338 <FunctionLevelLinking>true</FunctionLevelLinking> 339 <IntrinsicFunctions>true</IntrinsicFunctions> 340 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 341 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 342 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 343 <DebugInformationFormat>None</DebugInformationFormat> 344 <CompileAsManaged>false</CompileAsManaged> 345 <CompileAsWinRT>false</CompileAsWinRT> 346 <SDLCheck>false</SDLCheck> 347 <MultiProcessorCompilation>true</MultiProcessorCompilation> 348 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 349 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 350 <OmitFramePointers>true</OmitFramePointers> 351 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 352 <StringPooling>true</StringPooling> 353 <ExceptionHandling>false</ExceptionHandling> 354 <StructMemberAlignment>16Bytes</StructMemberAlignment> 355 <BufferSecurityCheck>false</BufferSecurityCheck> 356 <ControlFlowGuard>false</ControlFlowGuard> 357 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 358 <FloatingPointModel>Precise</FloatingPointModel> 359 <FloatingPointExceptions>false</FloatingPointExceptions> 360 <RuntimeTypeInfo>false</RuntimeTypeInfo> 361 <OpenMPSupport>false</OpenMPSupport> 362 </ClCompile> 363 <Link> 364 <SubSystem>Console</SubSystem> 365 <EnableCOMDATFolding>true</EnableCOMDATFolding> 366 <OptimizeReferences>true</OptimizeReferences> 367 </Link> 368 </ItemDefinitionGroup> 369 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 370 <ClCompile> 371 <WarningLevel>Level3</WarningLevel> 372 <PrecompiledHeader> 373 </PrecompiledHeader> 374 <Optimization>MaxSpeed</Optimization> 375 <FunctionLevelLinking>true</FunctionLevelLinking> 376 <IntrinsicFunctions>true</IntrinsicFunctions> 377 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 378 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 379 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 380 <DebugInformationFormat>None</DebugInformationFormat> 381 <CompileAsManaged>false</CompileAsManaged> 382 <CompileAsWinRT>false</CompileAsWinRT> 383 <SDLCheck>false</SDLCheck> 384 <MultiProcessorCompilation>true</MultiProcessorCompilation> 385 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 386 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 387 <OmitFramePointers>true</OmitFramePointers> 388 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 389 <StringPooling>true</StringPooling> 390 <ExceptionHandling>false</ExceptionHandling> 391 <StructMemberAlignment>16Bytes</StructMemberAlignment> 392 <BufferSecurityCheck>false</BufferSecurityCheck> 393 <ControlFlowGuard>false</ControlFlowGuard> 394 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 395 <FloatingPointModel>Fast</FloatingPointModel> 396 <FloatingPointExceptions>false</FloatingPointExceptions> 397 <RuntimeTypeInfo>false</RuntimeTypeInfo> 398 <OpenMPSupport>false</OpenMPSupport> 399 </ClCompile> 400 <Link> 401 <SubSystem>Console</SubSystem> 402 <EnableCOMDATFolding>true</EnableCOMDATFolding> 403 <OptimizeReferences>true</OptimizeReferences> 404 </Link> 405 </ItemDefinitionGroup> 406 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 407 <ClCompile> 408 <WarningLevel>Level3</WarningLevel> 409 <PrecompiledHeader> 410 </PrecompiledHeader> 411 <Optimization>MaxSpeed</Optimization> 412 <FunctionLevelLinking>true</FunctionLevelLinking> 413 <IntrinsicFunctions>true</IntrinsicFunctions> 414 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 415 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 416 <AdditionalIncludeDirectories>..\..\silk;..\..\celt;..\;..\..\include;</AdditionalIncludeDirectories> 417 <DebugInformationFormat>None</DebugInformationFormat> 418 <CompileAsManaged>false</CompileAsManaged> 419 <CompileAsWinRT>false</CompileAsWinRT> 420 <SDLCheck>false</SDLCheck> 421 <MultiProcessorCompilation>true</MultiProcessorCompilation> 422 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 423 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 424 <OmitFramePointers>true</OmitFramePointers> 425 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 426 <StringPooling>true</StringPooling> 427 <ExceptionHandling>false</ExceptionHandling> 428 <StructMemberAlignment>16Bytes</StructMemberAlignment> 429 <BufferSecurityCheck>false</BufferSecurityCheck> 430 <ControlFlowGuard>false</ControlFlowGuard> 431 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 432 <FloatingPointModel>Precise</FloatingPointModel> 433 <FloatingPointExceptions>false</FloatingPointExceptions> 434 <RuntimeTypeInfo>false</RuntimeTypeInfo> 435 <OpenMPSupport>false</OpenMPSupport> 436 </ClCompile> 437 <Link> 438 <SubSystem>Console</SubSystem> 439 <EnableCOMDATFolding>true</EnableCOMDATFolding> 440 <OptimizeReferences>true</OptimizeReferences> 441 </Link> 442 </ItemDefinitionGroup> 443 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 444 <ImportGroup Label="ExtensionTargets"> 445 </ImportGroup> 446 </Project>