PopFax.vcproj
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:6k
源码类别:

打印编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="PopFax"
  6. ProjectGUID="{0680D1D2-DEB2-4108-BB6E-E99EE09C8E11}"
  7. RootNamespace="PopFax"
  8. Keyword="Win32Proj"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. ATLMinimizesCRunTimeLibraryUsage="true"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="....app_configinclude;....ini_langinclude;C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Include;C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Includeatl;C:CxImageUCxImage"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. Culture="1033"
  60. AdditionalIncludeDirectories="C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Include"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. LinkIncremental="2"
  68. AdditionalLibraryDirectories="C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Lib;C:CxImageUCxImageCxImageDLLUnicode_Release"
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. EmbedManifest="false"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCWebDeploymentTool"
  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. ATLMinimizesCRunTimeLibraryUsage="false"
  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. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. AdditionalIncludeDirectories="....app_configinclude;....ini_langinclude;C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Include;C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Includeatl;C:CxImageUCxImage"
  126. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  127. RuntimeLibrary="0"
  128. UsePrecompiledHeader="0"
  129. WarningLevel="3"
  130. Detect64BitPortabilityProblems="true"
  131. DebugInformationFormat="3"
  132. />
  133. <Tool
  134. Name="VCManagedResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. Culture="1033"
  139. AdditionalIncludeDirectories="C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Include"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. LinkIncremental="1"
  147. AdditionalLibraryDirectories="C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Lib;C:CxImageUCxImageCxImageDLLUnicode_Release"
  148. GenerateDebugInformation="true"
  149. SubSystem="2"
  150. OptimizeReferences="2"
  151. EnableCOMDATFolding="2"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. EmbedManifest="false"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCWebDeploymentTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. </Configurations>
  181. <References>
  182. </References>
  183. <Files>
  184. <Filter
  185. Name="Source Files"
  186. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  187. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  188. >
  189. <File
  190. RelativePath="....app_configsrcapp_config.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".config.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".convert.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath="....ini_langsrcini_lang.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".PopFax.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath="C:CxImageUCxImageximage.cpp"
  211. >
  212. </File>
  213. </Filter>
  214. <Filter
  215. Name="Header Files"
  216. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  217. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  218. >
  219. <File
  220. RelativePath="....app_configincludeapp_config.h"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".config.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".convert.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath="....ini_langincludeini_lang.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".lang.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".PopFax.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".Resource.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="C:CxImageUCxImageximage.h"
  249. >
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="Resource Files"
  254. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  255. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  256. >
  257. <File
  258. RelativePath=".dll1.bin"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".PopFax.ico"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".PopFax.rc"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".small.ico"
  271. >
  272. </File>
  273. </Filter>
  274. <File
  275. RelativePath=".ReadMe.txt"
  276. >
  277. </File>
  278. </Files>
  279. <Globals>
  280. </Globals>
  281. </VisualStudioProject>