ResourceEditor_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:14k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ResourceEditor"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Unicode Debug|Win32"
  16. OutputDirectory=".Unicode_Debug/vc71"
  17. IntermediateDirectory=".Unicode_Debug/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="1">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. AdditionalOptions="/Zm200 "
  25. Optimization="0"
  26. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  27. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="3"
  30. TreatWChar_tAsBuiltInType="TRUE"
  31. UsePrecompiledHeader="3"
  32. PrecompiledHeaderThrough="stdafx.h"
  33. PrecompiledHeaderFile=".Unicode_Debug/vc71/ResourceEditor.pch"
  34. AssemblerListingLocation=".Unicode_Debug/vc71/"
  35. ObjectFile=".Unicode_Debug/vc71/"
  36. ProgramDataBaseFileName=".Unicode_Debug/vc71/"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"
  39. DebugInformationFormat="4"
  40. CompileAs="0"/>
  41. <Tool
  42. Name="VCCustomBuildTool"/>
  43. <Tool
  44. Name="VCLinkerTool"
  45. OutputFile="../../../bin/vc71/ResourceEditorUD.exe"
  46. LinkIncremental="2"
  47. SuppressStartupBanner="TRUE"
  48. AdditionalLibraryDirectories="../../../lib/vc71"
  49. GenerateDebugInformation="TRUE"
  50. ProgramDatabaseFile=".Unicode_Debug/vc71/ResourceEditorUD.pdb"
  51. SubSystem="2"
  52. EntryPointSymbol="wWinMainCRTStartup"
  53. TargetMachine="1"/>
  54. <Tool
  55. Name="VCMIDLTool"
  56. PreprocessorDefinitions="_DEBUG"
  57. MkTypLibCompatible="TRUE"
  58. SuppressStartupBanner="TRUE"
  59. TargetEnvironment="1"
  60. TypeLibraryName=".Unicode_Debug/vc71/ResourceEditor.tlb"
  61. HeaderFileName=""/>
  62. <Tool
  63. Name="VCPostBuildEventTool"/>
  64. <Tool
  65. Name="VCPreBuildEventTool"/>
  66. <Tool
  67. Name="VCPreLinkEventTool"/>
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG"
  71. Culture="1033"
  72. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  73. <Tool
  74. Name="VCWebServiceProxyGeneratorTool"/>
  75. <Tool
  76. Name="VCXMLDataGeneratorTool"/>
  77. <Tool
  78. Name="VCWebDeploymentTool"/>
  79. <Tool
  80. Name="VCManagedWrapperGeneratorTool"/>
  81. <Tool
  82. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  83. </Configuration>
  84. <Configuration
  85. Name="Static Release|Win32"
  86. OutputDirectory=".Static_Release/vc71"
  87. IntermediateDirectory=".Static_Release/vc71"
  88. ConfigurationType="1"
  89. UseOfMFC="1"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  91. CharacterSet="2">
  92. <Tool
  93. Name="VCCLCompilerTool"
  94. AdditionalOptions="/Zm200 "
  95. Optimization="2"
  96. InlineFunctionExpansion="1"
  97. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  98. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_XTP_STATICLINK"
  99. StringPooling="TRUE"
  100. RuntimeLibrary="0"
  101. EnableFunctionLevelLinking="TRUE"
  102. TreatWChar_tAsBuiltInType="TRUE"
  103. UsePrecompiledHeader="3"
  104. PrecompiledHeaderThrough="stdafx.h"
  105. PrecompiledHeaderFile=".Static_Release/vc71/ResourceEditor.pch"
  106. AssemblerListingLocation=".Static_Release/vc71/"
  107. ObjectFile=".Static_Release/vc71/"
  108. ProgramDataBaseFileName=".Static_Release/vc71/"
  109. WarningLevel="3"
  110. SuppressStartupBanner="TRUE"
  111. CompileAs="0"/>
  112. <Tool
  113. Name="VCCustomBuildTool"/>
  114. <Tool
  115. Name="VCLinkerTool"
  116. OutputFile="../../../bin/vc71/ResourceEditor.exe"
  117. LinkIncremental="1"
  118. SuppressStartupBanner="TRUE"
  119. AdditionalLibraryDirectories="../../../lib/vc71"
  120. ProgramDatabaseFile=".Static_Release/vc71/ResourceEditor.pdb"
  121. SubSystem="2"
  122. TargetMachine="1"/>
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="TRUE"
  127. SuppressStartupBanner="TRUE"
  128. TargetEnvironment="1"
  129. TypeLibraryName=".Static_Release/vc71/ResourceEditor.tlb"
  130. HeaderFileName=""/>
  131. <Tool
  132. Name="VCPostBuildEventTool"/>
  133. <Tool
  134. Name="VCPreBuildEventTool"/>
  135. <Tool
  136. Name="VCPreLinkEventTool"/>
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="NDEBUG;_XTP_STATICLINK"
  140. Culture="1033"
  141. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  142. <Tool
  143. Name="VCWebServiceProxyGeneratorTool"/>
  144. <Tool
  145. Name="VCXMLDataGeneratorTool"/>
  146. <Tool
  147. Name="VCWebDeploymentTool"/>
  148. <Tool
  149. Name="VCManagedWrapperGeneratorTool"/>
  150. <Tool
  151. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  152. </Configuration>
  153. <Configuration
  154. Name="Release|Win32"
  155. OutputDirectory=".Release/vc71"
  156. IntermediateDirectory=".Release/vc71"
  157. ConfigurationType="1"
  158. UseOfMFC="2"
  159. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  160. CharacterSet="2">
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. AdditionalOptions="/Zm200 "
  164. Optimization="2"
  165. InlineFunctionExpansion="1"
  166. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  167. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  168. StringPooling="TRUE"
  169. RuntimeLibrary="2"
  170. EnableFunctionLevelLinking="TRUE"
  171. TreatWChar_tAsBuiltInType="TRUE"
  172. UsePrecompiledHeader="3"
  173. PrecompiledHeaderThrough="stdafx.h"
  174. PrecompiledHeaderFile=".Release/vc71/ResourceEditor.pch"
  175. AssemblerListingLocation=".Release/vc71/"
  176. ObjectFile=".Release/vc71/"
  177. ProgramDataBaseFileName=".Release/vc71/"
  178. WarningLevel="3"
  179. SuppressStartupBanner="TRUE"
  180. CompileAs="0"/>
  181. <Tool
  182. Name="VCCustomBuildTool"/>
  183. <Tool
  184. Name="VCLinkerTool"
  185. OutputFile="../../../bin/vc71/ResourceEditor.exe"
  186. LinkIncremental="1"
  187. SuppressStartupBanner="TRUE"
  188. AdditionalLibraryDirectories="../../../lib/vc71"
  189. ProgramDatabaseFile=".Release/vc71/ResourceEditor.pdb"
  190. SubSystem="2"
  191. TargetMachine="1"/>
  192. <Tool
  193. Name="VCMIDLTool"
  194. PreprocessorDefinitions="NDEBUG"
  195. MkTypLibCompatible="TRUE"
  196. SuppressStartupBanner="TRUE"
  197. TargetEnvironment="1"
  198. TypeLibraryName=".Release/vc71/ResourceEditor.tlb"
  199. HeaderFileName=""/>
  200. <Tool
  201. Name="VCPostBuildEventTool"/>
  202. <Tool
  203. Name="VCPreBuildEventTool"/>
  204. <Tool
  205. Name="VCPreLinkEventTool"/>
  206. <Tool
  207. Name="VCResourceCompilerTool"
  208. PreprocessorDefinitions="NDEBUG"
  209. Culture="1033"
  210. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  211. <Tool
  212. Name="VCWebServiceProxyGeneratorTool"/>
  213. <Tool
  214. Name="VCXMLDataGeneratorTool"/>
  215. <Tool
  216. Name="VCWebDeploymentTool"/>
  217. <Tool
  218. Name="VCManagedWrapperGeneratorTool"/>
  219. <Tool
  220. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  221. </Configuration>
  222. <Configuration
  223. Name="Debug|Win32"
  224. OutputDirectory=".Debug/vc71"
  225. IntermediateDirectory=".Debug/vc71"
  226. ConfigurationType="1"
  227. UseOfMFC="2"
  228. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  229. CharacterSet="2">
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. AdditionalOptions="/Zm200 "
  233. Optimization="0"
  234. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  235. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  236. BasicRuntimeChecks="3"
  237. RuntimeLibrary="3"
  238. TreatWChar_tAsBuiltInType="TRUE"
  239. UsePrecompiledHeader="3"
  240. PrecompiledHeaderThrough="stdafx.h"
  241. PrecompiledHeaderFile=".Debug/vc71/ResourceEditor.pch"
  242. AssemblerListingLocation=".Debug/vc71/"
  243. ObjectFile=".Debug/vc71/"
  244. ProgramDataBaseFileName=".Debug/vc71/"
  245. WarningLevel="4"
  246. SuppressStartupBanner="TRUE"
  247. DebugInformationFormat="4"
  248. CompileAs="0"/>
  249. <Tool
  250. Name="VCCustomBuildTool"/>
  251. <Tool
  252. Name="VCLinkerTool"
  253. OutputFile="../../../bin/vc71/ResourceEditorD.exe"
  254. LinkIncremental="2"
  255. SuppressStartupBanner="TRUE"
  256. AdditionalLibraryDirectories="../../../lib/vc71"
  257. GenerateDebugInformation="TRUE"
  258. ProgramDatabaseFile=".Debug/vc71/ResourceEditorD.pdb"
  259. SubSystem="2"
  260. TargetMachine="1"/>
  261. <Tool
  262. Name="VCMIDLTool"
  263. PreprocessorDefinitions="_DEBUG"
  264. MkTypLibCompatible="TRUE"
  265. SuppressStartupBanner="TRUE"
  266. TargetEnvironment="1"
  267. TypeLibraryName=".Debug/vc71/ResourceEditor.tlb"
  268. HeaderFileName=""/>
  269. <Tool
  270. Name="VCPostBuildEventTool"/>
  271. <Tool
  272. Name="VCPreBuildEventTool"/>
  273. <Tool
  274. Name="VCPreLinkEventTool"/>
  275. <Tool
  276. Name="VCResourceCompilerTool"
  277. PreprocessorDefinitions="_DEBUG"
  278. Culture="1033"
  279. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  280. <Tool
  281. Name="VCWebServiceProxyGeneratorTool"/>
  282. <Tool
  283. Name="VCXMLDataGeneratorTool"/>
  284. <Tool
  285. Name="VCWebDeploymentTool"/>
  286. <Tool
  287. Name="VCManagedWrapperGeneratorTool"/>
  288. <Tool
  289. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  290. </Configuration>
  291. <Configuration
  292. Name="Unicode Release|Win32"
  293. OutputDirectory=".Unicode_Release/vc71"
  294. IntermediateDirectory=".Unicode_Release/vc71"
  295. ConfigurationType="1"
  296. UseOfMFC="2"
  297. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  298. CharacterSet="1">
  299. <Tool
  300. Name="VCCLCompilerTool"
  301. AdditionalOptions="/Zm200 "
  302. Optimization="2"
  303. InlineFunctionExpansion="1"
  304. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  305. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  306. StringPooling="TRUE"
  307. RuntimeLibrary="2"
  308. EnableFunctionLevelLinking="TRUE"
  309. TreatWChar_tAsBuiltInType="TRUE"
  310. UsePrecompiledHeader="3"
  311. PrecompiledHeaderThrough="stdafx.h"
  312. PrecompiledHeaderFile=".Unicode_Release/vc71/ResourceEditor.pch"
  313. AssemblerListingLocation=".Unicode_Release/vc71/"
  314. ObjectFile=".Unicode_Release/vc71/"
  315. ProgramDataBaseFileName=".Unicode_Release/vc71/"
  316. WarningLevel="3"
  317. SuppressStartupBanner="TRUE"
  318. CompileAs="0"/>
  319. <Tool
  320. Name="VCCustomBuildTool"/>
  321. <Tool
  322. Name="VCLinkerTool"
  323. OutputFile="../../../bin/vc71/ResourceEditorU.exe"
  324. LinkIncremental="1"
  325. SuppressStartupBanner="TRUE"
  326. AdditionalLibraryDirectories="../../../lib/vc71"
  327. ProgramDatabaseFile=".Unicode_Release/vc71/ResourceEditorU.pdb"
  328. SubSystem="2"
  329. EntryPointSymbol="wWinMainCRTStartup"
  330. TargetMachine="1"/>
  331. <Tool
  332. Name="VCMIDLTool"
  333. PreprocessorDefinitions="NDEBUG"
  334. MkTypLibCompatible="TRUE"
  335. SuppressStartupBanner="TRUE"
  336. TargetEnvironment="1"
  337. TypeLibraryName=".Unicode_Release/vc71/ResourceEditor.tlb"
  338. HeaderFileName=""/>
  339. <Tool
  340. Name="VCPostBuildEventTool"/>
  341. <Tool
  342. Name="VCPreBuildEventTool"/>
  343. <Tool
  344. Name="VCPreLinkEventTool"/>
  345. <Tool
  346. Name="VCResourceCompilerTool"
  347. PreprocessorDefinitions="NDEBUG"
  348. Culture="1033"
  349. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  350. <Tool
  351. Name="VCWebServiceProxyGeneratorTool"/>
  352. <Tool
  353. Name="VCXMLDataGeneratorTool"/>
  354. <Tool
  355. Name="VCWebDeploymentTool"/>
  356. <Tool
  357. Name="VCManagedWrapperGeneratorTool"/>
  358. <Tool
  359. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  360. </Configuration>
  361. </Configurations>
  362. <References>
  363. </References>
  364. <Files>
  365. <Filter
  366. Name="Source Files"
  367. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  368. <File
  369. RelativePath="ChildFrm.cpp">
  370. </File>
  371. <File
  372. RelativePath="MainFrm.cpp">
  373. </File>
  374. <File
  375. RelativePath="PreviewPane.cpp">
  376. </File>
  377. <File
  378. RelativePath="ResourceEditor.cpp">
  379. </File>
  380. <File
  381. RelativePath="ResourceEditor.rc">
  382. </File>
  383. <File
  384. RelativePath="ResourceEditorDoc.cpp">
  385. </File>
  386. <File
  387. RelativePath="ResourceEditorView.cpp">
  388. </File>
  389. <File
  390. RelativePath="ResourceExport.cpp">
  391. </File>
  392. <File
  393. RelativePath="ResourceImport.cpp">
  394. </File>
  395. <File
  396. RelativePath="ResourceViewRecord.cpp">
  397. </File>
  398. <File
  399. RelativePath="StdAfx.cpp">
  400. <FileConfiguration
  401. Name="Unicode Debug|Win32">
  402. <Tool
  403. Name="VCCLCompilerTool"
  404. UsePrecompiledHeader="1"/>
  405. </FileConfiguration>
  406. <FileConfiguration
  407. Name="Static Release|Win32">
  408. <Tool
  409. Name="VCCLCompilerTool"
  410. UsePrecompiledHeader="1"/>
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Release|Win32">
  414. <Tool
  415. Name="VCCLCompilerTool"
  416. UsePrecompiledHeader="1"/>
  417. </FileConfiguration>
  418. <FileConfiguration
  419. Name="Debug|Win32">
  420. <Tool
  421. Name="VCCLCompilerTool"
  422. UsePrecompiledHeader="1"/>
  423. </FileConfiguration>
  424. <FileConfiguration
  425. Name="Unicode Release|Win32">
  426. <Tool
  427. Name="VCCLCompilerTool"
  428. UsePrecompiledHeader="1"/>
  429. </FileConfiguration>
  430. </File>
  431. </Filter>
  432. <Filter
  433. Name="Header Files"
  434. Filter="h;hpp;hxx;hm;inl">
  435. <File
  436. RelativePath="ChildFrm.h">
  437. </File>
  438. <File
  439. RelativePath="MainFrm.h">
  440. </File>
  441. <File
  442. RelativePath="PreviewPane.h">
  443. </File>
  444. <File
  445. RelativePath="Resource.h">
  446. </File>
  447. <File
  448. RelativePath="ResourceEditor.h">
  449. </File>
  450. <File
  451. RelativePath="ResourceEditorDoc.h">
  452. </File>
  453. <File
  454. RelativePath="ResourceEditorView.h">
  455. </File>
  456. <File
  457. RelativePath="ResourceExport.h">
  458. </File>
  459. <File
  460. RelativePath="ResourceImport.h">
  461. </File>
  462. <File
  463. RelativePath="ResourceViewRecord.h">
  464. </File>
  465. <File
  466. RelativePath="ResourceViewRecord.inl">
  467. </File>
  468. <File
  469. RelativePath="StdAfx.h">
  470. </File>
  471. </Filter>
  472. <Filter
  473. Name="Resource Files"
  474. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  475. <File
  476. RelativePath="resCjSample.ico">
  477. </File>
  478. <File
  479. RelativePath="resHeader.bin">
  480. </File>
  481. <File
  482. RelativePath="resimg_restree.bmp">
  483. </File>
  484. <File
  485. RelativePath="resResourceEditor.rc2">
  486. </File>
  487. <File
  488. RelativePath="resResourceEditorDoc.ico">
  489. </File>
  490. <File
  491. RelativePath="resToolbar.bmp">
  492. </File>
  493. </Filter>
  494. <File
  495. RelativePath="ReadMe.txt">
  496. </File>
  497. </Files>
  498. <Globals>
  499. </Globals>
  500. </VisualStudioProject>