FieldTestTool.vcproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="FieldTestTool"
  6. ProjectGUID="{E07BE121-625B-42ED-B75F-443ED3D296DF}"
  7. RootNamespace="FieldTestTool"
  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\$(ProjectName)\"
  22. IntermediateDirectory="$(OutDir)$(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. AdditionalIncludeDirectories="..\tinyxml2;..\..\TCLCommand\TCLCommand;..\..\SATHelper\filehelper"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  72. UACExecutionLevel="0"
  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. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="..\..\..\..\bin\$(ProjectName)\"
  102. IntermediateDirectory="$(OutDir)$(ConfigurationName)"
  103. ConfigurationType="1"
  104. UseOfMFC="1"
  105. CharacterSet="2"
  106. WholeProgramOptimization="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. PreprocessorDefinitions="NDEBUG"
  123. MkTypLibCompatible="false"
  124. ValidateParameters="true"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="2"
  129. EnableIntrinsicFunctions="true"
  130. AdditionalIncludeDirectories="..\tinyxml2;..\..\TCLCommand\TCLCommand;..\..\SATHelper\filehelper"
  131. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  132. MinimalRebuild="false"
  133. RuntimeLibrary="0"
  134. EnableFunctionLevelLinking="true"
  135. UsePrecompiledHeader="2"
  136. WarningLevel="3"
  137. DebugInformationFormat="3"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="2052"
  146. AdditionalIncludeDirectories="$(IntDir)"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. LinkIncremental="1"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="Ô´Îļþ"
  188. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath=".\CalendarBar.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\ChildFrm.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\FieldTestTool.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\FieldTestToolDoc.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\FieldTestToolView.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\Global.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\MainFrm.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\PropertiesWnd.cpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath="..\..\TCLCommand\TCLCommand\Serial.cpp"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\stdafx.cpp"
  229. >
  230. <FileConfiguration
  231. Name="Debug|Win32"
  232. >
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. UsePrecompiledHeader="1"
  236. />
  237. </FileConfiguration>
  238. <FileConfiguration
  239. Name="Release|Win32"
  240. >
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. UsePrecompiledHeader="1"
  244. />
  245. </FileConfiguration>
  246. </File>
  247. <File
  248. RelativePath="..\..\TCLCommand\TCLCommand\utils.cpp"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="Í·Îļþ"
  254. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  255. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  256. >
  257. <File
  258. RelativePath=".\CalendarBar.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\ChildFrm.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\CritSection.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\FieldTestTool.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\FieldTestToolDoc.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\FieldTestToolView.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\Global.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\MainFrm.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\PropertiesWnd.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\Resource.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath="..\..\TCLCommand\TCLCommand\Serial.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\stdafx.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\targetver.h"
  307. >
  308. </File>
  309. <File
  310. RelativePath="..\..\TCLCommand\TCLCommand\utils.h"
  311. >
  312. </File>
  313. </Filter>
  314. <Filter
  315. Name="×ÊÔ´Îļþ"
  316. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  317. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  318. >
  319. <File
  320. RelativePath=".\res\buttons.bmp"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\res\FieldTestTool.ico"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\FieldTestTool.rc"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\res\FieldTestTool.rc2"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\res\FieldTestToolDoc.ico"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\res\filelarge.bmp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\res\filesmall.bmp"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\res\info.bmp"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\res\main.bmp"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\res\nav_large.bmp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\res\nav_large_hc.bmp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\res\pages.bmp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\res\pages_hc.bmp"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\res\pages_small.bmp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\res\pages_small_hc.bmp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\res\properties_wnd.ico"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\res\properties_wnd_hc.ico"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\res\Toolbar.bmp"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\res\Toolbar256.bmp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\res\writelarge.bmp"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\res\writesmall.bmp"
  401. >
  402. </File>
  403. </Filter>
  404. <Filter
  405. Name="filehelper"
  406. >
  407. <File
  408. RelativePath="..\..\SATHelper\filehelper\filehelper.cpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\SATHelper\filehelper\filehelper.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\SATHelper\filehelper\findfile.cpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\SATHelper\filehelper\findfile.h"
  421. >
  422. </File>
  423. </Filter>
  424. <Filter
  425. Name="tinyxml2"
  426. >
  427. <File
  428. RelativePath="..\tinyxml2\stdint.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\tinyxml2\tinyxml2.cpp"
  433. >
  434. <FileConfiguration
  435. Name="Debug|Win32"
  436. >
  437. <Tool
  438. Name="VCCLCompilerTool"
  439. UsePrecompiledHeader="0"
  440. />
  441. </FileConfiguration>
  442. <FileConfiguration
  443. Name="Release|Win32"
  444. >
  445. <Tool
  446. Name="VCCLCompilerTool"
  447. UsePrecompiledHeader="0"
  448. />
  449. </FileConfiguration>
  450. </File>
  451. <File
  452. RelativePath="..\tinyxml2\tinyxml2.h"
  453. >
  454. </File>
  455. </Filter>
  456. <Filter
  457. Name="Camera"
  458. >
  459. <File
  460. RelativePath=".\CaptureVideo.cpp"
  461. >
  462. </File>
  463. <File
  464. RelativePath=".\CaptureVideo.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\SampleGrabberCB.cpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\SampleGrabberCB.h"
  473. >
  474. </File>
  475. </Filter>
  476. <File
  477. RelativePath=".\ReadMe.txt"
  478. >
  479. </File>
  480. </Files>
  481. <Globals>
  482. <Global
  483. Name="RESOURCE_FILE"
  484. Value="FieldTestTool.rc"
  485. />
  486. </Globals>
  487. </VisualStudioProject>