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>
13 <PropertyGroup Label=
"Globals">
14 <ProjectGuid>{
792E1530-E2C5-
4289-
992E-317BA30E9D9F}
</ProjectGuid>
15 <RootNamespace>dumpsyms
</RootNamespace>
16 <Keyword>Win32Proj
</Keyword>
18 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
20 <ConfigurationType>Application
</ConfigurationType>
21 <PlatformToolset>v142
</PlatformToolset>
23 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
24 <ConfigurationType>Application
</ConfigurationType>
25 <PlatformToolset>v142
</PlatformToolset>
27 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label=
"ExtensionSettings">
30 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"PropertySheets">
31 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
33 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"PropertySheets">
34 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
36 <PropertyGroup Label=
"UserMacros" />
38 <_ProjectFileVersion>16.0.31227.257</_ProjectFileVersion>
40 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
41 <OutDir>Debug\
</OutDir>
42 <IntDir>Debug\
</IntDir>
43 <LinkIncremental>true
</LinkIncremental>
45 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
46 <OutDir>Release\
</OutDir>
47 <IntDir>Release\
</IntDir>
48 <LinkIncremental>false
</LinkIncremental>
50 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <Optimization>Disabled
</Optimization>
53 <AdditionalIncludeDirectories>$(VSInstallDir)\DIA SDK\include;..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
54 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
55 <MinimalRebuild>true
</MinimalRebuild>
56 <BasicRuntimeChecks>EnableFastChecks
</BasicRuntimeChecks>
57 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
59 <WarningLevel>Level3
</WarningLevel>
60 <DebugInformationFormat>EditAndContinue
</DebugInformationFormat>
63 <AdditionalDependencies>$(VSInstallDir)\DIA SDK\lib\diaguids.lib;Dbghelp.lib;imagehlp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
64 <GenerateDebugInformation>true
</GenerateDebugInformation>
65 <SubSystem>Console
</SubSystem>
66 <TargetMachine>MachineX86
</TargetMachine>
68 </ItemDefinitionGroup>
69 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
71 <AdditionalIncludeDirectories>$(VSInstallDir)\DIA SDK\include;..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
72 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
73 <RuntimeLibrary>MultiThreadedDLL
</RuntimeLibrary>
75 <WarningLevel>Level3
</WarningLevel>
76 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
79 <AdditionalDependencies>$(VSInstallDir)\DIA SDK\lib\diaguids.lib;Dbghelp.lib;imagehlp.lib;%(AdditionalDependencies)
</AdditionalDependencies>
80 <GenerateDebugInformation>true
</GenerateDebugInformation>
81 <SubSystem>Console
</SubSystem>
82 <OptimizeReferences>true
</OptimizeReferences>
83 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
84 <TargetMachine>MachineX86
</TargetMachine>
86 </ItemDefinitionGroup>
88 <ClInclude Include=
"..\..\..\common\windows\dia_util.h" />
89 <ClInclude Include=
"..\..\..\common\windows\guid_string.h" />
90 <ClInclude Include=
"..\..\..\common\windows\omap.h" />
91 <ClInclude Include=
"..\..\..\common\windows\omap_internal.h" />
92 <ClInclude Include=
"..\..\..\common\windows\pdb_source_line_writer.h" />
93 <ClInclude Include=
"..\..\..\common\windows\string_utils-inl.h" />
96 <ClCompile Include=
"..\..\..\common\windows\dia_util.cc" />
97 <ClCompile Include=
"..\..\..\common\windows\guid_string.cc" />
98 <ClCompile Include=
"..\..\..\common\windows\omap.cc" />
99 <ClCompile Include=
"..\..\..\common\windows\pdb_source_line_writer.cc" />
100 <ClCompile Include=
"..\..\..\common\windows\pe_source_line_writer.cc" />
101 <ClCompile Include=
"..\..\..\common\windows\pe_util.cc" />
102 <ClCompile Include=
"..\..\..\common\windows\string_utils.cc" />
103 <ClCompile Include=
"dump_syms.cc" />
105 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
106 <ImportGroup Label=
"ExtensionTargets">