libbroadvoice.2017.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. <ProjectName>libbroadvoice</ProjectName>
  23. <ProjectGuid>{CF70F278-3364-4395-A2E1-23501C9B8AD2}</ProjectGuid>
  24. <RootNamespace>libbroadvoice</RootNamespace>
  25. <Keyword>Win32Proj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>DynamicLibrary</ConfigurationType>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <Import Project="$(SolutionDir)w32\broadvoice.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="..\..\..\w32\extdll.props" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. <Import Project="..\..\..\w32\extdll.props" />
  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. <Import Project="..\..\..\w32\extdll.props" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="..\..\..\w32\extdll.props" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup>
  72. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  73. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  74. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  75. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  76. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  77. </PropertyGroup>
  78. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <ClCompile>
  80. <Optimization>Disabled</Optimization>
  81. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <MinimalRebuild>true</MinimalRebuild>
  83. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  84. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  85. <WarningLevel>Level4</WarningLevel>
  86. <CompileAs>CompileAsC</CompileAs>
  87. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  88. </ClCompile>
  89. <Link>
  90. <GenerateDebugInformation>true</GenerateDebugInformation>
  91. <SubSystem>Windows</SubSystem>
  92. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  93. <TargetMachine>MachineX86</TargetMachine>
  94. </Link>
  95. </ItemDefinitionGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  97. <ClCompile>
  98. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  100. <WarningLevel>Level4</WarningLevel>
  101. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  102. </ClCompile>
  103. <Link>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <SubSystem>Windows</SubSystem>
  106. <OptimizeReferences>true</OptimizeReferences>
  107. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  108. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  109. <TargetMachine>MachineX86</TargetMachine>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  113. <Midl>
  114. <TargetEnvironment>X64</TargetEnvironment>
  115. </Midl>
  116. <ClCompile>
  117. <Optimization>Disabled</Optimization>
  118. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <MinimalRebuild>true</MinimalRebuild>
  120. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  121. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  122. <CompileAs>CompileAsC</CompileAs>
  123. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  124. </ClCompile>
  125. <Link>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. <SubSystem>Windows</SubSystem>
  128. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  129. <TargetMachine>MachineX64</TargetMachine>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133. <Midl>
  134. <TargetEnvironment>X64</TargetEnvironment>
  135. </Midl>
  136. <ClCompile>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BROADVOICE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_TGMATH_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  139. <WarningLevel>Level4</WarningLevel>
  140. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  141. </ClCompile>
  142. <Link>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <SubSystem>Windows</SubSystem>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  148. <TargetMachine>MachineX64</TargetMachine>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemGroup>
  152. <ClCompile Include="$(broadvoiceLibDir)\bitstream.c" />
  153. <ClCompile Include="$(broadvoiceLibDir)\floating\common\a2lsp.c" />
  154. <ClCompile Include="$(broadvoiceLibDir)\floating\common\allpole.c" />
  155. <ClCompile Include="$(broadvoiceLibDir)\floating\common\allzero.c" />
  156. <ClCompile Include="$(broadvoiceLibDir)\floating\common\autocor.c" />
  157. <ClCompile Include="$(broadvoiceLibDir)\floating\common\cmtables.c" />
  158. <ClCompile Include="$(broadvoiceLibDir)\floating\common\levdur.c" />
  159. <ClCompile Include="$(broadvoiceLibDir)\floating\common\lsp2a.c" />
  160. <ClCompile Include="$(broadvoiceLibDir)\floating\common\stblchck.c" />
  161. <ClCompile Include="$(broadvoiceLibDir)\floating\common\stblzlsp.c" />
  162. <ClCompile Include="$(broadvoiceLibDir)\floating\common\utility.c" />
  163. <ClCompile Include="$(broadvoiceLibDir)\bitpack16.c" />
  164. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16decoder.c" />
  165. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16encoder.c" />
  166. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16coarse_pitch.c" />
  167. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16excdec.c" />
  168. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16excquan.c" />
  169. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16fine_pitch.c" />
  170. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16gaindec.c" />
  171. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16gainquan.c" />
  172. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16levelest.c" />
  173. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16lspdec.c" />
  174. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16lspquan.c" />
  175. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16plc.c" />
  176. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16ptdec.c" />
  177. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16postfilter.c" />
  178. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16ptquan.c" />
  179. <ClCompile Include="$(broadvoiceLibDir)\floating\bv16\bv16tables.c" />
  180. <ClCompile Include="$(broadvoiceLibDir)\bitpack32.c" />
  181. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32decoder.c" />
  182. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32encoder.c" />
  183. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32coarse_pitch.c" />
  184. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32excdec.c" />
  185. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32excquan.c" />
  186. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32fine_pitch.c" />
  187. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32gaindec.c" />
  188. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32gainquan.c" />
  189. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32levelest.c" />
  190. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32lspdec.c" />
  191. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32lspquan.c" />
  192. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32plc.c" />
  193. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32ptdec.c" />
  194. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32ptquan.c" />
  195. <ClCompile Include="$(broadvoiceLibDir)\floating\bv32\bv32tables.c" />
  196. <ClCompile Include="$(broadvoiceLibDir)\msvc\gettimeofday.c" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ClInclude Include="$(broadvoiceLibDir)\broadvoice\broadvoice.h" />
  200. <ClInclude Include="$(broadvoiceLibDir)\broadvoice\version.h" />
  201. <ClInclude Include="$(broadvoiceLibDir)\broadvoice\private\broadvoice.h" />
  202. </ItemGroup>
  203. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  204. <ImportGroup Label="ExtensionTargets">
  205. </ImportGroup>
  206. </Project>