16 lines
631 B
C#
16 lines
631 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("SafeExamBrowser.Applications.UnitTests")]
|
|
[assembly: AssemblyDescription("Safe Exam Browser")]
|
|
[assembly: AssemblyCompany("ETH Zürich")]
|
|
[assembly: AssemblyProduct("SafeExamBrowser.Applications.UnitTests")]
|
|
[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("fc6d80ec-8611-4287-87e2-17c028a10858")]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|