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 <PropertyGroup Label="Globals"> 38 <ProjectGuid>{8484C90D-1561-402F-A91D-2DB10F8C5171}</ProjectGuid> 39 <Keyword>Win32Proj</Keyword> 40 <RootNamespace>src_FIX</RootNamespace> 41 <ProjectName>silk_fixed</ProjectName> 42 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 43 </PropertyGroup> 44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 46 <ConfigurationType>StaticLibrary</ConfigurationType> 47 <UseDebugLibraries>true</UseDebugLibraries> 48 <CharacterSet>Unicode</CharacterSet> 49 <PlatformToolset>v140</PlatformToolset> 50 </PropertyGroup> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="Configuration"> 52 <ConfigurationType>StaticLibrary</ConfigurationType> 53 <UseDebugLibraries>true</UseDebugLibraries> 54 <CharacterSet>Unicode</CharacterSet> 55 <PlatformToolset>v140</PlatformToolset> 56 </PropertyGroup> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 58 <ConfigurationType>StaticLibrary</ConfigurationType> 59 <UseDebugLibraries>true</UseDebugLibraries> 60 <CharacterSet>Unicode</CharacterSet> 61 <PlatformToolset>v140</PlatformToolset> 62 </PropertyGroup> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'" Label="Configuration"> 64 <ConfigurationType>StaticLibrary</ConfigurationType> 65 <UseDebugLibraries>true</UseDebugLibraries> 66 <CharacterSet>Unicode</CharacterSet> 67 <PlatformToolset>v140</PlatformToolset> 68 </PropertyGroup> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 70 <ConfigurationType>StaticLibrary</ConfigurationType> 71 <UseDebugLibraries>false</UseDebugLibraries> 72 <WholeProgramOptimization>true</WholeProgramOptimization> 73 <CharacterSet>Unicode</CharacterSet> 74 <PlatformToolset>v140</PlatformToolset> 75 </PropertyGroup> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> 77 <ConfigurationType>StaticLibrary</ConfigurationType> 78 <UseDebugLibraries>false</UseDebugLibraries> 79 <WholeProgramOptimization>true</WholeProgramOptimization> 80 <CharacterSet>Unicode</CharacterSet> 81 <PlatformToolset>v140</PlatformToolset> 82 </PropertyGroup> 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 84 <ConfigurationType>StaticLibrary</ConfigurationType> 85 <UseDebugLibraries>false</UseDebugLibraries> 86 <WholeProgramOptimization>true</WholeProgramOptimization> 87 <CharacterSet>Unicode</CharacterSet> 88 <PlatformToolset>v140</PlatformToolset> 89 </PropertyGroup> 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> 91 <ConfigurationType>StaticLibrary</ConfigurationType> 92 <UseDebugLibraries>false</UseDebugLibraries> 93 <WholeProgramOptimization>true</WholeProgramOptimization> 94 <CharacterSet>Unicode</CharacterSet> 95 <PlatformToolset>v140</PlatformToolset> 96 </PropertyGroup> 97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 98 <ImportGroup Label="ExtensionSettings"> 99 </ImportGroup> 100 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 101 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 102 </ImportGroup> 103 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'" Label="PropertySheets"> 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)'=='Debug|x64'" 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)'=='DebugDLL|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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 113 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 114 </ImportGroup> 115 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> 116 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 117 </ImportGroup> 118 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 120 </ImportGroup> 121 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> 122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 123 </ImportGroup> 124 <PropertyGroup Label="UserMacros" /> 125 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 126 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 127 <OutDir>$(Platform)\$(Configuration)\</OutDir> 128 </PropertyGroup> 129 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 130 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 131 <OutDir>$(Platform)\$(Configuration)\</OutDir> 132 </PropertyGroup> 133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 134 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 135 <OutDir>$(Platform)\$(Configuration)\</OutDir> 136 </PropertyGroup> 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 138 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 139 <OutDir>$(Platform)\$(Configuration)\</OutDir> 140 </PropertyGroup> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 142 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 143 <OutDir>$(Platform)\$(Configuration)\</OutDir> 144 </PropertyGroup> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 146 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 147 <OutDir>$(Platform)\$(Configuration)\</OutDir> 148 </PropertyGroup> 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 150 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 151 <OutDir>$(Platform)\$(Configuration)\</OutDir> 152 </PropertyGroup> 153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 154 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 155 <OutDir>$(Platform)\$(Configuration)\</OutDir> 156 </PropertyGroup> 157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 158 <ClCompile> 159 <PrecompiledHeader> 160 </PrecompiledHeader> 161 <WarningLevel>Level3</WarningLevel> 162 <Optimization>Disabled</Optimization> 163 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 164 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 165 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 166 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 167 <CompileAsManaged>false</CompileAsManaged> 168 <CompileAsWinRT>false</CompileAsWinRT> 169 <SDLCheck>true</SDLCheck> 170 <MultiProcessorCompilation>false</MultiProcessorCompilation> 171 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 172 <StringPooling>false</StringPooling> 173 <SmallerTypeCheck>false</SmallerTypeCheck> 174 <ControlFlowGuard>Guard</ControlFlowGuard> 175 <FunctionLevelLinking>false</FunctionLevelLinking> 176 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 177 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 178 <FloatingPointExceptions>true</FloatingPointExceptions> 179 <RuntimeTypeInfo>false</RuntimeTypeInfo> 180 <OpenMPSupport>false</OpenMPSupport> 181 </ClCompile> 182 <Link> 183 <SubSystem>Windows</SubSystem> 184 <GenerateDebugInformation>true</GenerateDebugInformation> 185 </Link> 186 <Lib> 187 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 188 </Lib> 189 </ItemDefinitionGroup> 190 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'"> 191 <ClCompile> 192 <PrecompiledHeader> 193 </PrecompiledHeader> 194 <WarningLevel>Level3</WarningLevel> 195 <Optimization>Disabled</Optimization> 196 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 197 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 198 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 199 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 200 <CompileAsManaged>false</CompileAsManaged> 201 <CompileAsWinRT>false</CompileAsWinRT> 202 <SDLCheck>true</SDLCheck> 203 <MultiProcessorCompilation>false</MultiProcessorCompilation> 204 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 205 <StringPooling>false</StringPooling> 206 <SmallerTypeCheck>false</SmallerTypeCheck> 207 <ControlFlowGuard>Guard</ControlFlowGuard> 208 <FunctionLevelLinking>false</FunctionLevelLinking> 209 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 210 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 211 <FloatingPointExceptions>true</FloatingPointExceptions> 212 <RuntimeTypeInfo>false</RuntimeTypeInfo> 213 <OpenMPSupport>false</OpenMPSupport> 214 </ClCompile> 215 <Link> 216 <SubSystem>Windows</SubSystem> 217 <GenerateDebugInformation>true</GenerateDebugInformation> 218 </Link> 219 <Lib> 220 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 221 </Lib> 222 </ItemDefinitionGroup> 223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 224 <ClCompile> 225 <PrecompiledHeader> 226 </PrecompiledHeader> 227 <WarningLevel>Level3</WarningLevel> 228 <Optimization>Disabled</Optimization> 229 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 231 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 232 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 233 <CompileAsManaged>false</CompileAsManaged> 234 <CompileAsWinRT>false</CompileAsWinRT> 235 <SDLCheck>true</SDLCheck> 236 <MultiProcessorCompilation>false</MultiProcessorCompilation> 237 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 238 <OmitFramePointers>false</OmitFramePointers> 239 <StringPooling>false</StringPooling> 240 <SmallerTypeCheck>false</SmallerTypeCheck> 241 <ControlFlowGuard>Guard</ControlFlowGuard> 242 <FunctionLevelLinking>false</FunctionLevelLinking> 243 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 244 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 245 <FloatingPointExceptions>true</FloatingPointExceptions> 246 <RuntimeTypeInfo>false</RuntimeTypeInfo> 247 <OpenMPSupport>false</OpenMPSupport> 248 </ClCompile> 249 <Link> 250 <SubSystem>Windows</SubSystem> 251 <GenerateDebugInformation>true</GenerateDebugInformation> 252 </Link> 253 <Lib> 254 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 255 </Lib> 256 </ItemDefinitionGroup> 257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 258 <ClCompile> 259 <PrecompiledHeader> 260 </PrecompiledHeader> 261 <WarningLevel>Level3</WarningLevel> 262 <Optimization>Disabled</Optimization> 263 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 264 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 265 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 266 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 267 <CompileAsManaged>false</CompileAsManaged> 268 <CompileAsWinRT>false</CompileAsWinRT> 269 <SDLCheck>true</SDLCheck> 270 <MultiProcessorCompilation>false</MultiProcessorCompilation> 271 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 272 <OmitFramePointers>false</OmitFramePointers> 273 <StringPooling>false</StringPooling> 274 <SmallerTypeCheck>false</SmallerTypeCheck> 275 <ControlFlowGuard>Guard</ControlFlowGuard> 276 <FunctionLevelLinking>false</FunctionLevelLinking> 277 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 278 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 279 <FloatingPointExceptions>true</FloatingPointExceptions> 280 <RuntimeTypeInfo>false</RuntimeTypeInfo> 281 <OpenMPSupport>false</OpenMPSupport> 282 </ClCompile> 283 <Link> 284 <SubSystem>Windows</SubSystem> 285 <GenerateDebugInformation>true</GenerateDebugInformation> 286 </Link> 287 <Lib> 288 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 289 </Lib> 290 </ItemDefinitionGroup> 291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 292 <ClCompile> 293 <WarningLevel>Level3</WarningLevel> 294 <PrecompiledHeader> 295 </PrecompiledHeader> 296 <FunctionLevelLinking>true</FunctionLevelLinking> 297 <IntrinsicFunctions>true</IntrinsicFunctions> 298 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 299 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 300 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 301 <DebugInformationFormat>None</DebugInformationFormat> 302 <CompileAsManaged>false</CompileAsManaged> 303 <CompileAsWinRT>false</CompileAsWinRT> 304 <SDLCheck>false</SDLCheck> 305 <MultiProcessorCompilation>true</MultiProcessorCompilation> 306 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 307 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 308 <OmitFramePointers>true</OmitFramePointers> 309 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 310 <StringPooling>true</StringPooling> 311 <ExceptionHandling>false</ExceptionHandling> 312 <StructMemberAlignment>16Bytes</StructMemberAlignment> 313 <BufferSecurityCheck>false</BufferSecurityCheck> 314 <ControlFlowGuard>false</ControlFlowGuard> 315 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 316 <FloatingPointModel>Fast</FloatingPointModel> 317 <FloatingPointExceptions>false</FloatingPointExceptions> 318 <RuntimeTypeInfo>false</RuntimeTypeInfo> 319 <OpenMPSupport>false</OpenMPSupport> 320 </ClCompile> 321 <Link> 322 <SubSystem>Windows</SubSystem> 323 <GenerateDebugInformation>true</GenerateDebugInformation> 324 <EnableCOMDATFolding>true</EnableCOMDATFolding> 325 <OptimizeReferences>true</OptimizeReferences> 326 </Link> 327 <Lib> 328 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 329 </Lib> 330 </ItemDefinitionGroup> 331 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 332 <ClCompile> 333 <WarningLevel>Level3</WarningLevel> 334 <PrecompiledHeader> 335 </PrecompiledHeader> 336 <FunctionLevelLinking>true</FunctionLevelLinking> 337 <IntrinsicFunctions>true</IntrinsicFunctions> 338 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 339 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 340 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 341 <DebugInformationFormat>None</DebugInformationFormat> 342 <CompileAsManaged>false</CompileAsManaged> 343 <CompileAsWinRT>false</CompileAsWinRT> 344 <SDLCheck>false</SDLCheck> 345 <MultiProcessorCompilation>true</MultiProcessorCompilation> 346 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 347 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 348 <OmitFramePointers>true</OmitFramePointers> 349 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 350 <StringPooling>true</StringPooling> 351 <ExceptionHandling>false</ExceptionHandling> 352 <StructMemberAlignment>16Bytes</StructMemberAlignment> 353 <BufferSecurityCheck>false</BufferSecurityCheck> 354 <ControlFlowGuard>false</ControlFlowGuard> 355 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 356 <FloatingPointModel>Precise</FloatingPointModel> 357 <FloatingPointExceptions>false</FloatingPointExceptions> 358 <RuntimeTypeInfo>false</RuntimeTypeInfo> 359 <OpenMPSupport>false</OpenMPSupport> 360 </ClCompile> 361 <Link> 362 <SubSystem>Windows</SubSystem> 363 <GenerateDebugInformation>true</GenerateDebugInformation> 364 <EnableCOMDATFolding>true</EnableCOMDATFolding> 365 <OptimizeReferences>true</OptimizeReferences> 366 </Link> 367 <Lib> 368 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 369 </Lib> 370 </ItemDefinitionGroup> 371 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 372 <ClCompile> 373 <WarningLevel>Level3</WarningLevel> 374 <PrecompiledHeader> 375 </PrecompiledHeader> 376 <Optimization>MaxSpeed</Optimization> 377 <FunctionLevelLinking>true</FunctionLevelLinking> 378 <IntrinsicFunctions>true</IntrinsicFunctions> 379 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 380 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 381 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 382 <DebugInformationFormat>None</DebugInformationFormat> 383 <CompileAsManaged>false</CompileAsManaged> 384 <CompileAsWinRT>false</CompileAsWinRT> 385 <SDLCheck>false</SDLCheck> 386 <MultiProcessorCompilation>true</MultiProcessorCompilation> 387 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 388 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 389 <OmitFramePointers>true</OmitFramePointers> 390 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 391 <StringPooling>true</StringPooling> 392 <ExceptionHandling>false</ExceptionHandling> 393 <StructMemberAlignment>16Bytes</StructMemberAlignment> 394 <BufferSecurityCheck>false</BufferSecurityCheck> 395 <ControlFlowGuard>false</ControlFlowGuard> 396 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 397 <FloatingPointModel>Fast</FloatingPointModel> 398 <FloatingPointExceptions>false</FloatingPointExceptions> 399 <RuntimeTypeInfo>false</RuntimeTypeInfo> 400 <OpenMPSupport>false</OpenMPSupport> 401 </ClCompile> 402 <Link> 403 <SubSystem>Windows</SubSystem> 404 <GenerateDebugInformation>true</GenerateDebugInformation> 405 <EnableCOMDATFolding>true</EnableCOMDATFolding> 406 <OptimizeReferences>true</OptimizeReferences> 407 </Link> 408 <Lib> 409 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 410 </Lib> 411 </ItemDefinitionGroup> 412 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 413 <ClCompile> 414 <WarningLevel>Level3</WarningLevel> 415 <PrecompiledHeader> 416 </PrecompiledHeader> 417 <Optimization>MaxSpeed</Optimization> 418 <FunctionLevelLinking>true</FunctionLevelLinking> 419 <IntrinsicFunctions>true</IntrinsicFunctions> 420 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 421 <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 422 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 423 <DebugInformationFormat>None</DebugInformationFormat> 424 <CompileAsManaged>false</CompileAsManaged> 425 <CompileAsWinRT>false</CompileAsWinRT> 426 <SDLCheck>false</SDLCheck> 427 <MultiProcessorCompilation>true</MultiProcessorCompilation> 428 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 429 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 430 <OmitFramePointers>true</OmitFramePointers> 431 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 432 <StringPooling>true</StringPooling> 433 <ExceptionHandling>false</ExceptionHandling> 434 <StructMemberAlignment>16Bytes</StructMemberAlignment> 435 <BufferSecurityCheck>false</BufferSecurityCheck> 436 <ControlFlowGuard>false</ControlFlowGuard> 437 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 438 <FloatingPointModel>Precise</FloatingPointModel> 439 <FloatingPointExceptions>false</FloatingPointExceptions> 440 <RuntimeTypeInfo>false</RuntimeTypeInfo> 441 <OpenMPSupport>false</OpenMPSupport> 442 </ClCompile> 443 <Link> 444 <SubSystem>Windows</SubSystem> 445 <GenerateDebugInformation>true</GenerateDebugInformation> 446 <EnableCOMDATFolding>true</EnableCOMDATFolding> 447 <OptimizeReferences>true</OptimizeReferences> 448 </Link> 449 <Lib> 450 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 451 </Lib> 452 </ItemDefinitionGroup> 453 <ItemGroup> 454 <ClInclude Include="..\..\include\opus_types.h" /> 455 <ClInclude Include="..\..\win32\config.h" /> 456 <ClInclude Include="..\..\silk\SigProc_FIX.h" /> 457 <ClInclude Include="..\..\silk\fixed\main_FIX.h" /> 458 <ClInclude Include="..\..\silk\fixed\structs_FIX.h" /> 459 </ItemGroup> 460 <ItemGroup> 461 <ClCompile Include="..\..\silk\fixed\apply_sine_window_FIX.c" /> 462 <ClCompile Include="..\..\silk\fixed\autocorr_FIX.c" /> 463 <ClCompile Include="..\..\silk\fixed\burg_modified_FIX.c" /> 464 <ClCompile Include="..\..\silk\fixed\corrMatrix_FIX.c" /> 465 <ClCompile Include="..\..\silk\fixed\encode_frame_FIX.c" /> 466 <ClCompile Include="..\..\silk\fixed\find_LPC_FIX.c" /> 467 <ClCompile Include="..\..\silk\fixed\find_LTP_FIX.c" /> 468 <ClCompile Include="..\..\silk\fixed\find_pitch_lags_FIX.c" /> 469 <ClCompile Include="..\..\silk\fixed\find_pred_coefs_FIX.c" /> 470 <ClCompile Include="..\..\silk\fixed\k2a_FIX.c" /> 471 <ClCompile Include="..\..\silk\fixed\k2a_Q16_FIX.c" /> 472 <ClCompile Include="..\..\silk\fixed\LTP_analysis_filter_FIX.c" /> 473 <ClCompile Include="..\..\silk\fixed\LTP_scale_ctrl_FIX.c" /> 474 <ClCompile Include="..\..\silk\fixed\noise_shape_analysis_FIX.c" /> 475 <ClCompile Include="..\..\silk\fixed\pitch_analysis_core_FIX.c" /> 476 <ClCompile Include="..\..\silk\fixed\prefilter_FIX.c" /> 477 <ClCompile Include="..\..\silk\fixed\process_gains_FIX.c" /> 478 <ClCompile Include="..\..\silk\fixed\regularize_correlations_FIX.c" /> 479 <ClCompile Include="..\..\silk\fixed\residual_energy16_FIX.c" /> 480 <ClCompile Include="..\..\silk\fixed\residual_energy_FIX.c" /> 481 <ClCompile Include="..\..\silk\fixed\schur64_FIX.c" /> 482 <ClCompile Include="..\..\silk\fixed\schur_FIX.c" /> 483 <ClCompile Include="..\..\silk\fixed\solve_LS_FIX.c" /> 484 <ClCompile Include="..\..\silk\fixed\vector_ops_FIX.c" /> 485 <ClCompile Include="..\..\silk\fixed\warped_autocorrelation_FIX.c" /> 486 <ClCompile Include="..\..\silk\fixed\x86\burg_modified_FIX_sse.c" /> 487 <ClCompile Include="..\..\silk\fixed\x86\prefilter_FIX_sse.c" /> 488 <ClCompile Include="..\..\silk\fixed\x86\vector_ops_FIX_sse.c" /> 489 </ItemGroup> 490 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 491 <ImportGroup Label="ExtensionTargets"> 492 </ImportGroup> 493 </Project>