addr2line-pdb.vcxproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release-Override|Win32">
  13. <Configuration>Release-Override</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release-Override|x64">
  17. <Configuration>Release-Override</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release-Patch|Win32">
  21. <Configuration>Release-Patch</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release-Patch|x64">
  25. <Configuration>Release-Patch</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <UseNativeEnvironment>true</UseNativeEnvironment>
  31. <ProjectGuid>{81CA712E-90B8-4AE5-9E89-5B436578D6DA}</ProjectGuid>
  32. <Keyword>Win32Proj</Keyword>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v140</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'" Label="Configuration">
  50. <ConfigurationType>Application</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'" Label="Configuration">
  57. <ConfigurationType>Application</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v140</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>Application</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <PlatformToolset>v140</PlatformToolset>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  70. <ConfigurationType>Application</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <PlatformToolset>v140</PlatformToolset>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'" Label="PropertySheets">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <PropertyGroup Label="UserMacros" />
  97. <PropertyGroup>
  98. <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'" />
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'" />
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'" />
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <ClCompile>
  107. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. <WarningLevel>Level3</WarningLevel>
  109. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  110. </ClCompile>
  111. <Link>
  112. <SubSystem>Console</SubSystem>
  113. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  114. </Link>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  117. <ClCompile>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <WarningLevel>Level3</WarningLevel>
  120. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Console</SubSystem>
  124. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|Win32'">
  128. <ClCompile>
  129. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <WarningLevel>Level3</WarningLevel>
  131. <BufferSecurityCheck>false</BufferSecurityCheck>
  132. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Console</SubSystem>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|Win32'">
  142. <ClCompile>
  143. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <WarningLevel>Level3</WarningLevel>
  145. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  146. <BufferSecurityCheck>false</BufferSecurityCheck>
  147. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Console</SubSystem>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  153. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  154. </Link>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Patch|x64'">
  157. <ClCompile>
  158. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <WarningLevel>Level3</WarningLevel>
  160. <BufferSecurityCheck>false</BufferSecurityCheck>
  161. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Console</SubSystem>
  165. <OptimizeReferences>true</OptimizeReferences>
  166. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  167. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  168. </Link>
  169. </ItemDefinitionGroup>
  170. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Override|x64'">
  171. <ClCompile>
  172. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <WarningLevel>Level3</WarningLevel>
  174. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  175. <BufferSecurityCheck>false</BufferSecurityCheck>
  176. <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
  177. </ClCompile>
  178. <Link>
  179. <SubSystem>Console</SubSystem>
  180. <OptimizeReferences>true</OptimizeReferences>
  181. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  182. <AdditionalDependencies>dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemGroup>
  186. <ClCompile Include="..\..\src\windows\addr2line-pdb.c" />
  187. </ItemGroup>
  188. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  189. <ImportGroup Label="ExtensionTargets">
  190. </ImportGroup>
  191. </Project>