DelaunayDemo.vcproj
上传用户:shlanyl88
上传日期:2013-03-14
资源大小:147k
文件大小:4k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="DelaunayDemo"
  6. ProjectGUID="{2E8AAEB9-0FA9-4DF4-B9BF-3CE611713DB3}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. SubSystem="2"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="FALSE"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. PreprocessorDefinitions="_DEBUG"
  53. Culture="1033"
  54. AdditionalIncludeDirectories="$(IntDir)"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. </Configuration>
  60. <Configuration
  61. Name="Release|Win32"
  62. OutputDirectory="Release"
  63. IntermediateDirectory="Release"
  64. ConfigurationType="1"
  65. UseOfMFC="1"
  66. CharacterSet="2">
  67. <Tool
  68. Name="VCCLCompilerTool"
  69. Optimization="2"
  70. InlineFunctionExpansion="1"
  71. OmitFramePointers="TRUE"
  72. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  73. StringPooling="TRUE"
  74. MinimalRebuild="FALSE"
  75. RuntimeLibrary="0"
  76. EnableFunctionLevelLinking="TRUE"
  77. TreatWChar_tAsBuiltInType="TRUE"
  78. UsePrecompiledHeader="3"
  79. WarningLevel="3"
  80. Detect64BitPortabilityProblems="TRUE"
  81. DebugInformationFormat="3"/>
  82. <Tool
  83. Name="VCCustomBuildTool"/>
  84. <Tool
  85. Name="VCLinkerTool"
  86. LinkIncremental="1"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="2"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"
  94. PreprocessorDefinitions="NDEBUG"
  95. MkTypLibCompatible="FALSE"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"/>
  98. <Tool
  99. Name="VCPreBuildEventTool"/>
  100. <Tool
  101. Name="VCPreLinkEventTool"/>
  102. <Tool
  103. Name="VCResourceCompilerTool"
  104. PreprocessorDefinitions="NDEBUG"
  105. Culture="1033"
  106. AdditionalIncludeDirectories="$(IntDir)"/>
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"/>
  109. <Tool
  110. Name="VCWebDeploymentTool"/>
  111. </Configuration>
  112. </Configurations>
  113. <Files>
  114. <Filter
  115. Name="Source Files"
  116. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  117. <File
  118. RelativePath="ChildView.cpp">
  119. </File>
  120. <File
  121. RelativePath="Delaunay.cpp">
  122. </File>
  123. <File
  124. RelativePath="DelaunayDemo.cpp">
  125. </File>
  126. <File
  127. RelativePath="MainFrm.cpp">
  128. </File>
  129. <File
  130. RelativePath="stdafx.cpp">
  131. <FileConfiguration
  132. Name="Debug|Win32">
  133. <Tool
  134. Name="VCCLCompilerTool"
  135. UsePrecompiledHeader="1"/>
  136. </FileConfiguration>
  137. <FileConfiguration
  138. Name="Release|Win32">
  139. <Tool
  140. Name="VCCLCompilerTool"
  141. UsePrecompiledHeader="1"/>
  142. </FileConfiguration>
  143. </File>
  144. </Filter>
  145. <Filter
  146. Name="Header Files"
  147. Filter="h;hpp;hxx;hm;inl;inc">
  148. <File
  149. RelativePath="ChildView.h">
  150. </File>
  151. <File
  152. RelativePath="Delaunay.h">
  153. </File>
  154. <File
  155. RelativePath="DelaunayDemo.h">
  156. </File>
  157. <File
  158. RelativePath="MainFrm.h">
  159. </File>
  160. <File
  161. RelativePath="QPerformanceTimer.h">
  162. </File>
  163. <File
  164. RelativePath="Resource.h">
  165. </File>
  166. <File
  167. RelativePath="stdafx.h">
  168. </File>
  169. </Filter>
  170. <Filter
  171. Name="Resource Files"
  172. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  173. <File
  174. RelativePath="resDelaunayDemo.ico">
  175. </File>
  176. <File
  177. RelativePath="resDelaunayDemo.manifest">
  178. </File>
  179. <File
  180. RelativePath="DelaunayDemo.rc">
  181. </File>
  182. <File
  183. RelativePath="resDelaunayDemo.rc2">
  184. </File>
  185. </Filter>
  186. <File
  187. RelativePath="ReadMe.txt">
  188. </File>
  189. </Files>
  190. <Globals>
  191. </Globals>
  192. </VisualStudioProject>