addr2line-pdb.vcxproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="Current" 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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <VCProjectVersion>17.0</VCProjectVersion>
  15. <ProjectGuid>{81CA712E-90B8-4AE5-9E89-5B436578D6DA}</ProjectGuid>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <PlatformToolset>v143</PlatformToolset>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <PlatformToolset>v143</PlatformToolset>
  27. <CharacterSet>MultiByte</CharacterSet>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings">
  31. </ImportGroup>
  32. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  33. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup>
  40. <_ProjectFileVersion>17.0.34714.143</_ProjectFileVersion>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  44. <IntDir>$(Configuration)\</IntDir>
  45. <LinkIncremental>true</LinkIncremental>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  48. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  49. <IntDir>$(Configuration)\</IntDir>
  50. <LinkIncremental>false</LinkIncremental>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <MinimalRebuild>true</MinimalRebuild>
  57. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  58. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  59. <PrecompiledHeader />
  60. <WarningLevel>Level3</WarningLevel>
  61. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  62. </ClCompile>
  63. <Link>
  64. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  65. <OutputFile>$(OutDir)addr2line-pdb.exe</OutputFile>
  66. <GenerateDebugInformation>true</GenerateDebugInformation>
  67. <ProgramDatabaseFile>$(OutDir)addr2line-pdb.pdb</ProgramDatabaseFile>
  68. <SubSystem>Console</SubSystem>
  69. <TargetMachine>MachineX86</TargetMachine>
  70. </Link>
  71. </ItemDefinitionGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <ClCompile>
  74. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  76. <PrecompiledHeader />
  77. <WarningLevel>Level3</WarningLevel>
  78. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  79. </ClCompile>
  80. <Link>
  81. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  82. <OutputFile>$(OutDir)addr2line-pdb.exe</OutputFile>
  83. <GenerateDebugInformation>true</GenerateDebugInformation>
  84. <SubSystem>Console</SubSystem>
  85. <OptimizeReferences>true</OptimizeReferences>
  86. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  87. <TargetMachine>MachineX86</TargetMachine>
  88. </Link>
  89. </ItemDefinitionGroup>
  90. <ItemGroup>
  91. <ClCompile Include="..\..\src\windows\addr2line-pdb.c" />
  92. </ItemGroup>
  93. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  94. <ImportGroup Label="ExtensionTargets">
  95. </ImportGroup>
  96. </Project>