mirror of https://github.com/snes9xgit/snes9x.git
795 lines
13 KiB
XML
795 lines
13 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="libsnes-win32"
|
|
ProjectGUID="{4A2A7544-0547-4539-8B53-047FB9A15C75}"
|
|
RootNamespace="libsneswin32"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="libsnes Debug|Win32"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../"
|
|
PreprocessorDefinitions="__WIN32__;__WIN32_LIBSNES__"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\snes.dll"
|
|
LinkIncremental="2"
|
|
ModuleDefinitionFile="libsnes.def"
|
|
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="libsnes Debug|x64"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../"
|
|
PreprocessorDefinitions="__WIN32__;__WIN32_LIBSNES__"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\snes.dll"
|
|
LinkIncremental="2"
|
|
ModuleDefinitionFile="libsnes.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="libsnes Release|Win32"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="../"
|
|
PreprocessorDefinitions="__WIN32__;__WIN32_LIBSNES__"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\snes.dll"
|
|
LinkIncremental="1"
|
|
ModuleDefinitionFile="libsnes.def"
|
|
GenerateDebugInformation="true"
|
|
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>
|
|
<Configuration
|
|
Name="libsnes Release|x64"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
AdditionalIncludeDirectories="../"
|
|
PreprocessorDefinitions="__WIN32__;__WIN32_LIBSNES__"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\snes.dll"
|
|
LinkIncremental="1"
|
|
ModuleDefinitionFile="libsnes.def"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="17"
|
|
/>
|
|
<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="s9x-source"
|
|
>
|
|
<File
|
|
RelativePath="..\65c816.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\bsx.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\bsx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\c4.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\c4.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\c4emu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cheats.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cheats.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cheats2.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\clip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\conffile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\conffile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\controls.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\controls.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpuaddr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpuexec.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpuexec.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpumacro.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpuops.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\cpuops.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\crosshairs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\crosshairs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\debug.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\display.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dma.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dma.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp1.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp2.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\dsp4.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\font.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\fxemu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\fxemu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\fxinst.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\fxinst.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\getset.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\gfx.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\gfx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\globals.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\language.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\loadzip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\logger.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\logger.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\memmap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\memmap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\messages.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\missing.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\movie.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\movie.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\netplay.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\netplay.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\obc1.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\obc1.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\pixform.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\port.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\ppu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\ppu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sa1.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sa1.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sa1cpu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screenshot.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\screenshot.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sdd1.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sdd1.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sdd1emu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\sdd1emu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\server.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\seta.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\seta.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\seta010.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\seta011.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\seta018.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\snapshot.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\snapshot.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\snes9x.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\snes9x.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\spc7110.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\spc7110.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\srtc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\srtc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\stream.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\stream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tile.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="APU"
|
|
>
|
|
<File
|
|
RelativePath="..\apu\apu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\apu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\blargg_common.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\blargg_config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\blargg_endian.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\blargg_source.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\hermite_resampler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\linear_resampler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\resampler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\ring_buffer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SNES_SPC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SNES_SPC.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SNES_SPC_misc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SNES_SPC_state.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SPC_CPU.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SPC_DSP.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SPC_DSP.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SPC_Filter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\apu\SPC_Filter.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="libsnes"
|
|
>
|
|
<File
|
|
RelativePath=".\libsnes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\libsnes.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\libsnes.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|