Skip to content

Commit

Permalink
Merge pull request #23 from Haacked/haacked/sn
Browse files Browse the repository at this point in the history
Strong Name sign the assembly
  • Loading branch information
haacked committed Mar 12, 2015
2 parents 233fc8c + c570041 commit 52b207f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Rothko.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
<CodeAnalysisRuleSet>..\Rothko.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NullGuard">
<HintPath>..\packages\NullGuard.Fody.1.4.1\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\NullGuard.dll</HintPath>
Expand Down Expand Up @@ -127,6 +133,7 @@
<Content Include="FodyWeavers.xml" />
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added src/key.snk
Binary file not shown.

0 comments on commit 52b207f

Please sign in to comment.