zbuffer.vcproj
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:3k
源码类别:

模拟服务器

开发平台:

C/C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="zbuffer"
  6. ProjectGUID="{0A436204-4D21-495A-836B-E6E2333CDA79}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="1"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="ws2_32.lib"
  35. OutputFile="$(OutDir)/zbuffer.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/zbuffer.pdb"
  39. SubSystem="1"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCWebDeploymentTool"/>
  55. </Configuration>
  56. <Configuration
  57. Name="Release|Win32"
  58. OutputDirectory="Release"
  59. IntermediateDirectory="Release"
  60. ConfigurationType="1"
  61. CharacterSet="2">
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. Optimization="2"
  65. InlineFunctionExpansion="1"
  66. OmitFramePointers="TRUE"
  67. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  68. StringPooling="TRUE"
  69. RuntimeLibrary="4"
  70. EnableFunctionLevelLinking="TRUE"
  71. UsePrecompiledHeader="0"
  72. WarningLevel="3"
  73. Detect64BitPortabilityProblems="TRUE"
  74. DebugInformationFormat="3"/>
  75. <Tool
  76. Name="VCCustomBuildTool"/>
  77. <Tool
  78. Name="VCLinkerTool"
  79. AdditionalDependencies="ws2_32.lib"
  80. OutputFile="$(OutDir)/zbuffer.exe"
  81. LinkIncremental="1"
  82. GenerateDebugInformation="TRUE"
  83. SubSystem="1"
  84. OptimizeReferences="2"
  85. EnableCOMDATFolding="2"
  86. TargetMachine="1"/>
  87. <Tool
  88. Name="VCMIDLTool"/>
  89. <Tool
  90. Name="VCPostBuildEventTool"/>
  91. <Tool
  92. Name="VCPreBuildEventTool"/>
  93. <Tool
  94. Name="VCPreLinkEventTool"/>
  95. <Tool
  96. Name="VCResourceCompilerTool"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCWebDeploymentTool"/>
  101. </Configuration>
  102. </Configurations>
  103. <Files>
  104. <Filter
  105. Name="源文件"
  106. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  107. <File
  108. RelativePath="KSG_EncodeDecode.cpp">
  109. </File>
  110. <File
  111. RelativePath="main.cpp">
  112. </File>
  113. <File
  114. RelativePath="zbuffer.cpp">
  115. </File>
  116. <File
  117. RelativePath="zport.cpp">
  118. </File>
  119. <File
  120. RelativePath="zserver.cpp">
  121. </File>
  122. </Filter>
  123. <Filter
  124. Name="头文件"
  125. Filter="h;hpp;hxx;hm;inl;inc">
  126. </Filter>
  127. <Filter
  128. Name="资源文件"
  129. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  130. </Filter>
  131. </Files>
  132. <Globals>
  133. </Globals>
  134. </VisualStudioProject>