TCLTools.vcproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TCLTools"
  6. ProjectGUID="{29D1031E-B145-4530-828F-E06533013DC9}"
  7. RootNamespace="TCLTools"
  8. Keyword="MFCProj"
  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="..\..\..\..\bin\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  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. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  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. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  100. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="1"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. CommandLine="gitver.exe"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. ValidateParameters="true"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="0"
  132. EnableFunctionLevelLinking="true"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="2052"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. LinkIncremental="1"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. </Configurations>
  181. <References>
  182. </References>
  183. <Files>
  184. <Filter
  185. Name="Ô´Îļþ"
  186. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  187. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  188. >
  189. <File
  190. RelativePath=".\stdafx.cpp"
  191. >
  192. <FileConfiguration
  193. Name="Debug|Win32"
  194. >
  195. <Tool
  196. Name="VCCLCompilerTool"
  197. UsePrecompiledHeader="1"
  198. />
  199. </FileConfiguration>
  200. <FileConfiguration
  201. Name="Release|Win32"
  202. >
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. UsePrecompiledHeader="1"
  206. />
  207. </FileConfiguration>
  208. </File>
  209. <File
  210. RelativePath=".\TCLTools.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\TCLToolsDlg.cpp"
  215. >
  216. </File>
  217. </Filter>
  218. <Filter
  219. Name="Í·Îļþ"
  220. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  221. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  222. >
  223. <File
  224. RelativePath=".\Resource.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\stdafx.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\targetver.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\TCLTools.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\TCLToolsDlg.h"
  241. >
  242. </File>
  243. </Filter>
  244. <Filter
  245. Name="×ÊÔ´Îļþ"
  246. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  247. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  248. >
  249. <File
  250. RelativePath=".\res\TCLTools.ico"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\TCLTools.rc"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\res\TCLTools.rc2"
  259. >
  260. </File>
  261. </Filter>
  262. <Filter
  263. Name="Command"
  264. >
  265. <File
  266. RelativePath=".\Command.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\Command.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\CommandParam.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\Serial.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\Serial.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\utils.cpp"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\utils.h"
  291. >
  292. </File>
  293. </Filter>
  294. <Filter
  295. Name="log"
  296. >
  297. <File
  298. RelativePath=".\CritSection.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\log.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\log.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\log_macro.h"
  311. >
  312. </File>
  313. </Filter>
  314. <File
  315. RelativePath=".\command.data"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\ReadMe.txt"
  320. >
  321. </File>
  322. </Files>
  323. <Globals>
  324. <Global
  325. Name="RESOURCE_FILE"
  326. Value="TCLTools.rc"
  327. />
  328. </Globals>
  329. </VisualStudioProject>