SCREENSAFE.VCPROJ
上传用户:trhysrzt
上传日期:2022-03-19
资源大小:9454k
文件大小:6k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ScreenSafe"
  6. ProjectGUID="{86C6B6C5-AA8A-4B03-88C2-246DBD52A8A4}"
  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)VCProjectDefaultsUpgradeFromVC70.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="true"
  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. AdditionalOptions="opengl32.lib glu32.lib Winmm.lib"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories=""
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="Release"
  105. IntermediateDirectory="Release"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC70.vsprops"
  108. UseOfMFC="2"
  109. CharacterSet="2"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="2"
  131. InlineFunctionExpansion="1"
  132. OmitFramePointers="true"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  134. StringPooling="true"
  135. MinimalRebuild="false"
  136. RuntimeLibrary="2"
  137. EnableFunctionLevelLinking="true"
  138. TreatWChar_tAsBuiltInType="true"
  139. UsePrecompiledHeader="2"
  140. WarningLevel="3"
  141. Detect64BitPortabilityProblems="true"
  142. DebugInformationFormat="3"
  143. />
  144. <Tool
  145. Name="VCManagedResourceCompilerTool"
  146. />
  147. <Tool
  148. Name="VCResourceCompilerTool"
  149. PreprocessorDefinitions="NDEBUG"
  150. Culture="1033"
  151. AdditionalIncludeDirectories="$(IntDir)"
  152. />
  153. <Tool
  154. Name="VCPreLinkEventTool"
  155. />
  156. <Tool
  157. Name="VCLinkerTool"
  158. LinkIncremental="1"
  159. GenerateDebugInformation="true"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. RandomizedBaseAddress="1"
  164. DataExecutionPrevention="0"
  165. TargetMachine="1"
  166. />
  167. <Tool
  168. Name="VCALinkTool"
  169. />
  170. <Tool
  171. Name="VCManifestTool"
  172. />
  173. <Tool
  174. Name="VCXDCMakeTool"
  175. />
  176. <Tool
  177. Name="VCBscMakeTool"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCAppVerifierTool"
  184. />
  185. <Tool
  186. Name="VCPostBuildEventTool"
  187. />
  188. </Configuration>
  189. </Configurations>
  190. <References>
  191. </References>
  192. <Files>
  193. <Filter
  194. Name="Source Files"
  195. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  196. >
  197. <File
  198. RelativePath="MyWnd.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath="ScreenSafe.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath="ScreenSafeDlg.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath="stdafx.cpp"
  211. >
  212. <FileConfiguration
  213. Name="Debug|Win32"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. UsePrecompiledHeader="1"
  218. />
  219. </FileConfiguration>
  220. <FileConfiguration
  221. Name="Release|Win32"
  222. >
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. UsePrecompiledHeader="1"
  226. />
  227. </FileConfiguration>
  228. </File>
  229. </Filter>
  230. <Filter
  231. Name="Header Files"
  232. Filter="h;hpp;hxx;hm;inl;inc"
  233. >
  234. <File
  235. RelativePath="MyWnd.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath="Resource.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="ScreenSafe.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath="ScreenSafeDlg.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath="stdafx.h"
  252. >
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="Resource Files"
  257. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest"
  258. >
  259. <File
  260. RelativePath="CLOTH01.BMP"
  261. >
  262. </File>
  263. <File
  264. RelativePath="CLOTH02.BMP"
  265. >
  266. </File>
  267. <File
  268. RelativePath="CLOTH03.BMP"
  269. >
  270. </File>
  271. <File
  272. RelativePath="CLOTH04.BMP"
  273. >
  274. </File>
  275. <File
  276. RelativePath="rescursor1.cur"
  277. >
  278. </File>
  279. <File
  280. RelativePath="resicon1.ico"
  281. >
  282. </File>
  283. <File
  284. RelativePath="resScreenSafe.ico"
  285. >
  286. </File>
  287. <File
  288. RelativePath="resScreenSafe.manifest"
  289. >
  290. </File>
  291. <File
  292. RelativePath="ScreenSafe.rc"
  293. >
  294. </File>
  295. <File
  296. RelativePath="resScreenSafe.rc2"
  297. >
  298. </File>
  299. </Filter>
  300. <File
  301. RelativePath="ReadMe.txt"
  302. >
  303. </File>
  304. </Files>
  305. <Globals>
  306. </Globals>
  307. </VisualStudioProject>