| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880 |
- <?xml version="1.0" encoding="UTF-8"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="vDosPlus"
- ProjectGUID="{7001C520-7B3D-4FC0-91A3-2F9F1144598C}"
- RootNamespace="vDosPlus2015"
- Keyword="Win32Proj"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ShlwApi.lib .\ft26\freetype26.lib"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="ShlwApi.lib .\ft26\freetype26.lib"
- OutputFile="$(OutDir)\$(ProjectName).exe"
- LinkIncremental="1"
- GenerateDebugInformation="false"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".\include\4DOS_img.h"
- >
- </File>
- <File
- RelativePath=".\include\bios.h"
- >
- </File>
- <File
- RelativePath=".\include\callback.h"
- >
- </File>
- <File
- RelativePath=".\include\config.h"
- >
- </File>
- <File
- RelativePath=".\include\cpu.h"
- >
- </File>
- <File
- RelativePath=".\src\dos\dev_con.h"
- >
- </File>
- <File
- RelativePath=".\include\devicePRT.h"
- >
- </File>
- <File
- RelativePath=".\include\dos_inc.h"
- >
- </File>
- <File
- RelativePath=".\include\dos_system.h"
- >
- </File>
- <File
- RelativePath=".\include\events.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\freetype.h"
- >
- </File>
- <File
- RelativePath=".\include\ft2build.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\config\ftconfig.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\fterrdef.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\fterrors.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftglyph.h"
- >
- </File>
- <File
- RelativePath=".\include\ftheader.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftimage.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftmoderr.h"
- >
- </File>
- <File
- RelativePath=".\include\ftmodule.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\config\ftoption.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftoutln.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\config\ftstdlib.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftstroke.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ftsystem.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\fttypes.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\helpers.h"
- >
- </File>
- <File
- RelativePath=".\include\inout.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\instructions.h"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\lazyflags.h"
- >
- </File>
- <File
- RelativePath=".\include\logging.h"
- >
- </File>
- <File
- RelativePath=".\include\mem.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\modrm.h"
- >
- </File>
- <File
- RelativePath=".\include\mouse.h"
- >
- </File>
- <File
- RelativePath=".\include\paging.h"
- >
- </File>
- <File
- RelativePath=".\include\parport.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\prefix_0f.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\prefix_66.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\prefix_66_0f.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\prefix_none.h"
- >
- </File>
- <File
- RelativePath=".\include\regs.h"
- >
- </File>
- <File
- RelativePath=".\src\resource.h"
- >
- </File>
- <File
- RelativePath=".\include\serialport.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\string.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\support.h"
- >
- </File>
- <File
- RelativePath=".\include\support.h"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal\table_ea.h"
- >
- </File>
- <File
- RelativePath=".\include\ttf.h"
- >
- </File>
- <File
- RelativePath=".\include\freetype\ttnameid.h"
- >
- </File>
- <File
- RelativePath=".\include\vdos.h"
- >
- </File>
- <File
- RelativePath=".\include\vDosTTF.h"
- >
- </File>
- <File
- RelativePath=".\include\vga.h"
- >
- </File>
- <File
- RelativePath=".\include\video.h"
- >
- </File>
- <File
- RelativePath=".\src\ints\xms.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- <File
- RelativePath=".\bin\release\wpc60dos\FIUPDT.BIN"
- >
- </File>
- <File
- RelativePath=".\bin\release\wpc60dos\FROMWPDL.BIN"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\LJ.BIN"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\LJ3.BIN"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\LJ4.BIN"
- >
- </File>
- <File
- RelativePath=".\bin\release\wpc60dos\TOWPDL.BIN"
- >
- </File>
- <File
- RelativePath=".\src\winres.rc"
- >
- </File>
- <File
- RelativePath=".\bin\release\wpc60dos\WPFI.BIN"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\bin\release\bios.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\bios.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\bios_keyboard.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\bios_keyboard.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\callback.asm"
- >
- </File>
- <File
- RelativePath=".\src\cpu\callback.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\core_normal.asm"
- >
- </File>
- <File
- RelativePath=".\src\cpu\core_normal.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\cpu.asm"
- >
- </File>
- <File
- RelativePath=".\src\cpu\cpu.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\devicePRT.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\devicePRT.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_classes.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_classes.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_devices.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_devices.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_execute.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_execute.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_files.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_files.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_ioctl.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_ioctl.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_memory.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_memory.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_misc.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_misc.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\dos_tables.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\dos_tables.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\drives.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\drives.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\ems.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\ems.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\events.asm"
- >
- </File>
- <File
- RelativePath=".\src\gui\events.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\fcb_files.asm"
- >
- </File>
- <File
- RelativePath=".\src\dos\fcb_files.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\flags.asm"
- >
- </File>
- <File
- RelativePath=".\src\cpu\flags.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\freetype.asm"
- >
- </File>
- <File
- RelativePath=".\src\gui\freetype.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\gui.asm"
- >
- </File>
- <File
- RelativePath=".\src\gui\gui.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_char.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_char.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_memory.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_memory.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_modes.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_modes.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_pal.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_pal.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_put_pixel.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_put_pixel.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\int10_vptable.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\int10_vptable.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\iohandler.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\iohandler.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\keyboard.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\keyboard.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\memory.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\memory.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\mouse.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\mouse.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\MSLAMOUS.DEF"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\MSMOUSE.DEF"
- >
- </File>
- <File
- RelativePath=".\bin\release\paging.asm"
- >
- </File>
- <File
- RelativePath=".\src\cpu\paging.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\parport.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\parport.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\PDOS.DEF"
- >
- </File>
- <File
- RelativePath=".\bin\release\pic.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\pic.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\serialport.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\serialport.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\shell.asm"
- >
- </File>
- <File
- RelativePath=".\src\shell\shell.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\support.asm"
- >
- </File>
- <File
- RelativePath=".\src\misc\support.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\timer.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\timer.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vdos.asm"
- >
- </File>
- <File
- RelativePath=".\src\vDos.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_attr.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_attr.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_crtc.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_crtc.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_dac.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_dac.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_gfx.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_gfx.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_memory.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_memory.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_misc.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_misc.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\vga_seq.asm"
- >
- </File>
- <File
- RelativePath=".\src\hardware\vga_seq.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\aaaaabbbbb\test\vga_testmemorytest.asm"
- >
- </File>
- <File
- RelativePath=".\bin\release\video.asm"
- >
- </File>
- <File
- RelativePath=".\src\gui\video.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\xms.asm"
- >
- </File>
- <File
- RelativePath=".\src\ints\xms.cpp"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\XYLAMOUS.DEF"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\XYMOUSE.DEF"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\bin\release\xy4\MISC.HTM"
- >
- </File>
- <File
- RelativePath=".\bin\release\xy4\PRINTERS.HTM"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|