tcStatic.vcproj 5.8 KB

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