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
))]