netifs.vcproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="netifs"
  6. ProjectGUID="{FD5F3D25-E57E-42F1-8CC6-AAAA2B5775AE}"
  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="2"
  29. DisableSpecificWarnings="4996"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="Packet.lib wpcap.lib ws2_32.lib "
  35. OutputFile="$(OutDir)/netifs.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="..\..\programs\netifs.cpp">
  74. </File>
  75. <File
  76. RelativePath="..\..\classes\oerror.cpp">
  77. </File>
  78. <File
  79. RelativePath="..\..\classes\ointerface.cpp">
  80. </File>
  81. <File
  82. RelativePath="..\..\classes\ointerfaces.cpp">
  83. </File>
  84. <File
  85. RelativePath="..\..\classes\omemory.cpp">
  86. </File>
  87. </Filter>
  88. <Filter
  89. Name="Header Files"
  90. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  91. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  92. <File
  93. RelativePath="..\..\classes\oerror.hpp">
  94. </File>
  95. <File
  96. RelativePath="..\..\classes\ointerface.hpp">
  97. </File>
  98. <File
  99. RelativePath="..\..\classes\ointerfaces.hpp">
  100. </File>
  101. <File
  102. RelativePath="..\..\classes\omemory.hpp">
  103. </File>
  104. </Filter>
  105. <Filter
  106. Name="Resource Files"
  107. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  108. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  109. </Filter>
  110. <File
  111. RelativePath=".\ReadMe.txt">
  112. </File>
  113. </Files>
  114. <Globals>
  115. </Globals>
  116. </VisualStudioProject>