- update multiple LIAM projects and solution/config files - add LiamWorkflowDiagnostics app sources and generated outputs - include current workspace state (dependencies and build outputs)
12 lines
373 B
C#
12 lines
373 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("Liam Workflow Diagnostics")]
|
|
[assembly: AssemblyDescription("Standalone diagnostics tool for LIAM workflow activities")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("3203b0cb-55d7-48a2-9cf6-d7d8896ce9ef")]
|