Skip to content

Commit

Permalink
fixed csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Bernal Modino committed Dec 19, 2018
1 parent 06330ef commit 4550582
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions LanPlayGui/LanPlayGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,17 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Base, Version=1.0.4.25027, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=MSIL">
<Reference Include="PcapDotNet.Base">
<HintPath>$(PcapPath)\PcapDotNet.Base.dll</HintPath>
</Reference>
<Reference Condition="'$(Platform)' == 'x64'" Include="PcapDotNet.Core, Version=1.0.4.25149, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=AMD64">
<Reference Include="PcapDotNet.Core">
<HintPath>$(PcapPath)\PcapDotNet.Core.dll</HintPath>
</Reference>
<Reference Condition="'$(Platform)' == 'x64'" Include="PcapDotNet.Core.Extensions, Version=1.0.4.25151, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=AMD64">
<Reference Include="PcapDotNet.Core.Extensions">
<HintPath>$(PcapPath)\PcapDotNet.Core.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Condition="'$(Platform)' == 'x64'" Include="PcapDotNet.Packets, Version=1.0.4.25028, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=MSIL">
<Reference Include="PcapDotNet.Packets">
<HintPath>$(PcapPath)\PcapDotNet.Packets.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down
1 change: 0 additions & 1 deletion LanPlayGui/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using LanPlayGui.Extensions;

namespace LanPlayGui
Expand Down

0 comments on commit 4550582

Please sign in to comment.