* Add QtUiTools as a seperate sub-project and Nepomuk C# bindings
[kdebindings.git] / csharp / nepomuk / src / AssemblyInfo.cs
blob41ec36c926aeafa01a05da36de87786920277fbc
1 using Qyoto;
2 using System.Reflection;
3 using System.Runtime.CompilerServices;
5 // Version number is the same as the version of the latest Nepomuk
6 // for which the classes have been generated.
7 [assembly: AssemblyVersion("2.2.0.0")]
9 // Unnecessary, as the keyfile is given to the compiler as a parameter.
10 // It may be useful to have it here, though.
11 [assembly: AssemblyKeyFile ("key.snk")]
13 [assembly: AssemblySmokeInitializer(typeof(Nepomuk.InitNepomuk))]