lib.vcproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lib"
  6. ProjectGUID="{5DAEFB5E-3189-4A77-A852-9E01E669BE24}"
  7. RootNamespace="lib"
  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="..\..\..\..\bin\$(SolutionName)\"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="4"
  24. CharacterSet="1"
  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;_LIB"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="2"
  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="VCLibrarianTool"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCXDCMakeTool"
  69. />
  70. <Tool
  71. Name="VCBscMakeTool"
  72. />
  73. <Tool
  74. Name="VCFxCopTool"
  75. />
  76. <Tool
  77. Name="VCPostBuildEventTool"
  78. />
  79. </Configuration>
  80. <Configuration
  81. Name="Release|Win32"
  82. OutputDirectory="..\..\..\..\bin\$(SolutionName)\"
  83. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  84. ConfigurationType="4"
  85. CharacterSet="1"
  86. WholeProgramOptimization="1"
  87. >
  88. <Tool
  89. Name="VCPreBuildEventTool"
  90. />
  91. <Tool
  92. Name="VCCustomBuildTool"
  93. />
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCMIDLTool"
  102. />
  103. <Tool
  104. Name="VCCLCompilerTool"
  105. Optimization="2"
  106. EnableIntrinsicFunctions="true"
  107. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  108. RuntimeLibrary="2"
  109. EnableFunctionLevelLinking="true"
  110. UsePrecompiledHeader="2"
  111. WarningLevel="3"
  112. DebugInformationFormat="3"
  113. />
  114. <Tool
  115. Name="VCManagedResourceCompilerTool"
  116. />
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCPreLinkEventTool"
  122. />
  123. <Tool
  124. Name="VCLibrarianTool"
  125. />
  126. <Tool
  127. Name="VCALinkTool"
  128. />
  129. <Tool
  130. Name="VCXDCMakeTool"
  131. />
  132. <Tool
  133. Name="VCBscMakeTool"
  134. />
  135. <Tool
  136. Name="VCFxCopTool"
  137. />
  138. <Tool
  139. Name="VCPostBuildEventTool"
  140. />
  141. </Configuration>
  142. </Configurations>
  143. <References>
  144. </References>
  145. <Files>
  146. <Filter
  147. Name="Ô´Îļþ"
  148. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  149. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  150. >
  151. <File
  152. RelativePath=".\lib.cpp"
  153. >
  154. </File>
  155. <File
  156. RelativePath=".\stdafx.cpp"
  157. >
  158. <FileConfiguration
  159. Name="Debug|Win32"
  160. >
  161. <Tool
  162. Name="VCCLCompilerTool"
  163. UsePrecompiledHeader="1"
  164. />
  165. </FileConfiguration>
  166. <FileConfiguration
  167. Name="Release|Win32"
  168. >
  169. <Tool
  170. Name="VCCLCompilerTool"
  171. UsePrecompiledHeader="1"
  172. />
  173. </FileConfiguration>
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="Í·Îļþ"
  178. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  179. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  180. >
  181. <File
  182. RelativePath=".\lib.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\stdafx.h"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\targetver.h"
  191. >
  192. </File>
  193. </Filter>
  194. <Filter
  195. Name="×ÊÔ´Îļþ"
  196. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  197. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  198. >
  199. </Filter>
  200. <File
  201. RelativePath=".\ReadMe.txt"
  202. >
  203. </File>
  204. </Files>
  205. <Globals>
  206. </Globals>
  207. </VisualStudioProject>