char-server_sql.vcproj 4.5 KB

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