Skip to content

Commit

Permalink
Add a strong name on the assembly.
Browse files Browse the repository at this point in the history
  • Loading branch information
minidfx committed Apr 17, 2015
1 parent 191c328 commit 3a4d7de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Rx.Contrib/Rx.Contrib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>app.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -74,6 +80,7 @@
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="app.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand All @@ -85,4 +92,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Binary file added Rx.Contrib/app.snk
Binary file not shown.

0 comments on commit 3a4d7de

Please sign in to comment.