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.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. <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="VCWebDeploymentTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Debug|Win32"
  69. OutputDirectory=".....binDebug"
  70. IntermediateDirectory=".Debug"
  71. ConfigurationType="1"
  72. UseOfMFC="0"
  73. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  74. CharacterSet="2">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. Optimization="0"
  78. AdditionalIncludeDirectories="....srcrealmlist,....srcredirect,....srcgame,....srcshared,....srcwowpython"
  79. PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  80. BasicRuntimeChecks="3"
  81. RuntimeLibrary="1"
  82. PrecompiledHeaderFile=".Debug/wowpython.pch"
  83. AssemblerListingLocation=".Debug/"
  84. ObjectFile=".Debug/"
  85. ProgramDataBaseFileName=".Debug/"
  86. WarningLevel="3"
  87. SuppressStartupBanner="TRUE"
  88. DebugInformationFormat="3"
  89. CompileAs="0"/>
  90. <Tool
  91. Name="VCCustomBuildTool"/>
  92. <Tool
  93. Name="VCLinkerTool"
  94. AdditionalOptions="/MACHINE:I386"
  95. AdditionalDependencies="libmySQL.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib"
  96. OutputFile=".....binDebug/wowpython.exe"
  97. LinkIncremental="2"
  98. SuppressStartupBanner="TRUE"
  99. AdditionalLibraryDirectories="....deplibdebug"
  100. GenerateDebugInformation="TRUE"
  101. ProgramDatabaseFile=".....binDebug/wowpython.pdb"
  102. SubSystem="1"/>
  103. <Tool
  104. Name="VCMIDLTool"
  105. TypeLibraryName=".....binDebug/wowpython.tlb"/>
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. CommandLine="copy ....deplibdebug*.dll ....bindebug"/>
  109. <Tool
  110. Name="VCPreBuildEventTool"/>
  111. <Tool
  112. Name="VCPreLinkEventTool"/>
  113. <Tool
  114. Name="VCResourceCompilerTool"
  115. PreprocessorDefinitions="_DEBUG"
  116. Culture="1033"/>
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"/>
  119. <Tool
  120. Name="VCWebDeploymentTool"/>
  121. </Configuration>
  122. </Configurations>
  123. <Files>
  124. <Filter
  125. Name="doc"
  126. Filter="">
  127. <File
  128. RelativePath="....AUTHORS">
  129. </File>
  130. <File
  131. RelativePath="....ChangeLog">
  132. </File>
  133. <File
  134. RelativePath="....NEWS">
  135. </File>
  136. <File
  137. RelativePath="....README">
  138. </File>
  139. <File
  140. RelativePath="....THANKS">
  141. </File>
  142. <File
  143. RelativePath="....TODO">
  144. </File>
  145. </Filter>
  146. <File
  147. RelativePath="....srcwowpythonMain.cpp">
  148. </File>
  149. </Files>
  150. <Globals>
  151. </Globals>
  152. </VisualStudioProject>