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>{9C4961D2-5DDB-40C7-9BE8-CA918DC4E782}</ProjectGuid> 39 <Keyword>Win32Proj</Keyword> 40 <RootNamespace>src_FLP</RootNamespace> 41 <ProjectName>silk_float</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 <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets> 151 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 152 <OutDir>$(Platform)\$(Configuration)\</OutDir> 153 </PropertyGroup> 154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 155 <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets> 156 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> 157 <OutDir>$(Platform)\$(Configuration)\</OutDir> 158 </PropertyGroup> 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 160 <ClCompile> 161 <PrecompiledHeader> 162 </PrecompiledHeader> 163 <WarningLevel>Level3</WarningLevel> 164 <Optimization>Disabled</Optimization> 165 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 166 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 167 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 168 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 169 <CompileAsManaged>false</CompileAsManaged> 170 <CompileAsWinRT>false</CompileAsWinRT> 171 <SDLCheck>true</SDLCheck> 172 <MultiProcessorCompilation>false</MultiProcessorCompilation> 173 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 174 <StringPooling>false</StringPooling> 175 <SmallerTypeCheck>false</SmallerTypeCheck> 176 <ControlFlowGuard>Guard</ControlFlowGuard> 177 <FunctionLevelLinking>false</FunctionLevelLinking> 178 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 179 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 180 <FloatingPointExceptions>true</FloatingPointExceptions> 181 <RuntimeTypeInfo>false</RuntimeTypeInfo> 182 <OpenMPSupport>false</OpenMPSupport> 183 </ClCompile> 184 <Link> 185 <SubSystem>Windows</SubSystem> 186 <GenerateDebugInformation>true</GenerateDebugInformation> 187 </Link> 188 <Lib> 189 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 190 </Lib> 191 <PreBuildEvent> 192 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 193 <Message>Generating version.h</Message> 194 </PreBuildEvent> 195 <CustomBuildStep> 196 <Command> 197 </Command> 198 </CustomBuildStep> 199 <CustomBuildStep> 200 <Outputs> 201 </Outputs> 202 </CustomBuildStep> 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;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 211 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 212 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 213 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 214 <CompileAsManaged>false</CompileAsManaged> 215 <CompileAsWinRT>false</CompileAsWinRT> 216 <SDLCheck>true</SDLCheck> 217 <MultiProcessorCompilation>false</MultiProcessorCompilation> 218 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 219 <StringPooling>false</StringPooling> 220 <SmallerTypeCheck>false</SmallerTypeCheck> 221 <ControlFlowGuard>Guard</ControlFlowGuard> 222 <FunctionLevelLinking>false</FunctionLevelLinking> 223 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 224 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 225 <FloatingPointExceptions>true</FloatingPointExceptions> 226 <RuntimeTypeInfo>false</RuntimeTypeInfo> 227 <OpenMPSupport>false</OpenMPSupport> 228 </ClCompile> 229 <Link> 230 <SubSystem>Windows</SubSystem> 231 <GenerateDebugInformation>true</GenerateDebugInformation> 232 </Link> 233 <Lib> 234 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 235 </Lib> 236 <PreBuildEvent> 237 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 238 <Message>Generating version.h</Message> 239 </PreBuildEvent> 240 <CustomBuildStep> 241 <Command> 242 </Command> 243 </CustomBuildStep> 244 <CustomBuildStep> 245 <Outputs> 246 </Outputs> 247 </CustomBuildStep> 248 </ItemDefinitionGroup> 249 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 250 <ClCompile> 251 <PrecompiledHeader> 252 </PrecompiledHeader> 253 <WarningLevel>Level3</WarningLevel> 254 <Optimization>Disabled</Optimization> 255 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 256 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 257 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 258 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 259 <CompileAsManaged>false</CompileAsManaged> 260 <CompileAsWinRT>false</CompileAsWinRT> 261 <SDLCheck>true</SDLCheck> 262 <MultiProcessorCompilation>false</MultiProcessorCompilation> 263 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 264 <OmitFramePointers>false</OmitFramePointers> 265 <StringPooling>false</StringPooling> 266 <SmallerTypeCheck>false</SmallerTypeCheck> 267 <ControlFlowGuard>Guard</ControlFlowGuard> 268 <FunctionLevelLinking>false</FunctionLevelLinking> 269 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 270 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 271 <FloatingPointExceptions>true</FloatingPointExceptions> 272 <RuntimeTypeInfo>false</RuntimeTypeInfo> 273 <OpenMPSupport>false</OpenMPSupport> 274 </ClCompile> 275 <Link> 276 <SubSystem>Windows</SubSystem> 277 <GenerateDebugInformation>true</GenerateDebugInformation> 278 </Link> 279 <Lib> 280 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 281 </Lib> 282 <PreBuildEvent> 283 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 284 <Message>Generating version.h</Message> 285 </PreBuildEvent> 286 <CustomBuildStep> 287 <Command> 288 </Command> 289 </CustomBuildStep> 290 <CustomBuildStep> 291 <Outputs> 292 </Outputs> 293 </CustomBuildStep> 294 </ItemDefinitionGroup> 295 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'"> 296 <ClCompile> 297 <PrecompiledHeader> 298 </PrecompiledHeader> 299 <WarningLevel>Level3</WarningLevel> 300 <Optimization>Disabled</Optimization> 301 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 302 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 303 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 304 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 305 <CompileAsManaged>false</CompileAsManaged> 306 <CompileAsWinRT>false</CompileAsWinRT> 307 <SDLCheck>true</SDLCheck> 308 <MultiProcessorCompilation>false</MultiProcessorCompilation> 309 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 310 <OmitFramePointers>false</OmitFramePointers> 311 <StringPooling>false</StringPooling> 312 <SmallerTypeCheck>false</SmallerTypeCheck> 313 <ControlFlowGuard>Guard</ControlFlowGuard> 314 <FunctionLevelLinking>false</FunctionLevelLinking> 315 <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration> 316 <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> 317 <FloatingPointExceptions>true</FloatingPointExceptions> 318 <RuntimeTypeInfo>false</RuntimeTypeInfo> 319 <OpenMPSupport>false</OpenMPSupport> 320 </ClCompile> 321 <Link> 322 <SubSystem>Windows</SubSystem> 323 <GenerateDebugInformation>true</GenerateDebugInformation> 324 </Link> 325 <Lib> 326 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 327 </Lib> 328 <PreBuildEvent> 329 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 330 <Message>Generating version.h</Message> 331 </PreBuildEvent> 332 <CustomBuildStep> 333 <Command> 334 </Command> 335 </CustomBuildStep> 336 <CustomBuildStep> 337 <Outputs> 338 </Outputs> 339 </CustomBuildStep> 340 </ItemDefinitionGroup> 341 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 342 <ClCompile> 343 <WarningLevel>Level3</WarningLevel> 344 <PrecompiledHeader> 345 </PrecompiledHeader> 346 <FunctionLevelLinking>true</FunctionLevelLinking> 347 <IntrinsicFunctions>true</IntrinsicFunctions> 348 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 349 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 350 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 351 <DebugInformationFormat>None</DebugInformationFormat> 352 <CompileAsManaged>false</CompileAsManaged> 353 <CompileAsWinRT>false</CompileAsWinRT> 354 <SDLCheck>false</SDLCheck> 355 <MultiProcessorCompilation>true</MultiProcessorCompilation> 356 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 357 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 358 <OmitFramePointers>true</OmitFramePointers> 359 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 360 <StringPooling>true</StringPooling> 361 <ExceptionHandling>false</ExceptionHandling> 362 <StructMemberAlignment>16Bytes</StructMemberAlignment> 363 <BufferSecurityCheck>false</BufferSecurityCheck> 364 <ControlFlowGuard>false</ControlFlowGuard> 365 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 366 <FloatingPointModel>Fast</FloatingPointModel> 367 <FloatingPointExceptions>false</FloatingPointExceptions> 368 <RuntimeTypeInfo>false</RuntimeTypeInfo> 369 <OpenMPSupport>false</OpenMPSupport> 370 </ClCompile> 371 <Link> 372 <SubSystem>Windows</SubSystem> 373 <GenerateDebugInformation>true</GenerateDebugInformation> 374 <EnableCOMDATFolding>true</EnableCOMDATFolding> 375 <OptimizeReferences>true</OptimizeReferences> 376 </Link> 377 <Lib> 378 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 379 </Lib> 380 <PreBuildEvent> 381 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 382 <Message>Generating version.h</Message> 383 </PreBuildEvent> 384 <CustomBuildStep> 385 <Command> 386 </Command> 387 </CustomBuildStep> 388 <CustomBuildStep> 389 <Outputs> 390 </Outputs> 391 </CustomBuildStep> 392 </ItemDefinitionGroup> 393 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> 394 <ClCompile> 395 <WarningLevel>Level3</WarningLevel> 396 <PrecompiledHeader> 397 </PrecompiledHeader> 398 <FunctionLevelLinking>true</FunctionLevelLinking> 399 <IntrinsicFunctions>true</IntrinsicFunctions> 400 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 401 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 402 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 403 <DebugInformationFormat>None</DebugInformationFormat> 404 <CompileAsManaged>false</CompileAsManaged> 405 <CompileAsWinRT>false</CompileAsWinRT> 406 <SDLCheck>false</SDLCheck> 407 <MultiProcessorCompilation>true</MultiProcessorCompilation> 408 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 409 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 410 <OmitFramePointers>true</OmitFramePointers> 411 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 412 <StringPooling>true</StringPooling> 413 <ExceptionHandling>false</ExceptionHandling> 414 <StructMemberAlignment>16Bytes</StructMemberAlignment> 415 <BufferSecurityCheck>false</BufferSecurityCheck> 416 <ControlFlowGuard>false</ControlFlowGuard> 417 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 418 <FloatingPointModel>Precise</FloatingPointModel> 419 <FloatingPointExceptions>false</FloatingPointExceptions> 420 <RuntimeTypeInfo>false</RuntimeTypeInfo> 421 <OpenMPSupport>false</OpenMPSupport> 422 </ClCompile> 423 <Link> 424 <SubSystem>Windows</SubSystem> 425 <GenerateDebugInformation>true</GenerateDebugInformation> 426 <EnableCOMDATFolding>true</EnableCOMDATFolding> 427 <OptimizeReferences>true</OptimizeReferences> 428 </Link> 429 <Lib> 430 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 431 </Lib> 432 <PreBuildEvent> 433 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 434 <Message>Generating version.h</Message> 435 </PreBuildEvent> 436 <CustomBuildStep> 437 <Command> 438 </Command> 439 </CustomBuildStep> 440 <CustomBuildStep> 441 <Outputs> 442 </Outputs> 443 </CustomBuildStep> 444 </ItemDefinitionGroup> 445 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 446 <ClCompile> 447 <WarningLevel>Level3</WarningLevel> 448 <PrecompiledHeader> 449 </PrecompiledHeader> 450 <Optimization>MaxSpeed</Optimization> 451 <FunctionLevelLinking>true</FunctionLevelLinking> 452 <IntrinsicFunctions>true</IntrinsicFunctions> 453 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 454 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 455 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 456 <DebugInformationFormat>None</DebugInformationFormat> 457 <CompileAsManaged>false</CompileAsManaged> 458 <CompileAsWinRT>false</CompileAsWinRT> 459 <SDLCheck>false</SDLCheck> 460 <MultiProcessorCompilation>true</MultiProcessorCompilation> 461 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 462 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 463 <OmitFramePointers>true</OmitFramePointers> 464 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 465 <StringPooling>true</StringPooling> 466 <ExceptionHandling>false</ExceptionHandling> 467 <StructMemberAlignment>16Bytes</StructMemberAlignment> 468 <BufferSecurityCheck>false</BufferSecurityCheck> 469 <ControlFlowGuard>false</ControlFlowGuard> 470 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 471 <FloatingPointModel>Fast</FloatingPointModel> 472 <FloatingPointExceptions>false</FloatingPointExceptions> 473 <RuntimeTypeInfo>false</RuntimeTypeInfo> 474 <OpenMPSupport>false</OpenMPSupport> 475 </ClCompile> 476 <Link> 477 <SubSystem>Windows</SubSystem> 478 <GenerateDebugInformation>true</GenerateDebugInformation> 479 <EnableCOMDATFolding>true</EnableCOMDATFolding> 480 <OptimizeReferences>true</OptimizeReferences> 481 </Link> 482 <Lib> 483 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 484 </Lib> 485 <PreBuildEvent> 486 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 487 <Message>Generating version.h</Message> 488 </PreBuildEvent> 489 <CustomBuildStep> 490 <Command> 491 </Command> 492 </CustomBuildStep> 493 <CustomBuildStep> 494 <Outputs> 495 </Outputs> 496 </CustomBuildStep> 497 </ItemDefinitionGroup> 498 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> 499 <ClCompile> 500 <WarningLevel>Level3</WarningLevel> 501 <PrecompiledHeader> 502 </PrecompiledHeader> 503 <Optimization>MaxSpeed</Optimization> 504 <FunctionLevelLinking>true</FunctionLevelLinking> 505 <IntrinsicFunctions>true</IntrinsicFunctions> 506 <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 507 <AdditionalIncludeDirectories>../../silk/float;../../silk;../../win32;../../celt;../../include;../win32</AdditionalIncludeDirectories> 508 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 509 <DebugInformationFormat>None</DebugInformationFormat> 510 <CompileAsManaged>false</CompileAsManaged> 511 <CompileAsWinRT>false</CompileAsWinRT> 512 <SDLCheck>false</SDLCheck> 513 <MultiProcessorCompilation>true</MultiProcessorCompilation> 514 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 515 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 516 <OmitFramePointers>true</OmitFramePointers> 517 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 518 <StringPooling>true</StringPooling> 519 <ExceptionHandling>false</ExceptionHandling> 520 <StructMemberAlignment>16Bytes</StructMemberAlignment> 521 <BufferSecurityCheck>false</BufferSecurityCheck> 522 <ControlFlowGuard>false</ControlFlowGuard> 523 <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> 524 <FloatingPointModel>Precise</FloatingPointModel> 525 <FloatingPointExceptions>false</FloatingPointExceptions> 526 <RuntimeTypeInfo>false</RuntimeTypeInfo> 527 <OpenMPSupport>false</OpenMPSupport> 528 </ClCompile> 529 <Link> 530 <SubSystem>Windows</SubSystem> 531 <GenerateDebugInformation>true</GenerateDebugInformation> 532 <EnableCOMDATFolding>true</EnableCOMDATFolding> 533 <OptimizeReferences>true</OptimizeReferences> 534 </Link> 535 <Lib> 536 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> 537 </Lib> 538 <PreBuildEvent> 539 <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command> 540 <Message>Generating version.h</Message> 541 </PreBuildEvent> 542 <CustomBuildStep> 543 <Command> 544 </Command> 545 </CustomBuildStep> 546 <CustomBuildStep> 547 <Outputs> 548 </Outputs> 549 </CustomBuildStep> 550 </ItemDefinitionGroup> 551 <ItemGroup> 552 <ClInclude Include="..\..\include\opus_types.h" /> 553 <ClInclude Include="..\..\win32\config.h" /> 554 <ClInclude Include="..\..\silk\float\main_FLP.h" /> 555 <ClInclude Include="..\..\silk\float\SigProc_FLP.h" /> 556 <ClInclude Include="..\..\silk\float\structs_FLP.h" /> 557 </ItemGroup> 558 <ItemGroup> 559 <ClCompile Include="..\..\silk\float\apply_sine_window_FLP.c" /> 560 <ClCompile Include="..\..\silk\float\autocorrelation_FLP.c" /> 561 <ClCompile Include="..\..\silk\float\burg_modified_FLP.c" /> 562 <ClCompile Include="..\..\silk\float\bwexpander_FLP.c" /> 563 <ClCompile Include="..\..\silk\float\corrMatrix_FLP.c" /> 564 <ClCompile Include="..\..\silk\float\encode_frame_FLP.c" /> 565 <ClCompile Include="..\..\silk\float\energy_FLP.c" /> 566 <ClCompile Include="..\..\silk\float\find_LPC_FLP.c" /> 567 <ClCompile Include="..\..\silk\float\find_LTP_FLP.c" /> 568 <ClCompile Include="..\..\silk\float\find_pitch_lags_FLP.c" /> 569 <ClCompile Include="..\..\silk\float\find_pred_coefs_FLP.c" /> 570 <ClCompile Include="..\..\silk\float\inner_product_FLP.c" /> 571 <ClCompile Include="..\..\silk\float\k2a_FLP.c" /> 572 <ClCompile Include="..\..\silk\float\levinsondurbin_FLP.c" /> 573 <ClCompile Include="..\..\silk\float\LPC_analysis_filter_FLP.c" /> 574 <ClCompile Include="..\..\silk\float\LPC_inv_pred_gain_FLP.c" /> 575 <ClCompile Include="..\..\silk\float\LTP_analysis_filter_FLP.c" /> 576 <ClCompile Include="..\..\silk\float\LTP_scale_ctrl_FLP.c" /> 577 <ClCompile Include="..\..\silk\float\noise_shape_analysis_FLP.c" /> 578 <ClCompile Include="..\..\silk\float\pitch_analysis_core_FLP.c" /> 579 <ClCompile Include="..\..\silk\float\prefilter_FLP.c" /> 580 <ClCompile Include="..\..\silk\float\process_gains_FLP.c" /> 581 <ClCompile Include="..\..\silk\float\regularize_correlations_FLP.c" /> 582 <ClCompile Include="..\..\silk\float\residual_energy_FLP.c" /> 583 <ClCompile Include="..\..\silk\float\scale_copy_vector_FLP.c" /> 584 <ClCompile Include="..\..\silk\float\scale_vector_FLP.c" /> 585 <ClCompile Include="..\..\silk\float\schur_FLP.c" /> 586 <ClCompile Include="..\..\silk\float\solve_LS_FLP.c" /> 587 <ClCompile Include="..\..\silk\float\sort_FLP.c" /> 588 <ClCompile Include="..\..\silk\float\warped_autocorrelation_FLP.c" /> 589 <ClCompile Include="..\..\silk\float\wrappers_FLP.c" /> 590 </ItemGroup> 591 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 592 <ImportGroup Label="ExtensionTargets"> 593 </ImportGroup> 594 </Project>