您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

227 行
11KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="x64|Win32">
  21. <Configuration>x64</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="x64|x64">
  25. <Configuration>x64</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{B5F6B473-F0C6-4EC5-A3AC-888BC60D5369}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>x64Hook</RootNamespace>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v120</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v120</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x64|Win32'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. <PlatformToolset>v120</PlatformToolset>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x64|x64'" Label="Configuration">
  54. <ConfigurationType>Application</ConfigurationType>
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. <PlatformToolset>v120</PlatformToolset>
  57. <CharacterSet>Unicode</CharacterSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <UseDebugLibraries>false</UseDebugLibraries>
  62. <PlatformToolset>v120</PlatformToolset>
  63. <WholeProgramOptimization>true</WholeProgramOptimization>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  67. <ConfigurationType>Application</ConfigurationType>
  68. <UseDebugLibraries>false</UseDebugLibraries>
  69. <PlatformToolset>v120</PlatformToolset>
  70. <WholeProgramOptimization>true</WholeProgramOptimization>
  71. <CharacterSet>Unicode</CharacterSet>
  72. </PropertyGroup>
  73. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  74. <ImportGroup Label="ExtensionSettings">
  75. </ImportGroup>
  76. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  78. </ImportGroup>
  79. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='x64|Win32'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='x64|x64'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <PropertyGroup Label="UserMacros" />
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <LinkIncremental>true</LinkIncremental>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  99. <LinkIncremental>true</LinkIncremental>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x64|Win32'">
  102. <LinkIncremental>true</LinkIncremental>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x64|x64'">
  105. <LinkIncremental>true</LinkIncremental>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  108. <LinkIncremental>false</LinkIncremental>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  111. <LinkIncremental>false</LinkIncremental>
  112. </PropertyGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <ClCompile>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Disabled</Optimization>
  119. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Console</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  127. <ClCompile>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <WarningLevel>Level3</WarningLevel>
  131. <Optimization>Disabled</Optimization>
  132. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Console</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='x64|Win32'">
  140. <ClCompile>
  141. <PrecompiledHeader>
  142. </PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <Optimization>Disabled</Optimization>
  145. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Console</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. </Link>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='x64|x64'">
  153. <ClCompile>
  154. <PrecompiledHeader>
  155. </PrecompiledHeader>
  156. <WarningLevel>EnableAllWarnings</WarningLevel>
  157. <Optimization>Full</Optimization>
  158. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <CompileAs>CompileAsC</CompileAs>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Console</SubSystem>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  167. <ClCompile>
  168. <WarningLevel>Level3</WarningLevel>
  169. <PrecompiledHeader>
  170. </PrecompiledHeader>
  171. <Optimization>MaxSpeed</Optimization>
  172. <FunctionLevelLinking>true</FunctionLevelLinking>
  173. <IntrinsicFunctions>true</IntrinsicFunctions>
  174. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  175. </ClCompile>
  176. <Link>
  177. <SubSystem>Console</SubSystem>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  180. <OptimizeReferences>true</OptimizeReferences>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  184. <ClCompile>
  185. <WarningLevel>Level3</WarningLevel>
  186. <PrecompiledHeader>
  187. </PrecompiledHeader>
  188. <Optimization>MaxSpeed</Optimization>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <IntrinsicFunctions>true</IntrinsicFunctions>
  191. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. </ClCompile>
  193. <Link>
  194. <SubSystem>Console</SubSystem>
  195. <GenerateDebugInformation>true</GenerateDebugInformation>
  196. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  197. <OptimizeReferences>true</OptimizeReferences>
  198. </Link>
  199. </ItemDefinitionGroup>
  200. <ItemGroup>
  201. <ClCompile Include="hook.c" />
  202. <ClCompile Include="libudis86\decode.c" />
  203. <ClCompile Include="libudis86\itab.c" />
  204. <ClCompile Include="libudis86\syn-att.c" />
  205. <ClCompile Include="libudis86\syn-intel.c" />
  206. <ClCompile Include="libudis86\syn.c" />
  207. <ClCompile Include="libudis86\udis86.c" />
  208. <ClCompile Include="list.c" />
  209. <ClCompile Include="main.c" />
  210. <ClCompile Include="misc.c" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ClInclude Include="hook.h" />
  214. <ClInclude Include="libudis86\decode.h" />
  215. <ClInclude Include="libudis86\extern.h" />
  216. <ClInclude Include="libudis86\itab.h" />
  217. <ClInclude Include="libudis86\syn.h" />
  218. <ClInclude Include="libudis86\types.h" />
  219. <ClInclude Include="libudis86\udint.h" />
  220. <ClInclude Include="list.h" />
  221. <ClInclude Include="misc.h" />
  222. <ClInclude Include="udis86.h" />
  223. </ItemGroup>
  224. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  225. <ImportGroup Label="ExtensionTargets">
  226. </ImportGroup>
  227. </Project>