@ -1,2 +1,3 @@
*.docx binary
*.dll binary
*.snk binary
@ -52,6 +52,12 @@
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Keys\TemporaryKeyPair.snk</AssemblyOriginatorKeyFile>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
@ -0,0 +1,4 @@
The TemporaryKeyPair.snk file contains a temporary public/private key pair so that
you can build signed assemblies directly from the source tree retrieved from github.
The official releases will resign the DLLs with a different public/private key pair.