mirror of https://github.com/tongzx/nt5src
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
10 lines
305 B
$keyLocation = $ARGV[0];
|
|
|
|
print "using System;\r\n";
|
|
print "using System.Reflection;\r\n";
|
|
print "using System.Runtime;\r\n";
|
|
print "using System.Resources;\r\n";
|
|
print "\r\n";
|
|
|
|
print "[assembly: AssemblyKeyFileAttribute(@\"$keyLocation\")]\r\n";
|
|
print "[assembly: AssemblyDelaySignAttribute(true)]\r\n";
|