silk_common.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{C303D2FC-FF97-49B8-9DDD-467B4C9A0B16}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>src_common</RootNamespace>
  25. <ProjectName>silk_common</ProjectName>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>StaticLibrary</ConfigurationType>
  40. <UseDebugLibraries>false</UseDebugLibraries>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>false</UseDebugLibraries>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <PropertyGroup Label="UserMacros" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  68. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  72. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  76. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79. <CustomBuildBeforeTargets>
  80. </CustomBuildBeforeTargets>
  81. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  82. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <ClCompile>
  86. <PrecompiledHeader>
  87. </PrecompiledHeader>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  92. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  93. </ClCompile>
  94. <Link>
  95. <SubSystem>Windows</SubSystem>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. </Link>
  98. <Lib>
  99. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  100. </Lib>
  101. <PreBuildEvent>
  102. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  103. <Message>Generating version.h</Message>
  104. </PreBuildEvent>
  105. <CustomBuildStep>
  106. <Command>
  107. </Command>
  108. </CustomBuildStep>
  109. <CustomBuildStep>
  110. <Outputs>
  111. </Outputs>
  112. </CustomBuildStep>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  115. <ClCompile>
  116. <PrecompiledHeader>
  117. </PrecompiledHeader>
  118. <WarningLevel>Level3</WarningLevel>
  119. <Optimization>Disabled</Optimization>
  120. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  122. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Windows</SubSystem>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. </Link>
  128. <Lib>
  129. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  130. </Lib>
  131. <PreBuildEvent>
  132. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  133. <Message>Generating version.h</Message>
  134. </PreBuildEvent>
  135. <CustomBuildStep>
  136. <Command>
  137. </Command>
  138. </CustomBuildStep>
  139. <CustomBuildStep>
  140. <Outputs>
  141. </Outputs>
  142. </CustomBuildStep>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>
  148. </PrecompiledHeader>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  153. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  154. <FloatingPointModel>Fast</FloatingPointModel>
  155. </ClCompile>
  156. <Link>
  157. <SubSystem>Windows</SubSystem>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. </Link>
  162. <Lib>
  163. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  164. </Lib>
  165. <PreBuildEvent>
  166. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  167. <Message>Generating version.h</Message>
  168. </PreBuildEvent>
  169. <CustomBuildStep>
  170. <Command>
  171. </Command>
  172. </CustomBuildStep>
  173. <CustomBuildStep>
  174. <Outputs>
  175. </Outputs>
  176. </CustomBuildStep>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  179. <ClCompile>
  180. <WarningLevel>Level3</WarningLevel>
  181. <PrecompiledHeader>
  182. </PrecompiledHeader>
  183. <Optimization>MaxSpeed</Optimization>
  184. <FunctionLevelLinking>true</FunctionLevelLinking>
  185. <IntrinsicFunctions>true</IntrinsicFunctions>
  186. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <AdditionalIncludeDirectories>../..;../../silk/fixed;../../silk/float;../../silk;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
  188. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  189. <FloatingPointModel>Fast</FloatingPointModel>
  190. </ClCompile>
  191. <Link>
  192. <SubSystem>Windows</SubSystem>
  193. <GenerateDebugInformation>true</GenerateDebugInformation>
  194. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  195. <OptimizeReferences>true</OptimizeReferences>
  196. </Link>
  197. <Lib>
  198. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  199. </Lib>
  200. <PreBuildEvent>
  201. <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
  202. <Message>Generating version.h</Message>
  203. </PreBuildEvent>
  204. <CustomBuildStep>
  205. <Command>
  206. </Command>
  207. </CustomBuildStep>
  208. <CustomBuildStep>
  209. <Outputs>
  210. </Outputs>
  211. </CustomBuildStep>
  212. </ItemDefinitionGroup>
  213. <ItemGroup>
  214. <ClInclude Include="..\..\include\opus_types.h" />
  215. <ClInclude Include="..\..\silk\x86\main_sse.h" />
  216. <ClInclude Include="..\..\silk\x86\SigProc_FIX_sse.h" />
  217. <ClInclude Include="..\..\win32\config.h" />
  218. <ClInclude Include="..\..\silk\control.h" />
  219. <ClInclude Include="..\..\silk\debug.h" />
  220. <ClInclude Include="..\..\silk\define.h" />
  221. <ClInclude Include="..\..\silk\errors.h" />
  222. <ClInclude Include="..\..\silk\Inlines.h" />
  223. <ClInclude Include="..\..\silk\MacroCount.h" />
  224. <ClInclude Include="..\..\silk\MacroDebug.h" />
  225. <ClInclude Include="..\..\silk\macros.h" />
  226. <ClInclude Include="..\..\silk\main.h" />
  227. <ClInclude Include="..\..\silk\pitch_est_defines.h" />
  228. <ClInclude Include="..\..\silk\PLC.h" />
  229. <ClInclude Include="..\..\silk\resampler_private.h" />
  230. <ClInclude Include="..\..\silk\resampler_rom.h" />
  231. <ClInclude Include="..\..\silk\resampler_structs.h" />
  232. <ClInclude Include="..\..\silk\API.h" />
  233. <ClInclude Include="..\..\silk\SigProc_FIX.h" />
  234. <ClInclude Include="..\..\silk\structs.h" />
  235. <ClInclude Include="..\..\silk\tables.h" />
  236. <ClInclude Include="..\..\silk\tuning_parameters.h" />
  237. <ClInclude Include="..\..\silk\typedef.h" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <ClCompile Include="..\..\silk\A2NLSF.c" />
  241. <ClCompile Include="..\..\silk\ana_filt_bank_1.c" />
  242. <ClCompile Include="..\..\silk\biquad_alt.c" />
  243. <ClCompile Include="..\..\silk\bwexpander.c" />
  244. <ClCompile Include="..\..\silk\bwexpander_32.c" />
  245. <ClCompile Include="..\..\silk\check_control_input.c" />
  246. <ClCompile Include="..\..\silk\CNG.c" />
  247. <ClCompile Include="..\..\silk\code_signs.c" />
  248. <ClCompile Include="..\..\silk\control_audio_bandwidth.c" />
  249. <ClCompile Include="..\..\silk\control_codec.c" />
  250. <ClCompile Include="..\..\silk\control_SNR.c" />
  251. <ClCompile Include="..\..\silk\debug.c" />
  252. <ClCompile Include="..\..\silk\decoder_set_fs.c" />
  253. <ClCompile Include="..\..\silk\decode_core.c" />
  254. <ClCompile Include="..\..\silk\decode_frame.c" />
  255. <ClCompile Include="..\..\silk\decode_indices.c" />
  256. <ClCompile Include="..\..\silk\decode_parameters.c" />
  257. <ClCompile Include="..\..\silk\decode_pitch.c" />
  258. <ClCompile Include="..\..\silk\decode_pulses.c" />
  259. <ClCompile Include="..\..\silk\dec_API.c" />
  260. <ClCompile Include="..\..\silk\encode_indices.c" />
  261. <ClCompile Include="..\..\silk\encode_pulses.c" />
  262. <ClCompile Include="..\..\silk\enc_API.c" />
  263. <ClCompile Include="..\..\silk\gain_quant.c" />
  264. <ClCompile Include="..\..\silk\HP_variable_cutoff.c" />
  265. <ClCompile Include="..\..\silk\init_decoder.c" />
  266. <ClCompile Include="..\..\silk\init_encoder.c" />
  267. <ClCompile Include="..\..\silk\inner_prod_aligned.c" />
  268. <ClCompile Include="..\..\silk\interpolate.c" />
  269. <ClCompile Include="..\..\silk\lin2log.c" />
  270. <ClCompile Include="..\..\silk\log2lin.c" />
  271. <ClCompile Include="..\..\silk\LPC_analysis_filter.c" />
  272. <ClCompile Include="..\..\silk\LPC_inv_pred_gain.c" />
  273. <ClCompile Include="..\..\silk\LP_variable_cutoff.c" />
  274. <ClCompile Include="..\..\silk\NLSF2A.c" />
  275. <ClCompile Include="..\..\silk\NLSF_decode.c" />
  276. <ClCompile Include="..\..\silk\NLSF_del_dec_quant.c" />
  277. <ClCompile Include="..\..\silk\NLSF_encode.c" />
  278. <ClCompile Include="..\..\silk\NLSF_stabilize.c" />
  279. <ClCompile Include="..\..\silk\NLSF_unpack.c" />
  280. <ClCompile Include="..\..\silk\NLSF_VQ.c" />
  281. <ClCompile Include="..\..\silk\NLSF_VQ_weights_laroia.c" />
  282. <ClCompile Include="..\..\silk\NSQ.c" />
  283. <ClCompile Include="..\..\silk\NSQ_del_dec.c" />
  284. <ClCompile Include="..\..\silk\pitch_est_tables.c" />
  285. <ClCompile Include="..\..\silk\PLC.c" />
  286. <ClCompile Include="..\..\silk\process_NLSFs.c" />
  287. <ClCompile Include="..\..\silk\quant_LTP_gains.c" />
  288. <ClCompile Include="..\..\silk\resampler.c" />
  289. <ClCompile Include="..\..\silk\resampler_down2.c" />
  290. <ClCompile Include="..\..\silk\resampler_down2_3.c" />
  291. <ClCompile Include="..\..\silk\resampler_private_AR2.c" />
  292. <ClCompile Include="..\..\silk\resampler_private_down_FIR.c" />
  293. <ClCompile Include="..\..\silk\resampler_private_IIR_FIR.c" />
  294. <ClCompile Include="..\..\silk\resampler_private_up2_HQ.c" />
  295. <ClCompile Include="..\..\silk\resampler_rom.c" />
  296. <ClCompile Include="..\..\silk\shell_coder.c" />
  297. <ClCompile Include="..\..\silk\sigm_Q15.c" />
  298. <ClCompile Include="..\..\silk\sort.c" />
  299. <ClCompile Include="..\..\silk\stereo_decode_pred.c" />
  300. <ClCompile Include="..\..\silk\stereo_encode_pred.c" />
  301. <ClCompile Include="..\..\silk\stereo_find_predictor.c" />
  302. <ClCompile Include="..\..\silk\stereo_LR_to_MS.c" />
  303. <ClCompile Include="..\..\silk\stereo_MS_to_LR.c" />
  304. <ClCompile Include="..\..\silk\stereo_quant_pred.c" />
  305. <ClCompile Include="..\..\silk\sum_sqr_shift.c" />
  306. <ClCompile Include="..\..\silk\tables_gain.c" />
  307. <ClCompile Include="..\..\silk\tables_LTP.c" />
  308. <ClCompile Include="..\..\silk\tables_NLSF_CB_NB_MB.c" />
  309. <ClCompile Include="..\..\silk\tables_NLSF_CB_WB.c" />
  310. <ClCompile Include="..\..\silk\tables_other.c" />
  311. <ClCompile Include="..\..\silk\tables_pitch_lag.c" />
  312. <ClCompile Include="..\..\silk\tables_pulses_per_block.c" />
  313. <ClCompile Include="..\..\silk\table_LSF_cos.c" />
  314. <ClCompile Include="..\..\silk\VAD.c" />
  315. <ClCompile Include="..\..\silk\VQ_WMat_EC.c" />
  316. <ClCompile Include="..\..\silk\x86\NSQ_del_dec_sse.c" />
  317. <ClCompile Include="..\..\silk\x86\NSQ_sse.c" />
  318. <ClCompile Include="..\..\silk\x86\VAD_sse.c" />
  319. <ClCompile Include="..\..\silk\x86\VQ_WMat_EC_sse.c" />
  320. <ClCompile Include="..\..\silk\x86\x86_silk_map.c" />
  321. </ItemGroup>
  322. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  323. <ImportGroup Label="ExtensionTargets">
  324. </ImportGroup>
  325. </Project>