int6k.vcproj 8.6 KB

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