Commit 703eaaba authored by Brickner_cp's avatar Brickner_cp

Sign PcapDotNet.core using a post-build event.

parent 71a4f9e1
......@@ -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" />
......
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