edru.vcproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="edru"
  6. ProjectGUID="{E2A28B87-18F6-4455-8939-83CDF63C1F3C}"
  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;NDEBUG;_CONSOLE;MAKEFILE;WINPCAP"
  23. RuntimeLibrary="4"
  24. UsePrecompiledHeader="0"
  25. WarningLevel="3"
  26. Detect64BitPortabilityProblems="TRUE"
  27. DebugInformationFormat="3"
  28. CompileAs="1"
  29. DisableSpecificWarnings="4996"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="ws2_32.lib Packet.lib wpcap.lib"
  35. OutputFile="$(OutDir)/edru.exe"
  36. LinkIncremental="1"
  37. AdditionalLibraryDirectories="..\library"
  38. GenerateDebugInformation="FALSE"
  39. SubSystem="1"
  40. OptimizeReferences="2"
  41. EnableCOMDATFolding="2"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. </Configurations>
  65. <References>
  66. </References>
  67. <Files>
  68. <Filter
  69. Name="Source Files"
  70. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  71. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  72. <File
  73. RelativePath="..\..\tools\basespec.c">
  74. </File>
  75. <File
  76. RelativePath="..\..\ether\channel.c">
  77. </File>
  78. <File
  79. RelativePath="..\..\ether\closechannel.c">
  80. </File>
  81. <File
  82. RelativePath="..\..\ether\edru.c">
  83. </File>
  84. <File
  85. RelativePath="..\..\tools\efreopen.c">
  86. </File>
  87. <File
  88. RelativePath="..\..\tools\error.c">
  89. </File>
  90. <File
  91. RelativePath="..\..\ether\gethwaddr.c">
  92. </File>
  93. <File
  94. RelativePath="..\..\ether\getifname.c">
  95. </File>
  96. <File
  97. RelativePath="..\..\tools\getoptv.c">
  98. </File>
  99. <File
  100. RelativePath="..\..\tools\hexdump.c">
  101. </File>
  102. <File
  103. RelativePath="..\..\tools\hexencode.c">
  104. </File>
  105. <File
  106. RelativePath="..\..\ether\openchannel.c">
  107. </File>
  108. <File
  109. RelativePath="..\..\tools\putoptv.c">
  110. </File>
  111. <File
  112. RelativePath="..\..\ether\readpacket.c">
  113. </File>
  114. <File
  115. RelativePath="..\..\ether\sendpacket.c">
  116. </File>
  117. <File
  118. RelativePath="..\..\tools\todigit.c">
  119. </File>
  120. <File
  121. RelativePath="..\..\tools\uintspec.c">
  122. </File>
  123. <File
  124. RelativePath="..\..\tools\version.c">
  125. </File>
  126. </Filter>
  127. <Filter
  128. Name="Header Files"
  129. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  130. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  131. <File
  132. RelativePath="..\..\ether\channel.h">
  133. </File>
  134. <File
  135. RelativePath="..\..\tools\error.h">
  136. </File>
  137. <File
  138. RelativePath="..\..\ether\ether.h">
  139. </File>
  140. <File
  141. RelativePath="..\..\tools\getoptv.h">
  142. </File>
  143. <File
  144. RelativePath="..\..\tools\putoptv.h">
  145. </File>
  146. <File
  147. RelativePath="..\..\tools\version.h">
  148. </File>
  149. </Filter>
  150. <Filter
  151. Name="Resource Files"
  152. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  153. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  154. </Filter>
  155. </Files>
  156. <Globals>
  157. </Globals>
  158. </VisualStudioProject>