vDosPlus 2015.11.vcproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="vDosPlus"
  6. ProjectGUID="{7001C520-7B3D-4FC0-91A3-2F9F1144598C}"
  7. RootNamespace="vDosPlus2015"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="0"
  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="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="0"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="ShlwApi.lib .\ft26\freetype26.lib"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="Release"
  94. IntermediateDirectory="Release"
  95. ConfigurationType="1"
  96. >
  97. <Tool
  98. Name="VCPreBuildEventTool"
  99. />
  100. <Tool
  101. Name="VCCustomBuildTool"
  102. />
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"
  105. />
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCMIDLTool"
  111. />
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
  115. RuntimeLibrary="0"
  116. UsePrecompiledHeader="0"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="false"
  119. DebugInformationFormat="3"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCPreLinkEventTool"
  129. />
  130. <Tool
  131. Name="VCLinkerTool"
  132. AdditionalDependencies="ShlwApi.lib .\ft26\freetype26.lib"
  133. OutputFile="$(OutDir)\$(ProjectName).exe"
  134. LinkIncremental="1"
  135. GenerateDebugInformation="false"
  136. SubSystem="2"
  137. OptimizeReferences="2"
  138. EnableCOMDATFolding="2"
  139. TargetMachine="1"
  140. />
  141. <Tool
  142. Name="VCALinkTool"
  143. />
  144. <Tool
  145. Name="VCManifestTool"
  146. />
  147. <Tool
  148. Name="VCXDCMakeTool"
  149. />
  150. <Tool
  151. Name="VCBscMakeTool"
  152. />
  153. <Tool
  154. Name="VCFxCopTool"
  155. />
  156. <Tool
  157. Name="VCAppVerifierTool"
  158. />
  159. <Tool
  160. Name="VCPostBuildEventTool"
  161. />
  162. </Configuration>
  163. </Configurations>
  164. <References>
  165. </References>
  166. <Files>
  167. <Filter
  168. Name="Header Files"
  169. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  170. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  171. >
  172. <File
  173. RelativePath=".\include\4DOS_img.h"
  174. >
  175. </File>
  176. <File
  177. RelativePath=".\include\bios.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".\include\callback.h"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\include\config.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\include\cpu.h"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\src\dos\dev_con.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\include\devicePRT.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\include\dos_inc.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\include\dos_system.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\include\events.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\include\freetype\freetype.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\include\ft2build.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\include\freetype\config\ftconfig.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\include\freetype\fterrdef.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\include\freetype\fterrors.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\include\freetype\ftglyph.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\include\ftheader.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\include\freetype\ftimage.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\include\freetype\ftmoderr.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\include\ftmodule.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\include\freetype\config\ftoption.h"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\include\freetype\ftoutln.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\include\freetype\config\ftstdlib.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\include\freetype\ftstroke.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\include\freetype\ftsystem.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\include\freetype\fttypes.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\src\cpu\core_normal\helpers.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\include\inout.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\src\cpu\instructions.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\src\ints\int10.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\src\cpu\lazyflags.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\include\logging.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\include\mem.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\src\cpu\modrm.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\include\mouse.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\include\paging.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\include\parport.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\src\cpu\core_normal\prefix_0f.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\src\cpu\core_normal\prefix_66.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\src\cpu\core_normal\prefix_66_0f.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\src\cpu\core_normal\prefix_none.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\include\regs.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\src\resource.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\include\serialport.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\src\cpu\core_normal\string.h"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\src\cpu\core_normal\support.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\include\support.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\src\cpu\core_normal\table_ea.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\include\ttf.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\include\freetype\ttnameid.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\include\vdos.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\include\vDosTTF.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\include\vga.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\include\video.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\src\ints\xms.h"
  390. >
  391. </File>
  392. </Filter>
  393. <Filter
  394. Name="Resource Files"
  395. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  396. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  397. >
  398. <File
  399. RelativePath=".\bin\release\wpc60dos\FIUPDT.BIN"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\bin\release\wpc60dos\FROMWPDL.BIN"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\bin\release\xy4\LJ.BIN"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\bin\release\xy4\LJ3.BIN"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\bin\release\xy4\LJ4.BIN"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\bin\release\wpc60dos\TOWPDL.BIN"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\src\winres.rc"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\bin\release\wpc60dos\WPFI.BIN"
  428. >
  429. </File>
  430. </Filter>
  431. <Filter
  432. Name="Source Files"
  433. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  434. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  435. >
  436. <File
  437. RelativePath=".\bin\release\bios.asm"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\src\ints\bios.cpp"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\bin\release\bios_keyboard.asm"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\src\ints\bios_keyboard.cpp"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\bin\release\callback.asm"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\src\cpu\callback.cpp"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\bin\release\core_normal.asm"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\src\cpu\core_normal.cpp"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\bin\release\cpu.asm"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\src\cpu\cpu.cpp"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\bin\release\devicePRT.asm"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\src\dos\devicePRT.cpp"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".\bin\release\dos.asm"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\src\dos\dos.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\bin\release\dos_classes.asm"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\src\dos\dos_classes.cpp"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\bin\release\dos_devices.asm"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\src\dos\dos_devices.cpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\bin\release\dos_execute.asm"
  510. >
  511. </File>
  512. <File
  513. RelativePath=".\src\dos\dos_execute.cpp"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".\bin\release\dos_files.asm"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\src\dos\dos_files.cpp"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\bin\release\dos_ioctl.asm"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\src\dos\dos_ioctl.cpp"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\bin\release\dos_memory.asm"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".\src\dos\dos_memory.cpp"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".\bin\release\dos_misc.asm"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".\src\dos\dos_misc.cpp"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".\bin\release\dos_tables.asm"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".\src\dos\dos_tables.cpp"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".\bin\release\drives.asm"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".\src\dos\drives.cpp"
  562. >
  563. </File>
  564. <File
  565. RelativePath=".\bin\release\ems.asm"
  566. >
  567. </File>
  568. <File
  569. RelativePath=".\src\ints\ems.cpp"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".\bin\release\events.asm"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".\src\gui\events.cpp"
  578. >
  579. </File>
  580. <File
  581. RelativePath=".\bin\release\fcb_files.asm"
  582. >
  583. </File>
  584. <File
  585. RelativePath=".\src\dos\fcb_files.cpp"
  586. >
  587. </File>
  588. <File
  589. RelativePath=".\bin\release\flags.asm"
  590. >
  591. </File>
  592. <File
  593. RelativePath=".\src\cpu\flags.cpp"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".\bin\release\freetype.asm"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".\src\gui\freetype.cpp"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".\bin\release\gui.asm"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".\src\gui\gui.cpp"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".\bin\release\int10.asm"
  614. >
  615. </File>
  616. <File
  617. RelativePath=".\src\ints\int10.cpp"
  618. >
  619. </File>
  620. <File
  621. RelativePath=".\bin\release\int10_char.asm"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".\src\ints\int10_char.cpp"
  626. >
  627. </File>
  628. <File
  629. RelativePath=".\bin\release\int10_memory.asm"
  630. >
  631. </File>
  632. <File
  633. RelativePath=".\src\ints\int10_memory.cpp"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".\bin\release\int10_modes.asm"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".\src\ints\int10_modes.cpp"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".\bin\release\int10_pal.asm"
  646. >
  647. </File>
  648. <File
  649. RelativePath=".\src\ints\int10_pal.cpp"
  650. >
  651. </File>
  652. <File
  653. RelativePath=".\bin\release\int10_put_pixel.asm"
  654. >
  655. </File>
  656. <File
  657. RelativePath=".\src\ints\int10_put_pixel.cpp"
  658. >
  659. </File>
  660. <File
  661. RelativePath=".\bin\release\int10_vptable.asm"
  662. >
  663. </File>
  664. <File
  665. RelativePath=".\src\ints\int10_vptable.cpp"
  666. >
  667. </File>
  668. <File
  669. RelativePath=".\bin\release\iohandler.asm"
  670. >
  671. </File>
  672. <File
  673. RelativePath=".\src\hardware\iohandler.cpp"
  674. >
  675. </File>
  676. <File
  677. RelativePath=".\bin\release\keyboard.asm"
  678. >
  679. </File>
  680. <File
  681. RelativePath=".\src\hardware\keyboard.cpp"
  682. >
  683. </File>
  684. <File
  685. RelativePath=".\bin\release\memory.asm"
  686. >
  687. </File>
  688. <File
  689. RelativePath=".\src\hardware\memory.cpp"
  690. >
  691. </File>
  692. <File
  693. RelativePath=".\bin\release\mouse.asm"
  694. >
  695. </File>
  696. <File
  697. RelativePath=".\src\ints\mouse.cpp"
  698. >
  699. </File>
  700. <File
  701. RelativePath=".\bin\release\xy4\MSLAMOUS.DEF"
  702. >
  703. </File>
  704. <File
  705. RelativePath=".\bin\release\xy4\MSMOUSE.DEF"
  706. >
  707. </File>
  708. <File
  709. RelativePath=".\bin\release\paging.asm"
  710. >
  711. </File>
  712. <File
  713. RelativePath=".\src\cpu\paging.cpp"
  714. >
  715. </File>
  716. <File
  717. RelativePath=".\bin\release\parport.asm"
  718. >
  719. </File>
  720. <File
  721. RelativePath=".\src\hardware\parport.cpp"
  722. >
  723. </File>
  724. <File
  725. RelativePath=".\bin\release\PDOS.DEF"
  726. >
  727. </File>
  728. <File
  729. RelativePath=".\bin\release\pic.asm"
  730. >
  731. </File>
  732. <File
  733. RelativePath=".\src\hardware\pic.cpp"
  734. >
  735. </File>
  736. <File
  737. RelativePath=".\bin\release\serialport.asm"
  738. >
  739. </File>
  740. <File
  741. RelativePath=".\src\hardware\serialport.cpp"
  742. >
  743. </File>
  744. <File
  745. RelativePath=".\bin\release\shell.asm"
  746. >
  747. </File>
  748. <File
  749. RelativePath=".\src\shell\shell.cpp"
  750. >
  751. </File>
  752. <File
  753. RelativePath=".\bin\release\support.asm"
  754. >
  755. </File>
  756. <File
  757. RelativePath=".\src\misc\support.cpp"
  758. >
  759. </File>
  760. <File
  761. RelativePath=".\bin\release\timer.asm"
  762. >
  763. </File>
  764. <File
  765. RelativePath=".\src\hardware\timer.cpp"
  766. >
  767. </File>
  768. <File
  769. RelativePath=".\bin\release\vdos.asm"
  770. >
  771. </File>
  772. <File
  773. RelativePath=".\src\vDos.cpp"
  774. >
  775. </File>
  776. <File
  777. RelativePath=".\bin\release\vga.asm"
  778. >
  779. </File>
  780. <File
  781. RelativePath=".\src\hardware\vga.cpp"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".\bin\release\vga_attr.asm"
  786. >
  787. </File>
  788. <File
  789. RelativePath=".\src\hardware\vga_attr.cpp"
  790. >
  791. </File>
  792. <File
  793. RelativePath=".\bin\release\vga_crtc.asm"
  794. >
  795. </File>
  796. <File
  797. RelativePath=".\src\hardware\vga_crtc.cpp"
  798. >
  799. </File>
  800. <File
  801. RelativePath=".\bin\release\vga_dac.asm"
  802. >
  803. </File>
  804. <File
  805. RelativePath=".\src\hardware\vga_dac.cpp"
  806. >
  807. </File>
  808. <File
  809. RelativePath=".\bin\release\vga_gfx.asm"
  810. >
  811. </File>
  812. <File
  813. RelativePath=".\src\hardware\vga_gfx.cpp"
  814. >
  815. </File>
  816. <File
  817. RelativePath=".\bin\release\vga_memory.asm"
  818. >
  819. </File>
  820. <File
  821. RelativePath=".\src\hardware\vga_memory.cpp"
  822. >
  823. </File>
  824. <File
  825. RelativePath=".\bin\release\vga_misc.asm"
  826. >
  827. </File>
  828. <File
  829. RelativePath=".\src\hardware\vga_misc.cpp"
  830. >
  831. </File>
  832. <File
  833. RelativePath=".\bin\release\vga_seq.asm"
  834. >
  835. </File>
  836. <File
  837. RelativePath=".\src\hardware\vga_seq.cpp"
  838. >
  839. </File>
  840. <File
  841. RelativePath=".\bin\release\aaaaabbbbb\test\vga_testmemorytest.asm"
  842. >
  843. </File>
  844. <File
  845. RelativePath=".\bin\release\video.asm"
  846. >
  847. </File>
  848. <File
  849. RelativePath=".\src\gui\video.cpp"
  850. >
  851. </File>
  852. <File
  853. RelativePath=".\bin\release\xms.asm"
  854. >
  855. </File>
  856. <File
  857. RelativePath=".\src\ints\xms.cpp"
  858. >
  859. </File>
  860. <File
  861. RelativePath=".\bin\release\xy4\XYLAMOUS.DEF"
  862. >
  863. </File>
  864. <File
  865. RelativePath=".\bin\release\xy4\XYMOUSE.DEF"
  866. >
  867. </File>
  868. </Filter>
  869. <File
  870. RelativePath=".\bin\release\xy4\MISC.HTM"
  871. >
  872. </File>
  873. <File
  874. RelativePath=".\bin\release\xy4\PRINTERS.HTM"
  875. >
  876. </File>
  877. </Files>
  878. <Globals>
  879. </Globals>
  880. </VisualStudioProject>