102 lines
3.9 KiB
XML
102 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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>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>RSP 1.7</TargetName>
|
|
<TargetName Condition="'$(Configuration)'=='Debug'">RSP_d 1.7</TargetName>
|
|
<OutDir>$(SolutionDir)Plugin\RSP\</OutDir>
|
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\RSP\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader />
|
|
</ClCompile>
|
|
<Link />
|
|
<Bscmake>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="breakpoint.c" />
|
|
<ClCompile Include="Cpu.c" />
|
|
<ClCompile Include="dma.c" />
|
|
<ClCompile Include="Interpreter CPU.c" />
|
|
<ClCompile Include="Interpreter Ops.c" />
|
|
<ClCompile Include="log.cpp" />
|
|
<ClCompile Include="Main.cpp" />
|
|
<ClCompile Include="memory.c" />
|
|
<ClCompile Include="Mmx.c" />
|
|
<ClCompile Include="Profiling.cpp" />
|
|
<ClCompile Include="Recompiler Analysis.c" />
|
|
<ClCompile Include="Recompiler CPU.c" />
|
|
<ClCompile Include="Recompiler Ops.c" />
|
|
<ClCompile Include="Recompiler Sections.c" />
|
|
<ClCompile Include="RSP Command.c" />
|
|
<ClCompile Include="RSP Register.c" />
|
|
<ClCompile Include="Sse.c" />
|
|
<ClCompile Include="X86.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="breakpoint.h" />
|
|
<ClInclude Include="Cpu.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="OpCode.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="Types.h" />
|
|
<ClInclude Include="Version.h" />
|
|
<ClInclude Include="X86.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="RSP.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Settings\Settings.vcxproj">
|
|
<Project>{8b9961b1-88d9-4ea3-a752-507a00dd9f3d}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |