RackspaceConsole_vc8.vcproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="RackspaceConsole"
  6. ProjectGUID="{8C39111A-C201-4609-BF5D-3006336AD536}"
  7. RootNamespace="RackspaceConsole"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  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="&quot;./../../DependentExtensions/openssl-1.0.0d/include&quot;;./../../Source;./../../DependentExtensions/Rackspace;./../../DependentExtensions/XML"
  45. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib ./../../DependentExtensions/openssl-1.0.0d/lib/libeay32.lib ./../../DependentExtensions/openssl-1.0.0d/lib/ssleay32.lib"
  66. OutputFile="$(OutDir)/RackspaceConsole.exe"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/RackspaceConsole.pdb"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCWebDeploymentTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. CommandLine="copy .\..\..\DependentExtensions\openssl-1.0.0d\bin\*.dll .\"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="$(ConfigurationName)"
  102. IntermediateDirectory="$(ConfigurationName)"
  103. ConfigurationType="1"
  104. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  105. CharacterSet="2"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. />
  122. <Tool
  123. Name="VCCLCompilerTool"
  124. AdditionalIncludeDirectories="&quot;./../../DependentExtensions/openssl-1.0.0d/include&quot;;./../../Source;./../../DependentExtensions/Rackspace;./../../DependentExtensions/XML"
  125. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
  126. RuntimeLibrary="1"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. Detect64BitPortabilityProblems="true"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib ./../../DependentExtensions/openssl-1.0.0d/lib/libeay32.lib ./../../DependentExtensions/openssl-1.0.0d/lib/ssleay32.lib"
  144. OutputFile="$(OutDir)/RackspaceConsole.exe"
  145. LinkIncremental="1"
  146. GenerateDebugInformation="true"
  147. SubSystem="1"
  148. OptimizeReferences="2"
  149. EnableCOMDATFolding="2"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCWebDeploymentTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. CommandLine="copy .\..\..\DependentExtensions\openssl-1.0.0d\bin\*.dll .\"
  176. />
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Source Files"
  184. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  185. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  186. >
  187. <File
  188. RelativePath=".\main.cpp"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  195. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  196. >
  197. </Filter>
  198. <Filter
  199. Name="Resource Files"
  200. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  201. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  202. >
  203. </Filter>
  204. <File
  205. RelativePath=".\readme.txt"
  206. >
  207. </File>
  208. </Files>
  209. <Globals>
  210. </Globals>
  211. </VisualStudioProject>
粤ICP备19079148号