Skip to content

Commit

Permalink
Removed signing key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
acenolaza committed Mar 17, 2015
1 parent 56a42de commit e056506
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions VersionOne.ServerConnector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

[assembly: AssemblyTitle("VersionOne.ServerConnector")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]

#if !DEBUG
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\..\\..\\Common\\SigningKey\\VersionOne.snk")]
[assembly: AssemblyKeyName("")]
#endif
[assembly: AssemblyCompanyAttribute("VersionOne")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyCopyrightAttribute("Copyright © 2015")]
6 changes: 0 additions & 6 deletions VersionOne.ServiceHost.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("VersionOne.ServiceHost.Core")]

#if !DEBUG
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\..\\..\\Common\\SigningKey\\VersionOne.snk")]
[assembly: AssemblyKeyName("")]
#endif
[assembly: AssemblyCompanyAttribute("VersionOne")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2015")]
[assembly: ComVisibleAttribute(false)]
6 changes: 0 additions & 6 deletions VersionOne.ServiceHost/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("VersionOne.ServiceHost")]

#if !DEBUG
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\..\\..\\..\\Common\\SigningKey\\VersionOne.snk")]
[assembly: AssemblyKeyName("")]
#endif
[assembly: AssemblyCompanyAttribute("VersionOne")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2015")]
[assembly: ComVisibleAttribute(false)]

0 comments on commit e056506

Please sign in to comment.