Skip to content

Commit

Permalink
Moved from pfx signing to snk signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcF committed Feb 3, 2014
1 parent 49bc324 commit 4e8f94a
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DPSBase/DPSBase.csproj
Expand Up @@ -56,7 +56,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
Expand Down Expand Up @@ -116,7 +116,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added DPSBase/networkcomms.net.snk
Binary file not shown.
Binary file removed DPSBase/networkcomms.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions NetworkCommsDotNet/NetworkCommsDotNet.csproj
Expand Up @@ -54,7 +54,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=2.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
Expand Down Expand Up @@ -146,7 +146,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file added NetworkCommsDotNet/networkcomms.net.snk
Binary file not shown.
Binary file removed NetworkCommsDotNet/networkcomms.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions PeerDiscovery/PeerDiscovery.csproj
Expand Up @@ -33,7 +33,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -55,7 +55,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added PeerDiscovery/networkcomms.net.snk
Binary file not shown.
Binary file removed PeerDiscovery/networkcomms.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions QuickLZCompressor/QuickLZCompressor.csproj
Expand Up @@ -54,7 +54,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -98,7 +98,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added QuickLZCompressor/networkcomms.net.snk
Binary file not shown.
Binary file removed QuickLZCompressor/networkcomms.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions SevenZipLZMACompressor/SevenZipLZMACompressor.csproj
Expand Up @@ -54,7 +54,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -108,7 +108,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added SevenZipLZMACompressor/networkcomms.net.snk
Binary file not shown.
Binary file removed SevenZipLZMACompressor/networkcomms.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions SharpZipLibCompressor/SharpZipLibCompressor.csproj
Expand Up @@ -54,7 +54,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>networkcomms.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>networkcomms.net.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
Expand Down Expand Up @@ -101,7 +101,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="networkcomms.pfx" />
<None Include="networkcomms.net.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file added SharpZipLibCompressor/networkcomms.net.snk
Binary file not shown.
Binary file removed SharpZipLibCompressor/networkcomms.pfx
Binary file not shown.

0 comments on commit 4e8f94a

Please sign in to comment.