Commit f216753c authored by Brickner_cp's avatar Brickner_cp

Version 0.7.0.

Add PcapDotNet.Analysis to documentation.
PcapDotNet.Analysis has constant version.
PcapDotNet.Analysis has XML documentation.
parent 51561d48
...@@ -79,6 +79,9 @@ ...@@ -79,6 +79,9 @@
<PropertyGroup> <PropertyGroup>
<PreBuildEvent>if not exist "$(SolutionDir)..\..\PcapDotNet\src\PcapDotNet.snk" ("%25PROGRAMFILES%25\Microsoft SDKs\Windows\v6.0A\bin\sn.exe" -k "$(SolutionDir)..\..\PcapDotNet\src\PcapDotNet.snk")</PreBuildEvent> <PreBuildEvent>if not exist "$(SolutionDir)..\..\PcapDotNet\src\PcapDotNet.snk" ("%25PROGRAMFILES%25\Microsoft SDKs\Windows\v6.0A\bin\sn.exe" -k "$(SolutionDir)..\..\PcapDotNet\src\PcapDotNet.snk")</PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy "$(OutDir)$(TargetName).XML" $(SolutionDir)..\..\PcapDotNet\3rdParty\PcapDotNet.Analysis\</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
......
using System; using System;
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
...@@ -9,10 +8,10 @@ using System.Runtime.InteropServices; ...@@ -9,10 +8,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("PcapDotNet.Analysis")] [assembly: AssemblyTitle("PcapDotNet.Analysis")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Analysis")] [assembly: AssemblyProduct("PcapDotNet.Analysis")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible
...@@ -33,8 +32,8 @@ using System.Runtime.InteropServices; ...@@ -33,8 +32,8 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("0.7.0.0")] // We don't use * to avoid strong version with C++/CLI
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
......
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("CaptureInvalidPackets")] [assembly: AssemblyProduct("CaptureInvalidPackets")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("CapturingThePacketsWithoutTheCallback")] [assembly: AssemblyProduct("CapturingThePacketsWithoutTheCallback")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("GatheringStatisticsOnTheNetworkTraffic")] [assembly: AssemblyProduct("GatheringStatisticsOnTheNetworkTraffic")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("InterpretingThePackets")] [assembly: AssemblyProduct("InterpretingThePackets")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("ObtainingAdvancedInformationAboutInstalledDevices")] [assembly: AssemblyProduct("ObtainingAdvancedInformationAboutInstalledDevices")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("ObtainingTheDeviceList")] [assembly: AssemblyProduct("ObtainingTheDeviceList")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("OpeningAnAdapterAndCapturingThePackets")] [assembly: AssemblyProduct("OpeningAnAdapterAndCapturingThePackets")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("ReadingPacketsFromADumpFile")] [assembly: AssemblyProduct("ReadingPacketsFromADumpFile")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("SavingPacketsToADumpFile")] [assembly: AssemblyProduct("SavingPacketsToADumpFile")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("SendingASinglePacketWithSendPacket")] [assembly: AssemblyProduct("SendingASinglePacketWithSendPacket")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("SendingPacketsUsingSendBuffer")] [assembly: AssemblyProduct("SendingPacketsUsingSendBuffer")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("UsingLinq")] [assembly: AssemblyProduct("UsingLinq")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -17,22 +17,23 @@ ...@@ -17,22 +17,23 @@
<OutputPath>.\Help\</OutputPath> <OutputPath>.\Help\</OutputPath>
<HtmlHelpName>Pcap.Net</HtmlHelpName> <HtmlHelpName>Pcap.Net</HtmlHelpName>
<DocumentationSources> <DocumentationSources>
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" /> <DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" /> <DocumentationSource sourceFile="..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Base.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.dll" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.Extensions.xml" />
<DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" /> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Core.xml" />
</DocumentationSources> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.dll" />
<FrameworkVersion>3.5</FrameworkVersion> <DocumentationSource sourceFile="..\bin\Release\PcapDotNet.Packets.XML" /></DocumentationSources>
<FrameworkVersion>4.0.30319</FrameworkVersion>
<Language>en-US</Language> <Language>en-US</Language>
<Preliminary>False</Preliminary> <Preliminary>False</Preliminary>
<CppCommentsFixup>True</CppCommentsFixup> <CppCommentsFixup>True</CppCommentsFixup>
<HelpTitle>Pcap.Net Documented Class Library</HelpTitle> <HelpTitle>Pcap.Net Documented Class Library</HelpTitle>
<MissingTags>None</MissingTags> <MissingTags>None</MissingTags>
<HelpFileVersion>0.6.0.0</HelpFileVersion> <HelpFileVersion>0.7.0.0</HelpFileVersion>
<RootNamespaceContainer>False</RootNamespaceContainer> <RootNamespaceContainer>False</RootNamespaceContainer>
<ShowFeedbackControl>False</ShowFeedbackControl> <ShowFeedbackControl>False</ShowFeedbackControl>
<IndentHtml>False</IndentHtml> <IndentHtml>False</IndentHtml>
...@@ -43,6 +44,9 @@ ...@@ -43,6 +44,9 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Include="PcapDotNet.Analysis.xml" />
</ItemGroup>
<!-- Import the SHFB build targets --> <!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project> </Project>
\ No newline at end of file
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Base.Test")] [assembly: AssemblyProduct("PcapDotNet.Base.Test")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices; ...@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Base")] [assembly: AssemblyProduct("PcapDotNet.Base")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
\ No newline at end of file
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Core.Extensions")] [assembly: AssemblyProduct("PcapDotNet.Core.Extensions")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]
...@@ -188,7 +188,7 @@ namespace PcapDotNet.Core.Test ...@@ -188,7 +188,7 @@ namespace PcapDotNet.Core.Test
// Break loop // Break loop
TestReceivePacketsEnumerable(NumPacketsToSend, NumPacketsToSend, 0, 2, PacketSize, 0, 0, 0.032); TestReceivePacketsEnumerable(NumPacketsToSend, NumPacketsToSend, 0, 2, PacketSize, 0, 0, 0.032);
TestReceivePacketsEnumerable(NumPacketsToSend, NumPacketsToSend, NumPacketsToSend / 2, 2, PacketSize, NumPacketsToSend / 2, 0, 0.031); TestReceivePacketsEnumerable(NumPacketsToSend, NumPacketsToSend, NumPacketsToSend / 2, 2, PacketSize, NumPacketsToSend / 2, 0, 0.043);
} }
[TestMethod] [TestMethod]
......
...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices; ...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Core.Test")] [assembly: AssemblyProduct("PcapDotNet.Core.Test")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<CodeAnalysisDictionary Include="..\PcapDotNet.CodeAnalysisDictionary.xml" /> <CodeAnalysisDictionary Include="..\PcapDotNet.CodeAnalysisDictionary.xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="PcapDotNet.Analysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4b6f3e583145a652"> <Reference Include="PcapDotNet.Analysis, Version=0.7.0.0, Culture=neutral, PublicKeyToken=4b6f3e583145a652">
<HintPath>..\..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll</HintPath> <HintPath>..\..\3rdParty\PcapDotNet.Analysis\PcapDotNet.Analysis.dll</HintPath>
</Reference> </Reference>
<Reference Include="System"> <Reference Include="System">
...@@ -305,8 +305,8 @@ ...@@ -305,8 +305,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<TargetMachine>MachineX86</TargetMachine> <TargetMachine>MachineX86</TargetMachine>
<KeyFile>"$(SolutionDir)$(SolutionName).snk"</KeyFile> <KeyFile>"$(SolutionDir)$(SolutionName).snk"</KeyFile>
<DelaySign>true</DelaySign>
<Profile>true</Profile> <Profile>true</Profile>
<DelaySign>true</DelaySign>
</Link> </Link>
<PostBuildEvent> <PostBuildEvent>
<Command>sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"</Command> <Command>sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"</Command>
...@@ -342,8 +342,8 @@ ...@@ -342,8 +342,8 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<TargetMachine>MachineX64</TargetMachine> <TargetMachine>MachineX64</TargetMachine>
<KeyFile>"$(SolutionDir)$(SolutionName).snk"</KeyFile> <KeyFile>"$(SolutionDir)$(SolutionName).snk"</KeyFile>
<DelaySign>true</DelaySign>
<Profile>true</Profile> <Profile>true</Profile>
<DelaySign>true</DelaySign>
</Link> </Link>
<PostBuildEvent> <PostBuildEvent>
<Command>sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"</Command> <Command>sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"</Command>
......
...@@ -29,8 +29,8 @@ using namespace System::Security::Permissions; ...@@ -29,8 +29,8 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers // You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly:AssemblyVersionAttribute("0.6.0.*")]; [assembly:AssemblyVersionAttribute("0.7.0.*")];
[assembly:AssemblyFileVersionAttribute("0.6.0.0")] [assembly:AssemblyFileVersionAttribute("0.7.0.0")]
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];
......
...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices; ...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("Packets.Test")] [assembly: AssemblyProduct("Packets.Test")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices; ...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.Packets.TestUtils")] [assembly: AssemblyProduct("PcapDotNet.Packets.TestUtils")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices; ...@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("Packets")] [assembly: AssemblyProduct("Packets")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices; ...@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
[assembly:CLSCompliant(false)] [assembly:CLSCompliant(false)]
...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices; ...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pcap.Net")] [assembly: AssemblyCompany("Pcap.Net")]
[assembly: AssemblyProduct("PcapDotNet.TestUtils")] [assembly: AssemblyProduct("PcapDotNet.TestUtils")]
[assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyCopyright("Copyright © Pcap.Net 2010")]
[assembly: AssemblyTrademark("Pcap.Net")] [assembly: AssemblyTrademark("Pcap.Net")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices; ...@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.6.0.*")] [assembly: AssemblyVersion("0.7.0.*")]
[assembly: AssemblyFileVersion("0.6.0.0")] [assembly: AssemblyFileVersion("0.7.0.0")]
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