You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

210 lines
4.3 KiB

5 years ago
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lesson200-drawImage"
  6. ProjectGUID="{4880A4A6-8888-4A22-910F-F65223B5C200}"
  7. RootNamespace="lesson200-drawImage"
  8. Keyword="Win32Proj"
  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="../../temp/$(ConfigurationName)/$(ProjectName)"
  22. IntermediateDirectory="../../temp/$(ConfigurationName)/$(ProjectName)"
  23. ConfigurationType="1"
  24. CharacterSet="2"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. OutputFile="../../bin/$(ConfigurationName)/$(ProjectName).exe"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="2"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="../../temp/$(ConfigurationName)/$(ProjectName)"
  94. IntermediateDirectory="../../temp/$(ConfigurationName)/$(ProjectName)"
  95. ConfigurationType="1"
  96. CharacterSet="2"
  97. WholeProgramOptimization="1"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. />
  102. <Tool
  103. Name="VCCustomBuildTool"
  104. />
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCMIDLTool"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. Optimization="2"
  117. EnableIntrinsicFunctions="true"
  118. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  119. RuntimeLibrary="0"
  120. EnableFunctionLevelLinking="true"
  121. EnableEnhancedInstructionSet="0"
  122. FloatingPointModel="0"
  123. UsePrecompiledHeader="0"
  124. WarningLevel="3"
  125. DebugInformationFormat="3"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCPreLinkEventTool"
  135. />
  136. <Tool
  137. Name="VCLinkerTool"
  138. AdditionalDependencies="FreeImage.lib"
  139. OutputFile="../../bin/$(ConfigurationName)/$(ProjectName).exe"
  140. LinkIncremental="1"
  141. GenerateDebugInformation="true"
  142. SubSystem="2"
  143. OptimizeReferences="2"
  144. EnableCOMDATFolding="2"
  145. TargetMachine="1"
  146. />
  147. <Tool
  148. Name="VCALinkTool"
  149. />
  150. <Tool
  151. Name="VCManifestTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCAppVerifierTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. </Configurations>
  170. <References>
  171. </References>
  172. <Files>
  173. <Filter
  174. Name="Դ�ļ�"
  175. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  176. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  177. >
  178. <File
  179. RelativePath=".\lesson200.cpp"
  180. >
  181. </File>
  182. </Filter>
  183. <Filter
  184. Name="ͷ�ļ�"
  185. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  186. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  187. >
  188. <File
  189. RelativePath=".\CELLMath.hpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\Raster.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\Raster.h"
  198. >
  199. </File>
  200. </Filter>
  201. <Filter
  202. Name="��Դ�ļ�"
  203. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  204. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  205. >
  206. </Filter>
  207. </Files>
  208. <Globals>
  209. </Globals>
  210. </VisualStudioProject>