123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="DSPSpy"
- ProjectGUID="{3877AA3E-9CC0-4ADF-8E71-272EE4443478}"
- RootNamespace="DSPSpy"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Wii|Win32"
- OutputDirectory="build"
- IntermediateDirectory="build"
- ConfigurationType="0"
- CharacterSet="2"
- WholeProgramOptimization="1"
- BuildLogFile="build\BuildLog.htm"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make
"
- ReBuildCommandLine="make clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make"
- CleanCommandLine="make clean"
- Output="DSPSpy.dol"
- PreprocessorDefinitions=""
- IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- <Configuration
- Name="Wii|x64"
- OutputDirectory="build"
- IntermediateDirectory="build"
- ConfigurationType="0"
- CharacterSet="2"
- WholeProgramOptimization="1"
- BuildLogFile="build\BuildLog.htm"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make
"
- ReBuildCommandLine="make clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make"
- CleanCommandLine="make clean"
- Output="DSPSpy.dol"
- PreprocessorDefinitions=""
- IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- <Configuration
- Name="GC|Win32"
- OutputDirectory="build"
- IntermediateDirectory="build"
- ConfigurationType="0"
- CharacterSet="2"
- WholeProgramOptimization="1"
- BuildLogFile="build\BuildLogGC.htm"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make HW_TYPE=gamecube"
- ReBuildCommandLine="make HW_TYPE=gamecube clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make HW_TYPE=gamecube"
- CleanCommandLine="make HW_TYPE=gamecube clean"
- Output="DSPSpyGC.dol"
- PreprocessorDefinitions=""
- IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- <Configuration
- Name="GC|x64"
- OutputDirectory="build"
- IntermediateDirectory="build"
- ConfigurationType="0"
- CharacterSet="2"
- WholeProgramOptimization="1"
- BuildLogFile="build\BuildLogGC.htm"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make HW_TYPE=gamecube"
- ReBuildCommandLine="make HW_TYPE=gamecube clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make HW_TYPE=gamecube"
- CleanCommandLine="make HW_TYPE=gamecube clean"
- Output="DSPSpyGC.dol"
- PreprocessorDefinitions=""
- IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="tests"
- >
- <File
- RelativePath=".\tests\arith_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\dr_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\dsp_base.inc"
- >
- </File>
- <File
- RelativePath=".\tests\dsp_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\ir_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\ld_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\mul_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\neg_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\op_test.ds"
- >
- </File>
- <File
- RelativePath=".\tests\unk_regs_test.ds"
- >
- </File>
- </Filter>
- <Filter
- Name="util"
- >
- <File
- RelativePath=".\util\createtest.pl"
- >
- </File>
- <File
- RelativePath=".\util\dump_roms.ds"
- >
- </File>
- </Filter>
- <Filter
- Name="templates"
- >
- <File
- RelativePath=".\templates\if_test.tpl"
- >
- </File>
- <File
- RelativePath=".\templates\tst_test.tpl"
- >
- </File>
- </Filter>
- <Filter
- Name="DSP Interface"
- >
- <File
- RelativePath=".\dsp_interface.cpp"
- >
- </File>
- <File
- RelativePath=".\dsp_interface.h"
- >
- </File>
- <File
- RelativePath=".\mem_dump.h"
- >
- </File>
- <File
- RelativePath=".\real_dsp.cpp"
- >
- </File>
- <File
- RelativePath=".\real_dsp.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Misc uCodes"
- >
- <File
- RelativePath="..\..\docs\DSP\dsp_rom.txt"
- >
- </File>
- <File
- RelativePath="..\..\docs\DSP\unlockmemcard.ds"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\build.sh"
- >
- </File>
- <File
- RelativePath=".\Config.h"
- >
- </File>
- <File
- RelativePath=".\ConsoleHelper.h"
- >
- </File>
- <File
- RelativePath=".\dspregs.h"
- >
- </File>
- <File
- RelativePath=".\main_spy.cpp"
- >
- </File>
- <File
- RelativePath=".\Makefile"
- >
- </File>
- <File
- RelativePath=".\sbuild.sh"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|