Debugger64.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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="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="..\IDEHelper\BumpList.h" />
  23. <ClInclude Include="..\IDEHelper\COFF.h" />
  24. <ClInclude Include="..\IDEHelper\CPU.h" />
  25. <ClInclude Include="..\IDEHelper\DbgEvalPool.h" />
  26. <ClInclude Include="..\IDEHelper\DbgExprEvaluator.h" />
  27. <ClInclude Include="..\IDEHelper\DbgSymSrv.h" />
  28. <ClInclude Include="..\IDEHelper\DbgTypeMap.h" />
  29. <ClInclude Include="..\IDEHelper\DebugCommon.h" />
  30. <ClInclude Include="..\IDEHelper\DebugTarget.h" />
  31. <ClInclude Include="..\IDEHelper\DbgModule.h" />
  32. <ClInclude Include="..\IDEHelper\DWARFInfo.h" />
  33. <ClInclude Include="..\IDEHelper\DwAutoComplete.h" />
  34. <ClInclude Include="..\IDEHelper\HandleDbg.h" />
  35. <ClInclude Include="..\IDEHelper\HotHeap.h" />
  36. <ClInclude Include="..\IDEHelper\HotScanner.h" />
  37. <ClInclude Include="..\IDEHelper\MiniDumpDebugger.h" />
  38. <ClInclude Include="..\IDEHelper\Profiler.h" />
  39. <ClInclude Include="..\IDEHelper\RadixMap.h" />
  40. <ClInclude Include="..\IDEHelper\WinDebugger.h" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ClCompile Include="..\IDEHelper\COFF.cpp" />
  44. <ClCompile Include="..\IDEHelper\DbgEvalPool.cpp" />
  45. <ClCompile Include="..\IDEHelper\DbgExprEvaluator.cpp" />
  46. <ClCompile Include="..\IDEHelper\DbgSymSrv.cpp" />
  47. <ClCompile Include="..\IDEHelper\DbgTypeMap.cpp" />
  48. <ClCompile Include="..\IDEHelper\DebugTarget.cpp" />
  49. <ClCompile Include="..\IDEHelper\DbgModule.cpp" />
  50. <ClCompile Include="..\IDEHelper\HandleDbg.cpp" />
  51. <ClCompile Include="..\IDEHelper\HotHeap.cpp" />
  52. <ClCompile Include="..\IDEHelper\HotScanner.cpp" />
  53. <ClCompile Include="..\IDEHelper\MiniDumpDebugger.cpp" />
  54. <ClCompile Include="..\IDEHelper\Profiler.cpp" />
  55. <ClCompile Include="..\IDEHelper\WinDebugger.cpp" />
  56. </ItemGroup>
  57. <PropertyGroup Label="Globals">
  58. <ProjectGuid>{29025CF2-07CC-4C25-A672-6324C95AA28F}</ProjectGuid>
  59. <Keyword>Win32Proj</Keyword>
  60. <RootNamespace>Debugger64</RootNamespace>
  61. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  62. </PropertyGroup>
  63. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  65. <ConfigurationType>StaticLibrary</ConfigurationType>
  66. <UseDebugLibraries>true</UseDebugLibraries>
  67. <PlatformToolset>v142</PlatformToolset>
  68. <CharacterSet>Unicode</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <CharacterSet>Unicode</CharacterSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <UseDebugLibraries>true</UseDebugLibraries>
  80. <PlatformToolset>v142</PlatformToolset>
  81. <CharacterSet>Unicode</CharacterSet>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  84. <ConfigurationType>StaticLibrary</ConfigurationType>
  85. <UseDebugLibraries>false</UseDebugLibraries>
  86. <PlatformToolset>v142</PlatformToolset>
  87. <WholeProgramOptimization>true</WholeProgramOptimization>
  88. <CharacterSet>Unicode</CharacterSet>
  89. </PropertyGroup>
  90. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  91. <ImportGroup Label="ExtensionSettings">
  92. </ImportGroup>
  93. <ImportGroup Label="Shared">
  94. </ImportGroup>
  95. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. </ImportGroup>
  101. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  105. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  106. </ImportGroup>
  107. <PropertyGroup Label="UserMacros" />
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  109. <OutDir>$(SolutionDir)\ide\dist\$(Platform)\$(Configuration)\</OutDir>
  110. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  111. <IncludePath>$(VSInstallDir)\DIA SDK\include;C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(IncludePath)</IncludePath>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  115. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  116. <IncludePath>$(VSInstallDir)\DIA SDK\include;;C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(IncludePath)</IncludePath>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <OutDir>$(SolutionDir)\ide\dist\$(Platform)\$(Configuration)\</OutDir>
  120. <IncludePath>$(VSInstallDir)\DIA SDK\include;C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  123. <OutDir>$(SolutionDir)\ide\dist\$(Platform)\$(Configuration)\</OutDir>
  124. <IncludePath>$(VSInstallDir)\DIA SDK\include;C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  125. </PropertyGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  127. <ClCompile>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <WarningLevel>Level3</WarningLevel>
  131. <Optimization>Disabled</Optimization>
  132. <PreprocessorDefinitions>BF_DBG_64;WIN32;_DEBUG;_WINDOWS;_USRDLL;IDEHELPER_EXPORTS;BFSYSLIB_DYNAMIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <AdditionalIncludeDirectories>../;../IDEHelper;../BeefySysLib/platform/win;../BeefySysLib/third_party;C:\llvm-3.8\llvm\include;C:\llvm-3.8\bin64\include;C:\llvm-3.8\llvm\lib\Target;C:\llvm-3.8\bin64\lib\Target\X86;C:\llvm-3.8\llvm\tools\clang\include</AdditionalIncludeDirectories>
  134. <SupportJustMyCode>false</SupportJustMyCode>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. <ClCompile>
  143. <PrecompiledHeader>
  144. </PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <Optimization>Disabled</Optimization>
  147. <PreprocessorDefinitions>BF_DBG_64;WIN32;_DEBUG;_WINDOWS;_USRDLL;IDEHELPER_EXPORTS;BFSYSLIB_DYNAMIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <AdditionalIncludeDirectories>../;../IDEHelper;../BeefySysLib/platform/win;../BeefySysLib/third_party;..\extern\llvm-project_13_0_1\llvm\include;..\extern\llvm_win64_13_0_1\include;..\extern\llvm-project_13_0_1\llvm\lib\Target;..\extern\llvm_win64_13_0_1\lib\Target\X86;..\extern\llvm-project_13_0_1\llvm\tools\clang\include</AdditionalIncludeDirectories>
  149. <BufferSecurityCheck>false</BufferSecurityCheck>
  150. <AdditionalOptions>-D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  151. <SupportJustMyCode>false</SupportJustMyCode>
  152. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Windows</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  160. <ClCompile>
  161. <WarningLevel>Level3</WarningLevel>
  162. <PrecompiledHeader>
  163. </PrecompiledHeader>
  164. <Optimization>MaxSpeed</Optimization>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <IntrinsicFunctions>true</IntrinsicFunctions>
  167. <PreprocessorDefinitions>BF_DBG_64;WIN32;NDEBUG;_WINDOWS;_USRDLL;IDEHELPER_EXPORTS;BFSYSLIB_DYNAMIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <AdditionalIncludeDirectories>../;../IDEHelper;../BeefySysLib/platform/win;../BeefySysLib/third_party;C:\llvm-3.8\llvm\include;C:\llvm-3.8\bin64\include;C:\llvm-3.8\llvm\lib\Target;C:\llvm-3.8\bin64\lib\Target\X86;C:\llvm-3.8\llvm\tools\clang\include</AdditionalIncludeDirectories>
  169. </ClCompile>
  170. <Link>
  171. <SubSystem>Windows</SubSystem>
  172. <GenerateDebugInformation>true</GenerateDebugInformation>
  173. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  174. <OptimizeReferences>true</OptimizeReferences>
  175. </Link>
  176. </ItemDefinitionGroup>
  177. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  178. <ClCompile>
  179. <WarningLevel>Level3</WarningLevel>
  180. <PrecompiledHeader>
  181. </PrecompiledHeader>
  182. <Optimization>MaxSpeed</Optimization>
  183. <FunctionLevelLinking>true</FunctionLevelLinking>
  184. <IntrinsicFunctions>true</IntrinsicFunctions>
  185. <PreprocessorDefinitions>BF_DBG_64;WIN32;NDEBUG;_WINDOWS;_USRDLL;IDEHELPER_EXPORTS;BFSYSLIB_DYNAMIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <AdditionalIncludeDirectories>../;../IDEHelper;../BeefySysLib/platform/win;../BeefySysLib/third_party;..\extern\llvm-project_13_0_1\llvm\include;..\extern\llvm_win64_13_0_1\include;..\extern\llvm-project_13_0_1\llvm\lib\Target;..\extern\llvm_win64_13_0_1\lib\Target\X86;..\extern\llvm-project_13_0_1\llvm\tools\clang\include</AdditionalIncludeDirectories>
  187. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  188. <BufferSecurityCheck>false</BufferSecurityCheck>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Windows</SubSystem>
  192. <GenerateDebugInformation>true</GenerateDebugInformation>
  193. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  194. <OptimizeReferences>true</OptimizeReferences>
  195. </Link>
  196. </ItemDefinitionGroup>
  197. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  198. <ImportGroup Label="ExtensionTargets">
  199. </ImportGroup>
  200. </Project>