Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-715-lib.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90cb70cba6d3fb04c235305a4ea3259f441ce30 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -target:module

using System.Reflection;

[assembly:AssemblyKeyFile("test-715.snk")]
// Have to install the container first but Mono's sn is broken
// [assembly:AssemblyKeyName("foo")]
[assembly:AssemblyDelaySign(false)]