SimpleTextTransfer.vcproj
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:4k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="SimpleTextTransfer"
  6. ProjectGUID="{BCAF903F-BED6-491D-8B6E-388AC9033596}"
  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="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  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="SimpleTextTransfer.cpp">
  119. </File>
  120. <File
  121. RelativePath="SimpleTextTransferDlg.cpp">
  122. </File>
  123. <File
  124. RelativePath="stdafx.cpp">
  125. <FileConfiguration
  126. Name="Debug|Win32">
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. UsePrecompiledHeader="1"/>
  130. </FileConfiguration>
  131. <FileConfiguration
  132. Name="Release|Win32">
  133. <Tool
  134. Name="VCCLCompilerTool"
  135. UsePrecompiledHeader="1"/>
  136. </FileConfiguration>
  137. </File>
  138. </Filter>
  139. <Filter
  140. Name="Header Files"
  141. Filter="h;hpp;hxx;hm;inl;inc">
  142. <File
  143. RelativePath="Resource.h">
  144. </File>
  145. <File
  146. RelativePath="SimpleTextTransfer.h">
  147. </File>
  148. <File
  149. RelativePath="SimpleTextTransferDlg.h">
  150. </File>
  151. <File
  152. RelativePath="stdafx.h">
  153. </File>
  154. </Filter>
  155. <Filter
  156. Name="Resource Files"
  157. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  158. <File
  159. RelativePath="resSimpleTextTransfer.ico">
  160. </File>
  161. <File
  162. RelativePath="resSimpleTextTransfer.manifest">
  163. </File>
  164. <File
  165. RelativePath="SimpleTextTransfer.rc">
  166. </File>
  167. <File
  168. RelativePath="resSimpleTextTransfer.rc2">
  169. </File>
  170. </Filter>
  171. <File
  172. RelativePath="ReadMe.txt">
  173. </File>
  174. </Files>
  175. <Globals>
  176. </Globals>
  177. </VisualStudioProject>