Skip to content

Commit

Permalink
Merge pull request #7 from 304NotModified/Sign-code
Browse files Browse the repository at this point in the history
Enable Strong name signing
  • Loading branch information
304NotModified committed Oct 22, 2015
2 parents 8fa0949 + 9831f1b commit d1b4754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NLog.Web/NLog.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 Down Expand Up @@ -58,6 +64,7 @@
<Compile Include="Targets\Wrappers\AspNetBufferingTargetWrapper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NLog.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added NLog.Web/NLog.snk
Binary file not shown.
Binary file added NLog.snk
Binary file not shown.

0 comments on commit d1b4754

Please sign in to comment.