AutoRobot.vcproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="AutoRobot"
  6. ProjectGUID="{71045A06-3F1A-404E-B9C1-D0C871FAF483}"
  7. RootNamespace="AutoRobot"
  8. Keyword="MFCDLLProj"
  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. OutputDirectory="..\..\..\bin\RunTimeDepot"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. UseOfMFC="2"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="false"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\log4cproj_c\Log4C"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_AFXEXT;SERIAL_IMPL;LOG4C_ENABLE"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. TreatWChar_tAsBuiltInType="true"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="2052"
  66. AdditionalIncludeDirectories="$(IntDir)"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalDependencies="..\log4cproj_c\Log4C\lib\log4c.lib"
  74. LinkIncremental="2"
  75. ModuleDefinitionFile=".\AutoRobot.def"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. RandomizedBaseAddress="1"
  79. DataExecutionPrevention="0"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Release|Win32"
  106. OutputDirectory="..\..\..\bin\RunTimeDepot"
  107. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  108. ConfigurationType="2"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  110. UseOfMFC="2"
  111. CharacterSet="2"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. MkTypLibCompatible="false"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalIncludeDirectories="..\log4cproj_c\Log4C"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_AFXEXT;SERIAL_IMPL;LOG4C_ENABLE"
  134. RuntimeLibrary="2"
  135. TreatWChar_tAsBuiltInType="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. Detect64BitPortabilityProblems="true"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="NDEBUG"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. />
  153. <Tool
  154. Name="VCLinkerTool"
  155. AdditionalDependencies="..\log4cproj_c\Log4C\lib\log4c.lib"
  156. LinkIncremental="1"
  157. ModuleDefinitionFile=".\AutoRobot.def"
  158. GenerateDebugInformation="true"
  159. SubSystem="2"
  160. OptimizeReferences="2"
  161. EnableCOMDATFolding="2"
  162. RandomizedBaseAddress="1"
  163. DataExecutionPrevention="0"
  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="VCPostBuildEventTool"
  186. />
  187. </Configuration>
  188. </Configurations>
  189. <References>
  190. </References>
  191. <Files>
  192. <Filter
  193. Name="Ô´Îļþ"
  194. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  195. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  196. >
  197. <File
  198. RelativePath=".\AutoRobot.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\AutoRobot.def"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\stdafx.cpp"
  207. >
  208. <FileConfiguration
  209. Name="Debug|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. UsePrecompiledHeader="1"
  214. />
  215. </FileConfiguration>
  216. <FileConfiguration
  217. Name="Release|Win32"
  218. >
  219. <Tool
  220. Name="VCCLCompilerTool"
  221. UsePrecompiledHeader="1"
  222. />
  223. </FileConfiguration>
  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=".\AutoRobot.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\Mtverify.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\Resource.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\stdafx.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\Struct_Def.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"
  255. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  256. >
  257. <File
  258. RelativePath=".\AutoRobot.rc"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\res\AutoRobot.rc2"
  263. >
  264. </File>
  265. </Filter>
  266. <Filter
  267. Name="SerialWork"
  268. >
  269. <File
  270. RelativePath=".\SerialFactory.cpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\SerialFactory.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\SerialInterface.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\SerialProcess.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\SerialProcess.h"
  287. >
  288. </File>
  289. </Filter>
  290. <File
  291. RelativePath=".\ReadMe.txt"
  292. >
  293. </File>
  294. </Files>
  295. <Globals>
  296. </Globals>
  297. </VisualStudioProject>