char-server_sql.vcproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="char-server_sql"
  6. ProjectGUID="{D356871D-58E1-450B-967A-E4E9646175AF}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug-sqlchar"
  16. IntermediateDirectory="Debug-sqlchar"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\src\common;;src\zlib;C:\Program Files\MySQL\MySQL Server 4.1\include"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
  36. OutputFile="../char-server_sql.exe"
  37. LinkIncremental="2"
  38. AdditionalLibraryDirectories="C:\Program Files\MySQL\MySQL Server 4.1\lib\debug"
  39. GenerateDebugInformation="TRUE"
  40. ProgramDatabaseFile="$(OutDir)/eAthena.pdb"
  41. SubSystem="1"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory="Release-sqlchar"
  67. IntermediateDirectory="Release-sqlchar"
  68. ConfigurationType="1"
  69. CharacterSet="2">
  70. <Tool
  71. Name="VCCLCompilerTool"
  72. AdditionalIncludeDirectories="..\src\common;;src\zlib;C:\Program Files\MySQL\MySQL Server 4.1\include"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32;PACKETVER=6;NEW_006b;__WIN32;LOCALZLIB"
  74. RuntimeLibrary="1"
  75. UsePrecompiledHeader="0"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="WSOCK32.lib mysqlclient.lib"
  84. AdditionalLibraryDirectories="C:\Program Files\MySQL\MySQL Server 4.1\lib\debug"
  85. OutputFile="../char-server_sql.exe"
  86. LinkIncremental="1"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="1"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"/>
  94. <Tool
  95. Name="VCPostBuildEventTool"/>
  96. <Tool
  97. Name="VCPreBuildEventTool"/>
  98. <Tool
  99. Name="VCPreLinkEventTool"/>
  100. <Tool
  101. Name="VCResourceCompilerTool"/>
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"/>
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"/>
  106. <Tool
  107. Name="VCWebDeploymentTool"/>
  108. <Tool
  109. Name="VCManagedWrapperGeneratorTool"/>
  110. <Tool
  111. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="Source Files"
  119. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  120. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  121. <File
  122. RelativePath="..\src\char\char.c">
  123. </File>
  124. <File
  125. RelativePath="..\src\common\core.c">
  126. </File>
  127. <File
  128. RelativePath="..\src\common\db.c">
  129. </File>
  130. <File
  131. RelativePath="..\src\char\int_guild.c">
  132. </File>
  133. <File
  134. RelativePath="..\src\char\int_party.c">
  135. </File>
  136. <File
  137. RelativePath="..\src\char\int_pet.c">
  138. </File>
  139. <File
  140. RelativePath="..\src\char\int_storage.c">
  141. </File>
  142. <File
  143. RelativePath="..\src\char\inter.c">
  144. </File>
  145. <File
  146. RelativePath="..\src\common\lock.c">
  147. </File>
  148. <File
  149. RelativePath="..\src\common\malloc.c">
  150. </File>
  151. <File
  152. RelativePath="..\src\common\nullpo.c">
  153. </File>
  154. <File
  155. RelativePath="..\src\common\showmsg.c">
  156. </File>
  157. <File
  158. RelativePath="..\src\common\socket.c">
  159. </File>
  160. <File
  161. RelativePath="..\src\common\strlib.c">
  162. </File>
  163. <File
  164. RelativePath="..\src\common\timer.c">
  165. </File>
  166. <File
  167. RelativePath="..\src\common\utils.c">
  168. </File>
  169. </Filter>
  170. <Filter
  171. Name="Header Files"
  172. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  173. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  174. </Filter>
  175. <Filter
  176. Name="Resource Files"
  177. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  178. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  179. </Filter>
  180. </Files>
  181. <Globals>
  182. </Globals>
  183. </VisualStudioProject>