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