Test.vcproj 5.4 KB

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