PHPDirectoryServer2.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="PHPDirectoryServer2"
  6. ProjectGUID="{0BC48323-6B49-4B29-9961-044BB129F827}"
  7. RootNamespace="PHPDirectoryServer2"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="./../../Source"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. ExceptionHandling="0"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. BufferSecurityCheck="false"
  51. RuntimeTypeInfo="false"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="4"
  54. Detect64BitPortabilityProblems="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  69. LinkIncremental="2"
  70. GenerateDebugInformation="true"
  71. SubSystem="1"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="1"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="./../../Source"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  125. ExceptionHandling="0"
  126. RuntimeLibrary="2"
  127. BufferSecurityCheck="false"
  128. RuntimeTypeInfo="false"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="3"
  131. Detect64BitPortabilityProblems="true"
  132. DebugInformationFormat="3"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib"
  146. LinkIncremental="1"
  147. GenerateDebugInformation="true"
  148. SubSystem="1"
  149. OptimizeReferences="2"
  150. EnableCOMDATFolding="2"
  151. RandomizedBaseAddress="1"
  152. DataExecutionPrevention="0"
  153. TargetMachine="1"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="Source Files"
  183. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  184. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  185. >
  186. <File
  187. RelativePath=".\main.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\PHPDirectoryServer2.cpp"
  192. >
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Header Files"
  197. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  198. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  199. >
  200. <File
  201. RelativePath=".\PHPDirectoryServer2.h"
  202. >
  203. </File>
  204. </Filter>
  205. <File
  206. RelativePath=".\Specification.txt"
  207. >
  208. </File>
  209. </Files>
  210. <Globals>
  211. </Globals>
  212. </VisualStudioProject>
粤ICP备19079148号