1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <ItemGroup >
22
+ <ClInclude Include =" elf2rel.h" />
23
+ <ClInclude Include =" elfio\elfio.hpp" />
24
+ <ClInclude Include =" elfio\elfio_dump.hpp" />
25
+ <ClInclude Include =" elfio\elfio_dynamic.hpp" />
26
+ <ClInclude Include =" elfio\elfio_header.hpp" />
27
+ <ClInclude Include =" elfio\elfio_note.hpp" />
28
+ <ClInclude Include =" elfio\elfio_relocation.hpp" />
29
+ <ClInclude Include =" elfio\elfio_section.hpp" />
30
+ <ClInclude Include =" elfio\elfio_segment.hpp" />
31
+ <ClInclude Include =" elfio\elfio_strings.hpp" />
32
+ <ClInclude Include =" elfio\elfio_symbols.hpp" />
33
+ <ClInclude Include =" elfio\elfio_utils.hpp" />
34
+ <ClInclude Include =" elfio\elf_types.hpp" />
35
+ </ItemGroup >
36
+ <ItemGroup >
37
+ <ClCompile Include =" elf2rel.cpp" />
38
+ </ItemGroup >
39
+ <PropertyGroup Label =" Globals" >
40
+ <VCProjectVersion >15.0</VCProjectVersion >
41
+ <ProjectGuid >{B5BB1531-4352-4B38-837C-C0139A45BDBA}</ProjectGuid >
42
+ <RootNamespace >elf2rel</RootNamespace >
43
+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
44
+ </PropertyGroup >
45
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >true</UseDebugLibraries >
49
+ <PlatformToolset >v141</PlatformToolset >
50
+ <CharacterSet >MultiByte</CharacterSet >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
53
+ <ConfigurationType >Application</ConfigurationType >
54
+ <UseDebugLibraries >false</UseDebugLibraries >
55
+ <PlatformToolset >v141</PlatformToolset >
56
+ <WholeProgramOptimization >true</WholeProgramOptimization >
57
+ <CharacterSet >MultiByte</CharacterSet >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
60
+ <ConfigurationType >Application</ConfigurationType >
61
+ <UseDebugLibraries >true</UseDebugLibraries >
62
+ <PlatformToolset >v141</PlatformToolset >
63
+ <CharacterSet >MultiByte</CharacterSet >
64
+ </PropertyGroup >
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
66
+ <ConfigurationType >Application</ConfigurationType >
67
+ <UseDebugLibraries >false</UseDebugLibraries >
68
+ <PlatformToolset >v141</PlatformToolset >
69
+ <WholeProgramOptimization >true</WholeProgramOptimization >
70
+ <CharacterSet >MultiByte</CharacterSet >
71
+ </PropertyGroup >
72
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
73
+ <ImportGroup Label =" ExtensionSettings" >
74
+ </ImportGroup >
75
+ <ImportGroup Label =" Shared" >
76
+ </ImportGroup >
77
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85
+ </ImportGroup >
86
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88
+ </ImportGroup >
89
+ <PropertyGroup Label =" UserMacros" />
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91
+ <IncludePath >$(ProjectDir);$(IncludePath)</IncludePath >
92
+ </PropertyGroup >
93
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94
+ <IncludePath >$(ProjectDir);$(IncludePath)</IncludePath >
95
+ </PropertyGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
97
+ <ClCompile >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <Optimization >MaxSpeed</Optimization >
100
+ <FunctionLevelLinking >true</FunctionLevelLinking >
101
+ <IntrinsicFunctions >true</IntrinsicFunctions >
102
+ <SDLCheck >true</SDLCheck >
103
+ <ConformanceMode >true</ConformanceMode >
104
+ <PreprocessorDefinitions >_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105
+ </ClCompile >
106
+ <Link >
107
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
108
+ <OptimizeReferences >true</OptimizeReferences >
109
+ <SubSystem >Console</SubSystem >
110
+ </Link >
111
+ </ItemDefinitionGroup >
112
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
113
+ <ClCompile >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <Optimization >Disabled</Optimization >
116
+ <SDLCheck >true</SDLCheck >
117
+ <ConformanceMode >true</ConformanceMode >
118
+ <PreprocessorDefinitions >_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
119
+ </ClCompile >
120
+ <Link >
121
+ <SubSystem >Console</SubSystem >
122
+ </Link >
123
+ </ItemDefinitionGroup >
124
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
125
+ <ClCompile >
126
+ <WarningLevel >Level3</WarningLevel >
127
+ <Optimization >Disabled</Optimization >
128
+ <SDLCheck >true</SDLCheck >
129
+ <ConformanceMode >true</ConformanceMode >
130
+ <PreprocessorDefinitions >_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131
+ </ClCompile >
132
+ <Link >
133
+ <SubSystem >Console</SubSystem >
134
+ </Link >
135
+ </ItemDefinitionGroup >
136
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
137
+ <ClCompile >
138
+ <WarningLevel >Level3</WarningLevel >
139
+ <Optimization >MaxSpeed</Optimization >
140
+ <FunctionLevelLinking >true</FunctionLevelLinking >
141
+ <IntrinsicFunctions >true</IntrinsicFunctions >
142
+ <SDLCheck >true</SDLCheck >
143
+ <ConformanceMode >true</ConformanceMode >
144
+ <PreprocessorDefinitions >_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
145
+ </ClCompile >
146
+ <Link >
147
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
148
+ <OptimizeReferences >true</OptimizeReferences >
149
+ <SubSystem >Console</SubSystem >
150
+ </Link >
151
+ </ItemDefinitionGroup >
152
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
153
+ <ImportGroup Label =" ExtensionTargets" >
154
+ </ImportGroup >
155
+ </Project >
0 commit comments