d.vcproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="d"
  6. ProjectGUID="{296B9741-4E49-4838-BF99-08DF0D65900F}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory=".\Release"
  21. IntermediateDirectory=".\Release"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="NDEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\Release/d.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="2"
  52. InlineFunctionExpansion="1"
  53. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  54. StringPooling="true"
  55. RuntimeLibrary="2"
  56. EnableFunctionLevelLinking="true"
  57. UsePrecompiledHeader="2"
  58. PrecompiledHeaderThrough="stdafx.h"
  59. PrecompiledHeaderFile=".\Release/d.pch"
  60. AssemblerListingLocation=".\Release/"
  61. ObjectFile=".\Release/"
  62. ProgramDataBaseFileName=".\Release/"
  63. BrowseInformation="1"
  64. WarningLevel="3"
  65. SuppressStartupBanner="true"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="NDEBUG"
  73. Culture="2052"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. OutputFile=".\Release/d.exe"
  81. LinkIncremental="1"
  82. SuppressStartupBanner="true"
  83. ProgramDatabaseFile=".\Release/d.pdb"
  84. SubSystem="2"
  85. RandomizedBaseAddress="1"
  86. DataExecutionPrevention="0"
  87. TargetMachine="1"
  88. />
  89. <Tool
  90. Name="VCALinkTool"
  91. />
  92. <Tool
  93. Name="VCManifestTool"
  94. />
  95. <Tool
  96. Name="VCXDCMakeTool"
  97. />
  98. <Tool
  99. Name="VCBscMakeTool"
  100. SuppressStartupBanner="true"
  101. OutputFile=".\Release/d.bsc"
  102. />
  103. <Tool
  104. Name="VCFxCopTool"
  105. />
  106. <Tool
  107. Name="VCAppVerifierTool"
  108. />
  109. <Tool
  110. Name="VCPostBuildEventTool"
  111. />
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="Source Files"
  119. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  120. >
  121. <File
  122. RelativePath="BrowseFolder.cpp"
  123. >
  124. <FileConfiguration
  125. Name="Release|Win32"
  126. >
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. PreprocessorDefinitions=""
  130. />
  131. </FileConfiguration>
  132. </File>
  133. <File
  134. RelativePath="d.cpp"
  135. >
  136. <FileConfiguration
  137. Name="Release|Win32"
  138. >
  139. <Tool
  140. Name="VCCLCompilerTool"
  141. PreprocessorDefinitions=""
  142. />
  143. </FileConfiguration>
  144. </File>
  145. <File
  146. RelativePath="d.rc"
  147. >
  148. <FileConfiguration
  149. Name="Release|Win32"
  150. >
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions=""
  154. />
  155. </FileConfiguration>
  156. </File>
  157. <File
  158. RelativePath="dDlg.cpp"
  159. >
  160. <FileConfiguration
  161. Name="Release|Win32"
  162. >
  163. <Tool
  164. Name="VCCLCompilerTool"
  165. PreprocessorDefinitions=""
  166. />
  167. </FileConfiguration>
  168. </File>
  169. <File
  170. RelativePath="FaderWnd.cpp"
  171. >
  172. <FileConfiguration
  173. Name="Release|Win32"
  174. >
  175. <Tool
  176. Name="VCCLCompilerTool"
  177. PreprocessorDefinitions=""
  178. />
  179. </FileConfiguration>
  180. </File>
  181. <File
  182. RelativePath="LogoDlg.cpp"
  183. >
  184. <FileConfiguration
  185. Name="Release|Win32"
  186. >
  187. <Tool
  188. Name="VCCLCompilerTool"
  189. PreprocessorDefinitions=""
  190. />
  191. </FileConfiguration>
  192. </File>
  193. <File
  194. RelativePath="SelectDlg.cpp"
  195. >
  196. <FileConfiguration
  197. Name="Release|Win32"
  198. >
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. PreprocessorDefinitions=""
  202. />
  203. </FileConfiguration>
  204. </File>
  205. <File
  206. RelativePath="StdAfx.cpp"
  207. >
  208. <FileConfiguration
  209. Name="Release|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. PreprocessorDefinitions=""
  214. UsePrecompiledHeader="1"
  215. />
  216. </FileConfiguration>
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="Header Files"
  221. Filter="h;hpp;hxx;hm;inl"
  222. >
  223. <File
  224. RelativePath="BrowseFolder.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath="d.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath="dDlg.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath="..\ÆÁĻȡɫ\FaderWnd.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath="FileWatcher.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath="LogoDlg.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="Resource.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="SelectDlg.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath="StdAfx.h"
  257. >
  258. </File>
  259. </Filter>
  260. <Filter
  261. Name="Resource Files"
  262. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  263. >
  264. <File
  265. RelativePath="res\187.ico"
  266. >
  267. </File>
  268. <File
  269. RelativePath="res\315.ico"
  270. >
  271. </File>
  272. <File
  273. RelativePath="res\324.ico"
  274. >
  275. </File>
  276. <File
  277. RelativePath="res\d.ico"
  278. >
  279. </File>
  280. <File
  281. RelativePath="res\d.rc2"
  282. >
  283. </File>
  284. <File
  285. RelativePath="res\Input.ico"
  286. >
  287. </File>
  288. <File
  289. RelativePath="res\Logo.bmp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="res\Mail03.ico"
  294. >
  295. </File>
  296. <File
  297. RelativePath="res\xptheme.bin"
  298. >
  299. </File>
  300. </Filter>
  301. <File
  302. RelativePath="res\Alert.WAV"
  303. >
  304. </File>
  305. <File
  306. RelativePath="ReadMe.txt"
  307. >
  308. </File>
  309. <File
  310. RelativePath="res\recycle.wav"
  311. >
  312. </File>
  313. </Files>
  314. <Globals>
  315. </Globals>
  316. </VisualStudioProject>