Skip to content
Snippets Groups Projects
Commit bb469493 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Homogenize assembly information for all projects.

parent 8cee316f
No related branches found
No related tags found
No related merge requests found
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ATxCommon")]
[assembly: AssemblyTitle("AutoTx Common")]
[assembly: AssemblyDescription("AutoTx Common Runtime Libraries")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Universitaet Basel")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")]
[assembly: AssemblyCopyright("© University of Basel 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ATxConfigTest")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("AutoTx ConfigTest")]
[assembly: AssemblyDescription("AutoTx Configuration Validator")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Universitaet Basel")]
[assembly: AssemblyProduct("ATxConfigTest")]
[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("© University of Basel 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
......@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("© 2018")]
[assembly: AssemblyCopyright(University of Basel 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ATxTray")]
[assembly: AssemblyTitle("AutoTx Tray")]
[assembly: AssemblyDescription("AutoTx Tray Monitor")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Universitaet Basel")]
[assembly: AssemblyProduct("ATxTray")]
[assembly: AssemblyCopyright("Copyright © Universitaet Basel 2018")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("© University of Basel 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment