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
703eaaba
Commit
703eaaba
authored
May 20, 2010
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sign PcapDotNet.core using a post-build event.
parent
71a4f9e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
PcapDotNet.Core.vcxproj
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
+6
-6
No files found.
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
View file @
703eaaba
...
...
@@ -219,10 +219,10 @@
<TargetMachine>
MachineX86
</TargetMachine>
<KeyFile>
"$(SolutionDir)$(SolutionName).snk"
</KeyFile>
<Profile>
true
</Profile>
<DelaySign>
true
</DelaySign>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>
sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
...
@@ -255,10 +255,10 @@
<TargetMachine>
MachineX64
</TargetMachine>
<KeyFile>
"$(SolutionDir)$(SolutionName).snk"
</KeyFile>
<Profile>
true
</Profile>
<DelaySign>
true
</DelaySign>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>
sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
...
...
@@ -318,10 +318,10 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<TargetMachine>
MachineX64
</TargetMachine>
<KeyFile>
"$(SolutionDir)$(SolutionName).snk"
</KeyFile>
<DelaySign>
true
</DelaySign>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>
sn -Ra "$(TargetPath)" "$(SolutionDir)$(SolutionName).snk"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
...
...
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