RackspaceConsole_vc9.vcproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RackspaceConsole"
  6. ProjectGUID="{8C39111A-C201-4609-BF5D-3006336AD536}"
  7. RootNamespace="RackspaceConsole"
  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="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="&quot;./../../DependentExtensions/openssl-1.0.0d/include&quot;;./../../Source;./../../DependentExtensions/Rackspace;./../../DependentExtensions/XML"
  46. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. 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"
  67. OutputFile="$(OutDir)/RackspaceConsole.exe"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. ProgramDatabaseFile="$(OutDir)/RackspaceConsole.pdb"
  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. 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. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. CommandLine="copy .\..\..\DependentExtensions\openssl-1.0.0d\bin\*.dll .\"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <Filter
  182. Name="Source Files"
  183. Filter="cpp;c;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. </Filter>
  191. <Filter
  192. Name="Header Files"
  193. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  194. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  195. >
  196. </Filter>
  197. <Filter
  198. Name="Resource Files"
  199. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  200. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  201. >
  202. </Filter>
  203. <File
  204. RelativePath=".\readme.txt"
  205. >
  206. </File>
  207. </Files>
  208. <Globals>
  209. </Globals>
  210. </VisualStudioProject>
粤ICP备19079148号