wowpython.vcproj
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:5k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="wowpython"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".....binDebug"
  16. IntermediateDirectory=".Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories="....srcrealmlist,....srcredirect,....srcgame,....srcshared,....srcwowpython"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. PrecompiledHeaderFile=".Debug/wowpython.pch"
  29. AssemblerListingLocation=".Debug/"
  30. ObjectFile=".Debug/"
  31. ProgramDataBaseFileName=".Debug/"
  32. BrowseInformation="1"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="3"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalDependencies="libmySQL.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib"
  42. OutputFile=".....binDebug/wowpython.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. AdditionalLibraryDirectories="....deplibdebug"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".....binDebug/wowpython.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".....binDebug/wowpython.tlb"
  53. HeaderFileName=""/>
  54. <Tool
  55. Name="VCPostBuildEventTool"
  56. CommandLine="copy ....deplibdebug*.dll ....bindebug"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1033"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCXMLDataGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. <Tool
  72. Name="VCManagedWrapperGeneratorTool"/>
  73. <Tool
  74. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  75. </Configuration>
  76. <Configuration
  77. Name="Release|Win32"
  78. OutputDirectory=".....binRelease"
  79. IntermediateDirectory=".Release"
  80. ConfigurationType="1"
  81. UseOfMFC="0"
  82. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  83. CharacterSet="2">
  84. <Tool
  85. Name="VCCLCompilerTool"
  86. Optimization="2"
  87. InlineFunctionExpansion="1"
  88. AdditionalIncludeDirectories="....srcrealmlist,....srcredirect,....srcgame,....srcshared,....srcwowpython"
  89. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  90. StringPooling="TRUE"
  91. RuntimeLibrary="0"
  92. EnableFunctionLevelLinking="TRUE"
  93. PrecompiledHeaderFile=".Release/wowpython.pch"
  94. AssemblerListingLocation=".Release/"
  95. ObjectFile=".Release/"
  96. ProgramDataBaseFileName=".Release/"
  97. BrowseInformation="1"
  98. WarningLevel="3"
  99. SuppressStartupBanner="TRUE"
  100. CompileAs="0"/>
  101. <Tool
  102. Name="VCCustomBuildTool"/>
  103. <Tool
  104. Name="VCLinkerTool"
  105. AdditionalDependencies="libz.lib libmySQL.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib"
  106. OutputFile=".....binRelease/wowpython.exe"
  107. LinkIncremental="1"
  108. SuppressStartupBanner="TRUE"
  109. AdditionalLibraryDirectories="....deplibrelease"
  110. ProgramDatabaseFile=".....binRelease/wowpython.pdb"
  111. SubSystem="1"
  112. TargetMachine="1"/>
  113. <Tool
  114. Name="VCMIDLTool"
  115. TypeLibraryName=".....binRelease/wowpython.tlb"
  116. HeaderFileName=""/>
  117. <Tool
  118. Name="VCPostBuildEventTool"
  119. CommandLine="copy ....deplibrelease*.dll ....binrelease"/>
  120. <Tool
  121. Name="VCPreBuildEventTool"/>
  122. <Tool
  123. Name="VCPreLinkEventTool"/>
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. Culture="1033"/>
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"/>
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"/>
  132. <Tool
  133. Name="VCWebDeploymentTool"/>
  134. <Tool
  135. Name="VCManagedWrapperGeneratorTool"/>
  136. <Tool
  137. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  138. </Configuration>
  139. </Configurations>
  140. <References>
  141. </References>
  142. <Files>
  143. <Filter
  144. Name="doc"
  145. Filter="">
  146. <File
  147. RelativePath="....AUTHORS">
  148. </File>
  149. <File
  150. RelativePath="....ChangeLog">
  151. </File>
  152. <File
  153. RelativePath="....NEWS">
  154. </File>
  155. <File
  156. RelativePath="....README">
  157. </File>
  158. <File
  159. RelativePath="....THANKS">
  160. </File>
  161. <File
  162. RelativePath="....TODO">
  163. </File>
  164. </Filter>
  165. <File
  166. RelativePath="....srcwowpythonMain.cpp">
  167. <FileConfiguration
  168. Name="Debug|Win32">
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. Optimization="0"
  172. AdditionalIncludeDirectories=""
  173. PreprocessorDefinitions=""
  174. BasicRuntimeChecks="3"
  175. BrowseInformation="1"/>
  176. </FileConfiguration>
  177. <FileConfiguration
  178. Name="Release|Win32">
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="2"
  182. AdditionalIncludeDirectories=""
  183. PreprocessorDefinitions=""
  184. BrowseInformation="1"/>
  185. </FileConfiguration>
  186. </File>
  187. </Files>
  188. <Globals>
  189. </Globals>
  190. </VisualStudioProject>