mysql.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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="ReleaseVS2013|Win32">
  9. <Configuration>ReleaseVS2013</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="ReleaseVS2013|x64">
  13. <Configuration>ReleaseVS2013</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="mysql.c" />
  31. <ClCompile Include="my_api.c" />
  32. <ClCompile Include="my_proto.c" />
  33. <ClCompile Include="sha1.c" />
  34. <ClCompile Include="socket.c" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ClInclude Include="mysql.h" />
  38. <ClInclude Include="my_proto.h" />
  39. <ClInclude Include="sha1.h" />
  40. <ClInclude Include="socket.h" />
  41. </ItemGroup>
  42. <PropertyGroup Label="Globals">
  43. <ProjectGuid>{540E0E11-B7B1-43F8-B107-0867B2D97F74}</ProjectGuid>
  44. <Keyword>Win32Proj</Keyword>
  45. <RootNamespace>mysql</RootNamespace>
  46. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. <PlatformToolset>v142</PlatformToolset>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v142</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v120</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. <PlatformToolset>v142</PlatformToolset>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  76. <ConfigurationType>DynamicLibrary</ConfigurationType>
  77. <UseDebugLibraries>false</UseDebugLibraries>
  78. <PlatformToolset>v142</PlatformToolset>
  79. <WholeProgramOptimization>true</WholeProgramOptimization>
  80. <CharacterSet>Unicode</CharacterSet>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  83. <ConfigurationType>DynamicLibrary</ConfigurationType>
  84. <UseDebugLibraries>false</UseDebugLibraries>
  85. <PlatformToolset>v120</PlatformToolset>
  86. <WholeProgramOptimization>true</WholeProgramOptimization>
  87. <CharacterSet>Unicode</CharacterSet>
  88. </PropertyGroup>
  89. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  90. <ImportGroup Label="ExtensionSettings">
  91. </ImportGroup>
  92. <ImportGroup Label="Shared">
  93. </ImportGroup>
  94. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <PropertyGroup Label="UserMacros" />
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <LinkIncremental>true</LinkIncremental>
  115. <TargetExt>.hdll</TargetExt>
  116. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  117. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  120. <LinkIncremental>true</LinkIncremental>
  121. <TargetExt>.hdll</TargetExt>
  122. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  123. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <LinkIncremental>false</LinkIncremental>
  127. <TargetExt>.hdll</TargetExt>
  128. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  129. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  132. <LinkIncremental>false</LinkIncremental>
  133. <TargetExt>.hdll</TargetExt>
  134. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  135. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <LinkIncremental>false</LinkIncremental>
  139. <TargetExt>.hdll</TargetExt>
  140. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  141. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  144. <LinkIncremental>false</LinkIncremental>
  145. <TargetExt>.hdll</TargetExt>
  146. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  147. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  148. </PropertyGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  150. <ClCompile>
  151. <PrecompiledHeader>
  152. </PrecompiledHeader>
  153. <WarningLevel>Level3</WarningLevel>
  154. <Optimization>Disabled</Optimization>
  155. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  161. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  162. </Link>
  163. </ItemDefinitionGroup>
  164. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  165. <ClCompile>
  166. <PrecompiledHeader>
  167. </PrecompiledHeader>
  168. <WarningLevel>Level3</WarningLevel>
  169. <Optimization>Disabled</Optimization>
  170. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  171. </ClCompile>
  172. <Link>
  173. <SubSystem>Windows</SubSystem>
  174. <GenerateDebugInformation>true</GenerateDebugInformation>
  175. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  176. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  177. </Link>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  180. <ClCompile>
  181. <WarningLevel>Level3</WarningLevel>
  182. <PrecompiledHeader>
  183. </PrecompiledHeader>
  184. <Optimization>MaxSpeed</Optimization>
  185. <FunctionLevelLinking>true</FunctionLevelLinking>
  186. <IntrinsicFunctions>true</IntrinsicFunctions>
  187. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  188. </ClCompile>
  189. <Link>
  190. <SubSystem>Windows</SubSystem>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. <GenerateDebugInformation>true</GenerateDebugInformation>
  194. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  195. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  196. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  197. </Link>
  198. </ItemDefinitionGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  200. <ClCompile>
  201. <WarningLevel>Level3</WarningLevel>
  202. <PrecompiledHeader>
  203. </PrecompiledHeader>
  204. <Optimization>MaxSpeed</Optimization>
  205. <FunctionLevelLinking>true</FunctionLevelLinking>
  206. <IntrinsicFunctions>true</IntrinsicFunctions>
  207. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Windows</SubSystem>
  211. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  212. <OptimizeReferences>true</OptimizeReferences>
  213. <GenerateDebugInformation>true</GenerateDebugInformation>
  214. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  215. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  216. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  217. </Link>
  218. </ItemDefinitionGroup>
  219. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  220. <ClCompile>
  221. <WarningLevel>Level3</WarningLevel>
  222. <PrecompiledHeader>
  223. </PrecompiledHeader>
  224. <Optimization>MaxSpeed</Optimization>
  225. <FunctionLevelLinking>true</FunctionLevelLinking>
  226. <IntrinsicFunctions>true</IntrinsicFunctions>
  227. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  228. </ClCompile>
  229. <Link>
  230. <SubSystem>Windows</SubSystem>
  231. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  232. <OptimizeReferences>true</OptimizeReferences>
  233. <GenerateDebugInformation>true</GenerateDebugInformation>
  234. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  235. </Link>
  236. </ItemDefinitionGroup>
  237. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  238. <ClCompile>
  239. <WarningLevel>Level3</WarningLevel>
  240. <PrecompiledHeader>
  241. </PrecompiledHeader>
  242. <Optimization>MaxSpeed</Optimization>
  243. <FunctionLevelLinking>true</FunctionLevelLinking>
  244. <IntrinsicFunctions>true</IntrinsicFunctions>
  245. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;MYSQL_EXPORTS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  246. </ClCompile>
  247. <Link>
  248. <SubSystem>Windows</SubSystem>
  249. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  250. <OptimizeReferences>true</OptimizeReferences>
  251. <GenerateDebugInformation>true</GenerateDebugInformation>
  252. <AdditionalDependencies>libhl.lib;ws2_32.lib;advapi32.lib;psapi.lib;user32.lib;iphlpapi.lib;userenv.lib</AdditionalDependencies>
  253. </Link>
  254. </ItemDefinitionGroup>
  255. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  256. <ImportGroup Label="ExtensionTargets">
  257. </ImportGroup>
  258. </Project>