project64/Source/Project64-rsp/Project64-rsp.vcxproj

76 lines
3.0 KiB
XML
Raw Permalink Normal View History

2015-01-27 05:07:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2015-01-27 05:07:44 +00:00
<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>
2015-01-27 05:07:44 +00:00
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
2015-01-27 05:07:44 +00:00
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{A7ED562C-63F3-4B7E-B6B3-2CF7848752E1}</ProjectGuid>
<RootNamespace>Project64-RSP</RootNamespace>
2015-01-27 05:07:44 +00:00
</PropertyGroup>
<PropertyGroup Label="Configuration">
2015-01-27 05:07:44 +00:00
<ConfigurationType>DynamicLibrary</ConfigurationType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ImportGroup Label="PropertySheets">
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
2015-01-27 05:07:44 +00:00
</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\$(Platform)\RSP\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
2015-01-27 05:07:44 +00:00
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
2015-01-27 05:07:44 +00:00
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="breakpoint.cpp" />
<ClCompile Include="Debugger\RSPDebuggerUI.cpp" />
<ClCompile Include="Debugger\RSPRegistersUI.cpp" />
2015-01-27 05:07:44 +00:00
<ClCompile Include="Main.cpp" />
<ClCompile Include="RSP Command.cpp" />
2015-01-27 05:07:44 +00:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="breakpoint.h" />
<ClInclude Include="Debugger\RSPDebuggerUI.h" />
<ClInclude Include="Debugger\RSPRegistersUI.h" />
2015-01-27 05:07:44 +00:00
<ClInclude Include="resource.h" />
<ClInclude Include="RSP Command.h" />
<ClInclude Include="Rsp.h" />
</ItemGroup>
<ItemGroup>
2024-06-27 06:55:13 +00:00
<ProjectReference Include="..\3rdParty\zlib\zlib.vcxproj">
<Project>{731bd205-2826-4631-b7af-117658e88dbc}</Project>
</ProjectReference>
2015-01-27 05:07:44 +00:00
<ProjectReference Include="..\Common\Common.vcxproj">
<Project>{b4a4b994-9111-42b1-93c2-6f1ca8bc4421}</Project>
</ProjectReference>
<ProjectReference Include="..\Project64-rsp-core\Project64-rsp-core.vcxproj">
<Project>{7598f6b8-9da6-4897-b26f-f6865f824bf4}</Project>
</ProjectReference>
2015-01-27 05:07:44 +00:00
<ProjectReference Include="..\Settings\Settings.vcxproj">
<Project>{8b9961b1-88d9-4ea3-a752-507a00dd9f3d}</Project>
</ProjectReference>
</ItemGroup>
2023-06-15 05:15:27 +00:00
<ItemGroup>
<ResourceCompile Include="Project64-rsp.rc" />
</ItemGroup>
2015-01-27 05:07:44 +00:00
</Project>