silk_common.vcxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  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>{C303D2FC-FF97-49B8-9DDD-467B4C9A0B16}</ProjectGuid>
  39. <Keyword>Win32Proj</Keyword>
  40. <RootNamespace>src_common</RootNamespace>
  41. <ProjectName>silk_common</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. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  158. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  159. </PropertyGroup>
  160. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  161. <ClCompile>
  162. <PrecompiledHeader>
  163. </PrecompiledHeader>
  164. <WarningLevel>Level3</WarningLevel>
  165. <Optimization>Disabled</Optimization>
  166. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  168. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  169. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  170. <CompileAsManaged>false</CompileAsManaged>
  171. <CompileAsWinRT>false</CompileAsWinRT>
  172. <SDLCheck>true</SDLCheck>
  173. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  174. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  175. <StringPooling>false</StringPooling>
  176. <SmallerTypeCheck>false</SmallerTypeCheck>
  177. <ControlFlowGuard>Guard</ControlFlowGuard>
  178. <FunctionLevelLinking>false</FunctionLevelLinking>
  179. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  180. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  181. <FloatingPointExceptions>true</FloatingPointExceptions>
  182. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  183. <OpenMPSupport>false</OpenMPSupport>
  184. </ClCompile>
  185. <Link>
  186. <SubSystem>Windows</SubSystem>
  187. <GenerateDebugInformation>true</GenerateDebugInformation>
  188. </Link>
  189. <Lib>
  190. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  191. </Lib>
  192. <PreBuildEvent>
  193. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  194. <Message>Generating version.h</Message>
  195. </PreBuildEvent>
  196. <CustomBuildStep>
  197. <Command>
  198. </Command>
  199. </CustomBuildStep>
  200. <CustomBuildStep>
  201. <Outputs>
  202. </Outputs>
  203. </CustomBuildStep>
  204. </ItemDefinitionGroup>
  205. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
  206. <ClCompile>
  207. <PrecompiledHeader>
  208. </PrecompiledHeader>
  209. <WarningLevel>Level3</WarningLevel>
  210. <Optimization>Disabled</Optimization>
  211. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  212. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  213. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  214. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  215. <CompileAsManaged>false</CompileAsManaged>
  216. <CompileAsWinRT>false</CompileAsWinRT>
  217. <SDLCheck>true</SDLCheck>
  218. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  219. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  220. <StringPooling>false</StringPooling>
  221. <SmallerTypeCheck>false</SmallerTypeCheck>
  222. <ControlFlowGuard>Guard</ControlFlowGuard>
  223. <FunctionLevelLinking>false</FunctionLevelLinking>
  224. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  225. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  226. <FloatingPointExceptions>true</FloatingPointExceptions>
  227. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  228. <OpenMPSupport>false</OpenMPSupport>
  229. </ClCompile>
  230. <Link>
  231. <SubSystem>Windows</SubSystem>
  232. <GenerateDebugInformation>true</GenerateDebugInformation>
  233. </Link>
  234. <Lib>
  235. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  236. </Lib>
  237. <PreBuildEvent>
  238. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  239. <Message>Generating version.h</Message>
  240. </PreBuildEvent>
  241. <CustomBuildStep>
  242. <Command>
  243. </Command>
  244. </CustomBuildStep>
  245. <CustomBuildStep>
  246. <Outputs>
  247. </Outputs>
  248. </CustomBuildStep>
  249. </ItemDefinitionGroup>
  250. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  251. <ClCompile>
  252. <PrecompiledHeader>
  253. </PrecompiledHeader>
  254. <WarningLevel>Level3</WarningLevel>
  255. <Optimization>Disabled</Optimization>
  256. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  257. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  258. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  259. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  260. <CompileAsManaged>false</CompileAsManaged>
  261. <CompileAsWinRT>false</CompileAsWinRT>
  262. <SDLCheck>true</SDLCheck>
  263. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  264. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  265. <OmitFramePointers>false</OmitFramePointers>
  266. <StringPooling>false</StringPooling>
  267. <SmallerTypeCheck>false</SmallerTypeCheck>
  268. <ControlFlowGuard>Guard</ControlFlowGuard>
  269. <FunctionLevelLinking>false</FunctionLevelLinking>
  270. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  271. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  272. <FloatingPointExceptions>true</FloatingPointExceptions>
  273. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  274. <OpenMPSupport>false</OpenMPSupport>
  275. </ClCompile>
  276. <Link>
  277. <SubSystem>Windows</SubSystem>
  278. <GenerateDebugInformation>true</GenerateDebugInformation>
  279. </Link>
  280. <Lib>
  281. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  282. </Lib>
  283. <PreBuildEvent>
  284. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  285. <Message>Generating version.h</Message>
  286. </PreBuildEvent>
  287. <CustomBuildStep>
  288. <Command>
  289. </Command>
  290. </CustomBuildStep>
  291. <CustomBuildStep>
  292. <Outputs>
  293. </Outputs>
  294. </CustomBuildStep>
  295. </ItemDefinitionGroup>
  296. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|x64'">
  297. <ClCompile>
  298. <PrecompiledHeader>
  299. </PrecompiledHeader>
  300. <WarningLevel>Level3</WarningLevel>
  301. <Optimization>Disabled</Optimization>
  302. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  303. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  304. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  305. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  306. <CompileAsManaged>false</CompileAsManaged>
  307. <CompileAsWinRT>false</CompileAsWinRT>
  308. <SDLCheck>true</SDLCheck>
  309. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  310. <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
  311. <OmitFramePointers>false</OmitFramePointers>
  312. <StringPooling>false</StringPooling>
  313. <SmallerTypeCheck>false</SmallerTypeCheck>
  314. <ControlFlowGuard>Guard</ControlFlowGuard>
  315. <FunctionLevelLinking>false</FunctionLevelLinking>
  316. <EnableParallelCodeGeneration>false</EnableParallelCodeGeneration>
  317. <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
  318. <FloatingPointExceptions>true</FloatingPointExceptions>
  319. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  320. <OpenMPSupport>false</OpenMPSupport>
  321. </ClCompile>
  322. <Link>
  323. <SubSystem>Windows</SubSystem>
  324. <GenerateDebugInformation>true</GenerateDebugInformation>
  325. </Link>
  326. <Lib>
  327. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  328. </Lib>
  329. <PreBuildEvent>
  330. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  331. <Message>Generating version.h</Message>
  332. </PreBuildEvent>
  333. <CustomBuildStep>
  334. <Command>
  335. </Command>
  336. </CustomBuildStep>
  337. <CustomBuildStep>
  338. <Outputs>
  339. </Outputs>
  340. </CustomBuildStep>
  341. </ItemDefinitionGroup>
  342. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  343. <ClCompile>
  344. <WarningLevel>Level3</WarningLevel>
  345. <PrecompiledHeader>
  346. </PrecompiledHeader>
  347. <FunctionLevelLinking>true</FunctionLevelLinking>
  348. <IntrinsicFunctions>true</IntrinsicFunctions>
  349. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  350. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  351. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  352. <FloatingPointModel>Fast</FloatingPointModel>
  353. <DebugInformationFormat>None</DebugInformationFormat>
  354. <CompileAsManaged>false</CompileAsManaged>
  355. <CompileAsWinRT>false</CompileAsWinRT>
  356. <SDLCheck>false</SDLCheck>
  357. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  358. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  359. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  360. <OmitFramePointers>true</OmitFramePointers>
  361. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  362. <StringPooling>true</StringPooling>
  363. <ExceptionHandling>false</ExceptionHandling>
  364. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  365. <BufferSecurityCheck>false</BufferSecurityCheck>
  366. <ControlFlowGuard>false</ControlFlowGuard>
  367. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  368. <FloatingPointExceptions>false</FloatingPointExceptions>
  369. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  370. <OpenMPSupport>false</OpenMPSupport>
  371. </ClCompile>
  372. <Link>
  373. <SubSystem>Windows</SubSystem>
  374. <GenerateDebugInformation>true</GenerateDebugInformation>
  375. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  376. <OptimizeReferences>true</OptimizeReferences>
  377. </Link>
  378. <Lib>
  379. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  380. </Lib>
  381. <PreBuildEvent>
  382. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  383. <Message>Generating version.h</Message>
  384. </PreBuildEvent>
  385. <CustomBuildStep>
  386. <Command>
  387. </Command>
  388. </CustomBuildStep>
  389. <CustomBuildStep>
  390. <Outputs>
  391. </Outputs>
  392. </CustomBuildStep>
  393. </ItemDefinitionGroup>
  394. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
  395. <ClCompile>
  396. <WarningLevel>Level3</WarningLevel>
  397. <PrecompiledHeader>
  398. </PrecompiledHeader>
  399. <FunctionLevelLinking>true</FunctionLevelLinking>
  400. <IntrinsicFunctions>true</IntrinsicFunctions>
  401. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  402. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  403. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  404. <FloatingPointModel>Precise</FloatingPointModel>
  405. <DebugInformationFormat>None</DebugInformationFormat>
  406. <CompileAsManaged>false</CompileAsManaged>
  407. <CompileAsWinRT>false</CompileAsWinRT>
  408. <SDLCheck>false</SDLCheck>
  409. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  410. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  411. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  412. <OmitFramePointers>true</OmitFramePointers>
  413. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  414. <StringPooling>true</StringPooling>
  415. <ExceptionHandling>false</ExceptionHandling>
  416. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  417. <BufferSecurityCheck>false</BufferSecurityCheck>
  418. <ControlFlowGuard>false</ControlFlowGuard>
  419. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  420. <FloatingPointExceptions>false</FloatingPointExceptions>
  421. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  422. <OpenMPSupport>false</OpenMPSupport>
  423. </ClCompile>
  424. <Link>
  425. <SubSystem>Windows</SubSystem>
  426. <GenerateDebugInformation>true</GenerateDebugInformation>
  427. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  428. <OptimizeReferences>true</OptimizeReferences>
  429. </Link>
  430. <Lib>
  431. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  432. </Lib>
  433. <PreBuildEvent>
  434. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  435. <Message>Generating version.h</Message>
  436. </PreBuildEvent>
  437. <CustomBuildStep>
  438. <Command>
  439. </Command>
  440. </CustomBuildStep>
  441. <CustomBuildStep>
  442. <Outputs>
  443. </Outputs>
  444. </CustomBuildStep>
  445. </ItemDefinitionGroup>
  446. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  447. <ClCompile>
  448. <WarningLevel>Level3</WarningLevel>
  449. <PrecompiledHeader>
  450. </PrecompiledHeader>
  451. <Optimization>MaxSpeed</Optimization>
  452. <FunctionLevelLinking>true</FunctionLevelLinking>
  453. <IntrinsicFunctions>true</IntrinsicFunctions>
  454. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  455. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  456. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  457. <FloatingPointModel>Fast</FloatingPointModel>
  458. <DebugInformationFormat>None</DebugInformationFormat>
  459. <CompileAsManaged>false</CompileAsManaged>
  460. <CompileAsWinRT>false</CompileAsWinRT>
  461. <SDLCheck>false</SDLCheck>
  462. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  463. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  464. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  465. <OmitFramePointers>true</OmitFramePointers>
  466. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  467. <StringPooling>true</StringPooling>
  468. <ExceptionHandling>false</ExceptionHandling>
  469. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  470. <BufferSecurityCheck>false</BufferSecurityCheck>
  471. <ControlFlowGuard>false</ControlFlowGuard>
  472. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  473. <FloatingPointExceptions>false</FloatingPointExceptions>
  474. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  475. <OpenMPSupport>false</OpenMPSupport>
  476. </ClCompile>
  477. <Link>
  478. <SubSystem>Windows</SubSystem>
  479. <GenerateDebugInformation>true</GenerateDebugInformation>
  480. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  481. <OptimizeReferences>true</OptimizeReferences>
  482. </Link>
  483. <Lib>
  484. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  485. </Lib>
  486. <PreBuildEvent>
  487. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  488. <Message>Generating version.h</Message>
  489. </PreBuildEvent>
  490. <CustomBuildStep>
  491. <Command>
  492. </Command>
  493. </CustomBuildStep>
  494. <CustomBuildStep>
  495. <Outputs>
  496. </Outputs>
  497. </CustomBuildStep>
  498. </ItemDefinitionGroup>
  499. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
  500. <ClCompile>
  501. <WarningLevel>Level3</WarningLevel>
  502. <PrecompiledHeader>
  503. </PrecompiledHeader>
  504. <Optimization>MaxSpeed</Optimization>
  505. <FunctionLevelLinking>true</FunctionLevelLinking>
  506. <IntrinsicFunctions>true</IntrinsicFunctions>
  507. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  508. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  509. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  510. <FloatingPointModel>Precise</FloatingPointModel>
  511. <DebugInformationFormat>None</DebugInformationFormat>
  512. <CompileAsManaged>false</CompileAsManaged>
  513. <CompileAsWinRT>false</CompileAsWinRT>
  514. <SDLCheck>false</SDLCheck>
  515. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  516. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  517. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  518. <OmitFramePointers>true</OmitFramePointers>
  519. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  520. <StringPooling>true</StringPooling>
  521. <ExceptionHandling>false</ExceptionHandling>
  522. <StructMemberAlignment>16Bytes</StructMemberAlignment>
  523. <BufferSecurityCheck>false</BufferSecurityCheck>
  524. <ControlFlowGuard>false</ControlFlowGuard>
  525. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  526. <FloatingPointExceptions>false</FloatingPointExceptions>
  527. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  528. <OpenMPSupport>false</OpenMPSupport>
  529. </ClCompile>
  530. <Link>
  531. <SubSystem>Windows</SubSystem>
  532. <GenerateDebugInformation>true</GenerateDebugInformation>
  533. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  534. <OptimizeReferences>true</OptimizeReferences>
  535. </Link>
  536. <Lib>
  537. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  538. </Lib>
  539. <PreBuildEvent>
  540. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  541. <Message>Generating version.h</Message>
  542. </PreBuildEvent>
  543. <CustomBuildStep>
  544. <Command>
  545. </Command>
  546. </CustomBuildStep>
  547. <CustomBuildStep>
  548. <Outputs>
  549. </Outputs>
  550. </CustomBuildStep>
  551. </ItemDefinitionGroup>
  552. <ItemGroup>
  553. <ClInclude Include="..\..\include\opus_types.h" />
  554. <ClInclude Include="..\..\silk\x86\main_sse.h" />
  555. <ClInclude Include="..\..\silk\x86\SigProc_FIX_sse.h" />
  556. <ClInclude Include="..\..\win32\config.h" />
  557. <ClInclude Include="..\..\silk\control.h" />
  558. <ClInclude Include="..\..\silk\debug.h" />
  559. <ClInclude Include="..\..\silk\define.h" />
  560. <ClInclude Include="..\..\silk\errors.h" />
  561. <ClInclude Include="..\..\silk\Inlines.h" />
  562. <ClInclude Include="..\..\silk\MacroCount.h" />
  563. <ClInclude Include="..\..\silk\MacroDebug.h" />
  564. <ClInclude Include="..\..\silk\macros.h" />
  565. <ClInclude Include="..\..\silk\main.h" />
  566. <ClInclude Include="..\..\silk\pitch_est_defines.h" />
  567. <ClInclude Include="..\..\silk\PLC.h" />
  568. <ClInclude Include="..\..\silk\resampler_private.h" />
  569. <ClInclude Include="..\..\silk\resampler_rom.h" />
  570. <ClInclude Include="..\..\silk\resampler_structs.h" />
  571. <ClInclude Include="..\..\silk\API.h" />
  572. <ClInclude Include="..\..\silk\SigProc_FIX.h" />
  573. <ClInclude Include="..\..\silk\structs.h" />
  574. <ClInclude Include="..\..\silk\tables.h" />
  575. <ClInclude Include="..\..\silk\tuning_parameters.h" />
  576. <ClInclude Include="..\..\silk\typedef.h" />
  577. </ItemGroup>
  578. <ItemGroup>
  579. <ClCompile Include="..\..\silk\A2NLSF.c" />
  580. <ClCompile Include="..\..\silk\ana_filt_bank_1.c" />
  581. <ClCompile Include="..\..\silk\biquad_alt.c" />
  582. <ClCompile Include="..\..\silk\bwexpander.c" />
  583. <ClCompile Include="..\..\silk\bwexpander_32.c" />
  584. <ClCompile Include="..\..\silk\check_control_input.c" />
  585. <ClCompile Include="..\..\silk\CNG.c" />
  586. <ClCompile Include="..\..\silk\code_signs.c" />
  587. <ClCompile Include="..\..\silk\control_audio_bandwidth.c" />
  588. <ClCompile Include="..\..\silk\control_codec.c" />
  589. <ClCompile Include="..\..\silk\control_SNR.c" />
  590. <ClCompile Include="..\..\silk\debug.c" />
  591. <ClCompile Include="..\..\silk\decoder_set_fs.c" />
  592. <ClCompile Include="..\..\silk\decode_core.c" />
  593. <ClCompile Include="..\..\silk\decode_frame.c" />
  594. <ClCompile Include="..\..\silk\decode_indices.c" />
  595. <ClCompile Include="..\..\silk\decode_parameters.c" />
  596. <ClCompile Include="..\..\silk\decode_pitch.c" />
  597. <ClCompile Include="..\..\silk\decode_pulses.c" />
  598. <ClCompile Include="..\..\silk\dec_API.c" />
  599. <ClCompile Include="..\..\silk\encode_indices.c" />
  600. <ClCompile Include="..\..\silk\encode_pulses.c" />
  601. <ClCompile Include="..\..\silk\enc_API.c" />
  602. <ClCompile Include="..\..\silk\gain_quant.c" />
  603. <ClCompile Include="..\..\silk\HP_variable_cutoff.c" />
  604. <ClCompile Include="..\..\silk\init_decoder.c" />
  605. <ClCompile Include="..\..\silk\init_encoder.c" />
  606. <ClCompile Include="..\..\silk\inner_prod_aligned.c" />
  607. <ClCompile Include="..\..\silk\interpolate.c" />
  608. <ClCompile Include="..\..\silk\lin2log.c" />
  609. <ClCompile Include="..\..\silk\log2lin.c" />
  610. <ClCompile Include="..\..\silk\LPC_analysis_filter.c" />
  611. <ClCompile Include="..\..\silk\LPC_inv_pred_gain.c" />
  612. <ClCompile Include="..\..\silk\LP_variable_cutoff.c" />
  613. <ClCompile Include="..\..\silk\NLSF2A.c" />
  614. <ClCompile Include="..\..\silk\NLSF_decode.c" />
  615. <ClCompile Include="..\..\silk\NLSF_del_dec_quant.c" />
  616. <ClCompile Include="..\..\silk\NLSF_encode.c" />
  617. <ClCompile Include="..\..\silk\NLSF_stabilize.c" />
  618. <ClCompile Include="..\..\silk\NLSF_unpack.c" />
  619. <ClCompile Include="..\..\silk\NLSF_VQ.c" />
  620. <ClCompile Include="..\..\silk\NLSF_VQ_weights_laroia.c" />
  621. <ClCompile Include="..\..\silk\NSQ.c" />
  622. <ClCompile Include="..\..\silk\NSQ_del_dec.c" />
  623. <ClCompile Include="..\..\silk\pitch_est_tables.c" />
  624. <ClCompile Include="..\..\silk\PLC.c" />
  625. <ClCompile Include="..\..\silk\process_NLSFs.c" />
  626. <ClCompile Include="..\..\silk\quant_LTP_gains.c" />
  627. <ClCompile Include="..\..\silk\resampler.c" />
  628. <ClCompile Include="..\..\silk\resampler_down2.c" />
  629. <ClCompile Include="..\..\silk\resampler_down2_3.c" />
  630. <ClCompile Include="..\..\silk\resampler_private_AR2.c" />
  631. <ClCompile Include="..\..\silk\resampler_private_down_FIR.c" />
  632. <ClCompile Include="..\..\silk\resampler_private_IIR_FIR.c" />
  633. <ClCompile Include="..\..\silk\resampler_private_up2_HQ.c" />
  634. <ClCompile Include="..\..\silk\resampler_rom.c" />
  635. <ClCompile Include="..\..\silk\shell_coder.c" />
  636. <ClCompile Include="..\..\silk\sigm_Q15.c" />
  637. <ClCompile Include="..\..\silk\sort.c" />
  638. <ClCompile Include="..\..\silk\stereo_decode_pred.c" />
  639. <ClCompile Include="..\..\silk\stereo_encode_pred.c" />
  640. <ClCompile Include="..\..\silk\stereo_find_predictor.c" />
  641. <ClCompile Include="..\..\silk\stereo_LR_to_MS.c" />
  642. <ClCompile Include="..\..\silk\stereo_MS_to_LR.c" />
  643. <ClCompile Include="..\..\silk\stereo_quant_pred.c" />
  644. <ClCompile Include="..\..\silk\sum_sqr_shift.c" />
  645. <ClCompile Include="..\..\silk\tables_gain.c" />
  646. <ClCompile Include="..\..\silk\tables_LTP.c" />
  647. <ClCompile Include="..\..\silk\tables_NLSF_CB_NB_MB.c" />
  648. <ClCompile Include="..\..\silk\tables_NLSF_CB_WB.c" />
  649. <ClCompile Include="..\..\silk\tables_other.c" />
  650. <ClCompile Include="..\..\silk\tables_pitch_lag.c" />
  651. <ClCompile Include="..\..\silk\tables_pulses_per_block.c" />
  652. <ClCompile Include="..\..\silk\table_LSF_cos.c" />
  653. <ClCompile Include="..\..\silk\VAD.c" />
  654. <ClCompile Include="..\..\silk\VQ_WMat_EC.c" />
  655. <ClCompile Include="..\..\silk\x86\NSQ_del_dec_sse.c" />
  656. <ClCompile Include="..\..\silk\x86\NSQ_sse.c" />
  657. <ClCompile Include="..\..\silk\x86\VAD_sse.c" />
  658. <ClCompile Include="..\..\silk\x86\VQ_WMat_EC_sse.c" />
  659. <ClCompile Include="..\..\silk\x86\x86_silk_map.c" />
  660. </ItemGroup>
  661. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  662. <ImportGroup Label="ExtensionTargets">
  663. </ImportGroup>
  664. </Project>