Editor_7.10.vcproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="Editor"
  6. ProjectGUID="{5F023FFD-F2FD-4963-AEF6-9F149734330A}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="..\temp\Editor\Debug"
  16. IntermediateDirectory="..\temp\Editor\Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="..\common;..\RunTimeDepot;..\UI"
  24. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. UsePrecompiledHeader="3"
  30. WarningLevel="3"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="4"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. AdditionalDependencies="..\RunTimeDepot.lib"
  38. OutputFile="..\bin\$(ProjectName).exe"
  39. LinkIncremental="2"
  40. GenerateDebugInformation="TRUE"
  41. SubSystem="2"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="_DEBUG"
  46. MkTypLibCompatible="FALSE"/>
  47. <Tool
  48. Name="VCPostBuildEventTool"/>
  49. <Tool
  50. Name="VCPreBuildEventTool"/>
  51. <Tool
  52. Name="VCPreLinkEventTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. PreprocessorDefinitions="_DEBUG"
  56. Culture="2052"
  57. AdditionalIncludeDirectories="$(IntDir)"/>
  58. <Tool
  59. Name="VCWebServiceProxyGeneratorTool"/>
  60. <Tool
  61. Name="VCXMLDataGeneratorTool"/>
  62. <Tool
  63. Name="VCWebDeploymentTool"/>
  64. <Tool
  65. Name="VCManagedWrapperGeneratorTool"/>
  66. <Tool
  67. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Release|Win32"
  71. OutputDirectory="..\temp\Editor\Release"
  72. IntermediateDirectory="..\temp\Editor\Release"
  73. ConfigurationType="1"
  74. UseOfMFC="2"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. AdditionalIncludeDirectories="..\common;..\RunTimeDepot;..\UI"
  79. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  80. MinimalRebuild="FALSE"
  81. RuntimeLibrary="2"
  82. TreatWChar_tAsBuiltInType="TRUE"
  83. UsePrecompiledHeader="3"
  84. WarningLevel="3"
  85. Detect64BitPortabilityProblems="TRUE"
  86. DebugInformationFormat="3"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. AdditionalDependencies="..\RunTimeDepot.lib"
  92. OutputFile="..\bin\$(ProjectName).exe"
  93. LinkIncremental="1"
  94. GenerateDebugInformation="TRUE"
  95. SubSystem="2"
  96. OptimizeReferences="2"
  97. EnableCOMDATFolding="2"
  98. TargetMachine="1"/>
  99. <Tool
  100. Name="VCMIDLTool"
  101. PreprocessorDefinitions="NDEBUG"
  102. MkTypLibCompatible="FALSE"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"/>
  105. <Tool
  106. Name="VCPreBuildEventTool"/>
  107. <Tool
  108. Name="VCPreLinkEventTool"/>
  109. <Tool
  110. Name="VCResourceCompilerTool"
  111. PreprocessorDefinitions="NDEBUG"
  112. Culture="2052"
  113. AdditionalIncludeDirectories="$(IntDir)"/>
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"/>
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"/>
  118. <Tool
  119. Name="VCWebDeploymentTool"/>
  120. <Tool
  121. Name="VCManagedWrapperGeneratorTool"/>
  122. <Tool
  123. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  124. </Configuration>
  125. </Configurations>
  126. <References>
  127. </References>
  128. <Files>
  129. <Filter
  130. Name="Ô´Îļþ"
  131. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  132. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  133. <File
  134. RelativePath=".\AddCmdImpl.cpp">
  135. </File>
  136. <File
  137. RelativePath=".\AddCmdImplItem.cpp">
  138. </File>
  139. <File
  140. RelativePath=".\AddCmdStlye.cpp">
  141. </File>
  142. <File
  143. RelativePath=".\AddDevice.cpp">
  144. </File>
  145. <File
  146. RelativePath=".\Editor.cpp">
  147. </File>
  148. <File
  149. RelativePath=".\EditorDlg.cpp">
  150. </File>
  151. <File
  152. RelativePath=".\stdafx.cpp">
  153. <FileConfiguration
  154. Name="Debug|Win32">
  155. <Tool
  156. Name="VCCLCompilerTool"
  157. UsePrecompiledHeader="1"/>
  158. </FileConfiguration>
  159. <FileConfiguration
  160. Name="Release|Win32">
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. UsePrecompiledHeader="1"/>
  164. </FileConfiguration>
  165. </File>
  166. </Filter>
  167. <Filter
  168. Name="Í·Îļþ"
  169. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  170. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  171. <File
  172. RelativePath=".\AddCmdImpl.h">
  173. </File>
  174. <File
  175. RelativePath=".\AddCmdImplItem.h">
  176. </File>
  177. <File
  178. RelativePath=".\AddCmdStlye.h">
  179. </File>
  180. <File
  181. RelativePath=".\AddDevice.h">
  182. </File>
  183. <File
  184. RelativePath=".\Editor.h">
  185. </File>
  186. <File
  187. RelativePath=".\EditorDlg.h">
  188. </File>
  189. <File
  190. RelativePath=".\Resource.h">
  191. </File>
  192. <File
  193. RelativePath=".\stdafx.h">
  194. </File>
  195. </Filter>
  196. <Filter
  197. Name="×ÊÔ´Îļþ"
  198. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  199. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  200. <File
  201. RelativePath=".\res\Editor.ico">
  202. </File>
  203. <File
  204. RelativePath=".\Editor.rc">
  205. </File>
  206. <File
  207. RelativePath=".\res\Editor.rc2">
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="UI"
  212. Filter="">
  213. <File
  214. RelativePath="..\Ui\BackgroundUtil.cpp">
  215. </File>
  216. <File
  217. RelativePath="..\Ui\BackgroundUtil.h">
  218. </File>
  219. <File
  220. RelativePath="..\Ui\BCMenu.cpp">
  221. </File>
  222. <File
  223. RelativePath="..\Ui\BCMenu.h">
  224. </File>
  225. <File
  226. RelativePath="..\Ui\BkDialog.cpp">
  227. </File>
  228. <File
  229. RelativePath="..\Ui\BkDialog.h">
  230. </File>
  231. <File
  232. RelativePath="..\Ui\BkDialogST.cpp">
  233. </File>
  234. <File
  235. RelativePath="..\Ui\BkDialogST.h">
  236. </File>
  237. <File
  238. RelativePath="..\Ui\BtnST.cpp">
  239. </File>
  240. <File
  241. RelativePath="..\Ui\BtnST.h">
  242. </File>
  243. <File
  244. RelativePath="..\Ui\CeXDib.cpp">
  245. </File>
  246. <File
  247. RelativePath="..\Ui\CeXDib.h">
  248. </File>
  249. <File
  250. RelativePath="..\Ui\HyperLink.cpp">
  251. </File>
  252. <File
  253. RelativePath="..\Ui\HyperLink.h">
  254. </File>
  255. <File
  256. RelativePath="..\Ui\ShadeButtonST.cpp">
  257. </File>
  258. <File
  259. RelativePath="..\Ui\ShadeButtonST.h">
  260. </File>
  261. <File
  262. RelativePath="..\Ui\WinXPButtonST.cpp">
  263. </File>
  264. <File
  265. RelativePath="..\Ui\WinXPButtonST.h">
  266. </File>
  267. </Filter>
  268. <Filter
  269. Name="common"
  270. Filter="">
  271. <File
  272. RelativePath="..\common\IniReader.cpp">
  273. </File>
  274. <File
  275. RelativePath="..\common\IniReader.h">
  276. </File>
  277. </Filter>
  278. <File
  279. RelativePath=".\res\Editor.manifest">
  280. </File>
  281. <File
  282. RelativePath=".\ReadMe.txt">
  283. </File>
  284. </Files>
  285. <Globals>
  286. </Globals>
  287. </VisualStudioProject>