Text2Speeck.vcproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Text2Speeck"
  6. ProjectGUID="{D0B45C14-6938-4490-95E3-9543D09CB1FA}"
  7. RootNamespace="Text2Speeck"
  8. Keyword="MFCDLLProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="..\speechsdk5.1\include"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="..\speechsdk5.1\Lib\sapi.lib"
  71. LinkIncremental="2"
  72. ModuleDefinitionFile=".\Text2Speeck.def"
  73. GenerateDebugInformation="true"
  74. SubSystem="2"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. CommandLine="xcopy ..\Debug\Text2Speeck.dll ..\..\Text2SpeeckTest\Debug\ /Y /A"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="2"
  105. UseOfMFC="2"
  106. CharacterSet="2"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. EnableIntrinsicFunctions="true"
  130. AdditionalIncludeDirectories="..\speechsdk5.1\include"
  131. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  132. RuntimeLibrary="2"
  133. EnableFunctionLevelLinking="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="2052"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. AdditionalDependencies="..\speechsdk5.1\Lib\sapi.lib"
  153. LinkIncremental="1"
  154. ModuleDefinitionFile=".\Text2Speeck.def"
  155. GenerateDebugInformation="true"
  156. SubSystem="2"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. />
  170. <Tool
  171. Name="VCBscMakeTool"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. CommandLine="xcopy ..\Release\Text2Speeck.dll ..\..\Text2SpeeckTest\Release\ /Y /A"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="Ô´Îļþ"
  190. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  191. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  192. >
  193. <File
  194. RelativePath=".\stdafx.cpp"
  195. >
  196. <FileConfiguration
  197. Name="Debug|Win32"
  198. >
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. UsePrecompiledHeader="1"
  202. />
  203. </FileConfiguration>
  204. <FileConfiguration
  205. Name="Release|Win32"
  206. >
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. UsePrecompiledHeader="1"
  210. />
  211. </FileConfiguration>
  212. </File>
  213. <File
  214. RelativePath=".\Text2Speech.cpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\Text2Speeck.def"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\Text2SpeeckApp.cpp"
  223. >
  224. </File>
  225. </Filter>
  226. <Filter
  227. Name="Í·Îļþ"
  228. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  229. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  230. >
  231. <File
  232. RelativePath=".\Resource.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\stdafx.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\targetver.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\Text2Speech.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\Text2SpeeckApp.h"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="×ÊÔ´Îļþ"
  254. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  255. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  256. >
  257. <File
  258. RelativePath=".\Text2Speeck.rc"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\res\Text2Speeck.rc2"
  263. >
  264. </File>
  265. </Filter>
  266. <File
  267. RelativePath=".\ReadMe.txt"
  268. >
  269. </File>
  270. </Files>
  271. <Globals>
  272. </Globals>
  273. </VisualStudioProject>