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