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

MonoAssemblyInfo.cs « Assembly « System.Reactive.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b39d5b9eb02972d5395e3645678d27573495677 (plain)
1
2
3
4
5

using System.Reflection;
[assembly: AssemblyDelaySign (true)]
[assembly:AssemblyKeyFile ("../reactive.pub")]