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

对话框与窗口

开发平台:

Visual C++

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