Skip to content

Commit

Permalink
Enable strong name signing for Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tathamoddie committed Apr 17, 2012
1 parent 5743b26 commit 884aed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added System.IO.Abstractions/StrongName.pfx
Binary file not shown.
6 changes: 6 additions & 0 deletions System.IO.Abstractions/System.IO.Abstractions.csproj
Expand Up @@ -41,6 +41,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -50,6 +51,10 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>StrongName.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -94,6 +99,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="StrongName.pfx" />
<None Include="System.IO.Abstractions.nuspec">
<SubType>Designer</SubType>
</None>
Expand Down

0 comments on commit 884aed4

Please sign in to comment.