MonitorTest.vcproj
上传用户:maidou0901
上传日期:2008-10-19
资源大小:68k
文件大小:5k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="MonitorTest"
  6. ProjectGUID="{5ADFADCD-62AB-4FAB-8BDE-894E245B445B}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. SubSystem="2"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="FALSE"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. PreprocessorDefinitions="_DEBUG"
  53. Culture="1033"
  54. AdditionalIncludeDirectories="$(IntDir)"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCXMLDataGeneratorTool"/>
  59. <Tool
  60. Name="VCWebDeploymentTool"/>
  61. <Tool
  62. Name="VCManagedWrapperGeneratorTool"/>
  63. <Tool
  64. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="Release|Win32"
  68. OutputDirectory="Release"
  69. IntermediateDirectory="Release"
  70. ConfigurationType="1"
  71. UseOfMFC="2"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. Optimization="2"
  76. InlineFunctionExpansion="1"
  77. OmitFramePointers="TRUE"
  78. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  79. StringPooling="TRUE"
  80. MinimalRebuild="FALSE"
  81. RuntimeLibrary="2"
  82. EnableFunctionLevelLinking="TRUE"
  83. TreatWChar_tAsBuiltInType="TRUE"
  84. UsePrecompiledHeader="3"
  85. WarningLevel="3"
  86. Detect64BitPortabilityProblems="TRUE"
  87. DebugInformationFormat="3"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. LinkIncremental="1"
  93. GenerateDebugInformation="TRUE"
  94. SubSystem="2"
  95. OptimizeReferences="2"
  96. EnableCOMDATFolding="2"
  97. TargetMachine="1"/>
  98. <Tool
  99. Name="VCMIDLTool"
  100. PreprocessorDefinitions="NDEBUG"
  101. MkTypLibCompatible="FALSE"/>
  102. <Tool
  103. Name="VCPostBuildEventTool"/>
  104. <Tool
  105. Name="VCPreBuildEventTool"/>
  106. <Tool
  107. Name="VCPreLinkEventTool"/>
  108. <Tool
  109. Name="VCResourceCompilerTool"
  110. PreprocessorDefinitions="NDEBUG"
  111. Culture="1033"
  112. AdditionalIncludeDirectories="$(IntDir)"/>
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"/>
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"/>
  117. <Tool
  118. Name="VCWebDeploymentTool"/>
  119. <Tool
  120. Name="VCManagedWrapperGeneratorTool"/>
  121. <Tool
  122. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  123. </Configuration>
  124. </Configurations>
  125. <References>
  126. </References>
  127. <Files>
  128. <Filter
  129. Name="Source Files"
  130. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  131. <File
  132. RelativePath="MonitorDC.cpp">
  133. </File>
  134. <File
  135. RelativePath="Monitors.cpp">
  136. </File>
  137. <File
  138. RelativePath="MonitorTest.cpp">
  139. </File>
  140. <File
  141. RelativePath="MonitorTestDlg.cpp">
  142. </File>
  143. <File
  144. RelativePath="Multimon.cpp">
  145. </File>
  146. <File
  147. RelativePath=".MultiMonitor.cpp">
  148. </File>
  149. <File
  150. RelativePath="stdafx.cpp">
  151. <FileConfiguration
  152. Name="Debug|Win32">
  153. <Tool
  154. Name="VCCLCompilerTool"
  155. UsePrecompiledHeader="1"/>
  156. </FileConfiguration>
  157. <FileConfiguration
  158. Name="Release|Win32">
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. UsePrecompiledHeader="1"/>
  162. </FileConfiguration>
  163. </File>
  164. </Filter>
  165. <Filter
  166. Name="Header Files"
  167. Filter="h;hpp;hxx;hm;inl;inc">
  168. <File
  169. RelativePath="MonitorDC.h">
  170. </File>
  171. <File
  172. RelativePath="Monitors.h">
  173. </File>
  174. <File
  175. RelativePath="MonitorTest.h">
  176. </File>
  177. <File
  178. RelativePath="MonitorTestDlg.h">
  179. </File>
  180. <File
  181. RelativePath=".MultiMonitor.h">
  182. </File>
  183. <File
  184. RelativePath="Resource.h">
  185. </File>
  186. <File
  187. RelativePath="stdafx.h">
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Resource Files"
  192. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  193. <File
  194. RelativePath="resMonitorTest.ico">
  195. </File>
  196. <File
  197. RelativePath="resMonitorTest.manifest">
  198. </File>
  199. <File
  200. RelativePath="MonitorTest.rc">
  201. </File>
  202. <File
  203. RelativePath="resMonitorTest.rc2">
  204. </File>
  205. </Filter>
  206. <File
  207. RelativePath="ReadMe.txt">
  208. </File>
  209. </Files>
  210. <Globals>
  211. <Global
  212. Name="RESOURCE_FILE"
  213. Value="MonitorTest.rc"/>
  214. </Globals>
  215. </VisualStudioProject>