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

模拟服务器

开发平台:

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="Release|Win32"
  15. OutputDirectory=".....binRelease"
  16. IntermediateDirectory=".Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="1"
  24. AdditionalIncludeDirectories="....srcrealmlist,....srcredirect,....srcgame,....srcshared,....srcwowpython"
  25. PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. PrecompiledHeaderFile=".Release/wowpython.pch"
  30. AssemblerListingLocation=".Release/"
  31. ObjectFile=".Release/"
  32. ProgramDataBaseFileName=".Release/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. CompileAs="0"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalOptions="/MACHINE:I386"
  41. AdditionalDependencies="libmySQL.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib"
  42. OutputFile=".....binRelease/wowpython.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. AdditionalLibraryDirectories="....deplibrelease"
  46. ProgramDatabaseFile=".....binRelease/wowpython.pdb"
  47. SubSystem="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".....binRelease/wowpython.tlb"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"
  53. CommandLine="copy ....deplibrelease*.dll ....binrelease"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="NDEBUG"
  61. Culture="1033"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Debug|Win32"
  75. OutputDirectory=".....binDebug"
  76. IntermediateDirectory=".Debug"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="0"
  84. AdditionalIncludeDirectories="....srcrealmlist,....srcredirect,....srcgame,....srcshared,....srcwowpython"
  85. PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  86. BasicRuntimeChecks="3"
  87. RuntimeLibrary="1"
  88. PrecompiledHeaderFile=".Debug/wowpython.pch"
  89. AssemblerListingLocation=".Debug/"
  90. ObjectFile=".Debug/"
  91. ProgramDataBaseFileName=".Debug/"
  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="VCXMLDataGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. <Tool
  130. Name="VCManagedWrapperGeneratorTool"/>
  131. <Tool
  132. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <References>
  136. </References>
  137. <Files>
  138. <Filter
  139. Name="doc"
  140. Filter="">
  141. <File
  142. RelativePath="....Authors">
  143. </File>
  144. <File
  145. RelativePath="....ChangeLog">
  146. </File>
  147. <File
  148. RelativePath="....News">
  149. </File>
  150. <File
  151. RelativePath="....Readme">
  152. </File>
  153. <File
  154. RelativePath="....Thanks">
  155. </File>
  156. <File
  157. RelativePath="....Todo">
  158. </File>
  159. </Filter>
  160. <File
  161. RelativePath="....srcwowpythonMain.cpp">
  162. </File>
  163. </Files>
  164. <Globals>
  165. </Globals>
  166. </VisualStudioProject>