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
a6ac712c
Commit
a6ac712c
authored
Jul 26, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.1.1
Create Binaries Zip automatically
parent
fea0df18
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
Packets.csproj
PcapDotNet/src/Packets/Packets.csproj
+2
-0
AssemblyInfo.cs
PcapDotNet/src/Packets/Properties/AssemblyInfo.cs
+2
-2
PcapDotNet.Core.Test.csproj
...tNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
+1
-1
AssemblyInfo.cpp
PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp
+2
-1
WinPCapDotNet.Core.vcproj
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
+4
-0
No files found.
PcapDotNet/src/Packets/Packets.csproj
View file @
a6ac712c
...
...
@@ -87,5 +87,7 @@
-->
<PropertyGroup>
<PreBuildEvent>
if not exist "$(SolutionDir)$(SolutionName).snk" ("%25PROGRAMFILES%25\Microsoft SDKs\Windows\v6.0A\bin\sn.exe" -k "$(SolutionDir)$(SolutionName).snk")
</PreBuildEvent>
<PostBuildEvent>
cd $(OutDir)
zip Pcap.Net.Binary.zip $(TargetFileName) $(ProjectName).pdb $(ProjectName).xml
</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
PcapDotNet/src/Packets/Properties/AssemblyInfo.cs
View file @
a6ac712c
...
...
@@ -33,7 +33,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.
0
.*")]
[assembly: AssemblyFileVersion("0.1.
0
.0")]
[assembly: AssemblyVersion("0.1.
1
.*")]
[assembly: AssemblyFileVersion("0.1.
1
.0")]
[assembly:CLSCompliant(false)]
PcapDotNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
View file @
a6ac712c
...
...
@@ -47,8 +47,8 @@
<Compile Include="LivePacketDeviceTests.cs" />
<Compile Include="MoreRandom.cs" />
<Compile Include="PacketHandler.cs" />
<Compile Include="PacketSendQueueTests.cs" />
<Compile Include="OfflinePacketDeviceTests.cs" />
<Compile Include="PacketSendBufferTests.cs" />
<Compile Include="PcapDataLinkTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PcapLibTests.cs" />
...
...
PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp
View file @
a6ac712c
...
...
@@ -29,7 +29,8 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[
assembly
:
AssemblyVersionAttribute
(
"0.1.0.*"
)];
[
assembly
:
AssemblyVersionAttribute
(
"0.1.1.*"
)];
[
assembly
:
AssemblyFileVersionAttribute
(
"0.1.1.0"
)]
[
assembly
:
ComVisible
(
false
)];
...
...
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
View file @
a6ac712c
...
...
@@ -102,6 +102,8 @@
/>
<Tool
Name=
"VCPostBuildEventTool"
Description=
"Build Release Files"
CommandLine=
"cd $(OutDir)
zip Pcap.Net.Binary.zip $(TargetFileName) $(ProjectName).pdb $(ProjectName).xml"
/>
</Configuration>
<Configuration
...
...
@@ -183,6 +185,8 @@
/>
<Tool
Name=
"VCPostBuildEventTool"
Description=
"Build Release Files"
CommandLine=
"cd $(OutDir)
zip Pcap.Net.Binary.zip $(TargetFileName) $(ProjectName).pdb $(ProjectName).xml"
/>
</Configuration>
</Configurations>
...
...
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