You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
194 lines
12 KiB
194 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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>
|
|
<ItemGroup>
|
|
<ClInclude Include="dependencies\cli-parser\cli-parser.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_assembler.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_assembler.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_choosers.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_common.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_common.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_common_utils.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_dialect.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_dialect.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_disassembler.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_disassembler.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_env.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_errors.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_errors.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_gas_dialect.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_gas_dialect.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_gas_mnemonics.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_gas_mnemonics.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_instructions.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_intel_dialect.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_intel_dialect.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_intel_mnemonics.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_intel_mnemonics.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_lag_assembler.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_lag_assembler.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_lib_export.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_optimizers.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_parser.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_parser.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_registers.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_renderer.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_renderer.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_stateful_assembler.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_stateful_disassembler.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_symbols.h" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_symbols.hpp" />
|
|
<ClInclude Include="dependencies\fcml\include\fcml_types.h" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\archive.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\auxiliaries\aux_file_name.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\auxiliaries\aux_function.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\auxiliaries\aux_function_delimiter.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\auxiliaries\aux_section.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\auxiliaries\aux_weak_external.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\file_header.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\image.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\import_library.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\line_number.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\reloc.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\section_header.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\string.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\symbol.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\coff\uleb128.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\img_common.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\data_directories.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_debug.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_delay_load.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_exceptions.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_export.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_iat.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_import.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_load_config.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_relocs.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_resource.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_security.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\directories\dir_tls.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\image.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\nt_headers.hpp" />
|
|
<ClInclude Include="dependencies\linux-pe\includes\nt\optional_header.hpp" />
|
|
<ClInclude Include="include\llodctor\llodctor_base.hpp" />
|
|
<ClInclude Include="include\llodctor\llodctor_bin.hpp" />
|
|
<ClInclude Include="include\llodctor\llodctor_elf.hpp" />
|
|
<ClInclude Include="include\llodctor\llodctor_lib.hpp" />
|
|
<ClInclude Include="include\llodctor\llodctor_pe.hpp" />
|
|
<ClInclude Include="include\llodisposition\llodisposition_types.hpp" />
|
|
<ClInclude Include="include\lloiff.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_base.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_data.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_export.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_function.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_import.hpp" />
|
|
<ClInclude Include="include\llosymbol\llosymbol_opaque.hpp" />
|
|
<ClInclude Include="include\llosymbol_loader\llosymbol_loader_base.hpp" />
|
|
<ClInclude Include="include\llosymbol_loader\llosymbol_loader_map.hpp" />
|
|
<ClInclude Include="include\llosymbol_loader\llosymbol_loader_pdb.hpp" />
|
|
<ClInclude Include="include\lloutils.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".clang-format" />
|
|
<None Include="dependencies\linux-pe\includes\linuxpe" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="dependencies\fcml\include\fcml_gas_mnemonics.cpp" />
|
|
<ClCompile Include="dependencies\fcml\include\fcml_intel_mnemonics.cpp" />
|
|
<ClCompile Include="dependencies\fcml\include\fcml_registers.cpp" />
|
|
<ClCompile Include="include\llodctor\llodctor_lib.cpp" />
|
|
<ClCompile Include="include\llodisposition\llodisposition_types.cpp" />
|
|
<ClCompile Include="include\llosymbol_loader\llosymbol_loader_map.cpp" />
|
|
<ClCompile Include="src\llodctor_pe.cpp" />
|
|
<ClCompile Include="src\main.cpp" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{caa703f1-d4e7-4ea6-95f4-7f32d86600ae}</ProjectGuid>
|
|
<RootNamespace>llos1</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<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|x64'">
|
|
<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|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(ProjectDir)include;$(IncludePath);$(ProjectDir)include;$(ProjectDir)dependencies\fcml\include\;$(ProjectDir)dependencies\cli-parser\;$(ProjectDir)dependencies\linux-pe\includes;$(ProjectDir)dependencies\xtils\</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);;$(ProjectDir)include;$(ProjectDir)dependencies\fcml\include\;$(ProjectDir)dependencies\cli-parser\;$(ProjectDir)dependencies\linux-pe\includes;$(ProjectDir)dependencies\xtils\</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(ProjectDir)dependencies\fcml\fcml.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
<MapExports>true</MapExports>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>$(ProjectDir)dependencies\fcml\fcml.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<GenerateMapFile>true</GenerateMapFile>
|
|
<MapExports>true</MapExports>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |