lyfzHDSerial.vcproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzHDSerial"
  6. ProjectGUID="{3595964D-CF81-4094-9AA1-64BA52BF9F79}"
  7. RootNamespace="lyfzHDSerial"
  8. Keyword="MFCDLLProj"
  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="..\..\Output\lyfzHDSerial\Debug"
  22. IntermediateDirectory="..\..\Output\lyfzHDSerial\Debug"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="2052"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. OutputFile="..\..\lyfzbin\Services\$(ProjectName).dll"
  70. LinkIncremental="2"
  71. ModuleDefinitionFile=".\lyfzHDSerial.def"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="..\..\Output\lyfzHDSerial\Release"
  101. IntermediateDirectory="..\..\Output\lyfzHDSerial\Release"
  102. ConfigurationType="2"
  103. UseOfMFC="2"
  104. CharacterSet="1"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  129. RuntimeLibrary="2"
  130. EnableFunctionLevelLinking="true"
  131. UsePrecompiledHeader="2"
  132. WarningLevel="3"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. PreprocessorDefinitions="NDEBUG"
  141. Culture="2052"
  142. AdditionalIncludeDirectories="$(IntDir)"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLinkerTool"
  149. OutputFile="..\..\lyfzUpgrade\branches\zhfy\lyfzUpgrade\dll\$(ProjectName).dll"
  150. LinkIncremental="1"
  151. ModuleDefinitionFile=".\lyfzHDSerial.def"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCPostBuildEventTool"
  178. />
  179. </Configuration>
  180. </Configurations>
  181. <References>
  182. </References>
  183. <Files>
  184. <Filter
  185. Name="Ô´Îļþ"
  186. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  187. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  188. >
  189. <File
  190. RelativePath=".\lyfzHDSerial.cpp"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\lyfzHDSerial.def"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\stdafx.cpp"
  199. >
  200. <FileConfiguration
  201. Name="Debug|Win32"
  202. >
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. UsePrecompiledHeader="1"
  206. />
  207. </FileConfiguration>
  208. <FileConfiguration
  209. Name="Release|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. UsePrecompiledHeader="1"
  214. />
  215. </FileConfiguration>
  216. </File>
  217. <File
  218. RelativePath=".\yxyDES2.cpp"
  219. >
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Í·Îļþ"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath=".\lyfzHDSerial.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\Resource.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\stdafx.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\targetver.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\yxyDES2.h"
  245. >
  246. </File>
  247. </Filter>
  248. <Filter
  249. Name="×ÊÔ´Îļþ"
  250. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  251. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  252. >
  253. <File
  254. RelativePath=".\lyfzHDSerial.rc"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\res\lyfzHDSerial.rc2"
  259. >
  260. </File>
  261. </Filter>
  262. <File
  263. RelativePath=".\ReadMe.txt"
  264. >
  265. </File>
  266. </Files>
  267. <Globals>
  268. </Globals>
  269. </VisualStudioProject>