Commit 41982961 authored by Brickner_cp's avatar Brickner_cp

--no commit message

--no commit message
parent b291c846
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\BPacket\BPacket.csproj"> <ProjectReference Include="..\BPacket\Packets.csproj">
<Project>{8A184AF5-E46C-482C-81A3-76D8CE290104}</Project> <Project>{8A184AF5-E46C-482C-81A3-76D8CE290104}</Project>
<Name>BPacket</Name> <Name>Packets</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\PcapDotNet.Core\WinPCapDotNet.Core.vcproj"> <ProjectReference Include="..\PcapDotNet.Core\WinPCapDotNet.Core.vcproj">
<Project>{89C63BE1-AF9A-472E-B256-A4F56B1655A7}</Project> <Project>{89C63BE1-AF9A-472E-B256-A4F56B1655A7}</Project>
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
<Compile Include="PcapLibTests.cs" /> <Compile Include="PcapLibTests.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\BPacket\BPacket.csproj"> <ProjectReference Include="..\BPacket\Packets.csproj">
<Project>{8A184AF5-E46C-482C-81A3-76D8CE290104}</Project> <Project>{8A184AF5-E46C-482C-81A3-76D8CE290104}</Project>
<Name>BPacket</Name> <Name>Packets</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\PcapDotNet.Core\WinPCapDotNet.Core.vcproj"> <ProjectReference Include="..\PcapDotNet.Core\WinPCapDotNet.Core.vcproj">
<Project>{89C63BE1-AF9A-472E-B256-A4F56B1655A7}</Project> <Project>{89C63BE1-AF9A-472E-B256-A4F56B1655A7}</Project>
......
 
Microsoft Visual Studio Solution File, Format Version 10.00 Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008 # Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BPacket", "BPacket\BPacket.csproj", "{8A184AF5-E46C-482C-81A3-76D8CE290104}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Packets", "BPacket\Packets.csproj", "{8A184AF5-E46C-482C-81A3-76D8CE290104}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcapDotNet.Console", "PcapDotNet.Console\PcapDotNet.Console.csproj", "{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcapDotNet.Console", "PcapDotNet.Console\PcapDotNet.Console.csproj", "{5B4E80EB-DED5-4F20-871A-D9567F3F79DD}"
EndProject EndProject
...@@ -21,18 +21,18 @@ Global ...@@ -21,18 +21,18 @@ Global
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs06.codeplex.com/ SccTeamFoundationServer = https://tfs06.codeplex.com/
SccLocalPath0 = . SccLocalPath0 = .
SccProjectUniqueName1 = BPacket\\BPacket.csproj SccProjectUniqueName1 = PcapDotNet.Core\\WinPCapDotNet.Core.vcproj
SccProjectName1 = BPacket SccProjectName1 = PcapDotNet.Core
SccLocalPath1 = BPacket SccLocalPath1 = PcapDotNet.Core
SccProjectUniqueName2 = PcapDotNet.Core\\WinPCapDotNet.Core.vcproj SccProjectUniqueName2 = PcapDotNet.Console\\PcapDotNet.Console.csproj
SccProjectName2 = PcapDotNet.Core SccProjectName2 = PcapDotNet.Console
SccLocalPath2 = PcapDotNet.Core SccLocalPath2 = PcapDotNet.Console
SccProjectUniqueName3 = PcapDotNet.Console\\PcapDotNet.Console.csproj SccProjectUniqueName3 = PcapDotNet.Core.Test\\PcapDotNet.Core.Test.csproj
SccProjectName3 = PcapDotNet.Console SccProjectName3 = PcapDotNet.Core.Test
SccLocalPath3 = PcapDotNet.Console SccLocalPath3 = PcapDotNet.Core.Test
SccProjectUniqueName4 = PcapDotNet.Core.Test\\PcapDotNet.Core.Test.csproj SccProjectUniqueName4 = BPacket\\Packets.csproj
SccProjectName4 = PcapDotNet.Core.Test SccProjectName4 = BPacket
SccLocalPath4 = PcapDotNet.Core.Test SccLocalPath4 = BPacket
EndGlobalSection EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PcapDotNet.vsmdi CategoryFile = PcapDotNet.vsmdi
......
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