Skip to content

Instantly share code, notes, and snippets.

@akoeplinger
Created April 10, 2017 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akoeplinger/de31623956c8ab93b3d4384c34809eed to your computer and use it in GitHub Desktop.
Save akoeplinger/de31623956c8ab93b3d4384c34809eed to your computer and use it in GitHub Desktop.
diff --git a/Languages/IronPython/IronPythonConsole/AssemblyInfo.cs b/Languages/IronPython/IronPythonConsole/AssemblyInfo.cs
index c796ffa..6c63ab6 100644
--- a/Languages/IronPython/IronPythonConsole/AssemblyInfo.cs
+++ b/Languages/IronPython/IronPythonConsole/AssemblyInfo.cs
@@ -55,7 +55,6 @@ using System.Security;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-[assembly: AssemblyKeyName("")]
[assembly: SecurityTransparent]
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]
diff --git a/Languages/IronPython/IronPythonWindow/AssemblyInfo.cs b/Languages/IronPython/IronPythonWindow/AssemblyInfo.cs
index 4e2a0b0..2db4483 100644
--- a/Languages/IronPython/IronPythonWindow/AssemblyInfo.cs
+++ b/Languages/IronPython/IronPythonWindow/AssemblyInfo.cs
@@ -55,7 +55,6 @@ using System.Security;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-[assembly: AssemblyKeyName("")]
[assembly: SecurityTransparent]
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]
diff --git a/Languages/IronPython/Samples/WinFormsMapPoint/WinForms/MapPointWebServiceHelper/AssemblyInfo.cs b/Languages/IronPython/Samples/WinFormsMapPoint/WinForms/MapPointWebServiceHelper/AssemblyInfo.cs
index 2d6534f..55bc422 100644
--- a/Languages/IronPython/Samples/WinFormsMapPoint/WinForms/MapPointWebServiceHelper/AssemblyInfo.cs
+++ b/Languages/IronPython/Samples/WinFormsMapPoint/WinForms/MapPointWebServiceHelper/AssemblyInfo.cs
@@ -68,5 +68,3 @@ using System.Runtime.CompilerServices;
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment