150 lines
7.9 KiB
XML
150 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{5AE85790-F2EA-4077-8953-825E9C0AADE9}</ProjectGuid>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<Keyword>ManagedCProj</Keyword>
|
|
<RootNamespace>XeniaDebugNative</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CLRSupport>true</CLRSupport>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CLRSupport>true</CLRSupport>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\..\build\Xenia.Cpp.x64.Common.props" />
|
|
<Import Project="..\..\build\Xenia.Cpp.x64.Debug.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\..\build\Xenia.Cpp.x64.Common.props" />
|
|
<Import Project="..\..\build\Xenia.Cpp.x64.Release.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level2</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\third_party\capstone\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>
|
|
</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level2</WarningLevel>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\third_party\capstone\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>
|
|
</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>
|
|
</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86BaseInfo.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86Disassembler.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86DisassemblerDecoder.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86DisassemblerDecoderCommon.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86InstPrinter.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\arch\X86\X86Mapping.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\cs_priv.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\include\capstone.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\include\platform.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\include\x86.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\LEB128.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MathExtras.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MCDisassembler.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MCFixedLenDisassembler.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MCInst.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MCInstrDesc.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\MCRegisterInfo.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\myinttypes.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\SStream.h" />
|
|
<ClInclude Include="..\..\third_party\capstone\utils.h" />
|
|
<ClInclude Include="..\xenia\base\assert.h" />
|
|
<ClInclude Include="..\xenia\base\byte_order.h" />
|
|
<ClInclude Include="..\xenia\base\math.h" />
|
|
<ClInclude Include="..\xenia\base\string_buffer.h" />
|
|
<ClInclude Include="..\xenia\cpu\frontend\ppc_disasm.h" />
|
|
<ClInclude Include="..\xenia\cpu\frontend\ppc_instr.h" />
|
|
<ClInclude Include="..\xenia\cpu\frontend\ppc_instr_tables.h" />
|
|
<ClInclude Include="disassembler.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\third_party\capstone\arch\X86\X86Disassembler.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\arch\X86\X86DisassemblerDecoder.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\arch\X86\X86IntelInstPrinter.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\arch\X86\X86Mapping.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\arch\X86\X86Module.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\cs.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\MCInst.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\MCInstrDesc.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\MCRegisterInfo.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\SStream.c" />
|
|
<ClCompile Include="..\..\third_party\capstone\utils.c" />
|
|
<ClCompile Include="..\xenia\base\string_buffer.cc" />
|
|
<ClCompile Include="..\xenia\cpu\frontend\ppc_disasm.cc" />
|
|
<ClCompile Include="..\xenia\cpu\frontend\ppc_instr.cc" />
|
|
<ClCompile Include="assembly_info.cc" />
|
|
<ClCompile Include="disassembler.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenAsmWriter.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenAsmWriter1.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenAsmWriter1_reduce.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenAsmWriter_reduce.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenDisassemblerTables.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenDisassemblerTables_reduce.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenInstrInfo.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenInstrInfo_reduce.inc" />
|
|
<None Include="..\..\third_party\capstone\arch\X86\X86GenRegisterInfo.inc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |