map-server_sql.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{D356871D-58E1-450B-967A-E6E9646175AF}</ProjectGuid>
  15. <RootNamespace>map-server_sql</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. <WholeProgramOptimization>true</WholeProgramOptimization>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <CharacterSet>MultiByte</CharacterSet>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  33. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <PropertyGroup>
  40. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  41. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\</OutDir>
  42. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)\$(Configuration)\</IntDir>
  43. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  44. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir>
  45. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir>
  46. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  47. </PropertyGroup>
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <ClCompile>
  50. <Optimization>Disabled</Optimization>
  51. <AdditionalIncludeDirectories>..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  52. <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  53. <PreprocessToFile>false</PreprocessToFile>
  54. <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
  55. <MinimalRebuild>true</MinimalRebuild>
  56. <ExceptionHandling>
  57. </ExceptionHandling>
  58. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  59. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  60. <FunctionLevelLinking>true</FunctionLevelLinking>
  61. <AdditionalOptions>
  62. </AdditionalOptions>
  63. <PrecompiledHeader>
  64. </PrecompiledHeader>
  65. <WarningLevel>Level3</WarningLevel>
  66. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  67. <CompileAs>CompileAsC</CompileAs>
  68. <DisableSpecificWarnings>4018;4100;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  69. </ClCompile>
  70. <Link>
  71. <AdditionalDependencies>libcmtd.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies)</AdditionalDependencies>
  72. <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
  73. <AdditionalLibraryDirectories>..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  74. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  75. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
  78. <SubSystem>Console</SubSystem>
  79. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  80. <DataExecutionPrevention>
  81. </DataExecutionPrevention>
  82. <TargetMachine>MachineX86</TargetMachine>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <ClCompile>
  87. <Optimization>MaxSpeed</Optimization>
  88. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  89. <IntrinsicFunctions>true</IntrinsicFunctions>
  90. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  91. <OmitFramePointers>true</OmitFramePointers>
  92. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  93. <WholeProgramOptimization>true</WholeProgramOptimization>
  94. <AdditionalIncludeDirectories>..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  95. <PreprocessorDefinitions>WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <StringPooling>true</StringPooling>
  97. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  98. <AdditionalOptions>
  99. </AdditionalOptions>
  100. <PrecompiledHeader>
  101. </PrecompiledHeader>
  102. <WarningLevel>Level3</WarningLevel>
  103. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  104. <CompileAs>CompileAsC</CompileAs>
  105. <DisableSpecificWarnings>4018;4100;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  106. </ClCompile>
  107. <Link>
  108. <AdditionalDependencies>libcmt.lib;oldnames.lib;ws2_32.lib;libmysql.lib;zdll.lib;pcre.lib;%(AdditionalDependencies)</AdditionalDependencies>
  109. <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
  110. <AdditionalLibraryDirectories>..\3rdparty\mysql\lib;..\3rdparty\zlib\lib;..\3rdparty\pcre\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  111. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  112. <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <ProgramDatabaseFile>$(OutDir)$(ProjectName).pdb</ProgramDatabaseFile>
  115. <SubSystem>Console</SubSystem>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  118. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  119. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  120. <DataExecutionPrevention>
  121. </DataExecutionPrevention>
  122. <TargetMachine>MachineX86</TargetMachine>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemGroup>
  126. <ClInclude Include="..\src\common\cbasetypes.h" />
  127. <ClInclude Include="..\src\common\core.h" />
  128. <ClInclude Include="..\src\common\db.h" />
  129. <ClInclude Include="..\src\common\ers.h" />
  130. <ClInclude Include="..\src\common\grfio.h" />
  131. <ClInclude Include="..\src\common\lock.h" />
  132. <ClInclude Include="..\src\common\malloc.h" />
  133. <ClInclude Include="..\src\common\md5calc.h" />
  134. <ClInclude Include="..\src\common\mapindex.h" />
  135. <ClInclude Include="..\src\common\mmo.h" />
  136. <ClInclude Include="..\src\common\nullpo.h" />
  137. <ClInclude Include="..\src\common\plugin.h" />
  138. <ClInclude Include="..\src\common\plugins.h" />
  139. <ClInclude Include="..\src\common\showmsg.h" />
  140. <ClInclude Include="..\src\common\socket.h" />
  141. <ClInclude Include="..\src\common\sql.h" />
  142. <ClInclude Include="..\src\common\strlib.h" />
  143. <ClInclude Include="..\src\common\timer.h" />
  144. <ClInclude Include="..\src\common\utils.h" />
  145. <ClInclude Include="..\src\common\version.h" />
  146. <ClInclude Include="..\src\map\atcommand.h" />
  147. <ClInclude Include="..\src\map\battle.h" />
  148. <ClInclude Include="..\src\map\battleground.h" />
  149. <ClInclude Include="..\src\map\chat.h" />
  150. <ClInclude Include="..\src\map\chrif.h" />
  151. <ClInclude Include="..\src\map\clif.h" />
  152. <ClInclude Include="..\src\map\date.h" />
  153. <ClInclude Include="..\src\map\guild.h" />
  154. <ClInclude Include="..\src\map\intif.h" />
  155. <ClInclude Include="..\src\map\itemdb.h" />
  156. <ClInclude Include="..\src\map\log.h" />
  157. <ClInclude Include="..\src\map\mail.h" />
  158. <ClInclude Include="..\src\map\map.h" />
  159. <ClInclude Include="..\src\map\mapreg.h" />
  160. <ClInclude Include="..\src\map\homunculus.h" />
  161. <ClInclude Include="..\src\map\instance.h" />
  162. <ClInclude Include="..\src\map\mercenary.h" />
  163. <ClInclude Include="..\src\map\mob.h" />
  164. <ClInclude Include="..\src\map\npc.h" />
  165. <ClInclude Include="..\src\map\party.h" />
  166. <ClInclude Include="..\src\map\path.h" />
  167. <ClInclude Include="..\src\map\pc.h" />
  168. <ClInclude Include="..\src\map\pet.h" />
  169. <ClInclude Include="..\src\map\quest.h" />
  170. <ClInclude Include="..\src\map\script.h" />
  171. <ClInclude Include="..\src\map\skill.h" />
  172. <ClInclude Include="..\src\map\status.h" />
  173. <ClInclude Include="..\src\map\storage.h" />
  174. <ClInclude Include="..\src\map\trade.h" />
  175. <ClInclude Include="..\src\map\unit.h" />
  176. <ClInclude Include="..\src\map\vending.h" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ClCompile Include="..\src\common\core.c" />
  180. <ClCompile Include="..\src\common\db.c" />
  181. <ClCompile Include="..\src\common\ers.c" />
  182. <ClCompile Include="..\src\common\grfio.c" />
  183. <ClCompile Include="..\src\common\lock.c" />
  184. <ClCompile Include="..\src\common\malloc.c" />
  185. <ClCompile Include="..\src\common\md5calc.c" />
  186. <ClCompile Include="..\src\common\mapindex.c" />
  187. <ClCompile Include="..\src\common\nullpo.c" />
  188. <ClCompile Include="..\src\common\plugins.c" />
  189. <ClCompile Include="..\src\common\showmsg.c" />
  190. <ClCompile Include="..\src\common\socket.c" />
  191. <ClCompile Include="..\src\common\sql.c" />
  192. <ClCompile Include="..\src\common\strlib.c" />
  193. <ClCompile Include="..\src\common\timer.c" />
  194. <ClCompile Include="..\src\common\utils.c" />
  195. <ClCompile Include="..\src\map\atcommand.c" />
  196. <ClCompile Include="..\src\map\battle.c" />
  197. <ClCompile Include="..\src\map\battleground.c" />
  198. <ClCompile Include="..\src\map\chat.c" />
  199. <ClCompile Include="..\src\map\chrif.c" />
  200. <ClCompile Include="..\src\map\clif.c" />
  201. <ClCompile Include="..\src\map\date.c" />
  202. <ClCompile Include="..\src\map\guild.c" />
  203. <ClCompile Include="..\src\map\intif.c" />
  204. <ClCompile Include="..\src\map\itemdb.c" />
  205. <ClCompile Include="..\src\map\log.c" />
  206. <ClCompile Include="..\src\map\mail.c" />
  207. <ClCompile Include="..\src\map\map.c" />
  208. <ClCompile Include="..\src\map\mapreg_sql.c" />
  209. <ClCompile Include="..\src\map\homunculus.c" />
  210. <ClCompile Include="..\src\map\instance.c" />
  211. <ClCompile Include="..\src\map\mercenary.c" />
  212. <ClCompile Include="..\src\map\mob.c" />
  213. <ClCompile Include="..\src\map\npc.c" />
  214. <ClCompile Include="..\src\map\npc_chat.c" />
  215. <ClCompile Include="..\src\map\party.c" />
  216. <ClCompile Include="..\src\map\path.c" />
  217. <ClCompile Include="..\src\map\pc.c" />
  218. <ClCompile Include="..\src\map\pet.c" />
  219. <ClCompile Include="..\src\map\quest.c" />
  220. <ClCompile Include="..\src\map\script.c" />
  221. <ClCompile Include="..\src\map\skill.c" />
  222. <ClCompile Include="..\src\map\status.c" />
  223. <ClCompile Include="..\src\map\storage.c" />
  224. <ClCompile Include="..\src\map\trade.c" />
  225. <ClCompile Include="..\src\map\unit.c" />
  226. <ClCompile Include="..\src\map\vending.c" />
  227. </ItemGroup>
  228. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  229. <ImportGroup Label="ExtensionTargets">
  230. </ImportGroup>
  231. </Project>