testenc_wb.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="testenc_wb"
  6. ProjectGUID="{961B8359-1393-4EF7-B8E0-67B6FE1C6DAD}"
  7. Keyword="Win32Proj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="Debug"
  20. IntermediateDirectory="Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\..\..\include;..\.."
  44. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. CompileAs="1"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="winmm.lib"
  66. OutputFile="../../../bin/testenc_wb.exe"
  67. LinkIncremental="2"
  68. AdditionalLibraryDirectories=""
  69. GenerateDebugInformation="true"
  70. ProgramDatabaseFile="$(OutDir)/speexenc.pdb"
  71. SubSystem="1"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCWebDeploymentTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="Release"
  102. IntermediateDirectory="Release"
  103. ConfigurationType="1"
  104. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  105. CharacterSet="2"
  106. WholeProgramOptimization="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. Optimization="3"
  126. InlineFunctionExpansion="2"
  127. EnableIntrinsicFunctions="true"
  128. FavorSizeOrSpeed="1"
  129. AdditionalIncludeDirectories="..\..\..\include;..\.."
  130. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
  131. StringPooling="true"
  132. ExceptionHandling="0"
  133. RuntimeLibrary="2"
  134. BufferSecurityCheck="false"
  135. UsePrecompiledHeader="0"
  136. WarningLevel="3"
  137. Detect64BitPortabilityProblems="true"
  138. DebugInformationFormat="3"
  139. CompileAs="1"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. AdditionalDependencies="winmm.lib"
  153. OutputFile="../../../bin/testenc_wb.exe"
  154. LinkIncremental="1"
  155. AdditionalLibraryDirectories=""
  156. GenerateDebugInformation="true"
  157. SubSystem="1"
  158. OptimizeReferences="2"
  159. EnableCOMDATFolding="2"
  160. OptimizeForWindows98="1"
  161. TargetMachine="1"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCWebDeploymentTool"
  183. />
  184. <Tool
  185. Name="VCPostBuildEventTool"
  186. />
  187. </Configuration>
  188. <Configuration
  189. Name="Release_SSE|Win32"
  190. OutputDirectory="$(ConfigurationName)"
  191. IntermediateDirectory="$(ConfigurationName)"
  192. ConfigurationType="1"
  193. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  194. CharacterSet="2"
  195. WholeProgramOptimization="1"
  196. >
  197. <Tool
  198. Name="VCPreBuildEventTool"
  199. />
  200. <Tool
  201. Name="VCCustomBuildTool"
  202. />
  203. <Tool
  204. Name="VCXMLDataGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCWebServiceProxyGeneratorTool"
  208. />
  209. <Tool
  210. Name="VCMIDLTool"
  211. />
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. Optimization="3"
  215. InlineFunctionExpansion="2"
  216. EnableIntrinsicFunctions="true"
  217. FavorSizeOrSpeed="1"
  218. AdditionalIncludeDirectories="..\..\..\include;..\.."
  219. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
  220. StringPooling="true"
  221. ExceptionHandling="0"
  222. RuntimeLibrary="2"
  223. BufferSecurityCheck="false"
  224. EnableEnhancedInstructionSet="1"
  225. UsePrecompiledHeader="0"
  226. WarningLevel="3"
  227. Detect64BitPortabilityProblems="true"
  228. DebugInformationFormat="3"
  229. CompileAs="1"
  230. />
  231. <Tool
  232. Name="VCManagedResourceCompilerTool"
  233. />
  234. <Tool
  235. Name="VCResourceCompilerTool"
  236. />
  237. <Tool
  238. Name="VCPreLinkEventTool"
  239. />
  240. <Tool
  241. Name="VCLinkerTool"
  242. AdditionalDependencies="winmm.lib"
  243. OutputFile="../../../bin/testenc_wb.exe"
  244. LinkIncremental="1"
  245. AdditionalLibraryDirectories=""
  246. GenerateDebugInformation="true"
  247. SubSystem="1"
  248. OptimizeReferences="2"
  249. EnableCOMDATFolding="2"
  250. OptimizeForWindows98="1"
  251. TargetMachine="1"
  252. />
  253. <Tool
  254. Name="VCALinkTool"
  255. />
  256. <Tool
  257. Name="VCManifestTool"
  258. />
  259. <Tool
  260. Name="VCXDCMakeTool"
  261. />
  262. <Tool
  263. Name="VCBscMakeTool"
  264. />
  265. <Tool
  266. Name="VCFxCopTool"
  267. />
  268. <Tool
  269. Name="VCAppVerifierTool"
  270. />
  271. <Tool
  272. Name="VCWebDeploymentTool"
  273. />
  274. <Tool
  275. Name="VCPostBuildEventTool"
  276. />
  277. </Configuration>
  278. </Configurations>
  279. <References>
  280. </References>
  281. <Files>
  282. <Filter
  283. Name="Source Files"
  284. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  285. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  286. >
  287. <File
  288. RelativePath="..\..\..\libspeex\testenc_wb.c"
  289. >
  290. </File>
  291. </Filter>
  292. <Filter
  293. Name="Header Files"
  294. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  295. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  296. >
  297. </Filter>
  298. <Filter
  299. Name="Resource Files"
  300. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  301. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  302. >
  303. </Filter>
  304. </Files>
  305. <Globals>
  306. </Globals>
  307. </VisualStudioProject>