Skip to content

Commit

Permalink
Adde interface selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Bernal Modino committed Dec 18, 2018
1 parent 6fa3e1d commit c80b331
Show file tree
Hide file tree
Showing 14 changed files with 577 additions and 53 deletions.
14 changes: 14 additions & 0 deletions LanPlayGui.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.28307.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LanPlayGui", "LanPlayGui\LanPlayGui.csproj", "{4B020714-89B6-4AB6-9785-597E9CF5FDB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncBindingSourceLib", "SyncBindingSourceLib\SyncBindingSourceLib.csproj", "{A116588A-717B-40EC-96A1-D19984FD8C80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -27,6 +29,18 @@ Global
{4B020714-89B6-4AB6-9785-597E9CF5FDB4}.Release|x64.Build.0 = Release|x64
{4B020714-89B6-4AB6-9785-597E9CF5FDB4}.Release|x86.ActiveCfg = Release|x86
{4B020714-89B6-4AB6-9785-597E9CF5FDB4}.Release|x86.Build.0 = Release|x86
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|x64.ActiveCfg = Debug|x64
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|x64.Build.0 = Debug|x64
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|x86.ActiveCfg = Debug|x86
{A116588A-717B-40EC-96A1-D19984FD8C80}.Debug|x86.Build.0 = Debug|x86
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|Any CPU.Build.0 = Release|Any CPU
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|x64.ActiveCfg = Release|x64
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|x64.Build.0 = Release|x64
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|x86.ActiveCfg = Release|x86
{A116588A-717B-40EC-96A1-D19984FD8C80}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
16 changes: 11 additions & 5 deletions LanPlayGui/LanPlayGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<PcapPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45</PcapPath>
<PcapPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45</PcapPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
Expand All @@ -52,7 +52,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<PcapPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45</PcapPath>
<PcapPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45</PcapPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -63,7 +63,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<PcapPath>..\packages\Pcap.Net.x86.1.0.4.1\lib\net45</PcapPath>
<PcapPath>..\packages\Pcap.Net.x86.1.0.4.1\lib\net45</PcapPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
Expand All @@ -74,13 +74,13 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<PcapPath>..\packages\Pcap.Net.x86.1.0.4.1\lib\net45</PcapPath>
<PcapPath>..\packages\Pcap.Net.x86.1.0.4.1\lib\net45</PcapPath>
</PropertyGroup>
<ItemGroup>
<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, Version=1.0.4.25027, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=MSIL">
<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">
Expand Down Expand Up @@ -158,5 +158,11 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncBindingSourceLib\SyncBindingSourceLib.csproj">
<Project>{a116588a-717b-40ec-96a1-d19984fd8c80}</Project>
<Name>SyncBindingSourceLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
67 changes: 43 additions & 24 deletions LanPlayGui/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c80b331

Please sign in to comment.