opus.silk_float.2017.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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>{9C4961D2-5DDB-40C7-9BE8-CA918DC4E782}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>src_FLP</RootNamespace>
  25. <ProjectName>opus.silk_float</ProjectName>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <Import Project="$(SolutionDir)\w32\download_opus.props" Condition=" '$(downloadopusPropsImported)' == '' " />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>StaticLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <CharacterSet>Unicode</CharacterSet>
  33. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>Unicode</CharacterSet>
  46. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <TargetName>silk_float</TargetName>
  73. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <TargetName>silk_float</TargetName>
  77. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <TargetName>silk_float</TargetName>
  81. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets>
  85. <TargetName>silk_float</TargetName>
  86. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <PrecompiledHeader>
  91. </PrecompiledHeader>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  96. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  97. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. </Link>
  103. <PreBuildEvent>
  104. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_VERSION</Command>
  105. <Message>Generating version.h</Message>
  106. </PreBuildEvent>
  107. <CustomBuildStep>
  108. <Command>
  109. </Command>
  110. </CustomBuildStep>
  111. <CustomBuildStep>
  112. <Outputs>
  113. </Outputs>
  114. </CustomBuildStep>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  117. <ClCompile>
  118. <PrecompiledHeader>
  119. </PrecompiledHeader>
  120. <WarningLevel>Level3</WarningLevel>
  121. <Optimization>Disabled</Optimization>
  122. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  124. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  125. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. </Link>
  131. <PreBuildEvent>
  132. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_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>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  153. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. </Link>
  161. <PreBuildEvent>
  162. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_VERSION</Command>
  163. <Message>Generating version.h</Message>
  164. </PreBuildEvent>
  165. <CustomBuildStep>
  166. <Command>
  167. </Command>
  168. </CustomBuildStep>
  169. <CustomBuildStep>
  170. <Outputs>
  171. </Outputs>
  172. </CustomBuildStep>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  175. <ClCompile>
  176. <WarningLevel>Level3</WarningLevel>
  177. <PrecompiledHeader>
  178. </PrecompiledHeader>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  184. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  185. </ClCompile>
  186. <Link>
  187. <SubSystem>Windows</SubSystem>
  188. <GenerateDebugInformation>true</GenerateDebugInformation>
  189. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  190. <OptimizeReferences>true</OptimizeReferences>
  191. </Link>
  192. <PreBuildEvent>
  193. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_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. <ItemGroup>
  206. <ClCompile Include="..\..\opus-1.1\silk\float\apply_sine_window_FLP.c" />
  207. <ClCompile Include="..\..\opus-1.1\silk\float\autocorrelation_FLP.c" />
  208. <ClCompile Include="..\..\opus-1.1\silk\float\burg_modified_FLP.c" />
  209. <ClCompile Include="..\..\opus-1.1\silk\float\bwexpander_FLP.c" />
  210. <ClCompile Include="..\..\opus-1.1\silk\float\corrMatrix_FLP.c" />
  211. <ClCompile Include="..\..\opus-1.1\silk\float\encode_frame_FLP.c" />
  212. <ClCompile Include="..\..\opus-1.1\silk\float\energy_FLP.c" />
  213. <ClCompile Include="..\..\opus-1.1\silk\float\find_LPC_FLP.c" />
  214. <ClCompile Include="..\..\opus-1.1\silk\float\find_LTP_FLP.c" />
  215. <ClCompile Include="..\..\opus-1.1\silk\float\find_pitch_lags_FLP.c" />
  216. <ClCompile Include="..\..\opus-1.1\silk\float\find_pred_coefs_FLP.c" />
  217. <ClCompile Include="..\..\opus-1.1\silk\float\inner_product_FLP.c" />
  218. <ClCompile Include="..\..\opus-1.1\silk\float\k2a_FLP.c" />
  219. <ClCompile Include="..\..\opus-1.1\silk\float\levinsondurbin_FLP.c" />
  220. <ClCompile Include="..\..\opus-1.1\silk\float\LPC_analysis_filter_FLP.c" />
  221. <ClCompile Include="..\..\opus-1.1\silk\float\LPC_inv_pred_gain_FLP.c" />
  222. <ClCompile Include="..\..\opus-1.1\silk\float\LTP_analysis_filter_FLP.c" />
  223. <ClCompile Include="..\..\opus-1.1\silk\float\LTP_scale_ctrl_FLP.c" />
  224. <ClCompile Include="..\..\opus-1.1\silk\float\noise_shape_analysis_FLP.c" />
  225. <ClCompile Include="..\..\opus-1.1\silk\float\pitch_analysis_core_FLP.c" />
  226. <ClCompile Include="..\..\opus-1.1\silk\float\prefilter_FLP.c" />
  227. <ClCompile Include="..\..\opus-1.1\silk\float\process_gains_FLP.c" />
  228. <ClCompile Include="..\..\opus-1.1\silk\float\regularize_correlations_FLP.c" />
  229. <ClCompile Include="..\..\opus-1.1\silk\float\residual_energy_FLP.c" />
  230. <ClCompile Include="..\..\opus-1.1\silk\float\scale_copy_vector_FLP.c" />
  231. <ClCompile Include="..\..\opus-1.1\silk\float\scale_vector_FLP.c" />
  232. <ClCompile Include="..\..\opus-1.1\silk\float\schur_FLP.c" />
  233. <ClCompile Include="..\..\opus-1.1\silk\float\solve_LS_FLP.c" />
  234. <ClCompile Include="..\..\opus-1.1\silk\float\sort_FLP.c" />
  235. <ClCompile Include="..\..\opus-1.1\silk\float\warped_autocorrelation_FLP.c" />
  236. <ClCompile Include="..\..\opus-1.1\silk\float\wrappers_FLP.c" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <ClInclude Include="..\..\opus-1.1\include\opus_types.h" />
  240. <ClInclude Include="..\..\opus-1.1\win32\config.h" />
  241. <ClInclude Include="..\..\opus-1.1\silk\float\main_FLP.h" />
  242. <ClInclude Include="..\..\opus-1.1\silk\float\SigProc_FLP.h" />
  243. <ClInclude Include="..\..\opus-1.1\silk\float\structs_FLP.h" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <ProjectReference Include="opus.silk_common.2017.vcxproj">
  247. <Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
  248. </ProjectReference>
  249. </ItemGroup>
  250. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  251. <ImportGroup Label="ExtensionTargets">
  252. </ImportGroup>
  253. </Project>