31d6d544d0
- Extracted operations and notifications from core library and moved them to client resp. runtime component. - Renamead runtime component to SafeExamBrowser.Runtime. - Moved post-build event from browser to client assembly.
16 lines
609 B
C#
16 lines
609 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("SafeExamBrowser.Runtime.UnitTests")]
|
|
[assembly: AssemblyDescription("Safe Exam Browser")]
|
|
[assembly: AssemblyCompany("ETH Zürich")]
|
|
[assembly: AssemblyProduct("SafeExamBrowser.Runtime.UnitTests")]
|
|
[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("b716a8b2-df72-4143-9941-25e033089f5f")]
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|