mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-04 15:05:28 +00:00
1222 lines
25 KiB
XML
1222 lines
25 KiB
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="Applewin"
|
|
ProjectGUID="{1DA0C491-B5F4-4EC8-B1D2-CF6BE635DADC}"
|
|
RootNamespace="Applewin"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Performing unit-test: TestCPU6502"
|
|
CommandLine=".\Release\TestCPU6502.exe"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/Applewin.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm200 "
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
WholeProgramOptimization="true"
|
|
AdditionalIncludeDirectories="source\cpu;source\emulator;source\debugger;zlib;zip_lib"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;NO_DSHOW_STRSAFE"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="1"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Release\Applewin.pch"
|
|
AssemblerListingLocation=".\Release\"
|
|
ObjectFile=".\Release\"
|
|
ProgramDataBaseFileName=".\Release\"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4819;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib dinput8.lib user32.lib gdi32.lib Advapi32.lib shell32.lib Comdlg32.lib ole32.lib wsock32.lib"
|
|
OutputFile=".\Release\Applewin.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Release\Applewin.pdb"
|
|
SubSystem="2"
|
|
LinkTimeCodeGeneration="1"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
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="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Performing unit-test: TestCPU6502"
|
|
CommandLine=".\Debug\TestCPU6502.exe"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/Applewin.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm200 "
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="source\cpu;source\emulator;source\debugger;zlib;zip_lib"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;NO_DSHOW_STRSAFE"
|
|
MinimalRebuild="true"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\Debug\Applewin.pch"
|
|
AssemblerListingLocation=".\Debug\"
|
|
ObjectFile=".\Debug\"
|
|
ProgramDataBaseFileName=".\Debug\"
|
|
BrowseInformation="1"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4819;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib dinput8.lib user32.lib gdi32.lib Advapi32.lib shell32.lib Comdlg32.lib ole32.lib wsock32.lib"
|
|
OutputFile=".\Debug\Applewin.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Debug\Applewin.pdb"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
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="Source"
|
|
Filter=".cpp"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Applewin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Applewin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\StdAfx.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\StdAfx.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="Debugger"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debug.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\DebugDefs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Assembler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Assembler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Color.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Color.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Commands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Console.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Console.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_DisassemblerData.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_DisassemblerData.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Display.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Display.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Help.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Help.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Parser.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Parser.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Range.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Range.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Symbols.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Symbols.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Debugger_Types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Util_MemoryTextFile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Util_MemoryTextFile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Debugger\Util_Text.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Uthernet"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Tfe\Bittypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Bpf.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Ip6_misc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Pcap-stdinc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Pcap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfe.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfearch.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfearch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfesupp.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Tfesupp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Uilib.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tfe\Uilib.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Z80VICE"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\daa.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\daa.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\z80.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\z80.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\z80mem.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\z80mem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Z80VICE\z80regs.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="CommonVICE"
|
|
>
|
|
<File
|
|
RelativePath=".\source\CommonVICE\6510core.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CommonVICE\alarm.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CommonVICE\interrupt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CommonVICE\mem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CommonVICE\types.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Emulator"
|
|
>
|
|
<File
|
|
RelativePath=".\source\6821.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\6821.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\AY8910.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\AY8910.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Joystick.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Joystick.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Keyboard.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Keyboard.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Log.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Log.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Memory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Memory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Mockingboard.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Mockingboard.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\MouseInterface.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\MouseInterface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\NoSlotClock.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\NoSlotClock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\ParallelPrinter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\ParallelPrinter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Registry.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Registry.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Riff.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Riff.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SAM.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SAM.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SaveState.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SaveState.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SerialComms.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SerialComms.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SoundCore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SoundCore.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Speaker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Speaker.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Speech.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Speech.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tape.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Tape.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\z80emu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\z80emu.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="_Headers"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\SSI263Phonemes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Structs.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="CPU"
|
|
>
|
|
<File
|
|
RelativePath=".\source\CPU.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU\cpu6502.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU\cpu65C02.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU\cpu65d02.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU\cpu_general.inl"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\CPU\cpu_instructions.inl"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Disk"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Disk.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Disk.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\DiskDefs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\DiskImage.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\DiskImage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\DiskImageHelper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\DiskImageHelper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Harddisk.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Harddisk.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Video"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Frame.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Frame.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Video.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Video.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Configuration"
|
|
>
|
|
<File
|
|
RelativePath=".\source\Configuration\About.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\About.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\Config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\IPropertySheet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\IPropertySheetPage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageAdvanced.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageAdvanced.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageConfig.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageConfig.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageConfigTfe.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageConfigTfe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageDisk.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageDisk.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageInput.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageInput.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageSound.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PageSound.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PropertySheet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PropertySheet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PropertySheetDefs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PropertySheetHelper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\source\Configuration\PropertySheetHelper.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Docs"
|
|
>
|
|
<File
|
|
RelativePath=".\docs\CodingConventions.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\docs\Debugger_Changelog.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\docs\FAQ.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bin\History.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\docs\ToDo.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\docs\Video_Cleanup.txt"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\docs\Wishlist.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resources"
|
|
Filter=".txt,.ico,.bmp,.rc"
|
|
>
|
|
<File
|
|
RelativePath=".\resource\Apple2.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Apple2_Plus.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Apple2e.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Apple2e_Enhanced.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Applewin.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\APPLEWIN.ICO"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\APPLEWIN.RC"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
AdditionalIncludeDirectories="RESOURCE"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
AdditionalIncludeDirectories="RESOURCE"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\CAPSOFF.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\CAPSOFF_P8.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\CAPSON.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\CAPSON_P8.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\CHARSET4.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\CHARSET82.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\CHARSET8C.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\COLOR.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DEBUG.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Debug_Font.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DISK.ICO"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Disk2.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DISKOFF.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Diskprot.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DISKREAD.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DISKWRIT.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DRIVE1.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\DRIVE2.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Resource\DriveSwap.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Freezes_Non-autostart_F8_Rom.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\FULLSCR.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Resource\Hddrvr.bin"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\HELP.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LATOFF.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LATON.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_OFF.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_OFF_LAT.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_OFF_P8.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_ON.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_ON_LAT.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\LED_CAPS_ON_P8.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Mockingboard-D.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\MouseInterface.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Parallel.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\PRAVETS82.ROM"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\Pravets8C.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\PRAVETS8M.ROM"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\RUN.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\RUNP.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="RESOURCE\SETUP.BMP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\SSC.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\ThunderClockPlus.rom"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource\winres.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|