Judging by the usage, this header belongs in there instead of being limited to dos module only. This change makes it easier to reuse code for new features related to drives mounting/unmounting.
386 lines
20 KiB
XML
386 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName />
|
|
<SccLocalPath />
|
|
<ProjectGuid>{7FCFFB9B-8629-4D51-849C-8490CECF8AB7}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>16.0.29311.71</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>.\Debug\</OutDir>
|
|
<IntDir>.\Debug\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>.\Release\</OutDir>
|
|
<IntDir>.\Release\</IntDir>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\include;..\src\platform\visualc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeaderOutputFile>.\Debug\dosbox.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
|
|
<ObjectFileName>.\Debug\</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
|
|
<BrowseInformation>true</BrowseInformation>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>opengl32.lib;SDL2_net.lib;winmm.lib;libpng16d.lib;SDL2maind.lib;SDL2d.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;opusfile.lib;opus.lib;ogg.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>.\Debug\dosbox.exe</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>.\Debug\dosbox.pdb</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
<IgnoreSpecificDefaultLibraries>msvcrt.lib</IgnoreSpecificDefaultLibraries>
|
|
</Link>
|
|
<Midl>
|
|
<TypeLibraryName>.\Debug/dosbox.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<AdditionalIncludeDirectories>..\include;..\src\platform\visualc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>true</StringPooling>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeaderOutputFile>.\Release\dosbox.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
<AssemblerListingLocation>.\Release\</AssemblerListingLocation>
|
|
<ObjectFileName>.\Release\</ObjectFileName>
|
|
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
|
|
<BrowseInformation>true</BrowseInformation>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>opengl32.lib;winmm.lib;libpng16.lib;SDL2_net.lib;SDL2.lib;SDL2main.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;opusfile.lib;opus.lib;ogg.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>.\Release\dosbox.exe</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile />
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
|
</Link>
|
|
<Midl>
|
|
<TypeLibraryName>.\Release/dosbox.tlb</TypeLibraryName>
|
|
<HeaderFileName />
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<Culture>0x0409</Culture>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\cpu\callback.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_dynrec.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_full.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_normal.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_prefetch.cpp" />
|
|
<ClCompile Include="..\src\cpu\core_simple.cpp" />
|
|
<ClCompile Include="..\src\cpu\cpu.cpp" />
|
|
<ClCompile Include="..\src\cpu\flags.cpp" />
|
|
<ClCompile Include="..\src\cpu\modrm.cpp" />
|
|
<ClCompile Include="..\src\cpu\paging.cpp" />
|
|
<ClCompile Include="..\src\debug\debug.cpp" />
|
|
<ClCompile Include="..\src\debug\debug_disasm.cpp" />
|
|
<ClCompile Include="..\src\debug\debug_gui.cpp" />
|
|
<ClCompile Include="..\src\debug\debug_win32.cpp" />
|
|
<ClCompile Include="..\src\dosbox.cpp" />
|
|
<ClCompile Include="..\src\dos\cdrom.cpp" />
|
|
<ClCompile Include="..\src\dos\cdrom_image.cpp" />
|
|
<ClCompile Include="..\src\dos\dos.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_classes.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_devices.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_execute.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_files.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_ioctl.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_keyboard_layout.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_memory.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_misc.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_mscdex.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_programs.cpp" />
|
|
<ClCompile Include="..\src\dos\dos_tables.cpp" />
|
|
<ClCompile Include="..\src\dos\drives.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_cache.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_fat.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_iso.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_local.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_overlay.cpp" />
|
|
<ClCompile Include="..\src\dos\drive_virtual.cpp" />
|
|
<ClCompile Include="..\src\fpu\fpu.cpp" />
|
|
<ClCompile Include="..\src\gui\midi.cpp" />
|
|
<ClCompile Include="..\src\gui\render.cpp" />
|
|
<ClCompile Include="..\src\gui\render_scalers.cpp" />
|
|
<ClCompile Include="..\src\gui\sdlmain.cpp" />
|
|
<ClCompile Include="..\src\gui\sdl_gui.cpp" />
|
|
<ClCompile Include="..\src\gui\sdl_mapper.cpp" />
|
|
<ClCompile Include="..\src\hardware\adlib.cpp" />
|
|
<ClCompile Include="..\src\hardware\cmos.cpp" />
|
|
<ClCompile Include="..\src\hardware\dbopl.cpp" />
|
|
<ClCompile Include="..\src\hardware\disney.cpp" />
|
|
<ClCompile Include="..\src\hardware\dma.cpp" />
|
|
<ClCompile Include="..\src\hardware\gameblaster.cpp" />
|
|
<ClCompile Include="..\src\hardware\gus.cpp" />
|
|
<ClCompile Include="..\src\hardware\hardware.cpp" />
|
|
<ClCompile Include="..\src\hardware\iohandler.cpp" />
|
|
<ClCompile Include="..\src\hardware\ipx.cpp" />
|
|
<ClCompile Include="..\src\hardware\ipxserver.cpp" />
|
|
<ClCompile Include="..\src\hardware\joystick.cpp" />
|
|
<ClCompile Include="..\src\hardware\keyboard.cpp" />
|
|
<ClCompile Include="..\src\hardware\mame\fmopl.cpp" />
|
|
<ClCompile Include="..\src\hardware\mame\saa1099.cpp" />
|
|
<ClCompile Include="..\src\hardware\mame\sn76496.cpp" />
|
|
<ClCompile Include="..\src\hardware\mame\ymdeltat.cpp" />
|
|
<ClCompile Include="..\src\hardware\mame\ymf262.cpp" />
|
|
<ClCompile Include="..\src\hardware\memory.cpp" />
|
|
<ClCompile Include="..\src\hardware\mixer.cpp" />
|
|
<ClCompile Include="..\src\hardware\mpu401.cpp" />
|
|
<ClCompile Include="..\src\hardware\pci_bus.cpp" />
|
|
<ClCompile Include="..\src\hardware\pcspeaker.cpp" />
|
|
<ClCompile Include="..\src\hardware\pic.cpp" />
|
|
<ClCompile Include="..\src\hardware\sblaster.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\directserial.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\libserial.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\misc_util.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\nullmodem.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\serialdummy.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\serialport.cpp" />
|
|
<ClCompile Include="..\src\hardware\serialport\softmodem.cpp" />
|
|
<ClCompile Include="..\src\hardware\tandy_sound.cpp" />
|
|
<ClCompile Include="..\src\hardware\timer.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_attr.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_crtc.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_dac.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_draw.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_gfx.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_memory.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_misc.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_other.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_paradise.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_s3.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_seq.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_tseng.cpp" />
|
|
<ClCompile Include="..\src\hardware\vga_xga.cpp" />
|
|
<ClCompile Include="..\src\ints\bios.cpp" />
|
|
<ClCompile Include="..\src\ints\bios_disk.cpp" />
|
|
<ClCompile Include="..\src\ints\bios_keyboard.cpp" />
|
|
<ClCompile Include="..\src\ints\ems.cpp" />
|
|
<ClCompile Include="..\src\ints\int10.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_char.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_memory.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_misc.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_modes.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_pal.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_put_pixel.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_vesa.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_video_state.cpp" />
|
|
<ClCompile Include="..\src\ints\int10_vptable.cpp" />
|
|
<ClCompile Include="..\src\ints\mouse.cpp" />
|
|
<ClCompile Include="..\src\ints\xms.cpp" />
|
|
<ClCompile Include="..\src\libs\gui_tk\gui_tk.cpp" />
|
|
<ClCompile Include="..\src\libs\decoders\flac.c" />
|
|
<ClCompile Include="..\src\libs\decoders\mp3.cpp" />
|
|
<ClCompile Include="..\src\libs\decoders\mp3_seek_table.cpp" />
|
|
<ClCompile Include="..\src\libs\decoders\opus.c" />
|
|
<ClCompile Include="..\src\libs\decoders\SDL_sound.c" />
|
|
<ClCompile Include="..\src\libs\decoders\vorbis.c" />
|
|
<ClCompile Include="..\src\libs\decoders\wav.c" />
|
|
<ClCompile Include="..\src\libs\decoders\xxhash.c" />
|
|
<ClCompile Include="..\src\misc\cross.cpp" />
|
|
<ClCompile Include="..\src\misc\messages.cpp" />
|
|
<ClCompile Include="..\src\misc\programs.cpp" />
|
|
<ClCompile Include="..\src\misc\setup.cpp" />
|
|
<ClCompile Include="..\src\misc\support.cpp" />
|
|
<ClCompile Include="..\src\shell\shell.cpp" />
|
|
<ClCompile Include="..\src\shell\shell_batch.cpp" />
|
|
<ClCompile Include="..\src\shell\shell_cmds.cpp" />
|
|
<ClCompile Include="..\src\shell\shell_misc.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\src\winres.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\bios.h" />
|
|
<ClInclude Include="..\include\bios_disk.h" />
|
|
<ClInclude Include="..\include\callback.h" />
|
|
<ClInclude Include="..\include\control.h" />
|
|
<ClInclude Include="..\include\cpu.h" />
|
|
<ClInclude Include="..\include\cross.h" />
|
|
<ClInclude Include="..\include\debug.h" />
|
|
<ClInclude Include="..\include\dma.h" />
|
|
<ClInclude Include="..\include\dosbox.h" />
|
|
<ClInclude Include="..\include\dos_inc.h" />
|
|
<ClInclude Include="..\include\dos_system.h" />
|
|
<ClInclude Include="..\include\drives.h" />
|
|
<ClInclude Include="..\include\fpu.h" />
|
|
<ClInclude Include="..\include\hardware.h" />
|
|
<ClInclude Include="..\include\inout.h" />
|
|
<ClInclude Include="..\include\joystick.h" />
|
|
<ClInclude Include="..\include\keyboard.h" />
|
|
<ClInclude Include="..\include\logging.h" />
|
|
<ClInclude Include="..\include\mem.h" />
|
|
<ClInclude Include="..\include\midi.h" />
|
|
<ClInclude Include="..\include\mixer.h" />
|
|
<ClInclude Include="..\include\mouse.h" />
|
|
<ClInclude Include="..\include\paging.h" />
|
|
<ClInclude Include="..\include\pci_bus.h" />
|
|
<ClInclude Include="..\include\pic.h" />
|
|
<ClInclude Include="..\include\programs.h" />
|
|
<ClInclude Include="..\include\regs.h" />
|
|
<ClInclude Include="..\include\render.h" />
|
|
<ClInclude Include="..\include\serialport.h" />
|
|
<ClInclude Include="..\include\setup.h" />
|
|
<ClInclude Include="..\include\shell.h" />
|
|
<ClInclude Include="..\include\support.h" />
|
|
<ClInclude Include="..\include\timer.h" />
|
|
<ClInclude Include="..\include\vga.h" />
|
|
<ClInclude Include="..\include\video.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\cache.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\decoder.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\decoder_basic.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\decoder_opcodes.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\dyn_fpu.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\operators.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\risc_x64.h" />
|
|
<ClInclude Include="..\src\cpu\core_dynrec\risc_x86.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\cache.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\decoder.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\dyn_fpu.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\dyn_fpu_dh.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\helpers.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\risc_x86.h" />
|
|
<ClInclude Include="..\src\cpu\core_dyn_x86\string.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\ea_lookup.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\load.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\loadwrite.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\op.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\optable.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\save.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\string.h" />
|
|
<ClInclude Include="..\src\cpu\core_full\support.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\helpers.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\prefix_0f.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\prefix_66.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\prefix_66_0f.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\prefix_none.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\string.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\support.h" />
|
|
<ClInclude Include="..\src\cpu\core_normal\table_ea.h" />
|
|
<ClInclude Include="..\src\cpu\instructions.h" />
|
|
<ClInclude Include="..\src\cpu\lazyflags.h" />
|
|
<ClInclude Include="..\src\cpu\modrm.h" />
|
|
<ClInclude Include="..\src\debug\debug_inc.h" />
|
|
<ClInclude Include="..\src\debug\disasm_tables.h" />
|
|
<ClInclude Include="..\src\dos\cdrom.h" />
|
|
<ClInclude Include="..\src\dos\dev_con.h" />
|
|
<ClInclude Include="..\src\dos\dos_mscdex.h" />
|
|
<ClInclude Include="..\src\dos\Ntddcdrm.h" />
|
|
<ClInclude Include="..\src\dos\Ntddscsi.h" />
|
|
<ClInclude Include="..\src\dos\Ntddstor.h" />
|
|
<ClInclude Include="..\src\fpu\fpu_instructions.h" />
|
|
<ClInclude Include="..\src\fpu\fpu_instructions_x86.h" />
|
|
<ClInclude Include="..\src\gui\midi_win32.h" />
|
|
<ClInclude Include="..\src\gui\render_scalers.h" />
|
|
<ClInclude Include="..\src\gui\render_templates.h" />
|
|
<ClInclude Include="..\src\hardware\font-switch.h" />
|
|
<ClInclude Include="..\src\hardware\mame\emu.h" />
|
|
<ClInclude Include="..\src\hardware\mame\fmopl.h" />
|
|
<ClInclude Include="..\src\hardware\mame\saa1099.h" />
|
|
<ClInclude Include="..\src\hardware\mame\sn76496.h" />
|
|
<ClInclude Include="..\src\hardware\mame\ymdeltat.h" />
|
|
<ClInclude Include="..\src\hardware\mame\ymf262.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\directserial.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\libserial.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\misc_util.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\nullmodem.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\serialdummy.h" />
|
|
<ClInclude Include="..\src\hardware\serialport\softmodem.h" />
|
|
<ClInclude Include="..\src\ints\int10.h" />
|
|
<ClInclude Include="..\src\ints\xms.h" />
|
|
<ClInclude Include="..\src\libs\decoders\archive.h" />
|
|
<ClInclude Include="..\src\libs\decoders\dr_flac.h" />
|
|
<ClInclude Include="..\src\libs\decoders\dr_mp3.h" />
|
|
<ClInclude Include="..\src\libs\decoders\dr_wav.h" />
|
|
<ClInclude Include="..\src\libs\decoders\mp3_seek_table.h" />
|
|
<ClInclude Include="..\src\libs\decoders\SDL_sound.h" />
|
|
<ClInclude Include="..\src\libs\decoders\SDL_sound_internal.h" />
|
|
<ClInclude Include="..\src\libs\decoders\stb.h" />
|
|
<ClInclude Include="..\src\libs\decoders\stb_vorbis.h" />
|
|
<ClInclude Include="..\src\libs\decoders\xxh3.h" />
|
|
<ClInclude Include="..\src\libs\decoders\xxhash.h" />
|
|
<ClInclude Include="..\src\platform\visualc\config.h" />
|
|
<ClInclude Include="..\src\platform\visualc\unistd.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="..\src\dosbox.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|