Ex10_1_1.vcproj
上传用户:wuzhousb
上传日期:2022-07-12
资源大小:380k
文件大小:4k
源码类别:

书籍源码

开发平台:

Visual C++

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