222 lines
11 KiB
XML
222 lines
11 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup Label="ProjectConfigurations">
|
||
|
<ProjectConfiguration Include="Debug|Win32">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|Win32">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Debug|x64">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|x64">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="src\32.fsize.c" />
|
||
|
<ClCompile Include="src\32.getehdr.c" />
|
||
|
<ClCompile Include="src\32.getphdr.c" />
|
||
|
<ClCompile Include="src\32.getshdr.c" />
|
||
|
<ClCompile Include="src\32.newehdr.c" />
|
||
|
<ClCompile Include="src\32.newphdr.c" />
|
||
|
<ClCompile Include="src\32.xlatetof.c" />
|
||
|
<ClCompile Include="src\64.xlatetof.c" />
|
||
|
<ClCompile Include="src\assert.c" />
|
||
|
<ClCompile Include="src\begin.c" />
|
||
|
<ClCompile Include="src\checksum.c" />
|
||
|
<ClCompile Include="src\cntl.c" />
|
||
|
<ClCompile Include="src\cook.c" />
|
||
|
<ClCompile Include="src\data.c" />
|
||
|
<ClCompile Include="src\end.c" />
|
||
|
<ClCompile Include="src\errmsg.c" />
|
||
|
<ClCompile Include="src\errno.c" />
|
||
|
<ClCompile Include="src\fill.c" />
|
||
|
<ClCompile Include="src\flag.c" />
|
||
|
<ClCompile Include="src\gelfehdr.c" />
|
||
|
<ClCompile Include="src\gelfphdr.c" />
|
||
|
<ClCompile Include="src\gelfshdr.c" />
|
||
|
<ClCompile Include="src\gelftrans.c" />
|
||
|
<ClCompile Include="src\getarhdr.c" />
|
||
|
<ClCompile Include="src\getaroff.c" />
|
||
|
<ClCompile Include="src\getarsym.c" />
|
||
|
<ClCompile Include="src\getbase.c" />
|
||
|
<ClCompile Include="src\getdata.c" />
|
||
|
<ClCompile Include="src\getident.c" />
|
||
|
<ClCompile Include="src\getscn.c" />
|
||
|
<ClCompile Include="src\hash.c" />
|
||
|
<ClCompile Include="src\input.c" />
|
||
|
<ClCompile Include="src\kind.c" />
|
||
|
<ClCompile Include="src\memset.c" />
|
||
|
<ClCompile Include="src\ndxscn.c" />
|
||
|
<ClCompile Include="src\newdata.c" />
|
||
|
<ClCompile Include="src\newscn.c" />
|
||
|
<ClCompile Include="src\next.c" />
|
||
|
<ClCompile Include="src\nextscn.c" />
|
||
|
<ClCompile Include="src\nlist.c" />
|
||
|
<ClCompile Include="src\opt.delscn.c" />
|
||
|
<ClCompile Include="src\rand.c" />
|
||
|
<ClCompile Include="src\rawdata.c" />
|
||
|
<ClCompile Include="src\rawfile.c" />
|
||
|
<ClCompile Include="src\strptr.c" />
|
||
|
<ClCompile Include="src\swap64.c" />
|
||
|
<ClCompile Include="src\update.c" />
|
||
|
<ClCompile Include="src\verdef_32_tof.c" />
|
||
|
<ClCompile Include="src\verdef_32_tom.c" />
|
||
|
<ClCompile Include="src\verdef_64_tof.c" />
|
||
|
<ClCompile Include="src\verdef_64_tom.c" />
|
||
|
<ClCompile Include="src\version.c" />
|
||
|
<ClCompile Include="src\x.elfext.c" />
|
||
|
<ClCompile Include="src\x.movscn.c" />
|
||
|
<ClCompile Include="src\x.remscn.c" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="include\libelf.h" />
|
||
|
<ClInclude Include="include\libelf\elf_repl.h" />
|
||
|
<ClInclude Include="include\libelf\sys_elf.h" />
|
||
|
<ClInclude Include="src\byteswap.h" />
|
||
|
<ClInclude Include="src\config.h" />
|
||
|
<ClInclude Include="src\errors.h" />
|
||
|
<ClInclude Include="src\ext_types.h" />
|
||
|
<ClInclude Include="src\gelf.h" />
|
||
|
<ClInclude Include="src\nlist.h" />
|
||
|
<ClInclude Include="src\private.h" />
|
||
|
<ClInclude Include="src\verdef.h" />
|
||
|
<ClInclude Include="src\verneed.h" />
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<VCProjectVersion>16.0</VCProjectVersion>
|
||
|
<Keyword>Win32Proj</Keyword>
|
||
|
<ProjectGuid>{a2d07885-a0d1-473b-83b2-209cd008ee8f}</ProjectGuid>
|
||
|
<RootNamespace>libelf</RootNamespace>
|
||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||
|
<ProjectName>libelf</ProjectName>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
<CharacterSet>MultiByte</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
<ImportGroup Label="ExtensionSettings">
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="Shared">
|
||
|
</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 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 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|Win32'">
|
||
|
<LinkIncremental>true</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<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|Win32'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<AdditionalIncludeDirectories>include;include\libelf;src</AdditionalIncludeDirectories>
|
||
|
<DisableSpecificWarnings>4244;4267;4311</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<AdditionalIncludeDirectories>include;include\libelf;src</AdditionalIncludeDirectories>
|
||
|
<DisableSpecificWarnings>4244;4267;4311</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H=1;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<AdditionalIncludeDirectories>include;include\libelf;src</AdditionalIncludeDirectories>
|
||
|
<DisableSpecificWarnings>4244;4267;4311</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<ClCompile>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H=1;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<ConformanceMode>true</ConformanceMode>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<AdditionalIncludeDirectories>include;include\libelf;src</AdditionalIncludeDirectories>
|
||
|
<DisableSpecificWarnings>4244;4267;4311</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</ImportGroup>
|
||
|
</Project>
|