Skip to content

Commit

Permalink
Enable Strong name signing
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Aug 31, 2015
1 parent a391a0a commit 16a7241
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NLog.ManualFlush/NLog.ManualFlush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.0\lib\net35\NLog.dll</HintPath>
Expand All @@ -46,6 +52,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NLog.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added NLog.ManualFlush/NLog.snk
Binary file not shown.
Binary file added NLog.snk
Binary file not shown.

0 comments on commit 16a7241

Please sign in to comment.