amptool2.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="amptool2"
  6. ProjectGUID="{9055F9DA-D151-42A2-86FE-180FBC4CC8ED}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory="$(SolutionDir)\Programs\2003"
  16. IntermediateDirectory="$(SolutionDir)\Objects\2003"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. AdditionalIncludeDirectories="..\include"
  22. PreprocessorDefinitions="WIN32;_CONSOLE;MAKEFILE;WINPCAP"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="3"
  26. Detect64BitPortabilityProblems="TRUE"
  27. DebugInformationFormat="3"/>
  28. <Tool
  29. Name="VCCustomBuildTool"/>
  30. <Tool
  31. Name="VCLinkerTool"
  32. AdditionalDependencies="ws2_32.lib Packet.lib wpcap.lib"
  33. OutputFile="$(OutDir)/amptool2.exe"
  34. LinkIncremental="1"
  35. AdditionalLibraryDirectories="..\library"
  36. GenerateDebugInformation="FALSE"
  37. SubSystem="1"
  38. OptimizeReferences="2"
  39. EnableCOMDATFolding="2"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. </Configurations>
  63. <References>
  64. </References>
  65. <Files>
  66. <Filter
  67. Name="Source Files"
  68. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  69. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  70. <File
  71. RelativePath="..\..\nda\AccessLevelPTS.c">
  72. </File>
  73. <File
  74. RelativePath="..\..\plc\amptool2.c">
  75. </File>
  76. <File
  77. RelativePath="..\..\plc\Attributes1.c">
  78. </File>
  79. <File
  80. RelativePath="..\..\ether\channel.c">
  81. </File>
  82. <File
  83. RelativePath="..\..\tools\checkfilename.c">
  84. </File>
  85. <File
  86. RelativePath="..\..\tools\checksum32.c">
  87. </File>
  88. <File
  89. RelativePath="..\..\plc\chipset.c">
  90. </File>
  91. <File
  92. RelativePath="..\..\ether\closechannel.c">
  93. </File>
  94. <File
  95. RelativePath="..\..\plc\Confirm.c">
  96. </File>
  97. <File
  98. RelativePath="..\..\plc\Devices.c">
  99. </File>
  100. <File
  101. RelativePath="..\..\plc\Display.c">
  102. </File>
  103. <File
  104. RelativePath="..\..\tools\emalloc.c">
  105. </File>
  106. <File
  107. RelativePath="..\..\tools\error.c">
  108. </File>
  109. <File
  110. RelativePath="..\..\mme\EthernetHeader.c">
  111. </File>
  112. <File
  113. RelativePath="..\..\plc\FactoryDefaults.c">
  114. </File>
  115. <File
  116. RelativePath="..\..\plc\Failure.c">
  117. </File>
  118. <File
  119. RelativePath="..\..\tools\fdchecksum32.c">
  120. </File>
  121. <File
  122. RelativePath="..\..\plc\FlashDevice2.c">
  123. </File>
  124. <File
  125. RelativePath="..\..\plc\FlashDevice5.c">
  126. </File>
  127. <File
  128. RelativePath="..\..\plc\FlashFirmware.c">
  129. </File>
  130. <File
  131. RelativePath="..\..\plc\FlashParameters.c">
  132. </File>
  133. <File
  134. RelativePath="..\..\plc\FlashSoftloader.c">
  135. </File>
  136. <File
  137. RelativePath="..\..\ether\gethwaddr.c">
  138. </File>
  139. <File
  140. RelativePath="..\..\ether\getifname.c">
  141. </File>
  142. <File
  143. RelativePath="..\..\tools\getoptv.c">
  144. </File>
  145. <File
  146. RelativePath="..\..\tools\gettimeofday.c">
  147. </File>
  148. <File
  149. RelativePath="..\..\tools\hexdecode.c">
  150. </File>
  151. <File
  152. RelativePath="..\..\tools\hexdump.c">
  153. </File>
  154. <File
  155. RelativePath="..\..\tools\hexencode.c">
  156. </File>
  157. <File
  158. RelativePath="..\..\tools\hexout.c">
  159. </File>
  160. <File
  161. RelativePath="..\..\tools\hexstring.c">
  162. </File>
  163. <File
  164. RelativePath="..\..\plc\HostActionResponse.c">
  165. </File>
  166. <File
  167. RelativePath="..\..\plc\Identity1.c">
  168. </File>
  169. <File
  170. RelativePath="..\..\key\keys.c">
  171. </File>
  172. <File
  173. RelativePath="..\..\nvm\lightning_nvm_file.c">
  174. </File>
  175. <File
  176. RelativePath="..\..\pib\lightning_pib_file.c">
  177. </File>
  178. <File
  179. RelativePath="..\..\pib\lightning_pib_peek.c">
  180. </File>
  181. <File
  182. RelativePath="..\..\mme\MMECode.c">
  183. </File>
  184. <File
  185. RelativePath="..\..\plc\ModuleCommit.c">
  186. </File>
  187. <File
  188. RelativePath="..\..\plc\ModuleRead.c">
  189. </File>
  190. <File
  191. RelativePath="..\..\plc\ModuleSession.c">
  192. </File>
  193. <File
  194. RelativePath="..\..\plc\ModuleSpec.c">
  195. </File>
  196. <File
  197. RelativePath="..\..\plc\ModuleWrite.c">
  198. </File>
  199. <File
  200. RelativePath="..\..\plc\NetInfo2.c">
  201. </File>
  202. <File
  203. RelativePath="..\..\nvm\nvmfile.c">
  204. </File>
  205. <File
  206. RelativePath="..\..\ram\nvram.c">
  207. </File>
  208. <File
  209. RelativePath="..\..\plc\NVRAMInfo.c">
  210. </File>
  211. <File
  212. RelativePath="..\..\ram\nvrampeek.c">
  213. </File>
  214. <File
  215. RelativePath="..\..\ether\openchannel.c">
  216. </File>
  217. <File
  218. RelativePath="..\..\nvm\panther_nvm_file.c">
  219. </File>
  220. <File
  221. RelativePath="..\..\plc\PushButton.c">
  222. </File>
  223. <File
  224. RelativePath="..\..\tools\putoptv.c">
  225. </File>
  226. <File
  227. RelativePath="..\..\mme\QualcommHeader.c">
  228. </File>
  229. <File
  230. RelativePath="..\..\mme\QualcommHeader1.c">
  231. </File>
  232. <File
  233. RelativePath="..\..\plc\ReadFirmware1.c">
  234. </File>
  235. <File
  236. RelativePath="..\..\nda\ReadFlashMemory2.c">
  237. </File>
  238. <File
  239. RelativePath="..\..\plc\ReadFMI.c">
  240. </File>
  241. <File
  242. RelativePath="..\..\plc\ReadMFG.c">
  243. </File>
  244. <File
  245. RelativePath="..\..\plc\ReadMME.c">
  246. </File>
  247. <File
  248. RelativePath="..\..\ether\readpacket.c">
  249. </File>
  250. <File
  251. RelativePath="..\..\plc\ReadParameters1.c">
  252. </File>
  253. <File
  254. RelativePath="..\..\plc\RemoteHosts.c">
  255. </File>
  256. <File
  257. RelativePath="..\..\plc\Request.c">
  258. </File>
  259. <File
  260. RelativePath="..\..\plc\ResetDevice.c">
  261. </File>
  262. <File
  263. RelativePath="..\..\ram\sdramfile.c">
  264. </File>
  265. <File
  266. RelativePath="..\..\plc\SDRAMInfo.c">
  267. </File>
  268. <File
  269. RelativePath="..\..\ram\sdrampeek.c">
  270. </File>
  271. <File
  272. RelativePath="..\..\plc\SendMME.c">
  273. </File>
  274. <File
  275. RelativePath="..\..\ether\sendpacket.c">
  276. </File>
  277. <File
  278. RelativePath="..\..\plc\SetNMK.c">
  279. </File>
  280. <File
  281. RelativePath="..\..\plc\StartFirmware1.c">
  282. </File>
  283. <File
  284. RelativePath="..\..\plc\StartFirmware2.c">
  285. </File>
  286. <File
  287. RelativePath="..\..\plc\StationRole.c">
  288. </File>
  289. <File
  290. RelativePath="..\..\tools\strfbits.c">
  291. </File>
  292. <File
  293. RelativePath="..\..\tools\synonym.c">
  294. </File>
  295. <File
  296. RelativePath="..\..\tools\todigit.c">
  297. </File>
  298. <File
  299. RelativePath="..\..\tools\typename.c">
  300. </File>
  301. <File
  302. RelativePath="..\..\tools\uintspec.c">
  303. </File>
  304. <File
  305. RelativePath="..\..\mme\UnwantedMessage.c">
  306. </File>
  307. <File
  308. RelativePath="..\..\tools\version.c">
  309. </File>
  310. <File
  311. RelativePath="..\..\plc\VersionInfo1.c">
  312. </File>
  313. <File
  314. RelativePath="..\..\plc\WaitForReset.c">
  315. </File>
  316. <File
  317. RelativePath="..\..\plc\WaitForRestart.c">
  318. </File>
  319. <File
  320. RelativePath="..\..\plc\WaitForStart.c">
  321. </File>
  322. <File
  323. RelativePath="..\..\plc\WatchdogReport.c">
  324. </File>
  325. <File
  326. RelativePath="..\..\plc\WriteCFG.c">
  327. </File>
  328. <File
  329. RelativePath="..\..\plc\WriteMEM.c">
  330. </File>
  331. </Filter>
  332. <Filter
  333. Name="Header Files"
  334. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  335. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  336. </Filter>
  337. <Filter
  338. Name="Resource Files"
  339. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  340. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  341. </Filter>
  342. <File
  343. RelativePath=".\ReadMe.txt">
  344. </File>
  345. </Files>
  346. <Globals>
  347. </Globals>
  348. </VisualStudioProject>