StoneU_HC_OCX.vcproj 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="StoneU_HC_OCX"
  6. ProjectGUID="{79B8163E-CEC4-4E3F-9781-4009ACE7CAD4}"
  7. Keyword="MFCActiveXProj"
  8. TargetFrameworkVersion="131072"
  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="2"
  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. TypeLibraryName="$(IntDir)/$(ProjectName).tlb"
  44. HeaderFileName="$(ProjectName)idl.h"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  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. OutputFile="F:\cHn\工作项目\cHn100911\海康OCX\TestHcOCX\TestHcOCX\Debug\StoneU_HC_OCX.ocx"
  74. LinkIncremental="2"
  75. ModuleDefinitionFile=".\StoneU_HC_OCX.def"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. RandomizedBaseAddress="1"
  79. DataExecutionPrevention="0"
  80. ImportLibrary="$(OutDir)/StoneU_HC_OCX.lib"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. Description="执行注册"
  104. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="Release|Win32"
  109. OutputDirectory="Release"
  110. IntermediateDirectory="Release"
  111. ConfigurationType="2"
  112. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  113. UseOfMFC="2"
  114. CharacterSet="2"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCMIDLTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. MkTypLibCompatible="false"
  132. TypeLibraryName="$(IntDir)/$(ProjectName).tlb"
  133. HeaderFileName="$(ProjectName)idl.h"
  134. />
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  138. RuntimeLibrary="2"
  139. TreatWChar_tAsBuiltInType="true"
  140. UsePrecompiledHeader="2"
  141. WarningLevel="3"
  142. Detect64BitPortabilityProblems="true"
  143. DebugInformationFormat="3"
  144. />
  145. <Tool
  146. Name="VCManagedResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCResourceCompilerTool"
  150. PreprocessorDefinitions="NDEBUG"
  151. Culture="2052"
  152. AdditionalIncludeDirectories="$(IntDir)"
  153. />
  154. <Tool
  155. Name="VCPreLinkEventTool"
  156. />
  157. <Tool
  158. Name="VCLinkerTool"
  159. OutputFile="F:\cHn\IDE\Ocx/StoneU_HC_OCX.ocx"
  160. LinkIncremental="1"
  161. ModuleDefinitionFile=".\StoneU_HC_OCX.def"
  162. GenerateDebugInformation="true"
  163. SubSystem="2"
  164. OptimizeReferences="2"
  165. EnableCOMDATFolding="2"
  166. RandomizedBaseAddress="1"
  167. DataExecutionPrevention="0"
  168. ImportLibrary="$(OutDir)/StoneU_HC_OCX.lib"
  169. TargetMachine="1"
  170. />
  171. <Tool
  172. Name="VCALinkTool"
  173. />
  174. <Tool
  175. Name="VCManifestTool"
  176. />
  177. <Tool
  178. Name="VCXDCMakeTool"
  179. />
  180. <Tool
  181. Name="VCBscMakeTool"
  182. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCAppVerifierTool"
  188. />
  189. <Tool
  190. Name="VCPostBuildEventTool"
  191. Description="执行注册"
  192. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
  193. />
  194. </Configuration>
  195. </Configurations>
  196. <References>
  197. </References>
  198. <Files>
  199. <Filter
  200. Name="头文件"
  201. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  202. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  203. >
  204. <File
  205. RelativePath=".\AddSvrInfo.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\BCMenu.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\BtnST.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\ChannelInfo.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\ColorButton.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\CruiseRoute.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\Curwin.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\DataType.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\DecCfg.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\DecodeCardSdk.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\DecStatus.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\Dlg_Settings.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\EmailInfo.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\EventLog.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\ExceptionCFG.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\FormatDisk.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\GetCapture.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\Global.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\HCNetSDK.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\IniFile.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\Interface.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\Led.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\LocalFilePlay.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\MatCenter.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\MatColumn.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\MatCycLink.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\matdeccfg.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\MatDispChan.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\MatDynamicTest.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\MatManuLink.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\MatPassiveMode.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\MatPlayBack.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\MatRow.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\MatTrans.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\mdlProject.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\MyOutput.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\newclientDlg.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\PlayBack.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\RemoteAlarmConfig.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\RemoteAlarmIn.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\RemoteATMInfo.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\RemoteChannelConfig.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\RemoteDDNSEx.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\RemoteDetectConfig.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\RemoteFilePlay.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\RemoteHideAlarm.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\RemoteHideConfig.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\RemoteKey.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\RemoteLog.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\RemoteNetConfig.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\RemoteParamReport.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\RemoteParamsCfg.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\RemotePTZCtrl.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\RemoteRecordPlanConfig.h"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\RemoteSerialConfig.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\RemoteServerConfig.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\RemoteTimePlay.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\RemoteUpgrade.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\RemoteUserCFG.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\Resource.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\ServerInfo.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\SetAlarm.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\SetClient.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\SetClientRecordPlan.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\SetSurveillance.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\ShowString.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\stdafx.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\StoneU_HC_OCX.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\StoneU_HC_OCXCtrl.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\StoneU_HC_OCXPropPage.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\SystemConfig.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\VideoLost.h"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\VoiceExchange.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\WorkState.h"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\XPButton.h"
  502. >
  503. </File>
  504. </Filter>
  505. <Filter
  506. Name="源文件"
  507. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  508. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  509. >
  510. <File
  511. RelativePath=".\AddSvrInfo.cpp"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".\BCMenu.cpp"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\BtnST.cpp"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\ChannelInfo.cpp"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\ColorButton.cpp"
  528. >
  529. </File>
  530. <File
  531. RelativePath=".\ConfigFile.cpp"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\CruiseRoute.cpp"
  536. >
  537. </File>
  538. <File
  539. RelativePath=".\Curwin.cpp"
  540. >
  541. </File>
  542. <File
  543. RelativePath=".\DecCfg.cpp"
  544. >
  545. </File>
  546. <File
  547. RelativePath=".\DecStatus.cpp"
  548. >
  549. </File>
  550. <File
  551. RelativePath=".\Dlg_Settings.cpp"
  552. >
  553. </File>
  554. <File
  555. RelativePath=".\EmailInfo.cpp"
  556. >
  557. </File>
  558. <File
  559. RelativePath=".\EventLog.cpp"
  560. >
  561. </File>
  562. <File
  563. RelativePath=".\ExceptionCFG.cpp"
  564. >
  565. </File>
  566. <File
  567. RelativePath=".\FormatDisk.cpp"
  568. >
  569. </File>
  570. <File
  571. RelativePath=".\GetCapture.cpp"
  572. >
  573. </File>
  574. <File
  575. RelativePath=".\Global.cpp"
  576. >
  577. </File>
  578. <File
  579. RelativePath=".\IniFile.cpp"
  580. >
  581. </File>
  582. <File
  583. RelativePath=".\Led.cpp"
  584. >
  585. </File>
  586. <File
  587. RelativePath=".\LocalFilePlay.cpp"
  588. >
  589. </File>
  590. <File
  591. RelativePath=".\MatCenter.cpp"
  592. >
  593. </File>
  594. <File
  595. RelativePath=".\MatColumn.cpp"
  596. >
  597. </File>
  598. <File
  599. RelativePath=".\MatCycLink.cpp"
  600. >
  601. </File>
  602. <File
  603. RelativePath=".\MatDecCFG.cpp"
  604. >
  605. </File>
  606. <File
  607. RelativePath=".\MatDispChan.cpp"
  608. >
  609. </File>
  610. <File
  611. RelativePath=".\MatDynamicTest.cpp"
  612. >
  613. </File>
  614. <File
  615. RelativePath=".\MatManuLink.cpp"
  616. >
  617. </File>
  618. <File
  619. RelativePath=".\MatPassiveMode.cpp"
  620. >
  621. </File>
  622. <File
  623. RelativePath=".\MatPlayBack.cpp"
  624. >
  625. </File>
  626. <File
  627. RelativePath=".\MatRow.cpp"
  628. >
  629. </File>
  630. <File
  631. RelativePath=".\MatTrans.cpp"
  632. >
  633. </File>
  634. <File
  635. RelativePath=".\mdlProject.cpp"
  636. >
  637. </File>
  638. <File
  639. RelativePath=".\MyOutput.cpp"
  640. >
  641. </File>
  642. <File
  643. RelativePath=".\newclientDlg.cpp"
  644. >
  645. </File>
  646. <File
  647. RelativePath=".\PlayBack.cpp"
  648. >
  649. </File>
  650. <File
  651. RelativePath=".\RemoteAlarmConfig.cpp"
  652. >
  653. </File>
  654. <File
  655. RelativePath=".\RemoteAlarmIn.cpp"
  656. >
  657. </File>
  658. <File
  659. RelativePath=".\RemoteATMInfo.cpp"
  660. >
  661. </File>
  662. <File
  663. RelativePath=".\RemoteChannelConfig.cpp"
  664. >
  665. </File>
  666. <File
  667. RelativePath=".\RemoteDDNSEx.cpp"
  668. >
  669. </File>
  670. <File
  671. RelativePath=".\RemoteDetectConfig.cpp"
  672. >
  673. </File>
  674. <File
  675. RelativePath=".\RemoteFilePlay.cpp"
  676. >
  677. </File>
  678. <File
  679. RelativePath=".\RemoteHideAlarm.cpp"
  680. >
  681. </File>
  682. <File
  683. RelativePath=".\RemoteHideConfig.cpp"
  684. >
  685. </File>
  686. <File
  687. RelativePath=".\RemoteKey.cpp"
  688. >
  689. </File>
  690. <File
  691. RelativePath=".\RemoteLog.cpp"
  692. >
  693. </File>
  694. <File
  695. RelativePath=".\RemoteNetConfig.cpp"
  696. >
  697. </File>
  698. <File
  699. RelativePath=".\RemoteParamReport.cpp"
  700. >
  701. </File>
  702. <File
  703. RelativePath=".\RemoteParamsCfg.cpp"
  704. >
  705. </File>
  706. <File
  707. RelativePath=".\RemotePTZCtrl.cpp"
  708. >
  709. </File>
  710. <File
  711. RelativePath=".\RemoteRecordPlanConfig.cpp"
  712. >
  713. </File>
  714. <File
  715. RelativePath=".\RemoteSerialConfig.cpp"
  716. >
  717. </File>
  718. <File
  719. RelativePath=".\RemoteServerConfig.cpp"
  720. >
  721. </File>
  722. <File
  723. RelativePath=".\RemoteTimePlay.cpp"
  724. >
  725. </File>
  726. <File
  727. RelativePath=".\RemoteUpgrade.cpp"
  728. >
  729. </File>
  730. <File
  731. RelativePath=".\RemoteUserCFG.cpp"
  732. >
  733. </File>
  734. <File
  735. RelativePath=".\ServerInfo.cpp"
  736. >
  737. </File>
  738. <File
  739. RelativePath=".\SetAlarm.cpp"
  740. >
  741. </File>
  742. <File
  743. RelativePath=".\SetClient.cpp"
  744. >
  745. </File>
  746. <File
  747. RelativePath=".\SetClientRecordPlan.cpp"
  748. >
  749. </File>
  750. <File
  751. RelativePath=".\SetSurveillance.cpp"
  752. >
  753. </File>
  754. <File
  755. RelativePath=".\ShowString.cpp"
  756. >
  757. </File>
  758. <File
  759. RelativePath=".\stdafx.cpp"
  760. >
  761. <FileConfiguration
  762. Name="Debug|Win32"
  763. >
  764. <Tool
  765. Name="VCCLCompilerTool"
  766. UsePrecompiledHeader="1"
  767. />
  768. </FileConfiguration>
  769. <FileConfiguration
  770. Name="Release|Win32"
  771. >
  772. <Tool
  773. Name="VCCLCompilerTool"
  774. UsePrecompiledHeader="1"
  775. />
  776. </FileConfiguration>
  777. </File>
  778. <File
  779. RelativePath=".\StoneU_HC_OCX.cpp"
  780. >
  781. </File>
  782. <File
  783. RelativePath=".\StoneU_HC_OCX.def"
  784. >
  785. </File>
  786. <File
  787. RelativePath=".\StoneU_HC_OCX.idl"
  788. >
  789. </File>
  790. <File
  791. RelativePath=".\StoneU_HC_OCXCtrl.cpp"
  792. >
  793. </File>
  794. <File
  795. RelativePath=".\StoneU_HC_OCXPropPage.cpp"
  796. >
  797. </File>
  798. <File
  799. RelativePath=".\SystemConfig.cpp"
  800. >
  801. </File>
  802. <File
  803. RelativePath=".\VideoLost.cpp"
  804. >
  805. </File>
  806. <File
  807. RelativePath=".\VoiceExchange.cpp"
  808. >
  809. </File>
  810. <File
  811. RelativePath=".\WorkState.cpp"
  812. >
  813. </File>
  814. <File
  815. RelativePath=".\XPButton.cpp"
  816. >
  817. </File>
  818. </Filter>
  819. <Filter
  820. Name="资源文件"
  821. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  822. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  823. >
  824. <File
  825. RelativePath=".\BLACK.bmp"
  826. >
  827. </File>
  828. <File
  829. RelativePath=".\bmp00001.bmp"
  830. >
  831. </File>
  832. <File
  833. RelativePath=".\res\Browse.ico"
  834. >
  835. </File>
  836. <File
  837. RelativePath=".\res\camera.ico"
  838. >
  839. </File>
  840. <File
  841. RelativePath=".\res\grid128_.ico"
  842. >
  843. </File>
  844. <File
  845. RelativePath=".\res\grid1_on.ico"
  846. >
  847. </File>
  848. <File
  849. RelativePath=".\res\grid32_o.ico"
  850. >
  851. </File>
  852. <File
  853. RelativePath=".\res\grid4_of.ico"
  854. >
  855. </File>
  856. <File
  857. RelativePath=".\res\grid4_on.ico"
  858. >
  859. </File>
  860. <File
  861. RelativePath=".\res\grid64_o.ico"
  862. >
  863. </File>
  864. <File
  865. RelativePath=".\res\grid9_on.ico"
  866. >
  867. </File>
  868. <File
  869. RelativePath=".\res\ico00001.ico"
  870. >
  871. </File>
  872. <File
  873. RelativePath=".\res\ico00002.ico"
  874. >
  875. </File>
  876. <File
  877. RelativePath=".\res\ico00003.ico"
  878. >
  879. </File>
  880. <File
  881. RelativePath=".\res\ico00004.ico"
  882. >
  883. </File>
  884. <File
  885. RelativePath=".\res\ico00005.ico"
  886. >
  887. </File>
  888. <File
  889. RelativePath=".\res\ico00006.ico"
  890. >
  891. </File>
  892. <File
  893. RelativePath=".\res\ico00007.ico"
  894. >
  895. </File>
  896. <File
  897. RelativePath=".\res\ico00008.ico"
  898. >
  899. </File>
  900. <File
  901. RelativePath=".\res\ico00009.ico"
  902. >
  903. </File>
  904. <File
  905. RelativePath=".\res\ico00010.ico"
  906. >
  907. </File>
  908. <File
  909. RelativePath=".\res\ico00011.ico"
  910. >
  911. </File>
  912. <File
  913. RelativePath=".\res\ico00012.ico"
  914. >
  915. </File>
  916. <File
  917. RelativePath=".\res\ico00013.ico"
  918. >
  919. </File>
  920. <File
  921. RelativePath=".\res\ico00014.ico"
  922. >
  923. </File>
  924. <File
  925. RelativePath=".\res\ico00015.ico"
  926. >
  927. </File>
  928. <File
  929. RelativePath=".\res\ico00016.ico"
  930. >
  931. </File>
  932. <File
  933. RelativePath=".\res\ico00017.ico"
  934. >
  935. </File>
  936. <File
  937. RelativePath=".\res\ico1.ico"
  938. >
  939. </File>
  940. <File
  941. RelativePath=".\res\icon1.ico"
  942. >
  943. </File>
  944. <File
  945. RelativePath=".\res\icon2.ico"
  946. >
  947. </File>
  948. <File
  949. RelativePath=".\res\icon8.ico"
  950. >
  951. </File>
  952. <File
  953. RelativePath=".\res\newclient.ico"
  954. >
  955. </File>
  956. <File
  957. RelativePath=".\overlay.bmp"
  958. >
  959. </File>
  960. <File
  961. RelativePath=".\res\Pause_enable.ico"
  962. >
  963. </File>
  964. <File
  965. RelativePath=".\res\Play_disable.ico"
  966. >
  967. </File>
  968. <File
  969. RelativePath=".\res\Play_enable.ico"
  970. >
  971. </File>
  972. <File
  973. RelativePath=".\res\playback.ico"
  974. >
  975. </File>
  976. <File
  977. RelativePath=".\res\preview.ico"
  978. >
  979. </File>
  980. <File
  981. RelativePath=".\res\save.bmp"
  982. >
  983. </File>
  984. <File
  985. RelativePath=".\res\savepic.ico"
  986. >
  987. </File>
  988. <File
  989. RelativePath=".\res\savepic1.ico"
  990. >
  991. </File>
  992. <File
  993. RelativePath=".\res\setconfig.ico"
  994. >
  995. </File>
  996. <File
  997. RelativePath=".\state0.bmp"
  998. >
  999. </File>
  1000. <File
  1001. RelativePath=".\state1.bmp"
  1002. >
  1003. </File>
  1004. <File
  1005. RelativePath=".\res\step.ico"
  1006. >
  1007. </File>
  1008. <File
  1009. RelativePath=".\StoneU_HC_OCX.ico"
  1010. >
  1011. </File>
  1012. <File
  1013. RelativePath=".\StoneU_HC_OCX.rc"
  1014. >
  1015. </File>
  1016. <File
  1017. RelativePath=".\StoneU_HC_OCXCtrl.bmp"
  1018. >
  1019. </File>
  1020. <File
  1021. RelativePath=".\res\Stop.ico"
  1022. >
  1023. </File>
  1024. <File
  1025. RelativePath=".\res\Stop_disable.ico"
  1026. >
  1027. </File>
  1028. </Filter>
  1029. <File
  1030. RelativePath=".\ReadMe.txt"
  1031. >
  1032. </File>
  1033. </Files>
  1034. <Globals>
  1035. <Global
  1036. Name="RESOURCE_FILE"
  1037. Value="StoneU_HC_OCX.rc"
  1038. />
  1039. </Globals>
  1040. </VisualStudioProject>