Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
305 B

  1. $keyLocation = $ARGV[0];
  2. print "using System;\r\n";
  3. print "using System.Reflection;\r\n";
  4. print "using System.Runtime;\r\n";
  5. print "using System.Resources;\r\n";
  6. print "\r\n";
  7. print "[assembly: AssemblyKeyFileAttribute(@\"$keyLocation\")]\r\n";
  8. print "[assembly: AssemblyDelaySignAttribute(true)]\r\n";