IDE.vcproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="IDE"
  6. ProjectGUID="{23E374CD-F819-429B-9016-E5046D28441F}"
  7. RootNamespace="IDE"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  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="..\..\..\..\bin\$(SolutionName)\"
  22. IntermediateDirectory="$(OutDir)$(ProjectName)\$(ConfigurationName)\"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="..\..\..\..\bin\$(SolutionName)\"
  100. IntermediateDirectory="$(OutDir)$(ProjectName)\$(ConfigurationName)\"
  101. ConfigurationType="1"
  102. UseOfMFC="2"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. TargetMachine="1"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. </Configurations>
  180. <References>
  181. </References>
  182. <Files>
  183. <Filter
  184. Name="Ô´Îļþ"
  185. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  186. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  187. >
  188. <File
  189. RelativePath=".\CalendarBar.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\ChildFrm.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\ClassView.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\FileView.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\IDE.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\IDEDoc.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\IDEView.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\MainFrm.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\OutputWnd.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\PropertiesWnd.cpp"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\stdafx.cpp"
  230. >
  231. <FileConfiguration
  232. Name="Debug|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. UsePrecompiledHeader="1"
  237. />
  238. </FileConfiguration>
  239. <FileConfiguration
  240. Name="Release|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. UsePrecompiledHeader="1"
  245. />
  246. </FileConfiguration>
  247. </File>
  248. <File
  249. RelativePath=".\ViewTree.cpp"
  250. >
  251. </File>
  252. </Filter>
  253. <Filter
  254. Name="Í·Îļþ"
  255. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  256. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  257. >
  258. <File
  259. RelativePath=".\CalendarBar.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\ChildFrm.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\ClassView.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\FileView.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\IDE.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\IDEDoc.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\IDEView.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\MainFrm.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\OutputWnd.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\PropertiesWnd.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\Resource.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\stdafx.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\targetver.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\ViewTree.h"
  312. >
  313. </File>
  314. </Filter>
  315. <Filter
  316. Name="×ÊÔ´Îļþ"
  317. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  318. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  319. >
  320. <File
  321. RelativePath=".\res\buttons.bmp"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\res\class_view.ico"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\res\class_view_hc.ico"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\res\classview.bmp"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\res\classview_hc.bmp"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".\res\explorer.bmp"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".\res\explorer_hc.bmp"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\res\file_view.ico"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\res\file_view_hc.ico"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\res\filelarge.bmp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\res\filesmall.bmp"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\res\fileview.bmp"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\res\fileview_hc.bmp"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\res\IDE.ico"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\IDE.rc"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\res\IDE.rc2"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\res\IDEDoc.ico"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\res\info.bmp"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\res\main.bmp"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\res\menuimages.bmp"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\res\menuimages_hc.bmp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\res\nav_large.bmp"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\res\nav_large_hc.bmp"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\res\output_wnd.ico"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\res\output_wnd_hc.ico"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".\res\pages.bmp"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".\res\pages_hc.bmp"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\res\pages_small.bmp"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\res\pages_small_hc.bmp"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\res\properties.bmp"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\res\properties_hc.bmp"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\res\properties_wnd.ico"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\res\properties_wnd_hc.ico"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".\res\sort.bmp"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".\res\sort_hc.bmp"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".\res\Toolbar.bmp"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".\res\Toolbar256.bmp"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".\res\writelarge.bmp"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".\res\writesmall.bmp"
  474. >
  475. </File>
  476. </Filter>
  477. <File
  478. RelativePath=".\ReadMe.txt"
  479. >
  480. </File>
  481. </Files>
  482. <Globals>
  483. </Globals>
  484. </VisualStudioProject>