mirror of https://github.com/x64dbg/GleeBug
229 lines
12 KiB
XML
229 lines
12 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>{B65A3680-9B6B-44E6-A046-649F94DF9F56}</ProjectGuid>
|
|
<RootNamespace>GleeBug</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</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" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</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" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
<IncludePath>$(ProjectDir)..;$(ProjectDir)zyan-disassembler-engine\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
<IncludePath>$(ProjectDir)..;$(ProjectDir)zyan-disassembler-engine\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x32\</OutDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
<IncludePath>$(ProjectDir)..;$(ProjectDir)zyan-disassembler-engine\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(ProjectDir)..\bin\$(Configuration)\x64\</OutDir>
|
|
<TargetExt>.lib</TargetExt>
|
|
<IncludePath>$(ProjectDir)..;$(ProjectDir)zyan-disassembler-engine\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Debugger.cpp" />
|
|
<ClCompile Include="Debugger.Dll.cpp" />
|
|
<ClCompile Include="Debugger.Loop.cpp" />
|
|
<ClCompile Include="Debugger.Loop.DebugString.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Dll.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Exception.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Process.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Rip.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Thread.cpp" />
|
|
<ClCompile Include="Debugger.Loop.Unknown.cpp" />
|
|
<ClCompile Include="Debugger.Process.Breakpoint.cpp" />
|
|
<ClCompile Include="Debugger.Process.cpp" />
|
|
<ClCompile Include="Debugger.Process.Memory.cpp" />
|
|
<ClCompile Include="Debugger.Thread.cpp" />
|
|
<ClCompile Include="Debugger.Thread.HardwareBreakpoint.cpp" />
|
|
<ClCompile Include="Debugger.Thread.Registers.cpp" />
|
|
<ClCompile Include="Debugger.Thread.Registers.GetSet.cpp" />
|
|
<ClCompile Include="GleeBug.cpp" />
|
|
<ClCompile Include="Static.BufferFile.cpp" />
|
|
<ClCompile Include="Static.File.cpp" />
|
|
<ClCompile Include="Static.Pattern.cpp" />
|
|
<ClCompile Include="Static.Pe.cpp" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Decoder.c" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Formatter.c">
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile Include="zyan-disassembler-engine\src\InstructionTable.c" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Mnemonic.c" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Register.c" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Utils.c" />
|
|
<ClCompile Include="zyan-disassembler-engine\src\Zydis.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Debugger.Breakpoint.h" />
|
|
<ClInclude Include="Debugger.Dll.h" />
|
|
<ClInclude Include="Debugger.Process.h" />
|
|
<ClInclude Include="Debugger.h" />
|
|
<ClInclude Include="Debugger.Thread.h" />
|
|
<ClInclude Include="Debugger.Global.h" />
|
|
<ClInclude Include="Debugger.Thread.Registers.Flag.h" />
|
|
<ClInclude Include="Debugger.Thread.Registers.h" />
|
|
<ClInclude Include="Debugger.Thread.Registers.Register.h" />
|
|
<ClInclude Include="GleeBug.h" />
|
|
<ClInclude Include="Static.BufferFile.h" />
|
|
<ClInclude Include="Static.File.h" />
|
|
<ClInclude Include="Static.Global.h" />
|
|
<ClInclude Include="Static.Pattern.h" />
|
|
<ClInclude Include="Static.Pe.h" />
|
|
<ClInclude Include="Static.Pe.Section.h" />
|
|
<ClInclude Include="Static.Region.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Decoder.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Defines.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Formatter.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\InstructionInfo.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Internal\InstructionTable.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Mnemonic.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Register.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Status.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Types.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Utils.h" />
|
|
<ClInclude Include="zyan-disassembler-engine\include\Zydis\Zydis.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\GeneratedTypes.inc" />
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\InstructionDefinitions.inc" />
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\InstructionFilters.inc" />
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\MnemonicDefines.inc" />
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\MnemonicStrings.inc" />
|
|
<None Include="zyan-disassembler-engine\include\Zydis\Internal\OperandDefinitions.inc" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |