Commit 81761454 authored by Brickner_cp's avatar Brickner_cp

Example projects in Developer's Pack

parent 7afcc96d
...@@ -35,6 +35,14 @@ ...@@ -35,6 +35,14 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Packets, Version=0.1.0.31042, Culture=neutral, PublicKeyToken=58cf32d85728e684, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\3rdParty\PcapDotNet\Packets.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Core, Version=0.1.0.31056, Culture=neutral, PublicKeyToken=58cf32d85728e684, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\3rdParty\PcapDotNet\PcapDotNet.Core.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core"> <Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework> <RequiredTargetFramework>3.5</RequiredTargetFramework>
......
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using PcapDotNet.Core;
using System.Text;
namespace ObtainingTheDeviceList namespace ObtainingTheDeviceList
{ {
...@@ -28,7 +27,6 @@ namespace ObtainingTheDeviceList ...@@ -28,7 +27,6 @@ namespace ObtainingTheDeviceList
else else
Console.WriteLine(" (No description available)"); Console.WriteLine(" (No description available)");
} }
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment