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