SkinUI_ScrollBar.vcproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SkinUI_ScrollBar"
  6. ProjectGUID="{BAE19B94-710F-4994-BA83-1D17E51680E5}"
  7. RootNamespace="SkinUI_ScrollBar"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="0"
  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="..\Lib"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="4"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. CallingConvention="0"
  54. CompileAs="2"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLibrarianTool"
  67. OutputFile="../lib/SkinUI_ScrollBar_d.lib"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCXDCMakeTool"
  74. />
  75. <Tool
  76. Name="VCBscMakeTool"
  77. />
  78. <Tool
  79. Name="VCFxCopTool"
  80. />
  81. <Tool
  82. Name="VCPostBuildEventTool"
  83. />
  84. </Configuration>
  85. <Configuration
  86. Name="Release|Win32"
  87. OutputDirectory="..\Lib"
  88. IntermediateDirectory="$(ConfigurationName)"
  89. ConfigurationType="4"
  90. CharacterSet="2"
  91. >
  92. <Tool
  93. Name="VCPreBuildEventTool"
  94. />
  95. <Tool
  96. Name="VCCustomBuildTool"
  97. />
  98. <Tool
  99. Name="VCXMLDataGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCMIDLTool"
  106. />
  107. <Tool
  108. Name="VCCLCompilerTool"
  109. Optimization="2"
  110. InlineFunctionExpansion="0"
  111. EnableIntrinsicFunctions="false"
  112. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  113. StringPooling="false"
  114. RuntimeLibrary="0"
  115. EnableFunctionLevelLinking="true"
  116. UsePrecompiledHeader="0"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="false"
  119. DebugInformationFormat="0"
  120. CompileAs="2"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCPreLinkEventTool"
  130. />
  131. <Tool
  132. Name="VCLibrarianTool"
  133. OutputFile="../lib/SkinUI_ScrollBar.lib"
  134. />
  135. <Tool
  136. Name="VCALinkTool"
  137. />
  138. <Tool
  139. Name="VCXDCMakeTool"
  140. />
  141. <Tool
  142. Name="VCBscMakeTool"
  143. />
  144. <Tool
  145. Name="VCFxCopTool"
  146. />
  147. <Tool
  148. Name="VCPostBuildEventTool"
  149. />
  150. </Configuration>
  151. <Configuration
  152. Name="Debug_Unicode|Win32"
  153. OutputDirectory="..\Lib"
  154. IntermediateDirectory="$(ConfigurationName)"
  155. ConfigurationType="4"
  156. UseOfMFC="2"
  157. CharacterSet="1"
  158. >
  159. <Tool
  160. Name="VCPreBuildEventTool"
  161. />
  162. <Tool
  163. Name="VCCustomBuildTool"
  164. />
  165. <Tool
  166. Name="VCXMLDataGeneratorTool"
  167. />
  168. <Tool
  169. Name="VCWebServiceProxyGeneratorTool"
  170. />
  171. <Tool
  172. Name="VCMIDLTool"
  173. />
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. Optimization="0"
  177. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  178. MinimalRebuild="true"
  179. BasicRuntimeChecks="3"
  180. RuntimeLibrary="3"
  181. UsePrecompiledHeader="0"
  182. WarningLevel="3"
  183. Detect64BitPortabilityProblems="true"
  184. DebugInformationFormat="4"
  185. CallingConvention="0"
  186. CompileAs="2"
  187. />
  188. <Tool
  189. Name="VCManagedResourceCompilerTool"
  190. />
  191. <Tool
  192. Name="VCResourceCompilerTool"
  193. />
  194. <Tool
  195. Name="VCPreLinkEventTool"
  196. />
  197. <Tool
  198. Name="VCLibrarianTool"
  199. OutputFile="../lib/SkinUI_ScrollBar_ud.lib"
  200. />
  201. <Tool
  202. Name="VCALinkTool"
  203. />
  204. <Tool
  205. Name="VCXDCMakeTool"
  206. />
  207. <Tool
  208. Name="VCBscMakeTool"
  209. />
  210. <Tool
  211. Name="VCFxCopTool"
  212. />
  213. <Tool
  214. Name="VCPostBuildEventTool"
  215. />
  216. </Configuration>
  217. <Configuration
  218. Name="Release_Unicode|Win32"
  219. OutputDirectory="..\Lib"
  220. IntermediateDirectory="$(ConfigurationName)"
  221. ConfigurationType="4"
  222. CharacterSet="1"
  223. >
  224. <Tool
  225. Name="VCPreBuildEventTool"
  226. />
  227. <Tool
  228. Name="VCCustomBuildTool"
  229. />
  230. <Tool
  231. Name="VCXMLDataGeneratorTool"
  232. />
  233. <Tool
  234. Name="VCWebServiceProxyGeneratorTool"
  235. />
  236. <Tool
  237. Name="VCMIDLTool"
  238. />
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. Optimization="2"
  242. InlineFunctionExpansion="0"
  243. EnableIntrinsicFunctions="false"
  244. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  245. StringPooling="false"
  246. RuntimeLibrary="0"
  247. EnableFunctionLevelLinking="true"
  248. UsePrecompiledHeader="0"
  249. WarningLevel="3"
  250. Detect64BitPortabilityProblems="false"
  251. DebugInformationFormat="0"
  252. CompileAs="2"
  253. />
  254. <Tool
  255. Name="VCManagedResourceCompilerTool"
  256. />
  257. <Tool
  258. Name="VCResourceCompilerTool"
  259. />
  260. <Tool
  261. Name="VCPreLinkEventTool"
  262. />
  263. <Tool
  264. Name="VCLibrarianTool"
  265. OutputFile="../lib/SkinUI_ScrollBar_u.lib"
  266. />
  267. <Tool
  268. Name="VCALinkTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. />
  276. <Tool
  277. Name="VCFxCopTool"
  278. />
  279. <Tool
  280. Name="VCPostBuildEventTool"
  281. />
  282. </Configuration>
  283. </Configurations>
  284. <References>
  285. </References>
  286. <Files>
  287. <Filter
  288. Name="Ô´Îļþ"
  289. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  290. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  291. >
  292. <File
  293. RelativePath=".\SkinUI_ScrollBar.cpp"
  294. >
  295. </File>
  296. </Filter>
  297. <Filter
  298. Name="Í·Îļþ"
  299. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  300. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  301. >
  302. <File
  303. RelativePath=".\internal.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\SkinUI_ScrollBar.h"
  308. >
  309. </File>
  310. </Filter>
  311. <Filter
  312. Name="×ÊÔ´Îļþ"
  313. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  314. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  315. >
  316. </Filter>
  317. <File
  318. RelativePath=".\ReadMe.txt"
  319. >
  320. </File>
  321. </Files>
  322. <Globals>
  323. </Globals>
  324. </VisualStudioProject>