mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
130 lines
6.4 KiB
XML
130 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</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;..\..\nmap-mswin32-aux\Npcap\Include;../libdnet-stripped/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;BPF_MAJOR_VERSION;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</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;..\..\nmap-mswin32-aux\Npcap\Include;../libdnet-stripped/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;BPF_MAJOR_VERSION;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
|
|
<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>
|