209 lines
11 KiB
XML
209 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{55ABBA4C-AAF9-4726-A592-0C92436CEC92}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>PacketDotNet</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<RootNamespace>PacketDotNet</RootNamespace>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="log4net" Condition=" '$(Configuration)' == 'DEBUG' ">
|
|
<HintPath>Libraries\log4net.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="ApplicationPacket.cs" />
|
|
<Compile Include="Ieee80211\ActionFrame.cs" />
|
|
<Compile Include="Ieee80211\ReassociationRequestFrame.cs" />
|
|
<Compile Include="Ieee80211\BlockAcknowledgmentControlField.cs" />
|
|
<Compile Include="Ieee80211\BlockAcknowledgmentFrame.cs" />
|
|
<Compile Include="Ieee80211\AssociationResponseFrame.cs" />
|
|
<Compile Include="Ieee80211\AssociationRequestFrame.cs" />
|
|
<Compile Include="Ieee80211\AuthenticationFrame.cs" />
|
|
<Compile Include="Ieee80211\AuthenticationStatusCode.cs" />
|
|
<Compile Include="Ieee80211\BlockAcknowledgmentRequestFrame.cs" />
|
|
<Compile Include="Ieee80211\DeauthenticationFrame.cs" />
|
|
<Compile Include="DataLinkPacket.cs" />
|
|
<Compile Include="EthernetPacket.cs" />
|
|
<Compile Include="EthernetPacketType.cs" />
|
|
<Compile Include="Ieee80211\BeaconFrame.cs" />
|
|
<Compile Include="Ieee80211\CapabilityInformationField.cs" />
|
|
<Compile Include="Ieee80211\ContentionFreeEndFrame.cs" />
|
|
<Compile Include="Ieee80211\DataDataFrame.cs" />
|
|
<Compile Include="Ieee80211\DataFrame.cs" />
|
|
<Compile Include="Ieee80211\DisassociationFrame.cs" />
|
|
<Compile Include="Ieee80211\DurationField.cs" />
|
|
<Compile Include="Ieee80211\FrameControlField.cs" />
|
|
<Compile Include="Ieee80211\InformationElement.cs" />
|
|
<Compile Include="Ieee80211\MacFields.cs" />
|
|
<Compile Include="Ieee80211\MacFrame.cs" />
|
|
<Compile Include="Ieee80211\ManagementFrame.cs" />
|
|
<Compile Include="Ieee80211\NullDataFrame.cs" />
|
|
<Compile Include="Ieee80211\ProbeRequestFrame.cs" />
|
|
<Compile Include="Ieee80211\ProbeResponseFrame.cs" />
|
|
<Compile Include="Ieee80211\QosDataFrame.cs" />
|
|
<Compile Include="Ieee80211\QosNullDataFrame.cs" />
|
|
<Compile Include="Ieee80211\RadioPacket.cs" />
|
|
<Compile Include="Ieee80211\RadioFields.cs" />
|
|
<Compile Include="Ieee80211\RadioTapChannelFlags.cs" />
|
|
<Compile Include="Ieee80211\RadioTapFields.cs" />
|
|
<Compile Include="Ieee80211\RadioTapFlags.cs" />
|
|
<Compile Include="Ieee80211\RadioTapType.cs" />
|
|
<Compile Include="Ieee80211\ReasonCodes.cs" />
|
|
<Compile Include="Ieee80211\RtsFrame.cs" />
|
|
<Compile Include="Ieee80211\SequenceControlField.cs" />
|
|
<Compile Include="IpPacket.cs" />
|
|
<Compile Include="Packet.cs" />
|
|
<Compile Include="SessionPacket.cs" />
|
|
<Compile Include="TcpPacket.cs" />
|
|
<Compile Include="UdpPacket.cs" />
|
|
<Compile Include="EthernetFields.cs" />
|
|
<Compile Include="TransportPacket.cs" />
|
|
<Compile Include="Utils\AnsiEscapeSequences.cs" />
|
|
<Compile Include="UdpFields.cs" />
|
|
<Compile Include="MiscUtil\IO\EndianBinaryReader.cs" />
|
|
<Compile Include="MiscUtil\IO\EndianBinaryWriter.cs" />
|
|
<Compile Include="MiscUtil\Conversion\BigEndianBitConverter.cs" />
|
|
<Compile Include="MiscUtil\Conversion\DoubleConverter.cs" />
|
|
<Compile Include="MiscUtil\Conversion\EndianBitConverter.cs" />
|
|
<Compile Include="MiscUtil\Conversion\Endianness.cs" />
|
|
<Compile Include="MiscUtil\Conversion\LittleEndianBitConverter.cs" />
|
|
<Compile Include="InternetPacket.cs" />
|
|
<Compile Include="IPv4Fields.cs" />
|
|
<Compile Include="IPv4Packet.cs" />
|
|
<Compile Include="IPv6Fields.cs" />
|
|
<Compile Include="IPv6Packet.cs" />
|
|
<Compile Include="IpPort.cs" />
|
|
<Compile Include="Utils\ChecksumUtils.cs" />
|
|
<Compile Include="TcpFields.cs" />
|
|
<Compile Include="ARPFields.cs" />
|
|
<Compile Include="ARPPacket.cs" />
|
|
<Compile Include="ICMPv6Fields.cs" />
|
|
<Compile Include="ICMPv6Packet.cs" />
|
|
<Compile Include="IGMPMessageType.cs" />
|
|
<Compile Include="IGMPv2Packet.cs" />
|
|
<Compile Include="InternetLinkLayerPacket.cs" />
|
|
<Compile Include="IGMPv2Fields.cs" />
|
|
<Compile Include="LinuxSLLPacket.cs" />
|
|
<Compile Include="LinuxSLLFields.cs" />
|
|
<Compile Include="LinuxSLLType.cs" />
|
|
<Compile Include="IPProtocolType.cs" />
|
|
<Compile Include="IpVersion.cs" />
|
|
<Compile Include="LinkLayers.cs" />
|
|
<Compile Include="Utils\HexPrinter.cs" />
|
|
<Compile Include="ILogInactive.cs" />
|
|
<Compile Include="Utils\RandomUtils.cs" />
|
|
<Compile Include="PayloadType.cs" />
|
|
<Compile Include="ICMPv6Types.cs" />
|
|
<Compile Include="ARPOperation.cs" />
|
|
<Compile Include="PPPoEPacket.cs" />
|
|
<Compile Include="PPPoEFields.cs" />
|
|
<Compile Include="PPPoECode.cs" />
|
|
<Compile Include="PPPPacket.cs" />
|
|
<Compile Include="PPPFields.cs" />
|
|
<Compile Include="PPPProtocol.cs" />
|
|
<Compile Include="ICMPv4TypeCodes.cs" />
|
|
<Compile Include="ICMPv4Fields.cs" />
|
|
<Compile Include="ICMPv4Packet.cs" />
|
|
<Compile Include="Utils\ByteArraySegment.cs" />
|
|
<Compile Include="PacketOrByteArraySegment.cs" />
|
|
<Compile Include="LLDPPacket.cs" />
|
|
<Compile Include="LLDP\TLVTypes.cs" />
|
|
<Compile Include="LLDP\ChassisSubTypes.cs" />
|
|
<Compile Include="LLDP\PortSubTypes.cs" />
|
|
<Compile Include="LLDP\CapabilityOptions.cs" />
|
|
<Compile Include="LLDP\TLV.cs" />
|
|
<Compile Include="LLDP\NetworkAddress.cs" />
|
|
<Compile Include="LLDP\InterfaceNumbering.cs" />
|
|
<Compile Include="LLDP\EndOfLLDPDU.cs" />
|
|
<Compile Include="LLDP\ChassisID.cs" />
|
|
<Compile Include="LLDP\PortID.cs" />
|
|
<Compile Include="LLDP\TimeToLive.cs" />
|
|
<Compile Include="LLDP\PortDescription.cs" />
|
|
<Compile Include="LLDP\SystemName.cs" />
|
|
<Compile Include="LLDP\SystemDescription.cs" />
|
|
<Compile Include="LLDP\SystemCapabilities.cs" />
|
|
<Compile Include="LLDP\ManagementAddress.cs" />
|
|
<Compile Include="LLDP\OrganizationSpecific.cs" />
|
|
<Compile Include="LLDP\TLVTypeLength.cs" />
|
|
<Compile Include="LLDP\AddressFamily.cs" />
|
|
<Compile Include="LLDP\StringTLV.cs" />
|
|
<Compile Include="LLDP\TLVCollection.cs" />
|
|
<Compile Include="WakeOnLanPacket.cs" />
|
|
<Compile Include="StringOutputType.cs" />
|
|
<Compile Include="Tcp\NoOperation.cs" />
|
|
<Compile Include="Tcp\EndOfOptions.cs" />
|
|
<Compile Include="Tcp\MaximumSegmentSize.cs" />
|
|
<Compile Include="Tcp\Option.cs" />
|
|
<Compile Include="Tcp\WindowScaleFactor.cs" />
|
|
<Compile Include="Tcp\OptionTypes.cs" />
|
|
<Compile Include="Tcp\SACKPermitted.cs" />
|
|
<Compile Include="Tcp\SACK.cs" />
|
|
<Compile Include="Tcp\EchoReply.cs" />
|
|
<Compile Include="Tcp\TimeStamp.cs" />
|
|
<Compile Include="Tcp\Echo.cs" />
|
|
<Compile Include="Tcp\AlternateChecksumRequest.cs" />
|
|
<Compile Include="Tcp\ChecksumAlgorighmType.cs" />
|
|
<Compile Include="Tcp\AlternateChecksumData.cs" />
|
|
<Compile Include="Tcp\MD5Signature.cs" />
|
|
<Compile Include="Tcp\UserTimeout.cs" />
|
|
<Compile Include="Ieee80211\InformationElementList.cs" />
|
|
<Compile Include="Utils\Crc32.cs" />
|
|
<Compile Include="Ieee80211\PpiFieldType.cs" />
|
|
<Compile Include="Ieee80211\PpiFields.cs" />
|
|
<Compile Include="Ieee80211\PpiHeaderFields.cs" />
|
|
<Compile Include="Ieee80211\PpiPacket.cs" />
|
|
<Compile Include="Ieee80211\AckFrame.cs" />
|
|
<Compile Include="Ieee80211\CtsFrame.cs" />
|
|
<Compile Include="Ieee8021QPacket.cs" />
|
|
<Compile Include="Ieee8021QFields.cs" />
|
|
<Compile Include="IeeeP8021PPriorities.cs" />
|
|
<Compile Include="Utils\PacketConstraintException.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<TextStylePolicy FileWidth="120" inheritsSet="VisualStudio" inheritsScope="text/plain" />
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileName" />
|
|
<TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
|
|
<CSharpFormattingPolicy AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="NewLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" BeforeIndexerDeclarationBracket="False" BeforeDelegateDeclarationParentheses="False" AfterDelegateDeclarationParameterComma="True" NewParentheses="False" IfParentheses="False" WhileParentheses="False" ForParentheses="False" ForeachParentheses="False" CatchParentheses="False" SwitchParentheses="False" LockParentheses="False" UsingParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
|
|
<TextStylePolicy FileWidth="120" NoTabsAfterNonTabs="True" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project>
|