opus.silk_fixed.2012.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>{8484C90D-1561-402F-A91D-2DB10F8C5171}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>src_FIX</RootNamespace>
  25. <ProjectName>opus.silk_fixed</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_fixed</TargetName>
  72. <IntDir>$(Platform)\$(Configuration)\silk_fixed\</IntDir>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <TargetName>silk_fixed</TargetName>
  76. <IntDir>$(Platform)\$(Configuration)\silk_fixed\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <TargetName>silk_fixed</TargetName>
  80. <IntDir>$(Platform)\$(Configuration)\silk_fixed\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <TargetName>silk_fixed</TargetName>
  84. <IntDir>$(Platform)\$(Configuration)\silk_fixed\</IntDir>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>
  89. </PrecompiledHeader>
  90. <WarningLevel>Level3</WarningLevel>
  91. <Optimization>Disabled</Optimization>
  92. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <AdditionalIncludeDirectories>..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  94. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  95. <DisableSpecificWarnings>4244;4133;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <ClCompile>
  104. <PrecompiledHeader>
  105. </PrecompiledHeader>
  106. <WarningLevel>Level3</WarningLevel>
  107. <Optimization>Disabled</Optimization>
  108. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <AdditionalIncludeDirectories>..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  110. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  111. <DisableSpecificWarnings>4244;4133;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. </Link>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  119. <ClCompile>
  120. <WarningLevel>Level3</WarningLevel>
  121. <PrecompiledHeader>
  122. </PrecompiledHeader>
  123. <FunctionLevelLinking>true</FunctionLevelLinking>
  124. <IntrinsicFunctions>true</IntrinsicFunctions>
  125. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <AdditionalIncludeDirectories>..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  127. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  128. <DisableSpecificWarnings>4244;4133;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>
  141. </PrecompiledHeader>
  142. <Optimization>MaxSpeed</Optimization>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <AdditionalIncludeDirectories>..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include</AdditionalIncludeDirectories>
  147. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  148. <DisableSpecificWarnings>4244;4133;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemGroup>
  158. <ClCompile Include="..\..\opus-1.1\silk\fixed\corrMatrix_FIX.c" />
  159. <ClCompile Include="..\..\opus-1.1\silk\fixed\encode_frame_FIX.c" />
  160. <ClCompile Include="..\..\opus-1.1\silk\fixed\find_LPC_FIX.c" />
  161. <ClCompile Include="..\..\opus-1.1\silk\fixed\find_LTP_FIX.c" />
  162. <ClCompile Include="..\..\opus-1.1\silk\fixed\find_pitch_lags_FIX.c" />
  163. <ClCompile Include="..\..\opus-1.1\silk\fixed\find_pred_coefs_FIX.c" />
  164. <ClCompile Include="..\..\opus-1.1\silk\fixed\LTP_analysis_filter_FIX.c" />
  165. <ClCompile Include="..\..\opus-1.1\silk\fixed\LTP_scale_ctrl_FIX.c" />
  166. <ClCompile Include="..\..\opus-1.1\silk\fixed\noise_shape_analysis_FIX.c" />
  167. <ClCompile Include="..\..\opus-1.1\silk\fixed\prefilter_FIX.c" />
  168. <ClCompile Include="..\..\opus-1.1\silk\fixed\process_gains_FIX.c" />
  169. <ClCompile Include="..\..\opus-1.1\silk\fixed\regularize_correlations_FIX.c" />
  170. <ClCompile Include="..\..\opus-1.1\silk\fixed\residual_energy16_FIX.c" />
  171. <ClCompile Include="..\..\opus-1.1\silk\fixed\residual_energy_FIX.c" />
  172. <ClCompile Include="..\..\opus-1.1\silk\fixed\solve_LS_FIX.c" />
  173. <ClCompile Include="..\..\opus-1.1\silk\fixed\warped_autocorrelation_FIX.c" />
  174. <ClCompile Include="..\..\opus-1.1\silk\fixed\k2a_FIX.c" />
  175. <ClCompile Include="..\..\opus-1.1\silk\fixed\k2a_Q16_FIX.c" />
  176. <ClCompile Include="..\..\opus-1.1\silk\fixed\apply_sine_window_FIX.c" />
  177. <ClCompile Include="..\..\opus-1.1\silk\fixed\autocorr_FIX.c" />
  178. <ClCompile Include="..\..\opus-1.1\silk\fixed\burg_modified_FIX.c" />
  179. <ClCompile Include="..\..\opus-1.1\silk\fixed\pitch_analysis_core_FIX.c" />
  180. <ClCompile Include="..\..\opus-1.1\silk\fixed\vector_ops_FIX.c" />
  181. <ClCompile Include="..\..\opus-1.1\silk\fixed\schur_FIX.c" />
  182. <ClCompile Include="..\..\opus-1.1\silk\fixed\schur64_FIX.c" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ClInclude Include="..\..\opus-1.1\include\opus_types.h" />
  186. <ClInclude Include="..\..\opus-1.1\win32\config.h" />
  187. <ClInclude Include="..\..\opus-1.1\silk\SigProc_FIX.h" />
  188. <ClInclude Include="..\..\opus-1.1\silk\fixed\main_FIX.h" />
  189. <ClInclude Include="..\..\opus-1.1\silk\fixed\structs_FIX.h" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\Download OPUS.2012.vcxproj">
  193. <Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
  194. </ProjectReference>
  195. <ProjectReference Include="opus.silk_common.2012.vcxproj">
  196. <Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
  197. </ProjectReference>
  198. <ProjectReference Include="opus.silk_float.2012.vcxproj">
  199. <Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  203. <ImportGroup Label="ExtensionTargets">
  204. </ImportGroup>
  205. </Project>