opus.silk_float.2012.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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>{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. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <PlatformToolset>v110</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>Unicode</CharacterSet>
  38. <PlatformToolset>v110</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>StaticLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <PlatformToolset>v110</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. <PlatformToolset>v110</PlatformToolset>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <TargetName>silk_float</TargetName>
  72. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <TargetName>silk_float</TargetName>
  76. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <TargetName>silk_float</TargetName>
  80. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <CustomBuildBeforeTargets>Compile</CustomBuildBeforeTargets>
  84. <TargetName>silk_float</TargetName>
  85. <IntDir>$(Platform)\$(Configuration)\silk_float\</IntDir>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <PrecompiledHeader>
  90. </PrecompiledHeader>
  91. <WarningLevel>Level3</WarningLevel>
  92. <Optimization>Disabled</Optimization>
  93. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  95. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. <PreBuildEvent>
  102. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_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>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  122. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Windows</SubSystem>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. </Link>
  128. <PreBuildEvent>
  129. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_VERSION</Command>
  130. <Message>Generating version.h</Message>
  131. </PreBuildEvent>
  132. <CustomBuildStep>
  133. <Command>
  134. </Command>
  135. </CustomBuildStep>
  136. <CustomBuildStep>
  137. <Outputs>
  138. </Outputs>
  139. </CustomBuildStep>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <PrecompiledHeader>
  145. </PrecompiledHeader>
  146. <FunctionLevelLinking>true</FunctionLevelLinking>
  147. <IntrinsicFunctions>true</IntrinsicFunctions>
  148. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  150. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Windows</SubSystem>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  156. <OptimizeReferences>true</OptimizeReferences>
  157. </Link>
  158. <PreBuildEvent>
  159. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\win32\version.h" OPUS_VERSION</Command>
  160. <Message>Generating version.h</Message>
  161. </PreBuildEvent>
  162. <CustomBuildStep>
  163. <Command>
  164. </Command>
  165. </CustomBuildStep>
  166. <CustomBuildStep>
  167. <Outputs>
  168. </Outputs>
  169. </CustomBuildStep>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  172. <ClCompile>
  173. <WarningLevel>Level3</WarningLevel>
  174. <PrecompiledHeader>
  175. </PrecompiledHeader>
  176. <Optimization>MaxSpeed</Optimization>
  177. <FunctionLevelLinking>true</FunctionLevelLinking>
  178. <IntrinsicFunctions>true</IntrinsicFunctions>
  179. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <AdditionalIncludeDirectories>..\..\opus-1.1\silk;..\..\opus-1.1\silk\fixed;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  181. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  182. </ClCompile>
  183. <Link>
  184. <SubSystem>Windows</SubSystem>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  187. <OptimizeReferences>true</OptimizeReferences>
  188. </Link>
  189. <PreBuildEvent>
  190. <Command>"$(ProjectDir)..\..\opus-1.1\win32\genversion.bat" "$(ProjectDir)..\..\opus-1.1\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="..\..\opus-1.1\silk\float\apply_sine_window_FLP.c" />
  204. <ClCompile Include="..\..\opus-1.1\silk\float\autocorrelation_FLP.c" />
  205. <ClCompile Include="..\..\opus-1.1\silk\float\burg_modified_FLP.c" />
  206. <ClCompile Include="..\..\opus-1.1\silk\float\bwexpander_FLP.c" />
  207. <ClCompile Include="..\..\opus-1.1\silk\float\corrMatrix_FLP.c" />
  208. <ClCompile Include="..\..\opus-1.1\silk\float\encode_frame_FLP.c" />
  209. <ClCompile Include="..\..\opus-1.1\silk\float\energy_FLP.c" />
  210. <ClCompile Include="..\..\opus-1.1\silk\float\find_LPC_FLP.c" />
  211. <ClCompile Include="..\..\opus-1.1\silk\float\find_LTP_FLP.c" />
  212. <ClCompile Include="..\..\opus-1.1\silk\float\find_pitch_lags_FLP.c" />
  213. <ClCompile Include="..\..\opus-1.1\silk\float\find_pred_coefs_FLP.c" />
  214. <ClCompile Include="..\..\opus-1.1\silk\float\inner_product_FLP.c" />
  215. <ClCompile Include="..\..\opus-1.1\silk\float\k2a_FLP.c" />
  216. <ClCompile Include="..\..\opus-1.1\silk\float\levinsondurbin_FLP.c" />
  217. <ClCompile Include="..\..\opus-1.1\silk\float\LPC_analysis_filter_FLP.c" />
  218. <ClCompile Include="..\..\opus-1.1\silk\float\LPC_inv_pred_gain_FLP.c" />
  219. <ClCompile Include="..\..\opus-1.1\silk\float\LTP_analysis_filter_FLP.c" />
  220. <ClCompile Include="..\..\opus-1.1\silk\float\LTP_scale_ctrl_FLP.c" />
  221. <ClCompile Include="..\..\opus-1.1\silk\float\noise_shape_analysis_FLP.c" />
  222. <ClCompile Include="..\..\opus-1.1\silk\float\pitch_analysis_core_FLP.c" />
  223. <ClCompile Include="..\..\opus-1.1\silk\float\prefilter_FLP.c" />
  224. <ClCompile Include="..\..\opus-1.1\silk\float\process_gains_FLP.c" />
  225. <ClCompile Include="..\..\opus-1.1\silk\float\regularize_correlations_FLP.c" />
  226. <ClCompile Include="..\..\opus-1.1\silk\float\residual_energy_FLP.c" />
  227. <ClCompile Include="..\..\opus-1.1\silk\float\scale_copy_vector_FLP.c" />
  228. <ClCompile Include="..\..\opus-1.1\silk\float\scale_vector_FLP.c" />
  229. <ClCompile Include="..\..\opus-1.1\silk\float\schur_FLP.c" />
  230. <ClCompile Include="..\..\opus-1.1\silk\float\solve_LS_FLP.c" />
  231. <ClCompile Include="..\..\opus-1.1\silk\float\sort_FLP.c" />
  232. <ClCompile Include="..\..\opus-1.1\silk\float\warped_autocorrelation_FLP.c" />
  233. <ClCompile Include="..\..\opus-1.1\silk\float\wrappers_FLP.c" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <ClInclude Include="..\..\opus-1.1\include\opus_types.h" />
  237. <ClInclude Include="..\..\opus-1.1\win32\config.h" />
  238. <ClInclude Include="..\..\opus-1.1\silk\float\main_FLP.h" />
  239. <ClInclude Include="..\..\opus-1.1\silk\float\SigProc_FLP.h" />
  240. <ClInclude Include="..\..\opus-1.1\silk\float\structs_FLP.h" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <ProjectReference Include="..\Download OPUS.2012.vcxproj">
  244. <Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
  245. </ProjectReference>
  246. <ProjectReference Include="opus.silk_common.2012.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>