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

模拟服务器

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="realmlist"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".realmlist___Win32_Release"
  16. IntermediateDirectory=".realmlist___Win32_Release"
  17. ConfigurationType="4"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="1"
  24. AdditionalIncludeDirectories="....srcshared,....srcgame"
  25. PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".realmlist___Win32_Release/realmlist.pch"
  31. AssemblerListingLocation=".realmlist___Win32_Release/"
  32. ObjectFile=".realmlist___Win32_Release/"
  33. ProgramDataBaseFileName=".realmlist___Win32_Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLibrarianTool"
  41. OutputFile=".realmlist___Win32_Releaserealmlist.lib"
  42. SuppressStartupBanner="TRUE"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"
  53. PreprocessorDefinitions="NDEBUG"
  54. Culture="1033"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. </Configuration>
  58. <Configuration
  59. Name="Debug|Win32"
  60. OutputDirectory=".realmlist___Win32_Debug"
  61. IntermediateDirectory=".realmlist___Win32_Debug"
  62. ConfigurationType="4"
  63. UseOfMFC="0"
  64. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  65. CharacterSet="2">
  66. <Tool
  67. Name="VCCLCompilerTool"
  68. Optimization="0"
  69. AdditionalIncludeDirectories="....srcshared,....srcgame"
  70. PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
  71. BasicRuntimeChecks="3"
  72. RuntimeLibrary="1"
  73. UsePrecompiledHeader="2"
  74. PrecompiledHeaderFile=".realmlist___Win32_Debug/realmlist.pch"
  75. AssemblerListingLocation=".realmlist___Win32_Debug/"
  76. ObjectFile=".realmlist___Win32_Debug/"
  77. ProgramDataBaseFileName=".realmlist___Win32_Debug/"
  78. WarningLevel="3"
  79. SuppressStartupBanner="TRUE"
  80. DebugInformationFormat="3"
  81. CompileAs="0"/>
  82. <Tool
  83. Name="VCCustomBuildTool"/>
  84. <Tool
  85. Name="VCLibrarianTool"
  86. OutputFile=".realmlist___Win32_Debugrealmlist.lib"
  87. SuppressStartupBanner="TRUE"/>
  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. PreprocessorDefinitions="_DEBUG"
  99. Culture="1033"/>
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"/>
  102. </Configuration>
  103. </Configurations>
  104. <Files>
  105. <File
  106. RelativePath="....srcrealmlistRealmClient.cpp">
  107. </File>
  108. <File
  109. RelativePath="....srcrealmlistRealmClient.h">
  110. </File>
  111. <File
  112. RelativePath="....srcrealmlistRealmListSrv.cpp">
  113. </File>
  114. <File
  115. RelativePath="....srcrealmlistRealmListSrv.h">
  116. </File>
  117. </Files>
  118. <Globals>
  119. </Globals>
  120. </VisualStudioProject>