Text2SpeeckTest.vcproj 5.4 KB

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