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

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="SearchOptions"
  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;_MBCS"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="3"
  30. TreatWChar_tAsBuiltInType="TRUE"
  31. UsePrecompiledHeader="3"
  32. PrecompiledHeaderThrough="stdafx.h"
  33. PrecompiledHeaderFile=".Unicode_Debug/vc71/SearchOptions.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/SearchOptionsUD.exe"
  46. LinkIncremental="2"
  47. SuppressStartupBanner="TRUE"
  48. AdditionalLibraryDirectories="../../../lib/vc71"
  49. GenerateDebugInformation="TRUE"
  50. ProgramDatabaseFile=".Unicode_Debug/vc71/SearchOptionsUD.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/SearchOptions.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="Unicode Release|Win32"
  86. OutputDirectory=".Unicode_Release/vc71"
  87. IntermediateDirectory=".Unicode_Release/vc71"
  88. ConfigurationType="1"
  89. UseOfMFC="2"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  91. CharacterSet="1">
  92. <Tool
  93. Name="VCCLCompilerTool"
  94. AdditionalOptions="/Zm200 "
  95. Optimization="2"
  96. InlineFunctionExpansion="1"
  97. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  98. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  99. StringPooling="TRUE"
  100. RuntimeLibrary="2"
  101. EnableFunctionLevelLinking="TRUE"
  102. TreatWChar_tAsBuiltInType="TRUE"
  103. UsePrecompiledHeader="3"
  104. PrecompiledHeaderThrough="stdafx.h"
  105. PrecompiledHeaderFile=".Unicode_Release/vc71/SearchOptions.pch"
  106. AssemblerListingLocation=".Unicode_Release/vc71/"
  107. ObjectFile=".Unicode_Release/vc71/"
  108. ProgramDataBaseFileName=".Unicode_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/SearchOptionsU.exe"
  117. LinkIncremental="1"
  118. SuppressStartupBanner="TRUE"
  119. AdditionalLibraryDirectories="../../../lib/vc71"
  120. ProgramDatabaseFile=".Unicode_Release/vc71/SearchOptionsU.pdb"
  121. SubSystem="2"
  122. EntryPointSymbol="wWinMainCRTStartup"
  123. TargetMachine="1"/>
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. MkTypLibCompatible="TRUE"
  128. SuppressStartupBanner="TRUE"
  129. TargetEnvironment="1"
  130. TypeLibraryName=".Unicode_Release/vc71/SearchOptions.tlb"
  131. HeaderFileName=""/>
  132. <Tool
  133. Name="VCPostBuildEventTool"/>
  134. <Tool
  135. Name="VCPreBuildEventTool"/>
  136. <Tool
  137. Name="VCPreLinkEventTool"/>
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. PreprocessorDefinitions="NDEBUG"
  141. Culture="1033"
  142. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  143. <Tool
  144. Name="VCWebServiceProxyGeneratorTool"/>
  145. <Tool
  146. Name="VCXMLDataGeneratorTool"/>
  147. <Tool
  148. Name="VCWebDeploymentTool"/>
  149. <Tool
  150. Name="VCManagedWrapperGeneratorTool"/>
  151. <Tool
  152. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  153. </Configuration>
  154. <Configuration
  155. Name="Debug|Win32"
  156. OutputDirectory=".Debug/vc71"
  157. IntermediateDirectory=".Debug/vc71"
  158. ConfigurationType="1"
  159. UseOfMFC="2"
  160. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  161. CharacterSet="2">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. AdditionalOptions="/Zm200 "
  165. Optimization="0"
  166. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  167. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  168. BasicRuntimeChecks="3"
  169. RuntimeLibrary="3"
  170. TreatWChar_tAsBuiltInType="TRUE"
  171. UsePrecompiledHeader="3"
  172. PrecompiledHeaderThrough="stdafx.h"
  173. PrecompiledHeaderFile=".Debug/vc71/SearchOptions.pch"
  174. AssemblerListingLocation=".Debug/vc71/"
  175. ObjectFile=".Debug/vc71/"
  176. ProgramDataBaseFileName=".Debug/vc71/"
  177. WarningLevel="3"
  178. SuppressStartupBanner="TRUE"
  179. DebugInformationFormat="4"
  180. CompileAs="0"/>
  181. <Tool
  182. Name="VCCustomBuildTool"/>
  183. <Tool
  184. Name="VCLinkerTool"
  185. OutputFile="../../../bin/vc71/SearchOptionsD.exe"
  186. LinkIncremental="2"
  187. SuppressStartupBanner="TRUE"
  188. AdditionalLibraryDirectories="../../../lib/vc71"
  189. GenerateDebugInformation="TRUE"
  190. ProgramDatabaseFile=".Debug/vc71/SearchOptionsD.pdb"
  191. SubSystem="2"
  192. TargetMachine="1"/>
  193. <Tool
  194. Name="VCMIDLTool"
  195. PreprocessorDefinitions="_DEBUG"
  196. MkTypLibCompatible="TRUE"
  197. SuppressStartupBanner="TRUE"
  198. TargetEnvironment="1"
  199. TypeLibraryName=".Debug/vc71/SearchOptions.tlb"
  200. HeaderFileName=""/>
  201. <Tool
  202. Name="VCPostBuildEventTool"/>
  203. <Tool
  204. Name="VCPreBuildEventTool"/>
  205. <Tool
  206. Name="VCPreLinkEventTool"/>
  207. <Tool
  208. Name="VCResourceCompilerTool"
  209. PreprocessorDefinitions="_DEBUG"
  210. Culture="1033"
  211. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  212. <Tool
  213. Name="VCWebServiceProxyGeneratorTool"/>
  214. <Tool
  215. Name="VCXMLDataGeneratorTool"/>
  216. <Tool
  217. Name="VCWebDeploymentTool"/>
  218. <Tool
  219. Name="VCManagedWrapperGeneratorTool"/>
  220. <Tool
  221. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  222. </Configuration>
  223. <Configuration
  224. Name="Release|Win32"
  225. OutputDirectory=".Release/vc71"
  226. IntermediateDirectory=".Release/vc71"
  227. ConfigurationType="1"
  228. UseOfMFC="1"
  229. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  230. CharacterSet="2">
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. AdditionalOptions="/Zm200 "
  234. Optimization="2"
  235. InlineFunctionExpansion="1"
  236. AdditionalIncludeDirectories="../../../Source,../../AboutDlg"
  237. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  238. StringPooling="TRUE"
  239. RuntimeLibrary="0"
  240. EnableFunctionLevelLinking="TRUE"
  241. TreatWChar_tAsBuiltInType="TRUE"
  242. UsePrecompiledHeader="3"
  243. PrecompiledHeaderThrough="stdafx.h"
  244. PrecompiledHeaderFile=".Release/vc71/SearchOptions.pch"
  245. AssemblerListingLocation=".Release/vc71/"
  246. ObjectFile=".Release/vc71/"
  247. ProgramDataBaseFileName=".Release/vc71/"
  248. WarningLevel="3"
  249. SuppressStartupBanner="TRUE"
  250. CompileAs="0"/>
  251. <Tool
  252. Name="VCCustomBuildTool"/>
  253. <Tool
  254. Name="VCLinkerTool"
  255. OutputFile="../../../bin/vc71/SearchOptions.exe"
  256. LinkIncremental="1"
  257. SuppressStartupBanner="TRUE"
  258. AdditionalLibraryDirectories="../../../lib/vc71"
  259. ProgramDatabaseFile=".Release/vc71/SearchOptions.pdb"
  260. SubSystem="2"
  261. TargetMachine="1"/>
  262. <Tool
  263. Name="VCMIDLTool"
  264. PreprocessorDefinitions="NDEBUG"
  265. MkTypLibCompatible="TRUE"
  266. SuppressStartupBanner="TRUE"
  267. TargetEnvironment="1"
  268. TypeLibraryName=".Release/vc71/SearchOptions.tlb"
  269. HeaderFileName=""/>
  270. <Tool
  271. Name="VCPostBuildEventTool"/>
  272. <Tool
  273. Name="VCPreBuildEventTool"/>
  274. <Tool
  275. Name="VCPreLinkEventTool"/>
  276. <Tool
  277. Name="VCResourceCompilerTool"
  278. PreprocessorDefinitions="NDEBUG"
  279. Culture="1033"
  280. AdditionalIncludeDirectories="../../../Source;../../AboutDlg"/>
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"/>
  283. <Tool
  284. Name="VCXMLDataGeneratorTool"/>
  285. <Tool
  286. Name="VCWebDeploymentTool"/>
  287. <Tool
  288. Name="VCManagedWrapperGeneratorTool"/>
  289. <Tool
  290. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  291. </Configuration>
  292. </Configurations>
  293. <References>
  294. </References>
  295. <Files>
  296. <Filter
  297. Name="Source Files"
  298. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  299. <File
  300. RelativePath="MainFrm.cpp">
  301. </File>
  302. <File
  303. RelativePath="SearchOptions.cpp">
  304. </File>
  305. <File
  306. RelativePath="SearchOptions.rc">
  307. </File>
  308. <File
  309. RelativePath="SearchOptionsDoc.cpp">
  310. </File>
  311. <File
  312. RelativePath="SearchOptionsPane.cpp">
  313. </File>
  314. <File
  315. RelativePath="SearchOptionsView.cpp">
  316. </File>
  317. <File
  318. RelativePath="StdAfx.cpp">
  319. <FileConfiguration
  320. Name="Unicode Debug|Win32">
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. UsePrecompiledHeader="1"/>
  324. </FileConfiguration>
  325. <FileConfiguration
  326. Name="Unicode Release|Win32">
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. UsePrecompiledHeader="1"/>
  330. </FileConfiguration>
  331. <FileConfiguration
  332. Name="Debug|Win32">
  333. <Tool
  334. Name="VCCLCompilerTool"
  335. UsePrecompiledHeader="1"/>
  336. </FileConfiguration>
  337. <FileConfiguration
  338. Name="Release|Win32">
  339. <Tool
  340. Name="VCCLCompilerTool"
  341. UsePrecompiledHeader="1"/>
  342. </FileConfiguration>
  343. </File>
  344. </Filter>
  345. <Filter
  346. Name="Header Files"
  347. Filter="h;hpp;hxx;hm;inl">
  348. <File
  349. RelativePath="....AboutDlgAboutDlg.h">
  350. </File>
  351. <File
  352. RelativePath="MainFrm.h">
  353. </File>
  354. <File
  355. RelativePath="Resource.h">
  356. </File>
  357. <File
  358. RelativePath="SearchOptions.h">
  359. </File>
  360. <File
  361. RelativePath="SearchOptionsDoc.h">
  362. </File>
  363. <File
  364. RelativePath="SearchOptionsPane.h">
  365. </File>
  366. <File
  367. RelativePath="SearchOptionsView.h">
  368. </File>
  369. <File
  370. RelativePath="StdAfx.h">
  371. </File>
  372. </Filter>
  373. <Filter
  374. Name="Resource Files"
  375. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  376. <File
  377. RelativePath="resCjSample.ico">
  378. </File>
  379. <File
  380. RelativePath="ressearch.ico">
  381. </File>
  382. <File
  383. RelativePath="resSearchOptions.ico">
  384. </File>
  385. <File
  386. RelativePath="resSearchOptions.rc2">
  387. </File>
  388. <File
  389. RelativePath="resSearchOptionsDoc.ico">
  390. </File>
  391. <File
  392. RelativePath="resToolbar.bmp">
  393. </File>
  394. </Filter>
  395. </Files>
  396. <Globals>
  397. </Globals>
  398. </VisualStudioProject>