Editor.vcproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Editor"
  6. ProjectGUID="{5F023FFD-F2FD-4963-AEF6-9F149734330A}"
  7. RootNamespace="Editor"
  8. Keyword="MFCProj"
  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="..\..\..\bin\RunTimeDepot"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. UseOfMFC="2"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="false"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\RunTimeDepot;..\UI;..\common"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. TreatWChar_tAsBuiltInType="true"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="4"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="2052"
  66. AdditionalIncludeDirectories="$(IntDir)"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalDependencies="$(OutDir)\RunTimeDepot.lib ..\log4cproj_c\Log4C\lib\log4c.lib"
  74. LinkIncremental="2"
  75. GenerateDebugInformation="true"
  76. SubSystem="2"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory="..\..\..\bin\RunTimeDepot"
  106. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  109. UseOfMFC="2"
  110. CharacterSet="2"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. MkTypLibCompatible="false"
  128. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. AdditionalIncludeDirectories="..\RunTimeDepot;..\UI;..\common"
  132. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  133. MinimalRebuild="false"
  134. RuntimeLibrary="2"
  135. TreatWChar_tAsBuiltInType="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. Detect64BitPortabilityProblems="true"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="NDEBUG"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. />
  153. <Tool
  154. Name="VCLinkerTool"
  155. AdditionalDependencies="$(OutDir)\RunTimeDepot.lib ..\log4cproj_c\Log4C\lib\log4c.lib"
  156. LinkIncremental="1"
  157. GenerateDebugInformation="true"
  158. SubSystem="2"
  159. OptimizeReferences="2"
  160. EnableCOMDATFolding="2"
  161. RandomizedBaseAddress="1"
  162. DataExecutionPrevention="0"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. </Configurations>
  188. <References>
  189. </References>
  190. <Files>
  191. <Filter
  192. Name="Ô´Îļþ"
  193. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  194. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  195. >
  196. <File
  197. RelativePath=".\AddCmdImpl.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\AddCmdImplItem.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\AddCmdStlye.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\AddDevice.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\Editor.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\EditorDlg.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\stdafx.cpp"
  222. >
  223. <FileConfiguration
  224. Name="Debug|Win32"
  225. >
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. UsePrecompiledHeader="1"
  229. />
  230. </FileConfiguration>
  231. <FileConfiguration
  232. Name="Release|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. UsePrecompiledHeader="1"
  237. />
  238. </FileConfiguration>
  239. </File>
  240. </Filter>
  241. <Filter
  242. Name="Í·Îļþ"
  243. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  244. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  245. >
  246. <File
  247. RelativePath=".\AddCmdImpl.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\AddCmdImplItem.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\AddCmdStlye.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\AddDevice.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\Editor.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\EditorDlg.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\Resource.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\stdafx.h"
  276. >
  277. </File>
  278. </Filter>
  279. <Filter
  280. Name="×ÊÔ´Îļþ"
  281. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  282. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  283. >
  284. <File
  285. RelativePath=".\res\1_edit32.ico"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\res\2_edit32.ico"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\res\2_edit48.ico"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\res\Editor.ico"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\Editor.rc"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\res\Editor.rc2"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\res\folderbmp.bmp"
  310. >
  311. </File>
  312. </Filter>
  313. <Filter
  314. Name="UI"
  315. >
  316. <File
  317. RelativePath="..\UI\BackgroundUtil.cpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\UI\BackgroundUtil.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\UI\BCMenu.cpp"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\UI\BCMenu.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\UI\BkDialog.cpp"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\UI\BkDialog.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\UI\BkDialogST.cpp"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\UI\BkDialogST.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\UI\BtnST.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\UI\BtnST.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\UI\CeXDib.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\UI\CeXDib.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\UI\HyperLink.cpp"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\UI\HyperLink.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\UI\ShadeButtonST.cpp"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\UI\ShadeButtonST.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\UI\WinXPButtonST.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\UI\WinXPButtonST.h"
  386. >
  387. </File>
  388. </Filter>
  389. <Filter
  390. Name="common"
  391. >
  392. <File
  393. RelativePath="..\common\IniReader.cpp"
  394. >
  395. </File>
  396. <File
  397. RelativePath="..\common\IniReader.h"
  398. >
  399. </File>
  400. </Filter>
  401. <File
  402. RelativePath=".\res\Editor.manifest"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\ReadMe.txt"
  407. >
  408. </File>
  409. </Files>
  410. <Globals>
  411. <Global
  412. Name="RESOURCE_FILE"
  413. Value="Editor.rc"
  414. />
  415. </Globals>
  416. </VisualStudioProject>