mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
svn merge --ignore-ancestry svn://svn.insecure.org/nmap@26621 svn://svn.insecure.org/nmap-exp/luis/nmap-os6 This is the IPv6 OS detection branch. "nmap -6 -O" works now, though at this point it only prints fingerprints and not OS guesses, because we need to collect more submissions.
127 lines
6.2 KiB
XML
127 lines
6.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{99157C3F-39F6-4663-99D7-1D9C1484494E}</ProjectGuid>
|
|
<RootNamespace>libnetutil</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..;../mswin32;../nbase;../mswin32/pcap-include;../libdnet-stripped/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)libnetutil.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<AdditionalIncludeDirectories>..;../mswin32;../nbase;../mswin32/pcap-include;../libdnet-stripped/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="ARPHeader.cc" />
|
|
<ClCompile Include="DestOptsHeader.cc" />
|
|
<ClCompile Include="EthernetHeader.cc" />
|
|
<ClCompile Include="FragmentHeader.cc" />
|
|
<ClCompile Include="HopByHopHeader.cc" />
|
|
<ClCompile Include="ICMPv4Header.cc" />
|
|
<ClCompile Include="ICMPv6Header.cc" />
|
|
<ClCompile Include="ICMPv6Option.cc" />
|
|
<ClCompile Include="ICMPv6RRBody.cc" />
|
|
<ClCompile Include="IPv4Header.cc" />
|
|
<ClCompile Include="IPv6Header.cc" />
|
|
<ClCompile Include="netutil.cc" />
|
|
<ClCompile Include="NetworkLayerElement.cc" />
|
|
<ClCompile Include="PacketElement.cc" />
|
|
<ClCompile Include="PacketParser.cc" />
|
|
<ClCompile Include="RawData.cc" />
|
|
<ClCompile Include="RoutingHeader.cc" />
|
|
<ClCompile Include="TCPHeader.cc" />
|
|
<ClCompile Include="TransportLayerElement.cc" />
|
|
<ClCompile Include="UDPHeader.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="ApplicationLayerElement.h" />
|
|
<ClInclude Include="ARPHeader.h" />
|
|
<ClInclude Include="DataLinkLayerElement.h" />
|
|
<ClInclude Include="DestOptsHeader.h" />
|
|
<ClInclude Include="EthernetHeader.h" />
|
|
<ClInclude Include="FragmentHeader.h" />
|
|
<ClInclude Include="HopByHopHeader.h" />
|
|
<ClInclude Include="ICMPHeader.h" />
|
|
<ClInclude Include="ICMPv4Header.h" />
|
|
<ClInclude Include="ICMPv6Header.h" />
|
|
<ClInclude Include="ICMPv6Option.h" />
|
|
<ClInclude Include="ICMPv6RRBody.h" />
|
|
<ClInclude Include="IPv4Header.h" />
|
|
<ClInclude Include="IPv6Header.h" />
|
|
<ClInclude Include="netutil.h" />
|
|
<ClInclude Include="NetworkLayerElement.h" />
|
|
<ClInclude Include="npacket.h" />
|
|
<ClInclude Include="PacketElement.h" />
|
|
<ClInclude Include="PacketParser.h" />
|
|
<ClInclude Include="RawData.h" />
|
|
<ClInclude Include="RoutingHeader.h" />
|
|
<ClInclude Include="TCPHeader.h" />
|
|
<ClInclude Include="TransportLayerElement.h" />
|
|
<ClInclude Include="UDPHeader.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |