VcDotNetMDI.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="VcDotNetMDI"
  6. ProjectGUID="{94654BC4-07E5-42A6-87F5-B21034DE12EA}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. TreatWChar_tAsBuiltInType="true"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. Detect64BitPortabilityProblems="false"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="1033"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. RandomizedBaseAddress="1"
  75. DataExecutionPrevention="0"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="Release"
  103. IntermediateDirectory="Release"
  104. ConfigurationType="1"
  105. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  106. UseOfMFC="1"
  107. CharacterSet="2"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;STATIC_MFC_LINK"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="0"
  131. TreatWChar_tAsBuiltInType="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. Detect64BitPortabilityProblems="false"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="1033"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. LinkIncremental="1"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. RandomizedBaseAddress="1"
  157. DataExecutionPrevention="0"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="Source Files"
  188. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath="..\src\AutoHideBar.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\ChildFrm.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath="..\src\DockPageBar.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\EditDlg.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\MainFrm.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\SearchDlg.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\src\sizecbar.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\stdafx.cpp"
  221. >
  222. <FileConfiguration
  223. Name="Debug|Win32"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. UsePrecompiledHeader="1"
  228. />
  229. </FileConfiguration>
  230. <FileConfiguration
  231. Name="Release|Win32"
  232. >
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. UsePrecompiledHeader="1"
  236. />
  237. </FileConfiguration>
  238. </File>
  239. <File
  240. RelativePath=".\VcDotNetMDI.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\VcDotNetMDIDoc.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\VcDotNetMDIView.cpp"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="Header Files"
  254. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  255. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  256. >
  257. <File
  258. RelativePath="..\src\AutoHideBar.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\ChildFrm.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\src\DockPageBar.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\EditDlg.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\MainFrm.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\Resource.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\SearchDlg.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath="..\src\sizecbar.h"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\stdafx.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\VcDotNetMDI.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\VcDotNetMDIDoc.h"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\VcDotNetMDIView.h"
  303. >
  304. </File>
  305. </Filter>
  306. <Filter
  307. Name="Resource Files"
  308. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  309. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  310. >
  311. <File
  312. RelativePath=".\res\ico00001.ico"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\res\ico00002.ico"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\res\ico00003.ico"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\res\icon1.ico"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\res\Toolbar.bmp"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\res\VcDotNetMDI.ico"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\VcDotNetMDI.rc"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\res\VcDotNetMDI.rc2"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\res\VcDotNetMDIDoc.ico"
  345. >
  346. </File>
  347. </Filter>
  348. <File
  349. RelativePath=".\ReadMe.txt"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\SearchDlg.htm"
  354. DeploymentContent="true"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\res\VcDotNetMDI.manifest"
  359. >
  360. </File>
  361. </Files>
  362. <Globals>
  363. </Globals>
  364. </VisualStudioProject>