project64/Source/RSP/RSP.vcproj

313 lines
5.0 KiB
Plaintext
Raw Normal View History

2016-01-27 09:11:59 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="RSP"
ProjectGUID="{A7ED562C-63F3-4B7E-B6B3-2CF7848752E1}"
RootNamespace="RSP"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="2"
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Debug.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(Root)Plugin/RSP/RSP_d 1.7.dll"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="2"
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Release.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(Root)Plugin/RSP/RSP 1.7.dll"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
2016-06-07 10:25:32 +00:00
CommandLine="call &quot;$(Root)Source\Script\sign.cmd&quot; &quot;$(TargetPath)&quot;"
2016-01-27 09:11:59 +00:00
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="breakpoint.c"
>
</File>
<File
RelativePath="Cpu.c"
>
</File>
<File
RelativePath="dma.c"
>
</File>
<File
RelativePath="Interpreter CPU.c"
>
</File>
<File
RelativePath="Interpreter Ops.c"
>
</File>
<File
RelativePath="log.cpp"
>
</File>
<File
RelativePath="Main.cpp"
>
</File>
<File
RelativePath="memory.c"
>
</File>
<File
RelativePath="Mmx.c"
>
</File>
<File
RelativePath="Profiling.cpp"
>
</File>
<File
RelativePath="Recompiler Analysis.c"
>
</File>
<File
RelativePath="Recompiler CPU.c"
>
</File>
<File
RelativePath="Recompiler Ops.c"
>
</File>
<File
RelativePath="Recompiler Sections.c"
>
</File>
<File
RelativePath="RSP Command.c"
>
</File>
<File
RelativePath="RSP Register.c"
>
</File>
<File
RelativePath="Sse.c"
>
</File>
<File
RelativePath="X86.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl"
>
<Filter
Name="RSP Header Files"
>
<File
RelativePath="breakpoint.h"
>
</File>
<File
RelativePath="Cpu.h"
>
</File>
<File
RelativePath="dma.h"
>
</File>
<File
RelativePath="Interpreter CPU.h"
>
</File>
<File
RelativePath="Interpreter Ops.h"
>
</File>
<File
RelativePath="log.h"
>
</File>
<File
RelativePath="memory.h"
>
</File>
<File
RelativePath="OpCode.h"
>
</File>
<File
RelativePath="Profiling.h"
>
</File>
<File
RelativePath="Recompiler CPU.h"
>
</File>
<File
RelativePath="Recompiler Ops.h"
>
</File>
<File
RelativePath="resource.h"
>
</File>
<File
RelativePath="RSP Command.h"
>
</File>
<File
RelativePath="RSP Registers.h"
>
</File>
<File
RelativePath="Rsp.h"
>
</File>
<File
RelativePath="Types.h"
>
</File>
<File
RelativePath="Version.h"
>
</File>
<File
RelativePath="X86.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath="RSP.rc"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>