MirGui.vcproj
上传用户:marco7834
上传日期:2010-02-24
资源大小:82k
文件大小:6k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="MirGui"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="f:"
  16. IntermediateDirectory=".debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="5"
  27. PrecompiledHeaderFile=".Debug/MirGui.pch"
  28. AssemblerListingLocation=".Debug/"
  29. ObjectFile=".Debug/"
  30. ProgramDataBaseFileName=".Debug/"
  31. WarningLevel="3"
  32. SuppressStartupBanner="TRUE"
  33. DebugInformationFormat="4"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. AdditionalOptions="/MACHINE:I386"
  39. AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
  40. OutputFile="d:mirgui.exe"
  41. LinkIncremental="2"
  42. SuppressStartupBanner="TRUE"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile=".Debug/mirgui.pdb"
  45. SubSystem="2"/>
  46. <Tool
  47. Name="VCMIDLTool"
  48. PreprocessorDefinitions="_DEBUG"
  49. MkTypLibCompatible="TRUE"
  50. SuppressStartupBanner="TRUE"
  51. TargetEnvironment="1"
  52. TypeLibraryName=".Debug/MirGui.tlb"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"/>
  55. <Tool
  56. Name="VCPreBuildEventTool"/>
  57. <Tool
  58. Name="VCPreLinkEventTool"/>
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="Release|Win32"
  76. OutputDirectory="f:"
  77. IntermediateDirectory=".debug"
  78. ConfigurationType="1"
  79. UseOfMFC="0"
  80. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  81. CharacterSet="2">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. InlineFunctionExpansion="1"
  85. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  86. StringPooling="TRUE"
  87. RuntimeLibrary="4"
  88. EnableFunctionLevelLinking="TRUE"
  89. PrecompiledHeaderFile=".Release/MirGui.pch"
  90. AssemblerListingLocation=".Release/"
  91. ObjectFile=".Release/"
  92. ProgramDataBaseFileName=".Release/"
  93. WarningLevel="3"
  94. SuppressStartupBanner="TRUE"/>
  95. <Tool
  96. Name="VCCustomBuildTool"/>
  97. <Tool
  98. Name="VCLinkerTool"
  99. AdditionalOptions="/MACHINE:I386"
  100. AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
  101. OutputFile="d:mirgui.exe"
  102. LinkIncremental="1"
  103. SuppressStartupBanner="TRUE"
  104. ProgramDatabaseFile=".Release/mirgui.pdb"
  105. SubSystem="2"/>
  106. <Tool
  107. Name="VCMIDLTool"
  108. PreprocessorDefinitions="NDEBUG"
  109. MkTypLibCompatible="TRUE"
  110. SuppressStartupBanner="TRUE"
  111. TargetEnvironment="1"
  112. TypeLibraryName=".Release/MirGui.tlb"/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. Culture="2052"/>
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"/>
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. <Tool
  130. Name="VCManagedWrapperGeneratorTool"/>
  131. <Tool
  132. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <References>
  136. </References>
  137. <Files>
  138. <Filter
  139. Name="Source Files"
  140. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  141. <File
  142. RelativePath=".mircode.cpp">
  143. </File>
  144. <File
  145. RelativePath=".MirGame.cpp">
  146. </File>
  147. <File
  148. RelativePath=".MirGameMap.cpp">
  149. </File>
  150. <File
  151. RelativePath=".mirgroup.cpp">
  152. </File>
  153. <File
  154. RelativePath=".MirGroup1.cpp">
  155. </File>
  156. <File
  157. RelativePath=".MirGui.cpp">
  158. </File>
  159. <File
  160. RelativePath=".MirGui.rc">
  161. </File>
  162. <File
  163. RelativePath=".MirMiniMap.cpp">
  164. </File>
  165. <File
  166. RelativePath=".MirMsg.cpp">
  167. </File>
  168. <File
  169. RelativePath=".MirProcMsg.cpp">
  170. </File>
  171. <File
  172. RelativePath=".MirSocket.cpp">
  173. </File>
  174. <File
  175. RelativePath=".StdAfx.cpp">
  176. <FileConfiguration
  177. Name="Debug|Win32">
  178. <Tool
  179. Name="VCCLCompilerTool"
  180. UsePrecompiledHeader="1"
  181. PrecompiledHeaderThrough="stdafx.h"/>
  182. </FileConfiguration>
  183. <FileConfiguration
  184. Name="Release|Win32">
  185. <Tool
  186. Name="VCCLCompilerTool"
  187. UsePrecompiledHeader="1"
  188. PrecompiledHeaderThrough="stdafx.h"/>
  189. </FileConfiguration>
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl">
  195. <File
  196. RelativePath=".bindef.h">
  197. </File>
  198. <File
  199. RelativePath=".mircode.h">
  200. </File>
  201. <File
  202. RelativePath=".MirGame.h">
  203. </File>
  204. <File
  205. RelativePath=".MirGameMap.h">
  206. </File>
  207. <File
  208. RelativePath=".mirgroup.h">
  209. </File>
  210. <File
  211. RelativePath=".MirGroup1.h">
  212. </File>
  213. <File
  214. RelativePath=".MirGui.h">
  215. </File>
  216. <File
  217. RelativePath=".MirMiniMap.h">
  218. </File>
  219. <File
  220. RelativePath=".MirMsg.h">
  221. </File>
  222. <File
  223. RelativePath=".MirProcMsg.h">
  224. </File>
  225. <File
  226. RelativePath=".MirSocket.h">
  227. </File>
  228. <File
  229. RelativePath=".resource.h">
  230. </File>
  231. <File
  232. RelativePath=".StdAfx.h">
  233. </File>
  234. </Filter>
  235. <Filter
  236. Name="Resource Files"
  237. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  238. <File
  239. RelativePath=".kfmren.bmp">
  240. </File>
  241. <File
  242. RelativePath=".MirGui.ico">
  243. </File>
  244. <File
  245. RelativePath=".small.ico">
  246. </File>
  247. </Filter>
  248. <File
  249. RelativePath=".ReadMe.txt">
  250. </File>
  251. </Files>
  252. <Globals>
  253. </Globals>
  254. </VisualStudioProject>