speexenc.vcproj 7.8 KB

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