Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 2a91d41

Browse files
committed
Sign Assembly
1 parent 30cec30 commit 2a91d41

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/EventHook/EventHook.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
4141
<Prefer32Bit>false</Prefer32Bit>
4242
</PropertyGroup>
43+
<PropertyGroup>
44+
<SignAssembly>true</SignAssembly>
45+
</PropertyGroup>
46+
<PropertyGroup>
47+
<AssemblyOriginatorKeyFile>StrongNameKey.snk</AssemblyOriginatorKeyFile>
48+
</PropertyGroup>
4349
<ItemGroup>
4450
<Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
4551
<EmbedInteropTypes>True</EmbedInteropTypes>
@@ -92,6 +98,7 @@
9298
</ItemGroup>
9399
<ItemGroup>
94100
<None Include="app.config" />
101+
<None Include="StrongNameKey.snk" />
95102
</ItemGroup>
96103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97104
<Import Project="..\..\.nuget\NuGet.targets" Condition="Exists('..\..\.nuget\NuGet.targets')" />

src/EventHook/StrongNameKey.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)