UB530SDK.vcproj 5.6 KB

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