Capture.vcproj
上传用户:connie527
上传日期:2022-04-15
资源大小:4326k
文件大小:13k
源码类别:

行业应用

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="Capture"
  6. ProjectGUID="{C76E254C-3E3E-48F5-8330-23FA413CE980}"
  7. RootNamespace="Capture"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory=".Debug"
  21. IntermediateDirectory=".Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  24. UseOfMFC="1"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  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="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".Debug/Capture.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="1"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile=".Debug/Capture.pch"
  59. AssemblerListingLocation=".Debug/"
  60. ObjectFile=".Debug/"
  61. ProgramDataBaseFileName=".Debug/"
  62. BrowseInformation="1"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. DebugInformationFormat="4"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="_DEBUG"
  73. Culture="2052"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. AdditionalDependencies="Sa7134Capture.lib MediaTransmit.lib"
  81. OutputFile=".Debug/Capture.exe"
  82. LinkIncremental="2"
  83. SuppressStartupBanner="true"
  84. GenerateDebugInformation="true"
  85. ProgramDatabaseFile=".Debug/Capture.pdb"
  86. SubSystem="2"
  87. TargetMachine="1"
  88. />
  89. <Tool
  90. Name="VCALinkTool"
  91. />
  92. <Tool
  93. Name="VCManifestTool"
  94. />
  95. <Tool
  96. Name="VCXDCMakeTool"
  97. />
  98. <Tool
  99. Name="VCBscMakeTool"
  100. SuppressStartupBanner="true"
  101. OutputFile=".Debug/Capture.bsc"
  102. />
  103. <Tool
  104. Name="VCFxCopTool"
  105. />
  106. <Tool
  107. Name="VCAppVerifierTool"
  108. />
  109. <Tool
  110. Name="VCWebDeploymentTool"
  111. />
  112. <Tool
  113. Name="VCPostBuildEventTool"
  114. />
  115. </Configuration>
  116. <Configuration
  117. Name="Release|Win32"
  118. OutputDirectory=".Release"
  119. IntermediateDirectory=".Release"
  120. ConfigurationType="1"
  121. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  122. UseOfMFC="2"
  123. ATLMinimizesCRunTimeLibraryUsage="false"
  124. CharacterSet="2"
  125. >
  126. <Tool
  127. Name="VCPreBuildEventTool"
  128. />
  129. <Tool
  130. Name="VCCustomBuildTool"
  131. />
  132. <Tool
  133. Name="VCXMLDataGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCWebServiceProxyGeneratorTool"
  137. />
  138. <Tool
  139. Name="VCMIDLTool"
  140. PreprocessorDefinitions="NDEBUG"
  141. MkTypLibCompatible="true"
  142. SuppressStartupBanner="true"
  143. TargetEnvironment="1"
  144. TypeLibraryName=".Release/Capture.tlb"
  145. HeaderFileName=""
  146. />
  147. <Tool
  148. Name="VCCLCompilerTool"
  149. Optimization="2"
  150. InlineFunctionExpansion="1"
  151. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  152. StringPooling="true"
  153. RuntimeLibrary="2"
  154. EnableFunctionLevelLinking="true"
  155. UsePrecompiledHeader="2"
  156. PrecompiledHeaderThrough="stdafx.h"
  157. PrecompiledHeaderFile=".Release/Capture.pch"
  158. AssemblerListingLocation=".Release/"
  159. ObjectFile=".Release/"
  160. ProgramDataBaseFileName=".Release/"
  161. BrowseInformation="1"
  162. WarningLevel="3"
  163. SuppressStartupBanner="true"
  164. />
  165. <Tool
  166. Name="VCManagedResourceCompilerTool"
  167. />
  168. <Tool
  169. Name="VCResourceCompilerTool"
  170. PreprocessorDefinitions="NDEBUG"
  171. Culture="2052"
  172. />
  173. <Tool
  174. Name="VCPreLinkEventTool"
  175. />
  176. <Tool
  177. Name="VCLinkerTool"
  178. OutputFile=".Release/Capture.exe"
  179. LinkIncremental="1"
  180. SuppressStartupBanner="true"
  181. ProgramDatabaseFile=".Release/Capture.pdb"
  182. SubSystem="2"
  183. TargetMachine="1"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCManifestTool"
  190. />
  191. <Tool
  192. Name="VCXDCMakeTool"
  193. />
  194. <Tool
  195. Name="VCBscMakeTool"
  196. SuppressStartupBanner="true"
  197. OutputFile=".Release/Capture.bsc"
  198. />
  199. <Tool
  200. Name="VCFxCopTool"
  201. />
  202. <Tool
  203. Name="VCAppVerifierTool"
  204. />
  205. <Tool
  206. Name="VCWebDeploymentTool"
  207. />
  208. <Tool
  209. Name="VCPostBuildEventTool"
  210. />
  211. </Configuration>
  212. </Configurations>
  213. <References>
  214. </References>
  215. <Files>
  216. <Filter
  217. Name="Source Files"
  218. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  219. >
  220. <File
  221. RelativePath="Autodlg.cpp"
  222. >
  223. <FileConfiguration
  224. Name="Debug|Win32"
  225. >
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. PreprocessorDefinitions=""
  229. />
  230. </FileConfiguration>
  231. <FileConfiguration
  232. Name="Release|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. PreprocessorDefinitions=""
  237. />
  238. </FileConfiguration>
  239. </File>
  240. <File
  241. RelativePath="Capture.cpp"
  242. >
  243. <FileConfiguration
  244. Name="Debug|Win32"
  245. >
  246. <Tool
  247. Name="VCCLCompilerTool"
  248. PreprocessorDefinitions=""
  249. />
  250. </FileConfiguration>
  251. <FileConfiguration
  252. Name="Release|Win32"
  253. >
  254. <Tool
  255. Name="VCCLCompilerTool"
  256. PreprocessorDefinitions=""
  257. />
  258. </FileConfiguration>
  259. </File>
  260. <File
  261. RelativePath="Capture.rc"
  262. >
  263. <FileConfiguration
  264. Name="Debug|Win32"
  265. >
  266. <Tool
  267. Name="VCResourceCompilerTool"
  268. PreprocessorDefinitions=""
  269. />
  270. </FileConfiguration>
  271. <FileConfiguration
  272. Name="Release|Win32"
  273. >
  274. <Tool
  275. Name="VCResourceCompilerTool"
  276. PreprocessorDefinitions=""
  277. />
  278. </FileConfiguration>
  279. </File>
  280. <File
  281. RelativePath="CaptureDlg.cpp"
  282. >
  283. <FileConfiguration
  284. Name="Debug|Win32"
  285. >
  286. <Tool
  287. Name="VCCLCompilerTool"
  288. PreprocessorDefinitions=""
  289. />
  290. </FileConfiguration>
  291. <FileConfiguration
  292. Name="Release|Win32"
  293. >
  294. <Tool
  295. Name="VCCLCompilerTool"
  296. PreprocessorDefinitions=""
  297. />
  298. </FileConfiguration>
  299. </File>
  300. <File
  301. RelativePath="ControlForm.cpp"
  302. >
  303. <FileConfiguration
  304. Name="Debug|Win32"
  305. >
  306. <Tool
  307. Name="VCCLCompilerTool"
  308. PreprocessorDefinitions=""
  309. />
  310. </FileConfiguration>
  311. <FileConfiguration
  312. Name="Release|Win32"
  313. >
  314. <Tool
  315. Name="VCCLCompilerTool"
  316. PreprocessorDefinitions=""
  317. />
  318. </FileConfiguration>
  319. </File>
  320. <File
  321. RelativePath="Login.cpp"
  322. >
  323. <FileConfiguration
  324. Name="Debug|Win32"
  325. >
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. PreprocessorDefinitions=""
  329. />
  330. </FileConfiguration>
  331. <FileConfiguration
  332. Name="Release|Win32"
  333. >
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. PreprocessorDefinitions=""
  337. />
  338. </FileConfiguration>
  339. </File>
  340. <File
  341. RelativePath="Managedlg.cpp"
  342. >
  343. <FileConfiguration
  344. Name="Debug|Win32"
  345. >
  346. <Tool
  347. Name="VCCLCompilerTool"
  348. PreprocessorDefinitions=""
  349. />
  350. </FileConfiguration>
  351. <FileConfiguration
  352. Name="Release|Win32"
  353. >
  354. <Tool
  355. Name="VCCLCompilerTool"
  356. PreprocessorDefinitions=""
  357. />
  358. </FileConfiguration>
  359. </File>
  360. <File
  361. RelativePath="mediaplayer2.cpp"
  362. >
  363. <FileConfiguration
  364. Name="Debug|Win32"
  365. >
  366. <Tool
  367. Name="VCCLCompilerTool"
  368. PreprocessorDefinitions=""
  369. />
  370. </FileConfiguration>
  371. <FileConfiguration
  372. Name="Release|Win32"
  373. >
  374. <Tool
  375. Name="VCCLCompilerTool"
  376. PreprocessorDefinitions=""
  377. />
  378. </FileConfiguration>
  379. </File>
  380. <File
  381. RelativePath="mediaplayerdvd.cpp"
  382. >
  383. <FileConfiguration
  384. Name="Debug|Win32"
  385. >
  386. <Tool
  387. Name="VCCLCompilerTool"
  388. PreprocessorDefinitions=""
  389. />
  390. </FileConfiguration>
  391. <FileConfiguration
  392. Name="Release|Win32"
  393. >
  394. <Tool
  395. Name="VCCLCompilerTool"
  396. PreprocessorDefinitions=""
  397. />
  398. </FileConfiguration>
  399. </File>
  400. <File
  401. RelativePath="mscomm.cpp"
  402. >
  403. <FileConfiguration
  404. Name="Debug|Win32"
  405. >
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. PreprocessorDefinitions=""
  409. />
  410. </FileConfiguration>
  411. <FileConfiguration
  412. Name="Release|Win32"
  413. >
  414. <Tool
  415. Name="VCCLCompilerTool"
  416. PreprocessorDefinitions=""
  417. />
  418. </FileConfiguration>
  419. </File>
  420. <File
  421. RelativePath="Panel.cpp"
  422. >
  423. <FileConfiguration
  424. Name="Debug|Win32"
  425. >
  426. <Tool
  427. Name="VCCLCompilerTool"
  428. PreprocessorDefinitions=""
  429. />
  430. </FileConfiguration>
  431. <FileConfiguration
  432. Name="Release|Win32"
  433. >
  434. <Tool
  435. Name="VCCLCompilerTool"
  436. PreprocessorDefinitions=""
  437. />
  438. </FileConfiguration>
  439. </File>
  440. <File
  441. RelativePath="Playdlg.cpp"
  442. >
  443. <FileConfiguration
  444. Name="Debug|Win32"
  445. >
  446. <Tool
  447. Name="VCCLCompilerTool"
  448. PreprocessorDefinitions=""
  449. />
  450. </FileConfiguration>
  451. <FileConfiguration
  452. Name="Release|Win32"
  453. >
  454. <Tool
  455. Name="VCCLCompilerTool"
  456. PreprocessorDefinitions=""
  457. />
  458. </FileConfiguration>
  459. </File>
  460. <File
  461. RelativePath="PreView.cpp"
  462. >
  463. <FileConfiguration
  464. Name="Debug|Win32"
  465. >
  466. <Tool
  467. Name="VCCLCompilerTool"
  468. PreprocessorDefinitions=""
  469. />
  470. </FileConfiguration>
  471. <FileConfiguration
  472. Name="Release|Win32"
  473. >
  474. <Tool
  475. Name="VCCLCompilerTool"
  476. PreprocessorDefinitions=""
  477. />
  478. </FileConfiguration>
  479. </File>
  480. <File
  481. RelativePath="StageButton.cpp"
  482. >
  483. <FileConfiguration
  484. Name="Debug|Win32"
  485. >
  486. <Tool
  487. Name="VCCLCompilerTool"
  488. PreprocessorDefinitions=""
  489. />
  490. </FileConfiguration>
  491. <FileConfiguration
  492. Name="Release|Win32"
  493. >
  494. <Tool
  495. Name="VCCLCompilerTool"
  496. PreprocessorDefinitions=""
  497. />
  498. </FileConfiguration>
  499. </File>
  500. <File
  501. RelativePath="StdAfx.cpp"
  502. >
  503. <FileConfiguration
  504. Name="Debug|Win32"
  505. >
  506. <Tool
  507. Name="VCCLCompilerTool"
  508. PreprocessorDefinitions=""
  509. UsePrecompiledHeader="1"
  510. />
  511. </FileConfiguration>
  512. <FileConfiguration
  513. Name="Release|Win32"
  514. >
  515. <Tool
  516. Name="VCCLCompilerTool"
  517. PreprocessorDefinitions=""
  518. UsePrecompiledHeader="1"
  519. />
  520. </FileConfiguration>
  521. </File>
  522. </Filter>
  523. <Filter
  524. Name="Header Files"
  525. Filter="h;hpp;hxx;hm;inl"
  526. >
  527. <File
  528. RelativePath="Autodlg.h"
  529. >
  530. </File>
  531. <File
  532. RelativePath="Capture.h"
  533. >
  534. </File>
  535. <File
  536. RelativePath="CaptureDlg.h"
  537. >
  538. </File>
  539. <File
  540. RelativePath="ControlForm.h"
  541. >
  542. </File>
  543. <File
  544. RelativePath="Login.h"
  545. >
  546. </File>
  547. <File
  548. RelativePath="Managedlg.h"
  549. >
  550. </File>
  551. <File
  552. RelativePath="mediaplayer2.h"
  553. >
  554. </File>
  555. <File
  556. RelativePath="mediaplayerdvd.h"
  557. >
  558. </File>
  559. <File
  560. RelativePath="mscomm.h"
  561. >
  562. </File>
  563. <File
  564. RelativePath="Panel.h"
  565. >
  566. </File>
  567. <File
  568. RelativePath="Playdlg.h"
  569. >
  570. </File>
  571. <File
  572. RelativePath="PreView.h"
  573. >
  574. </File>
  575. <File
  576. RelativePath="Resource.h"
  577. >
  578. </File>
  579. <File
  580. RelativePath="Sa7134Capture.h"
  581. >
  582. </File>
  583. <File
  584. RelativePath="StageButton.h"
  585. >
  586. </File>
  587. <File
  588. RelativePath="StdAfx.h"
  589. >
  590. </File>
  591. </Filter>
  592. <Filter
  593. Name="Resource Files"
  594. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  595. >
  596. <File
  597. RelativePath="res7.ico"
  598. >
  599. </File>
  600. <File
  601. RelativePath="res42.ico"
  602. >
  603. </File>
  604. <File
  605. RelativePath="resBackGround.bmp"
  606. >
  607. </File>
  608. <File
  609. RelativePath="resBK.bmp"
  610. >
  611. </File>
  612. <File
  613. RelativePath="resBottomBand.bmp"
  614. >
  615. </File>
  616. <File
  617. RelativePath="resCapture.ico"
  618. >
  619. </File>
  620. <File
  621. RelativePath="resCapture.rc2"
  622. >
  623. </File>
  624. <File
  625. RelativePath="resclosebutton.bmp"
  626. >
  627. </File>
  628. <File
  629. RelativePath="resclosehotbutton.bmp"
  630. >
  631. </File>
  632. <File
  633. RelativePath="resLeftBand.bmp"
  634. >
  635. </File>
  636. <File
  637. RelativePath="resLeftTitle.bmp"
  638. >
  639. </File>
  640. <File
  641. RelativePath="resmaxbutton.bmp"
  642. >
  643. </File>
  644. <File
  645. RelativePath="resmaxhotbutton.bmp"
  646. >
  647. </File>
  648. <File
  649. RelativePath="resMidTitle.bmp"
  650. >
  651. </File>
  652. <File
  653. RelativePath="resminbutton.bmp"
  654. >
  655. </File>
  656. <File
  657. RelativePath="resminhotbutton.bmp"
  658. >
  659. </File>
  660. <File
  661. RelativePath="resRightBand.bmp"
  662. >
  663. </File>
  664. <File
  665. RelativePath="resRightTitle.bmp"
  666. >
  667. </File>
  668. <File
  669. RelativePath="res按钮.bmp"
  670. >
  671. </File>
  672. <File
  673. RelativePath="res登录.bmp"
  674. >
  675. </File>
  676. </Filter>
  677. <File
  678. RelativePath="resavi_001.avi"
  679. >
  680. </File>
  681. <File
  682. RelativePath="ReadMe.txt"
  683. >
  684. </File>
  685. </Files>
  686. <Globals>
  687. </Globals>
  688. </VisualStudioProject>