XMLResource_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:5k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="XMLResource"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".Debug/vc71"
  17. IntermediateDirectory=".Debug/vc71"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="../../../../Source"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. TreatWChar_tAsBuiltInType="TRUE"
  30. UsePrecompiledHeader="3"
  31. PrecompiledHeaderThrough="stdafx.h"
  32. PrecompiledHeaderFile=".Debug/vc71/XMLResource.pch"
  33. AssemblerListingLocation=".Debug/vc71/"
  34. ObjectFile=".Debug/vc71/"
  35. ProgramDataBaseFileName=".Debug/vc71/"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"
  38. DebugInformationFormat="4"
  39. CompileAs="0"/>
  40. <Tool
  41. Name="VCCustomBuildTool"/>
  42. <Tool
  43. Name="VCLinkerTool"
  44. AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
  45. OutputFile=".Debug/vc71/XMLResource.exe"
  46. LinkIncremental="2"
  47. SuppressStartupBanner="TRUE"
  48. GenerateDebugInformation="TRUE"
  49. ProgramDatabaseFile=".Debug/vc71/XMLResource.pdb"
  50. SubSystem="1"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. TypeLibraryName=".Debug/vc71/XMLResource.tlb"
  55. HeaderFileName=""/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="1033"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCXMLDataGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. <Tool
  73. Name="VCManagedWrapperGeneratorTool"/>
  74. <Tool
  75. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  76. </Configuration>
  77. <Configuration
  78. Name="Release|Win32"
  79. OutputDirectory=".Release/vc71"
  80. IntermediateDirectory=".Release/vc71"
  81. ConfigurationType="1"
  82. UseOfMFC="2"
  83. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  84. CharacterSet="2">
  85. <Tool
  86. Name="VCCLCompilerTool"
  87. Optimization="2"
  88. InlineFunctionExpansion="1"
  89. AdditionalIncludeDirectories="../../../../Source"
  90. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  91. StringPooling="TRUE"
  92. RuntimeLibrary="2"
  93. EnableFunctionLevelLinking="TRUE"
  94. TreatWChar_tAsBuiltInType="TRUE"
  95. UsePrecompiledHeader="3"
  96. PrecompiledHeaderThrough="stdafx.h"
  97. PrecompiledHeaderFile=".Release/vc71/XMLResource.pch"
  98. AssemblerListingLocation=".Release/vc71/"
  99. ObjectFile=".Release/vc71/"
  100. ProgramDataBaseFileName=".Release/vc71/"
  101. WarningLevel="3"
  102. SuppressStartupBanner="TRUE"
  103. CompileAs="0"/>
  104. <Tool
  105. Name="VCCustomBuildTool"/>
  106. <Tool
  107. Name="VCLinkerTool"
  108. AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
  109. OutputFile=".Release/vc71/XMLResource.exe"
  110. LinkIncremental="1"
  111. SuppressStartupBanner="TRUE"
  112. ProgramDatabaseFile=".Release/vc71/XMLResource.pdb"
  113. SubSystem="1"
  114. TargetMachine="1"/>
  115. <Tool
  116. Name="VCMIDLTool"
  117. TypeLibraryName=".Release/vc71/XMLResource.tlb"
  118. HeaderFileName=""/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. Culture="1033"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="Source Files"
  146. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  147. <File
  148. RelativePath="StdAfx.cpp">
  149. <FileConfiguration
  150. Name="Debug|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. UsePrecompiledHeader="1"/>
  154. </FileConfiguration>
  155. <FileConfiguration
  156. Name="Release|Win32">
  157. <Tool
  158. Name="VCCLCompilerTool"
  159. UsePrecompiledHeader="1"/>
  160. </FileConfiguration>
  161. </File>
  162. <File
  163. RelativePath="XMLResource.cpp">
  164. </File>
  165. <File
  166. RelativePath="........SourceCommonXTPPropExchange.cpp">
  167. </File>
  168. <File
  169. RelativePath="........SourceCommonXTPResourceManager.cpp">
  170. </File>
  171. </Filter>
  172. <Filter
  173. Name="Header Files"
  174. Filter="h;hpp;hxx;hm;inl">
  175. <File
  176. RelativePath="StdAfx.h">
  177. </File>
  178. <File
  179. RelativePath="XMLResource.h">
  180. </File>
  181. </Filter>
  182. <Filter
  183. Name="Resource Files"
  184. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  185. </Filter>
  186. <File
  187. RelativePath="ReadMe.txt">
  188. </File>
  189. </Files>
  190. </VisualStudioProject>