Fix all CreateInstance overloads for void
[mcs.git] / nunit24 / ClientUtilities / util / AssemblyInfo.cs
blob919ca07ace3e1aecd966db472e0467b63531ff68
1 // ****************************************************************
2 // This is free software licensed under the NUnit license. You
3 // may obtain a copy of the license as well as information regarding
4 // copyright ownership at http://nunit.org/?p=license&r=2.4.
5 // ****************************************************************
7 using System.Reflection;
9 [assembly: AssemblyDelaySign(false)]
10 [assembly: AssemblyKeyFile("../../nunit.snk")]
11 [assembly: AssemblyKeyName("")]