repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-11-20 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs1548-2.cs
blob
57ebd3c7f3739637dd4237ddf398fa11f11c4ff0
1
// cs1548-2.cs: Error during assembly signing. The specified file `cs1548-2.cs' does not have a private key
2
// Line: 0
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyKeyFile
(
"cs1548-2.cs"
)]
7
8
class
MyClass
{
9
10
public static void
Main
(
string
[]
args
)
11
{
12
}
13
}