silk_common.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <CustomBuildBeforeTargets>
  71. </CustomBuildBeforeTargets>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <ClCompile>
  75. <PrecompiledHeader>
  76. </PrecompiledHeader>
  77. <WarningLevel>Level3</WarningLevel>
  78. <Optimization>Disabled</Optimization>
  79. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <AdditionalIncludeDirectories>fixed;float;../win32;../celt;../include</AdditionalIncludeDirectories>
  81. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  82. </ClCompile>
  83. <Link>
  84. <SubSystem>Windows</SubSystem>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. </Link>
  87. <Lib>
  88. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  89. </Lib>
  90. <PreBuildEvent>
  91. <Command>"$(ProjectDir)..\win32\genversion.bat" "$(ProjectDir)..\win32\version.h" OPUS_VERSION</Command>
  92. <Message>Generating version.h</Message>
  93. </PreBuildEvent>
  94. <CustomBuildStep>
  95. <Command>
  96. </Command>
  97. </CustomBuildStep>
  98. <CustomBuildStep>
  99. <Outputs>
  100. </Outputs>
  101. </CustomBuildStep>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <AdditionalIncludeDirectories>fixed;float;../win32;../celt;../include</AdditionalIncludeDirectories>
  111. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. </Link>
  117. <Lib>
  118. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  119. </Lib>
  120. <PreBuildEvent>
  121. <Command>"$(ProjectDir)..\win32\genversion.bat" "$(ProjectDir)..\win32\version.h" OPUS_VERSION</Command>
  122. <Message>Generating version.h</Message>
  123. </PreBuildEvent>
  124. <CustomBuildStep>
  125. <Command>
  126. </Command>
  127. </CustomBuildStep>
  128. <CustomBuildStep>
  129. <Outputs>
  130. </Outputs>
  131. </CustomBuildStep>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  134. <ClCompile>
  135. <WarningLevel>Level3</WarningLevel>
  136. <PrecompiledHeader>
  137. </PrecompiledHeader>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <AdditionalIncludeDirectories>fixed;float;../win32;../celt;../include</AdditionalIncludeDirectories>
  142. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  143. <FloatingPointModel>Fast</FloatingPointModel>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. </Link>
  151. <Lib>
  152. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  153. </Lib>
  154. <PreBuildEvent>
  155. <Command>"$(ProjectDir)..\win32\genversion.bat" "$(ProjectDir)..\win32\version.h" OPUS_VERSION</Command>
  156. <Message>Generating version.h</Message>
  157. </PreBuildEvent>
  158. <CustomBuildStep>
  159. <Command>
  160. </Command>
  161. </CustomBuildStep>
  162. <CustomBuildStep>
  163. <Outputs>
  164. </Outputs>
  165. </CustomBuildStep>
  166. </ItemDefinitionGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  168. <ClCompile>
  169. <WarningLevel>Level3</WarningLevel>
  170. <PrecompiledHeader>
  171. </PrecompiledHeader>
  172. <Optimization>MaxSpeed</Optimization>
  173. <FunctionLevelLinking>true</FunctionLevelLinking>
  174. <IntrinsicFunctions>true</IntrinsicFunctions>
  175. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  176. <AdditionalIncludeDirectories>fixed;float;../win32;../celt;../include</AdditionalIncludeDirectories>
  177. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  178. <FloatingPointModel>Fast</FloatingPointModel>
  179. </ClCompile>
  180. <Link>
  181. <SubSystem>Windows</SubSystem>
  182. <GenerateDebugInformation>true</GenerateDebugInformation>
  183. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  184. <OptimizeReferences>true</OptimizeReferences>
  185. </Link>
  186. <Lib>
  187. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  188. </Lib>
  189. <PreBuildEvent>
  190. <Command>"$(ProjectDir)..\win32\genversion.bat" "$(ProjectDir)..\win32\version.h" OPUS_VERSION</Command>
  191. <Message>Generating version.h</Message>
  192. </PreBuildEvent>
  193. <CustomBuildStep>
  194. <Command>
  195. </Command>
  196. </CustomBuildStep>
  197. <CustomBuildStep>
  198. <Outputs>
  199. </Outputs>
  200. </CustomBuildStep>
  201. </ItemDefinitionGroup>
  202. <ItemGroup>
  203. <ClCompile Include="A2NLSF.c" />
  204. <ClCompile Include="ana_filt_bank_1.c" />
  205. <ClCompile Include="biquad_alt.c" />
  206. <ClCompile Include="bwexpander.c" />
  207. <ClCompile Include="bwexpander_32.c" />
  208. <ClCompile Include="check_control_input.c" />
  209. <ClCompile Include="CNG.c" />
  210. <ClCompile Include="code_signs.c" />
  211. <ClCompile Include="control_audio_bandwidth.c" />
  212. <ClCompile Include="control_codec.c" />
  213. <ClCompile Include="control_SNR.c" />
  214. <ClCompile Include="debug.c" />
  215. <ClCompile Include="decoder_set_fs.c" />
  216. <ClCompile Include="decode_core.c" />
  217. <ClCompile Include="decode_frame.c" />
  218. <ClCompile Include="decode_indices.c" />
  219. <ClCompile Include="decode_parameters.c" />
  220. <ClCompile Include="decode_pitch.c" />
  221. <ClCompile Include="decode_pulses.c" />
  222. <ClCompile Include="dec_API.c" />
  223. <ClCompile Include="encode_indices.c" />
  224. <ClCompile Include="encode_pulses.c" />
  225. <ClCompile Include="enc_API.c" />
  226. <ClCompile Include="gain_quant.c" />
  227. <ClCompile Include="HP_variable_cutoff.c" />
  228. <ClCompile Include="init_decoder.c" />
  229. <ClCompile Include="init_encoder.c" />
  230. <ClCompile Include="inner_prod_aligned.c" />
  231. <ClCompile Include="interpolate.c" />
  232. <ClCompile Include="lin2log.c" />
  233. <ClCompile Include="log2lin.c" />
  234. <ClCompile Include="LPC_analysis_filter.c" />
  235. <ClCompile Include="LPC_inv_pred_gain.c" />
  236. <ClCompile Include="LP_variable_cutoff.c" />
  237. <ClCompile Include="table_LSF_cos.c" />
  238. <ClCompile Include="NLSF2A.c" />
  239. <ClCompile Include="NLSF_decode.c" />
  240. <ClCompile Include="NLSF_del_dec_quant.c" />
  241. <ClCompile Include="NLSF_encode.c" />
  242. <ClCompile Include="NLSF_stabilize.c" />
  243. <ClCompile Include="NLSF_unpack.c" />
  244. <ClCompile Include="NLSF_VQ.c" />
  245. <ClCompile Include="NLSF_VQ_weights_laroia.c" />
  246. <ClCompile Include="NSQ.c" />
  247. <ClCompile Include="NSQ_del_dec.c" />
  248. <ClCompile Include="pitch_est_tables.c" />
  249. <ClCompile Include="PLC.c" />
  250. <ClCompile Include="process_NLSFs.c" />
  251. <ClCompile Include="quant_LTP_gains.c" />
  252. <ClCompile Include="resampler.c" />
  253. <ClCompile Include="resampler_down2.c" />
  254. <ClCompile Include="resampler_down2_3.c" />
  255. <ClCompile Include="resampler_private_AR2.c" />
  256. <ClCompile Include="resampler_private_down_FIR.c" />
  257. <ClCompile Include="resampler_private_IIR_FIR.c" />
  258. <ClCompile Include="resampler_private_up2_HQ.c" />
  259. <ClCompile Include="resampler_rom.c" />
  260. <ClCompile Include="shell_coder.c" />
  261. <ClCompile Include="sigm_Q15.c" />
  262. <ClCompile Include="sort.c" />
  263. <ClCompile Include="stereo_decode_pred.c" />
  264. <ClCompile Include="stereo_encode_pred.c" />
  265. <ClCompile Include="stereo_find_predictor.c" />
  266. <ClCompile Include="stereo_LR_to_MS.c" />
  267. <ClCompile Include="stereo_MS_to_LR.c" />
  268. <ClCompile Include="stereo_quant_pred.c" />
  269. <ClCompile Include="sum_sqr_shift.c" />
  270. <ClCompile Include="tables_gain.c" />
  271. <ClCompile Include="tables_LTP.c" />
  272. <ClCompile Include="tables_NLSF_CB_NB_MB.c" />
  273. <ClCompile Include="tables_NLSF_CB_WB.c" />
  274. <ClCompile Include="tables_other.c" />
  275. <ClCompile Include="tables_pitch_lag.c" />
  276. <ClCompile Include="tables_pulses_per_block.c" />
  277. <ClCompile Include="VAD.c" />
  278. <ClCompile Include="VQ_WMat_EC.c" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <ClInclude Include="..\include\opus_types.h" />
  282. <ClInclude Include="..\win32\config.h" />
  283. <ClInclude Include="control.h" />
  284. <ClInclude Include="debug.h" />
  285. <ClInclude Include="define.h" />
  286. <ClInclude Include="errors.h" />
  287. <ClInclude Include="Inlines.h" />
  288. <ClInclude Include="MacroCount.h" />
  289. <ClInclude Include="MacroDebug.h" />
  290. <ClInclude Include="macros.h" />
  291. <ClInclude Include="main.h" />
  292. <ClInclude Include="pitch_est_defines.h" />
  293. <ClInclude Include="PLC.h" />
  294. <ClInclude Include="resampler_private.h" />
  295. <ClInclude Include="resampler_rom.h" />
  296. <ClInclude Include="resampler_structs.h" />
  297. <ClInclude Include="API.h" />
  298. <ClInclude Include="SigProc_FIX.h" />
  299. <ClInclude Include="structs.h" />
  300. <ClInclude Include="tables.h" />
  301. <ClInclude Include="tuning_parameters.h" />
  302. <ClInclude Include="typedef.h" />
  303. </ItemGroup>
  304. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  305. <ImportGroup Label="ExtensionTargets">
  306. </ImportGroup>
  307. </Project>