SkinSBDemo.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SkinSBDemo"
  6. ProjectGUID="{F1F24032-F863-436C-93BE-D9DBE01778E2}"
  7. RootNamespace="SkinSBDemo"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. ValidateParameters="false"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  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. AdditionalDependencies="..\lib\detours.lib ..\lib\skinsb.lib"
  72. LinkIncremental="2"
  73. GenerateDebugInformation="true"
  74. SubSystem="2"
  75. RandomizedBaseAddress="1"
  76. DataExecutionPrevention="0"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="1"
  106. UseOfMFC="2"
  107. CharacterSet="1"
  108. WholeProgramOptimization="1"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="false"
  126. ValidateParameters="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. Detect64BitPortabilityProblems="true"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="1033"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. AdditionalDependencies="..\lib\detours.lib ..\lib\skinsb.lib"
  153. LinkIncremental="1"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. RandomizedBaseAddress="1"
  159. DataExecutionPrevention="0"
  160. TargetMachine="1"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="Source Files"
  190. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  191. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  192. >
  193. <File
  194. RelativePath=".\SkinSBDemo.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\SkinSBDemoDlg.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\stdafx.cpp"
  203. >
  204. <FileConfiguration
  205. Name="Debug|Win32"
  206. >
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. UsePrecompiledHeader="1"
  210. />
  211. </FileConfiguration>
  212. <FileConfiguration
  213. Name="Release|Win32"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. UsePrecompiledHeader="1"
  218. />
  219. </FileConfiguration>
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Header Files"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath=".\Resource.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\SkinSBDemo.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\SkinSBDemoDlg.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\stdafx.h"
  241. >
  242. </File>
  243. </Filter>
  244. <Filter
  245. Name="Resource Files"
  246. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  247. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  248. >
  249. <File
  250. RelativePath=".\res\scroll.bmp"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\res\SkinSBDemo.ico"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\SkinSBDemo.rc"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\res\SkinSBDemo.rc2"
  263. >
  264. </File>
  265. </Filter>
  266. <File
  267. RelativePath=".\ReadMe.txt"
  268. >
  269. </File>
  270. </Files>
  271. <Globals>
  272. <Global
  273. Name="RESOURCE_FILE"
  274. Value="SkinSBDemo.rc"
  275. />
  276. </Globals>
  277. </VisualStudioProject>