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

游戏引擎

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  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="VCWebDeploymentTool"/>
  67. </Configuration>
  68. <Configuration
  69. Name="Release|Win32"
  70. OutputDirectory="f:"
  71. IntermediateDirectory=".debug"
  72. ConfigurationType="1"
  73. UseOfMFC="0"
  74. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. InlineFunctionExpansion="1"
  79. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  80. StringPooling="TRUE"
  81. RuntimeLibrary="4"
  82. EnableFunctionLevelLinking="TRUE"
  83. PrecompiledHeaderFile=".Release/MirGui.pch"
  84. AssemblerListingLocation=".Release/"
  85. ObjectFile=".Release/"
  86. ProgramDataBaseFileName=".Release/"
  87. WarningLevel="3"
  88. SuppressStartupBanner="TRUE"/>
  89. <Tool
  90. Name="VCCustomBuildTool"/>
  91. <Tool
  92. Name="VCLinkerTool"
  93. AdditionalOptions="/MACHINE:I386"
  94. AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib"
  95. OutputFile="d:mirgui.exe"
  96. LinkIncremental="1"
  97. SuppressStartupBanner="TRUE"
  98. ProgramDatabaseFile=".Release/mirgui.pdb"
  99. SubSystem="2"/>
  100. <Tool
  101. Name="VCMIDLTool"
  102. PreprocessorDefinitions="NDEBUG"
  103. MkTypLibCompatible="TRUE"
  104. SuppressStartupBanner="TRUE"
  105. TargetEnvironment="1"
  106. TypeLibraryName=".Release/MirGui.tlb"/>
  107. <Tool
  108. Name="VCPostBuildEventTool"/>
  109. <Tool
  110. Name="VCPreBuildEventTool"/>
  111. <Tool
  112. Name="VCPreLinkEventTool"/>
  113. <Tool
  114. Name="VCResourceCompilerTool"
  115. PreprocessorDefinitions="NDEBUG"
  116. Culture="2052"/>
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"/>
  119. <Tool
  120. Name="VCWebDeploymentTool"/>
  121. </Configuration>
  122. </Configurations>
  123. <Files>
  124. <Filter
  125. Name="Source Files"
  126. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  127. <File
  128. RelativePath=".MirGame.cpp">
  129. </File>
  130. <File
  131. RelativePath=".MirGameMap.cpp">
  132. </File>
  133. <File
  134. RelativePath=".MirGroup1.cpp">
  135. </File>
  136. <File
  137. RelativePath=".MirGui.cpp">
  138. </File>
  139. <File
  140. RelativePath=".MirGui.rc">
  141. </File>
  142. <File
  143. RelativePath=".MirMiniMap.cpp">
  144. </File>
  145. <File
  146. RelativePath=".MirMsg.cpp">
  147. </File>
  148. <File
  149. RelativePath=".MirProcMsg.cpp">
  150. </File>
  151. <File
  152. RelativePath=".MirSocket.cpp">
  153. </File>
  154. <File
  155. RelativePath=".StdAfx.cpp">
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. UsePrecompiledHeader="1"
  161. PrecompiledHeaderThrough="stdafx.h"/>
  162. </FileConfiguration>
  163. <FileConfiguration
  164. Name="Release|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. UsePrecompiledHeader="1"
  168. PrecompiledHeaderThrough="stdafx.h"/>
  169. </FileConfiguration>
  170. </File>
  171. <File
  172. RelativePath=".mircode.cpp">
  173. </File>
  174. <File
  175. RelativePath=".mirgroup.cpp">
  176. </File>
  177. </Filter>
  178. <Filter
  179. Name="Header Files"
  180. Filter="h;hpp;hxx;hm;inl">
  181. <File
  182. RelativePath=".MirGame.h">
  183. </File>
  184. <File
  185. RelativePath=".MirGameMap.h">
  186. </File>
  187. <File
  188. RelativePath=".MirGroup1.h">
  189. </File>
  190. <File
  191. RelativePath=".MirGui.h">
  192. </File>
  193. <File
  194. RelativePath=".MirMiniMap.h">
  195. </File>
  196. <File
  197. RelativePath=".MirMsg.h">
  198. </File>
  199. <File
  200. RelativePath=".MirProcMsg.h">
  201. </File>
  202. <File
  203. RelativePath=".MirSocket.h">
  204. </File>
  205. <File
  206. RelativePath=".StdAfx.h">
  207. </File>
  208. <File
  209. RelativePath=".bindef.h">
  210. </File>
  211. <File
  212. RelativePath=".mircode.h">
  213. </File>
  214. <File
  215. RelativePath=".mirgroup.h">
  216. </File>
  217. <File
  218. RelativePath=".resource.h">
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="Resource Files"
  223. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  224. <File
  225. RelativePath=".MirGui.ico">
  226. </File>
  227. <File
  228. RelativePath=".kfmren.bmp">
  229. </File>
  230. <File
  231. RelativePath=".small.ico">
  232. </File>
  233. </Filter>
  234. <File
  235. RelativePath=".ReadMe.txt">
  236. </File>
  237. </Files>
  238. <Globals>
  239. </Globals>
  240. </VisualStudioProject>