mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 04:08:45 +00:00
Projects for MSVC++ .NET 7.1
This commit is contained in:
parent
3b043604b0
commit
7994be65b0
28
Applewin71.sln
Normal file
28
Applewin71.sln
Normal file
@ -0,0 +1,28 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "APPLEWIN", "Applewin71.vcproj", "{FB8F1775-C006-4930-AF45-60D2822A9716}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SourceCodeControl) = preSolution
|
||||
SccNumberOfProjects = 1
|
||||
SccProjectUniqueName0 = Applewin71.vcproj
|
||||
SccProjectName0 = APPLEWIN
|
||||
SccLocalPath0 = .
|
||||
SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{FB8F1775-C006-4930-AF45-60D2822A9716}.Debug.ActiveCfg = Debug|Win32
|
||||
{FB8F1775-C006-4930-AF45-60D2822A9716}.Debug.Build.0 = Debug|Win32
|
||||
{FB8F1775-C006-4930-AF45-60D2822A9716}.Release.ActiveCfg = Release|Win32
|
||||
{FB8F1775-C006-4930-AF45-60D2822A9716}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
495
Applewin71.vcproj
Normal file
495
Applewin71.vcproj
Normal file
@ -0,0 +1,495 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="APPLEWIN"
|
||||
SccProjectName="APPLEWIN"
|
||||
SccAuxPath=""
|
||||
SccLocalPath="."
|
||||
SccProvider="MSSCCI:Microsoft Visual SourceSafe">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm200 "
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Release/Applewin.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib"
|
||||
OutputFile=".\Release/AppleWin.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
ProgramDatabaseFile=".\Release/Applewin.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\Release/Applewin.tlb"
|
||||
HeaderFileName=""/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\Debug"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm200 "
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
||||
RuntimeLibrary="5"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/Applewin.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib"
|
||||
OutputFile=".\Debug/AppleWin.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\Debug/Applewin.pdb"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="TRUE"
|
||||
SuppressStartupBanner="TRUE"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\Debug/Applewin.tlb"
|
||||
HeaderFileName=""/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source"
|
||||
Filter=".cpp">
|
||||
<File
|
||||
RelativePath=".\source\Applewin.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\AY8910.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\CPU.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Disk.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\DiskImage.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Frame.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Harddisk.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Joystick.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Keyboard.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Log.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Memory.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Mockingboard.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\ParallelPrinter.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\PropertySheetPage.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Registry.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Riff.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SaveState.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SerialComms.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SoundCore.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Speaker.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Util_MemoryTextFile.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Video.cpp">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Debugger"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\source\Debug.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debug.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Assembler.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Assembler.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Console.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Console.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Display.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Display.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Help.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Help.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Parser.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Parser.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Debugger_Types.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="TFE"
|
||||
Filter="">
|
||||
<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">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Tfe.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Tfearch.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Tfearch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Tfesupp.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Tfesupp.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Types.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Uilib.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Tfe\Uilib.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Include"
|
||||
Filter=".h">
|
||||
<File
|
||||
RelativePath=".\source\Applewin.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\AY8910.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Common.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\CPU.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Disk.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\DiskImage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Frame.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Harddisk.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Joystick.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Keyboard.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Log.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Memory.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Mockingboard.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\ParallelPrinter.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\PropertySheetPage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Registry.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Riff.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SaveState.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SerialComms.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SoundCore.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Speaker.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\SSI263Phonemes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\StdAfx.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Structs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Util_MemoryTextFile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Video.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="TFE"
|
||||
Filter="">
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resources"
|
||||
Filter=".txt,.ico,.bmp,.rc">
|
||||
<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\CAPSON.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\CHARSET4.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\COLOR.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\DEBUG.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\DISK.ICO">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\DISKOFF.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\DRSWAP.bmp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\FULLSCR.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Resource\Hddrvr.bin">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\HELP.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\RUN.BMP">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="RESOURCE\SETUP.BMP">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="Disclaimer.txt">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="History.txt">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in New Issue
Block a user