Frame.vcproj
上传用户:jalin138
上传日期:2022-02-12
资源大小:5720k
文件大小:7k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Frame"
  6. ProjectGUID="{8A8C7562-A9D0-4ED0-B4D3-20C75DD7E33B}"
  7. RootNamespace="Frame"
  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="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. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. IgnoreDefaultLibraryNames="libc.lib"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. RandomizedBaseAddress="1"
  69. DataExecutionPrevention="0"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="2"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  120. RuntimeLibrary="2"
  121. UsePrecompiledHeader="0"
  122. WarningLevel="3"
  123. Detect64BitPortabilityProblems="true"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. LinkIncremental="1"
  138. IgnoreDefaultLibraryNames="LIBC.lib"
  139. GenerateDebugInformation="true"
  140. SubSystem="2"
  141. OptimizeReferences="2"
  142. EnableCOMDATFolding="2"
  143. RandomizedBaseAddress="1"
  144. DataExecutionPrevention="0"
  145. TargetMachine="1"
  146. />
  147. <Tool
  148. Name="VCALinkTool"
  149. />
  150. <Tool
  151. Name="VCManifestTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCAppVerifierTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. </Configurations>
  170. <References>
  171. </References>
  172. <Files>
  173. <Filter
  174. Name="Resource File"
  175. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  176. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  177. >
  178. <File
  179. RelativePath=".Frame.cpp"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".State.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".StateInfo.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".WinMain.cpp"
  192. >
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Head File"
  197. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  198. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  199. >
  200. <File
  201. RelativePath=".Frame.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".Info.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".State.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".StateInfo.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".Thraeds.h"
  218. >
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="资源文件"
  223. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  224. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  225. >
  226. </Filter>
  227. <Filter
  228. Name="GfxFont"
  229. >
  230. <File
  231. RelativePath=".GfxFont.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".GfxFont.h"
  236. >
  237. </File>
  238. </Filter>
  239. <Filter
  240. Name="Scene"
  241. >
  242. <Filter
  243. Name="Head File"
  244. >
  245. <File
  246. RelativePath=".SceneManage.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".StateLoading.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".StateMenu.h"
  255. >
  256. </File>
  257. </Filter>
  258. <Filter
  259. Name="Resource File"
  260. >
  261. <File
  262. RelativePath=".SceneManage.cpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".StateLoading.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".StateMenu.cpp"
  271. >
  272. </File>
  273. </Filter>
  274. </Filter>
  275. <Filter
  276. Name="Button"
  277. >
  278. <Filter
  279. Name="Head File"
  280. >
  281. <File
  282. RelativePath=".Cbutton.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".CbuttonFont.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".CbuttonPicture.h"
  291. >
  292. </File>
  293. </Filter>
  294. <Filter
  295. Name="Resource File"
  296. >
  297. <File
  298. RelativePath=".Cbutton.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".CbuttonFont.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".CbuttonPicture.cpp"
  307. >
  308. </File>
  309. </Filter>
  310. </Filter>
  311. <Filter
  312. Name="Play"
  313. >
  314. <Filter
  315. Name="Head File"
  316. >
  317. <File
  318. RelativePath=".PlayChange.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".PlayCheckDel.h"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".PlayCommand.h"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".Sprite.h"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".StatePlay.h"
  335. >
  336. </File>
  337. </Filter>
  338. <Filter
  339. Name="Resource File"
  340. >
  341. <File
  342. RelativePath=".PlayChange.cpp"
  343. >
  344. </File>
  345. <File
  346. RelativePath=".PlayCheckDel.cpp"
  347. >
  348. </File>
  349. <File
  350. RelativePath=".PlayCommand.cpp"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".Sprite.cpp"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".StatePlay.cpp"
  359. >
  360. </File>
  361. </Filter>
  362. </Filter>
  363. </Files>
  364. <Globals>
  365. </Globals>
  366. </VisualStudioProject>