Skip to content

Commit

Permalink
Merge pull request #3 from 304NotModified/Enable-Strong-name-signing
Browse files Browse the repository at this point in the history
Enable Strong name signing
  • Loading branch information
304NotModified committed Nov 18, 2015
2 parents 6a28784 + 16a7241 commit 7787501
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 7787501

Please sign in to comment.