Skip to content

Commit

Permalink
Add SNK
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Aug 31, 2015
1 parent 367efa8 commit 9831f1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NLog.Web/NLog.Web.csproj
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 Down Expand Up @@ -56,6 +62,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 All @@ -66,4 +73,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Binary file added NLog.Web/NLog.snk
Binary file not shown.
Binary file added NLog.snk
Binary file not shown.

0 comments on commit 9831f1b

Please sign in to comment.