Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
bbb91e36
Commit
bbb91e36
authored
Jul 05, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
e5178db3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
20 deletions
+16
-20
PcapDotNet.Console.csproj
PcapDotNet/src/PcapDotNet.Console/PcapDotNet.Console.csproj
+0
-4
PcapDotNet.Core.Test.csproj
...tNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
+1
-1
PcapDotNet.sln
PcapDotNet/src/PcapDotNet.sln
+15
-15
No files found.
PcapDotNet/src/PcapDotNet.Console/PcapDotNet.Console.csproj
View file @
bbb91e36
...
...
@@ -68,10 +68,6 @@
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\BPacket\Packets.csproj"
>
<Project>
{8A184AF5-E46C-482C-81A3-76D8CE290104}
</Project>
<Name>
Packets
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\PcapDotNet.Core\WinPCapDotNet.Core.vcproj"
>
<Project>
{89C63BE1-AF9A-472E-B256-A4F56B1655A7}
</Project>
<Name>
PcapDotNet.Core
</Name>
...
...
PcapDotNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
View file @
bbb91e36
...
...
@@ -55,7 +55,7 @@
<Compile Include="PcapLibTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\
BPacket
\Packets.csproj">
<ProjectReference Include="..\
Packets
\Packets.csproj">
<Project>{8A184AF5-E46C-482C-81A3-76D8CE290104}</Project>
<Name>Packets</Name>
</ProjectReference>
...
...
PcapDotNet/src/PcapDotNet.sln
View file @
bbb91e36
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Packets", "BPacket\Packets.csproj", "{8A184AF5-E46C-482C-81A3-76D8CE290104}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcapDotNet.Console", "PcapDotNet.Console\PcapDotNet.Console.csproj", "{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PcapDotNet.Core", "PcapDotNet.Core\WinPCapDotNet.Core.vcproj", "{89C63BE1-AF9A-472E-B256-A4F56B1655A7}"
...
...
@@ -15,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
PcapDotNet.vsmdi = PcapDotNet.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Packets", "Packets\Packets.csproj", "{8A184AF5-E46C-482C-81A3-76D8CE290104}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 5
...
...
@@ -30,9 +30,9 @@ Global
SccProjectUniqueName3 = PcapDotNet.Core.Test\\PcapDotNet.Core.Test.csproj
SccProjectName3 = PcapDotNet.Core.Test
SccLocalPath3 = PcapDotNet.Core.Test
SccProjectUniqueName4 =
BPacket
\\Packets.csproj
SccProjectName4 =
BPacket
SccLocalPath4 =
BPacket
SccProjectUniqueName4 =
Packets
\\Packets.csproj
SccProjectName4 =
Packets
SccLocalPath4 =
Packets
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PcapDotNet.vsmdi
...
...
@@ -46,16 +46,6 @@ Global
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Win32.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Any CPU.Build.0 = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Win32.ActiveCfg = Release|Any CPU
{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
...
...
@@ -84,6 +74,16 @@ Global
{045A6460-C260-4CDA-8030-FD19A0086C95}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{045A6460-C260-4CDA-8030-FD19A0086C95}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{045A6460-C260-4CDA-8030-FD19A0086C95}.Release|Win32.ActiveCfg = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Debug|Win32.ActiveCfg = Debug|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Any CPU.Build.0 = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8A184AF5-E46C-482C-81A3-76D8CE290104}.Release|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment