104 lines
4.2 KiB
XML
104 lines
4.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{A7ED562C-63F3-4B7E-B6B3-2CF7848752E1}</ProjectGuid>
|
|
<RootNamespace>Project64-RSP</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|
</ImportGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<PropertyGroup>
|
|
<TargetName>Project64-RSP</TargetName>
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">Project64-RSP_d</TargetName>
|
|
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\RSP\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<PreBuildEvent>
|
|
<Command>"$(SolutionDir)Source\Script\UpdateVersion.cmd" "$(Configuration)" "$(Platform)" "$(SolutionDir)Source\Project64-rsp\Version.h.in" "$(SolutionDir)Source\Project64-rsp\Version.h"</Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="breakpoint.cpp" />
|
|
<ClCompile Include="Cpu.cpp" />
|
|
<ClCompile Include="cpu\RSPiInstruction.cpp" />
|
|
<ClCompile Include="cpu\RspTypes.cpp" />
|
|
<ClCompile Include="dma.cpp" />
|
|
<ClCompile Include="Interpreter CPU.cpp" />
|
|
<ClCompile Include="Interpreter Ops.cpp" />
|
|
<ClCompile Include="log.cpp" />
|
|
<ClCompile Include="Main.cpp" />
|
|
<ClCompile Include="memory.cpp" />
|
|
<ClCompile Include="Mmx.cpp" />
|
|
<ClCompile Include="Profiling.cpp" />
|
|
<ClCompile Include="Recompiler Analysis.cpp" />
|
|
<ClCompile Include="Recompiler CPU.cpp" />
|
|
<ClCompile Include="Recompiler Ops.cpp" />
|
|
<ClCompile Include="Recompiler Sections.cpp" />
|
|
<ClCompile Include="RSP Command.cpp" />
|
|
<ClCompile Include="RSP Register.cpp" />
|
|
<ClCompile Include="Sse.cpp" />
|
|
<ClCompile Include="X86.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="breakpoint.h" />
|
|
<ClInclude Include="Cpu.h" />
|
|
<ClInclude Include="cpu\RSPInstruction.h" />
|
|
<ClInclude Include="cpu\RSPOpcode.h" />
|
|
<ClInclude Include="dma.h" />
|
|
<ClInclude Include="Interpreter CPU.h" />
|
|
<ClInclude Include="Interpreter Ops.h" />
|
|
<ClInclude Include="log.h" />
|
|
<ClInclude Include="memory.h" />
|
|
<ClInclude Include="Profiling.h" />
|
|
<ClInclude Include="Recompiler CPU.h" />
|
|
<ClInclude Include="Recompiler Ops.h" />
|
|
<ClInclude Include="resource.h" />
|
|
<ClInclude Include="RSP Command.h" />
|
|
<ClInclude Include="RSP Registers.h" />
|
|
<ClInclude Include="Rsp.h" />
|
|
<ClInclude Include="RspTypes.h" />
|
|
<ClInclude Include="X86.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Settings\Settings.vcxproj">
|
|
<Project>{8b9961b1-88d9-4ea3-a752-507a00dd9f3d}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UpdateVersion\UpdateVersion.vcxproj">
|
|
<Project>{1968162c-0793-491d-91a1-81645a24d399}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Project64-rsp.rc" />
|
|
</ItemGroup>
|
|
</Project> |