Skip to content

Commit

Permalink
Sign the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreia Gaita authored and haacked committed Mar 12, 2015
1 parent 233fc8c commit c570041
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 c570041

Please sign in to comment.