silk_float.vcxproj 27 KB

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