TSPlug.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TSPlug"
  6. ProjectGUID="{0762D45C-EC2D-45A8-B44E-557D0D4326F4}"
  7. RootNamespace="TSPlug"
  8. Keyword="AtlProj"
  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="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfATL="1"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="1"
  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. TargetEnvironment="1"
  45. GenerateStublessProxies="true"
  46. TypeLibraryName="$(IntDir)/TSPlug.tlb"
  47. HeaderFileName="TSPlug_i.h"
  48. DLLDataFileName=""
  49. InterfaceIdentifierFileName="TSPlug_i.c"
  50. ProxyFileName="TSPlug_p.c"
  51. ValidateParameters="true"
  52. />
  53. <Tool
  54. Name="VCCLCompilerTool"
  55. Optimization="0"
  56. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  57. MinimalRebuild="true"
  58. BasicRuntimeChecks="3"
  59. RuntimeLibrary="3"
  60. UsePrecompiledHeader="2"
  61. WarningLevel="3"
  62. DebugInformationFormat="4"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG"
  70. Culture="2052"
  71. AdditionalIncludeDirectories="$(IntDir)"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. RegisterOutput="true"
  79. IgnoreImportLibrary="true"
  80. LinkIncremental="2"
  81. ModuleDefinitionFile=".\TSPlug.def"
  82. GenerateDebugInformation="true"
  83. SubSystem="2"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. />
  98. <Tool
  99. Name="VCFxCopTool"
  100. />
  101. <Tool
  102. Name="VCAppVerifierTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory="$(ConfigurationName)"
  111. IntermediateDirectory="$(ConfigurationName)"
  112. ConfigurationType="2"
  113. UseOfATL="1"
  114. ATLMinimizesCRunTimeLibraryUsage="false"
  115. CharacterSet="1"
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. PreprocessorDefinitions="NDEBUG"
  132. MkTypLibCompatible="false"
  133. TargetEnvironment="1"
  134. GenerateStublessProxies="true"
  135. TypeLibraryName="$(IntDir)/TSPlug.tlb"
  136. HeaderFileName="TSPlug_i.h"
  137. DLLDataFileName=""
  138. InterfaceIdentifierFileName="TSPlug_i.c"
  139. ProxyFileName="TSPlug_p.c"
  140. ValidateParameters="true"
  141. />
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="2"
  145. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  146. RuntimeLibrary="0"
  147. UsePrecompiledHeader="2"
  148. WarningLevel="3"
  149. DebugInformationFormat="3"
  150. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. PreprocessorDefinitions="NDEBUG"
  157. Culture="2052"
  158. AdditionalIncludeDirectories="$(IntDir)"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLinkerTool"
  165. RegisterOutput="true"
  166. IgnoreImportLibrary="true"
  167. LinkIncremental="1"
  168. ModuleDefinitionFile=".\TSPlug.def"
  169. GenerateDebugInformation="true"
  170. SubSystem="2"
  171. OptimizeReferences="2"
  172. EnableCOMDATFolding="2"
  173. TargetMachine="1"
  174. />
  175. <Tool
  176. Name="VCALinkTool"
  177. />
  178. <Tool
  179. Name="VCManifestTool"
  180. />
  181. <Tool
  182. Name="VCXDCMakeTool"
  183. />
  184. <Tool
  185. Name="VCBscMakeTool"
  186. />
  187. <Tool
  188. Name="VCFxCopTool"
  189. />
  190. <Tool
  191. Name="VCAppVerifierTool"
  192. />
  193. <Tool
  194. Name="VCPostBuildEventTool"
  195. />
  196. </Configuration>
  197. </Configurations>
  198. <References>
  199. </References>
  200. <Files>
  201. <Filter
  202. Name="TSPlug"
  203. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  204. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  205. >
  206. <File
  207. RelativePath=".\dllmain.cpp"
  208. >
  209. <FileConfiguration
  210. Name="Debug|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. UsePrecompiledHeader="0"
  215. CompileAsManaged="0"
  216. />
  217. </FileConfiguration>
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. UsePrecompiledHeader="0"
  224. CompileAsManaged="0"
  225. />
  226. </FileConfiguration>
  227. </File>
  228. <File
  229. RelativePath=".\dllmain.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\Resource.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\stdafx.cpp"
  238. >
  239. <FileConfiguration
  240. Name="Debug|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. UsePrecompiledHeader="1"
  245. />
  246. </FileConfiguration>
  247. <FileConfiguration
  248. Name="Release|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. UsePrecompiledHeader="1"
  253. />
  254. </FileConfiguration>
  255. </File>
  256. <File
  257. RelativePath=".\stdafx.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\targetver.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\TCAes.cpp"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\TSMyKernel32User32DllFuntion.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\TSPlug.cpp"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\TSPlug.def"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\TSPlug.idl"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\TSPlugInterFace.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\TSPlugInterFace.h"
  290. >
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="资源文件"
  295. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  296. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  297. >
  298. <File
  299. RelativePath=".\TSPlug.rc"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\TSPlug.rgs"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\TSPlugInterFace.rgs"
  308. >
  309. </File>
  310. </Filter>
  311. <Filter
  312. Name="生成的文件"
  313. SourceControlFiles="false"
  314. >
  315. <File
  316. RelativePath=".\TSPlug_i.c"
  317. >
  318. <FileConfiguration
  319. Name="Debug|Win32"
  320. >
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. UsePrecompiledHeader="0"
  324. CompileAsManaged="0"
  325. />
  326. </FileConfiguration>
  327. <FileConfiguration
  328. Name="Release|Win32"
  329. >
  330. <Tool
  331. Name="VCCLCompilerTool"
  332. UsePrecompiledHeader="0"
  333. CompileAsManaged="0"
  334. />
  335. </FileConfiguration>
  336. </File>
  337. <File
  338. RelativePath=".\TSPlug_i.h"
  339. >
  340. </File>
  341. </Filter>
  342. <Filter
  343. Name="DX后台"
  344. >
  345. <File
  346. RelativePath=".\DXBind.cpp"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".\DXBind.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".\PassR3Hook.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\TCAes.h"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".\TSFindPicture.cpp"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\TSFindPicture.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\TSHookFuntion.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\TSMessage.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\TSRuntime.cpp"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\TSRuntime.h"
  383. >
  384. </File>
  385. <File
  386. RelativePath=".\TSVIPHookFuntion.h"
  387. >
  388. </File>
  389. </Filter>
  390. <Filter
  391. Name="protocol"
  392. >
  393. <File
  394. RelativePath=".\protocol\HardWare.cpp"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\protocol\HardWare.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\MyProtocol.cpp"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\MyProtocol.h"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\protocol\protocol.h"
  411. >
  412. </File>
  413. <Filter
  414. Name="base"
  415. >
  416. <File
  417. RelativePath=".\protocol\base\aes.cpp"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\protocol\base\aes.h"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\protocol\base\basicdefs.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\protocol\base\basictypes.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\protocol\base\bytebuffer.cpp"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\protocol\base\bytebuffer.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\protocol\base\common.cpp"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\protocol\base\common.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\protocol\base\criticalsection.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\protocol\base\cryptstring.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\protocol\base\linked_ptr.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\protocol\base\log.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\protocol\base\md5.cpp"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\protocol\base\md5.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\protocol\base\random.cpp"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\protocol\base\random.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\protocol\base\scoped_ptr.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\protocol\base\scoped_ptr2.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\protocol\base\time.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\protocol\base\time.h"
  494. >
  495. </File>
  496. </Filter>
  497. <Filter
  498. Name="network"
  499. >
  500. <File
  501. RelativePath=".\protocol\network\byteorder.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\protocol\network\winsock_initializer.cpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\protocol\network\winsock_initializer.h"
  510. >
  511. </File>
  512. </Filter>
  513. <Filter
  514. Name="common"
  515. >
  516. <File
  517. RelativePath=".\protocol\common\AutoClosePtr.h"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\protocol\common\AutoClosePtrVC6.h"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\protocol\common\cmnhdr.h"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\protocol\common\EnsureCleanup.h"
  530. >
  531. </File>
  532. </Filter>
  533. </Filter>
  534. <Filter
  535. Name="CreateGif"
  536. >
  537. <File
  538. RelativePath=".\CreateGif\GSKCreateGIF.cpp"
  539. >
  540. </File>
  541. <File
  542. RelativePath=".\CreateGif\GSKCreateGIF.h"
  543. >
  544. </File>
  545. <File
  546. RelativePath=".\CreateGif\Quantizer.cpp"
  547. >
  548. </File>
  549. <File
  550. RelativePath=".\CreateGif\Quantizer.h"
  551. >
  552. </File>
  553. </Filter>
  554. <Filter
  555. Name="窗口API"
  556. >
  557. <File
  558. RelativePath=".\TSWindowsAPI.cpp"
  559. >
  560. </File>
  561. <File
  562. RelativePath=".\TSWindowsAPI.h"
  563. >
  564. </File>
  565. </Filter>
  566. <Filter
  567. Name="保护盾"
  568. >
  569. <File
  570. RelativePath=".\encode.cpp"
  571. >
  572. </File>
  573. <File
  574. RelativePath=".\encode.h"
  575. >
  576. </File>
  577. <File
  578. RelativePath=".\GalaxyApMGR.cpp"
  579. >
  580. </File>
  581. <File
  582. RelativePath=".\GalaxyApMGR.h"
  583. >
  584. </File>
  585. <File
  586. RelativePath=".\HookPortBypass.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath=".\loadDriver.cpp"
  591. >
  592. </File>
  593. <File
  594. RelativePath=".\loadDriver.h"
  595. >
  596. </File>
  597. </Filter>
  598. <Filter
  599. Name="内存API"
  600. >
  601. <File
  602. RelativePath=".\TSMemoryAPI.cpp"
  603. >
  604. </File>
  605. <File
  606. RelativePath=".\TSMemoryAPI.h"
  607. >
  608. </File>
  609. </Filter>
  610. <Filter
  611. Name="ASM"
  612. >
  613. <File
  614. RelativePath=".\ASM\MgAsmBase.cpp"
  615. >
  616. </File>
  617. <File
  618. RelativePath=".\ASM\MgAsmCom.cpp"
  619. >
  620. </File>
  621. <File
  622. RelativePath=".\ASM\MgAsmCom.h"
  623. >
  624. </File>
  625. <File
  626. RelativePath=".\ASM\MgAsmComDef.h"
  627. >
  628. </File>
  629. <File
  630. RelativePath=".\ASM\MgDisasmBase.cpp"
  631. >
  632. </File>
  633. </Filter>
  634. <Filter
  635. Name="KeyMouse"
  636. >
  637. <File
  638. RelativePath=".\KeyMouse\MyDriveKeyboardNamespace.cpp"
  639. >
  640. </File>
  641. <File
  642. RelativePath=".\KeyMouse\MyDriveKeyboardNamespace.h"
  643. >
  644. </File>
  645. <File
  646. RelativePath=".\KeyMouse\MyDriveMouseNamespace.cpp"
  647. >
  648. </File>
  649. <File
  650. RelativePath=".\KeyMouse\MyDriveMouseNamespace.h"
  651. >
  652. </File>
  653. <File
  654. RelativePath=".\KeyMouse\MyKeybdMouseDrive.cpp"
  655. >
  656. </File>
  657. <File
  658. RelativePath=".\KeyMouse\MyKeybdMouseDrive.h"
  659. >
  660. </File>
  661. <File
  662. RelativePath=".\KeyMouse\MyKeyboardNamespace.cpp"
  663. >
  664. </File>
  665. <File
  666. RelativePath=".\KeyMouse\MyKeyboardNamespace.h"
  667. >
  668. </File>
  669. <File
  670. RelativePath=".\KeyMouse\MyMouseNamespace.cpp"
  671. >
  672. </File>
  673. <File
  674. RelativePath=".\KeyMouse\MyMouseNamespace.h"
  675. >
  676. </File>
  677. </Filter>
  678. <File
  679. RelativePath=".\imedllhost09.dll"
  680. >
  681. </File>
  682. <File
  683. RelativePath=".\Match.sys"
  684. >
  685. </File>
  686. <File
  687. RelativePath=".\matchx64.sys"
  688. >
  689. </File>
  690. <File
  691. RelativePath=".\ReadMe.txt"
  692. >
  693. </File>
  694. <File
  695. RelativePath=".\TCProtect_se"
  696. >
  697. </File>
  698. </Files>
  699. <Globals>
  700. </Globals>
  701. </VisualStudioProject>