navicat-patcher.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{1b6920eb-e6ed-465f-9600-b5f816752375}</ProjectGuid>
  25. <RootNamespace>navicatpatcher</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. <Import Project="..\common\common.vcxitems" Label="Shared" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <OutDir>$(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\</OutDir>
  77. <IntDir>$(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\</IntDir>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <OutDir>$(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\</OutDir>
  82. <IntDir>$(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\</IntDir>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  85. <LinkIncremental>true</LinkIncremental>
  86. <OutDir>$(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\</OutDir>
  87. <IntDir>$(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\</IntDir>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  90. <LinkIncremental>false</LinkIncremental>
  91. <OutDir>$(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\</OutDir>
  92. <IntDir>$(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\</IntDir>
  93. </PropertyGroup>
  94. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <VcpkgUseStatic>true</VcpkgUseStatic>
  96. </PropertyGroup>
  97. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  98. <VcpkgUseStatic>true</VcpkgUseStatic>
  99. </PropertyGroup>
  100. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <VcpkgUseStatic>true</VcpkgUseStatic>
  102. </PropertyGroup>
  103. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  104. <VcpkgUseStatic>true</VcpkgUseStatic>
  105. </PropertyGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  107. <ClCompile>
  108. <WarningLevel>Level3</WarningLevel>
  109. <SDLCheck>true</SDLCheck>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <ConformanceMode>true</ConformanceMode>
  112. <LanguageStandard>stdcpp17</LanguageStandard>
  113. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Console</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  121. <ClCompile>
  122. <WarningLevel>Level3</WarningLevel>
  123. <FunctionLevelLinking>true</FunctionLevelLinking>
  124. <IntrinsicFunctions>true</IntrinsicFunctions>
  125. <SDLCheck>true</SDLCheck>
  126. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <ConformanceMode>true</ConformanceMode>
  128. <LanguageStandard>stdcpp17</LanguageStandard>
  129. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Console</SubSystem>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  139. <ClCompile>
  140. <WarningLevel>Level3</WarningLevel>
  141. <SDLCheck>true</SDLCheck>
  142. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <ConformanceMode>true</ConformanceMode>
  144. <LanguageStandard>stdcpp17</LanguageStandard>
  145. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Console</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. </Link>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  153. <ClCompile>
  154. <WarningLevel>Level3</WarningLevel>
  155. <FunctionLevelLinking>true</FunctionLevelLinking>
  156. <IntrinsicFunctions>true</IntrinsicFunctions>
  157. <SDLCheck>true</SDLCheck>
  158. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <ConformanceMode>true</ConformanceMode>
  160. <LanguageStandard>stdcpp17</LanguageStandard>
  161. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Console</SubSystem>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. </Link>
  169. </ItemDefinitionGroup>
  170. <ItemGroup>
  171. <ClCompile Include="i386_emulator.cpp">
  172. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  173. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  174. </ClCompile>
  175. <ClCompile Include="image_interpreter.cpp" />
  176. <ClCompile Include="keystone_assembler.cpp" />
  177. <ClCompile Include="patch_solution_since_16.0.7.0.amd64.cpp">
  178. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  179. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  180. </ClCompile>
  181. <ClCompile Include="amd64_emulator.cpp">
  182. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  183. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  184. </ClCompile>
  185. <ClCompile Include="patch_solution_since_16.0.7.0.generic.cpp" />
  186. <ClCompile Include="patch_solution_since_16.0.7.0.i386.cpp">
  187. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  188. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  189. </ClCompile>
  190. <ClCompile Include="wmain.cpp" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <ClInclude Include="i386_emulator.hpp">
  194. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  195. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  196. </ClInclude>
  197. <ClInclude Include="keystone_assembler.hpp" />
  198. <ClInclude Include="patch_solution.hpp" />
  199. <ClInclude Include="image_interpreter.hpp" />
  200. <ClInclude Include="patch_solution_since.hpp" />
  201. <ClInclude Include="patch_solution_since_16.0.7.0.hpp" />
  202. <ClInclude Include="amd64_emulator.hpp">
  203. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  204. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  205. </ClInclude>
  206. </ItemGroup>
  207. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  208. <ImportGroup Label="ExtensionTargets">
  209. </ImportGroup>
  210. </Project>